Author: rminnich Date: 2009-08-29 05:00:51 +0200 (Sat, 29 Aug 2009) New Revision: 4619
Modified: trunk/coreboot-v2/src/cpu/x86/Kconfig Log: File I missed committing.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Ronald G. Minnich rminnich@gmail.com
Modified: trunk/coreboot-v2/src/cpu/x86/Kconfig =================================================================== --- trunk/coreboot-v2/src/cpu/x86/Kconfig 2009-08-29 02:59:35 UTC (rev 4618) +++ trunk/coreboot-v2/src/cpu/x86/Kconfig 2009-08-29 03:00:51 UTC (rev 4619) @@ -2,6 +2,14 @@ bool default y
+config UDELAY_TSC + bool + default n + +config TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 + bool + default n + config XIP_ROM_BASE hex default 0xfffe0000