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@numascale.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5197 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
128ac9149c
commit
b9b3a0694a
|
@ -38,6 +38,26 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE
|
|||
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 HW_MEM_HOLE_SIZEK
|
|||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 8
|
||||
default 12
|
||||
depends on BOARD_TYAN_S2912_FAM10
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
|
|
Loading…
Reference in New Issue