[coreboot] [commit] r5197 - trunk/src/mainboard/tyan/s2912_fam10

repository service svn at coreboot.org
Tue Mar 9 00:38:43 CET 2010


Author: oxygene
Date: Tue Mar  9 00:38:43 2010
New Revision: 5197
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5197

Log:
Set options to make AMD CAR code compile correctly,
and increase MAX_CPUS to aid support 6-core CPUs.

Signed-off-by: Arne Georg Gleditsch <arne.gleditsch at numascale.com>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>

Modified:
   trunk/src/mainboard/tyan/s2912_fam10/Kconfig

Modified: trunk/src/mainboard/tyan/s2912_fam10/Kconfig
==============================================================================
--- trunk/src/mainboard/tyan/s2912_fam10/Kconfig	Mon Mar  8 14:08:24 2010	(r5196)
+++ trunk/src/mainboard/tyan/s2912_fam10/Kconfig	Tue Mar  9 00:38:43 2010	(r5197)
@@ -38,6 +38,26 @@
 	default 0x04000
 	depends on BOARD_TYAN_S2912_FAM10
 
+config USE_FALLBACK_IMAGE
+	bool
+	default y
+	depends on BOARD_TYAN_S2912_FAM10
+
+config HAVE_FALLBACK_BOOT
+	bool
+	default y
+	depends on BOARD_TYAN_S2912_FAM10
+
+config CONFIG_USE_FAILOVER_IMAGE
+	bool
+	default y
+	depends on BOARD_TYAN_S2912_FAM10
+
+config CONFIG_HAVE_FAILOVER_BOOT
+	bool
+	default y
+	depends on BOARD_TYAN_S2912_FAM10
+
 config APIC_ID_OFFSET
 	hex
 	default 0
@@ -95,7 +115,7 @@
 
 config MAX_CPUS
 	int
-	default 8
+	default 12
 	depends on BOARD_TYAN_S2912_FAM10
 
 config MAX_PHYSICAL_CPUS




More information about the coreboot mailing list