Add Kconfig options to enable TSEG and set a size
[coreboot.git] / src / cpu / x86 / Kconfig
index 59f27de7940b8943c483c3500ffb39a88dbf603e..0eaee2ed40bca6fb5036b5598428c9ede6319783 100644 (file)
@@ -19,14 +19,35 @@ 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 0x20000
+       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