Author: rminnich Date: 2008-10-06 19:13:36 +0200 (Mon, 06 Oct 2008) New Revision: 894
Modified: coreboot-v3/Kconfig Log: This is a dbm690t that compiles. Stage0 is 23K, too large.
dbe62 was tested and works i.e. this does no harm.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Ronald G. Minnich rminnich@gmail.com
Modified: coreboot-v3/Kconfig =================================================================== --- coreboot-v3/Kconfig 2008-10-06 17:12:38 UTC (rev 893) +++ coreboot-v3/Kconfig 2008-10-06 17:13:36 UTC (rev 894) @@ -102,6 +102,10 @@ boolean config SOUTHBRIDGE_AMD_AMD8111 boolean +config SOUTHBRIDGE_AMD_SB600 + boolean +config SOUTHBRIDGE_AMD_RS690 + boolean
# Super I/Os: config SUPERIO_WINBOND_W83627HF @@ -110,6 +114,8 @@ boolean config SUPERIO_ITE_IT8716F boolean +config SUPERIO_ITE_IT8712F + boolean
menu "Payload"