The function is a noop for all but amd/serengeti_cheetah. Change-Id: I09e2e710aa964c2f31e35fcea4f14856cc1e1dca Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1184 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
50 lines
532 B
Plaintext
50 lines
532 B
Plaintext
config SERIAL_CPU_INIT
|
|
bool
|
|
default y
|
|
|
|
config UDELAY_IO
|
|
bool
|
|
default y if !UDELAY_LAPIC && !UDELAY_TSC
|
|
default n
|
|
|
|
config UDELAY_LAPIC
|
|
bool
|
|
default n
|
|
|
|
config UDELAY_TSC
|
|
bool
|
|
default n
|
|
|
|
config UDELAY_TIMER2
|
|
bool
|
|
default n
|
|
|
|
config TSC_CALIBRATE_WITH_IO
|
|
bool
|
|
default n
|
|
|
|
config XIP_ROM_SIZE
|
|
hex
|
|
default ROM_SIZE if ROMCC
|
|
default 0x10000
|
|
|
|
config CPU_ADDR_BITS
|
|
int
|
|
default 36
|
|
|
|
config LOGICAL_CPUS
|
|
bool
|
|
default y
|
|
|
|
config CACHE_ROM
|
|
bool
|
|
default n
|
|
|
|
config SMM_TSEG
|
|
bool
|
|
default n
|
|
|
|
config SMM_TSEG_SIZE
|
|
hex
|
|
default 0
|