[U-Boot] [PATCH 09/10] x86: tsc: Remove legacy timer codes
Simon Glass
sjg at chromium.org
Fri Nov 6 13:08:36 CET 2015
On 5 November 2015 at 06:02, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
> arch/x86/Kconfig | 20 --------------
> arch/x86/cpu/qemu/Kconfig | 1 -
> arch/x86/cpu/quark/Kconfig | 5 ----
> arch/x86/include/asm/global_data.h | 1 -
> arch/x86/lib/tsc_timer.c | 53 --------------------------------------
> configs/coreboot-x86_defconfig | 1 -
> configs/efi-x86_defconfig | 1 -
> 7 files changed, 82 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list