x86: tsc: Remove legacy timer codes
authorBin Meng <bmeng.cn@gmail.com>
Fri, 13 Nov 2015 08:11:23 +0000 (00:11 -0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 13:26:35 +0000 (06:26 -0700)
commit1d4c83c2480b0874214165571e8a056a8b423db2
treeb0c01d25b6c7698384ec84a2be6acb9779d391f0
parent80af39842e64a44258ab5eb913659e29fc319903
x86: tsc: Remove legacy timer codes

Now that we have converted all x86 boards to use driver model timer,
remove these legacy timer codes in the tsc driver.

Note this also removes the TSC_CALIBRATION_BYPASS Kconfig option,
as it is not needed with driver model.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
arch/x86/cpu/qemu/Kconfig
arch/x86/cpu/quark/Kconfig
arch/x86/include/asm/global_data.h
arch/x86/lib/tsc_timer.c
configs/coreboot-x86_defconfig
configs/efi-x86_defconfig