u-boot/arch/x86
Bin Meng 3ba6a0f4f6 x86: Allow a hardcoded TSC frequency provided by Kconfig
By default U-Boot automatically calibrates TSC running frequency via
MSR and PIT. The calibration may not work on every x86 processor, so
a new Kconfig option CONFIG_TSC_CALIBRATION_BYPASS is introduced to
allow bypassing the calibration and assign a hardcoded TSC frequency
CONFIG_TSC_FREQ_IN_MHZ.

Normally the bypass should be turned on in a simulation environment
like qemu.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-01-13 07:25:02 -08:00
..
cpu x86: coreboot: Set up timer base correctly 2015-01-13 07:25:02 -08:00
dts x86: ivybridge: Update microcode early in boot 2015-01-13 07:25:02 -08:00
include/asm x86: fsp: Drop get_hob_type() and get_hob_length() 2015-01-13 07:25:02 -08:00
lib x86: Allow a hardcoded TSC frequency provided by Kconfig 2015-01-13 07:25:02 -08:00
config.mk x86: Remove REALMODE_BASE which is no longer used 2014-11-21 07:24:08 +01:00
Kconfig x86: Allow a hardcoded TSC frequency provided by Kconfig 2015-01-13 07:25:02 -08:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00