X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fcpu%2Fx86%2FKconfig;h=68946227b96a30967a5ca935ab460b371feb2683;hb=00093a81d3f54c72215d9f402c3f88880da89a81;hp=b036baf1f59f13467e3d8afa9b77a97dbd20888a;hpb=0588d19abef62dad63a7794a37bdd6a71c526d9e;p=coreboot.git diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index b036baf1f..68946227b 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -2,10 +2,44 @@ config SERIAL_CPU_INIT bool default y -config XIP_ROM_BASE - hex - default 0xfffe0000 +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 UDELAY_TIMER2 + bool + default n + +config TSC_CALIBRATE_WITH_IO + bool + default n -config XIP_ROM_BASE +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