45bb25f36f
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
19 lines
225 B
Text
19 lines
225 B
Text
config SERIAL_CPU_INIT
|
|
bool
|
|
default y
|
|
|
|
config UDELAY_TSC
|
|
bool
|
|
default n
|
|
|
|
config TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
|
|
bool
|
|
default n
|
|
|
|
config XIP_ROM_BASE
|
|
hex
|
|
default 0xfffe0000
|
|
|
|
config XIP_ROM_SIZE
|
|
hex
|
|
default 0x20000
|