some progress on kconfig:
[coreboot.git] / src / cpu / x86 / Kconfig
index b036baf1f59f13467e3d8afa9b77a97dbd20888a..b6ae9967e591ef2b566fabfc02566d938f999c39 100644 (file)
@@ -2,10 +2,22 @@ config SERIAL_CPU_INIT
        bool
        default y
 
+config WAIT_BEFORE_CPUS_INIT
+       bool
+       default n
+
+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_BASE
+config XIP_ROM_SIZE
        hex
-       default 0x2000
+       default 0x20000