X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fcpu%2Fx86%2FKconfig;h=0eaee2ed40bca6fb5036b5598428c9ede6319783;hb=8bb772379f89cfd79be56f85d822798fb063360a;hp=7cb5da0893cdc54fac305d390536aa68e8d8249e;hpb=669c4a954ec6b57f0156844bea4f656f3aa9ccca;p=coreboot.git diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 7cb5da089..0eaee2ed4 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -2,18 +2,52 @@ config SERIAL_CPU_INIT bool default y +config WAIT_BEFORE_CPUS_INIT + bool + default n + +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 TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 +config UDELAY_TIMER2 bool default n -config XIP_ROM_BASE - hex - default 0xfffe0000 +config TSC_CALIBRATE_WITH_IO + bool + default n config XIP_ROM_SIZE hex - default 0x2000 + 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