tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...
Kconfig_bools.diff: Change some more ints to bools, change some default values. xip_size.diff: Make XIP_SIZE + XIP_BASE add up to 4GB. smp.diff: set CONFIG_SMP based on MAX_CPUS. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4655 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -19,7 +19,7 @@ config DCACHE_RAM_SIZE
|
||||
|
||||
config SMP
|
||||
bool
|
||||
default n
|
||||
default y if MAX_CPUS != 1
|
||||
|
||||
config CPU_SOCKET_TYPE
|
||||
hex
|
||||
|
@ -16,4 +16,4 @@ config XIP_ROM_BASE
|
||||
|
||||
config XIP_ROM_SIZE
|
||||
hex
|
||||
default 0x2000
|
||||
default 0x20000
|
||||
|
Reference in New Issue
Block a user