x86: timer: use a timer base of 0
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:41:49 +0000 (21:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:09 +0000 (11:44 +0800)
commit77dd7c6854f3bd8ddc422f0cb1953071fe00dc6c
tree9f20790502407316911d7bab7b2f5b69057e0a05
parentdd0edcb2508b9abcf828baede32e6b3da5fc0c8a
x86: timer: use a timer base of 0

On x86 platforms the timer is reset to 0 when the SoC is reset. Having
this as the timer base is useful since it provides an indication of how
long it takes before U-Boot is running.

When U-Boot sets the timer base to something else, time is lost and we
no-longer have an accurate account of the time since reset. This
particularly affects bootstage.

Change the default to not read the timer base, leaving it at 0. Add an
option for when U-Boot is the secondary bootloader.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/coreboot/Kconfig
arch/x86/cpu/slimbootloader/Kconfig
drivers/timer/Kconfig
drivers/timer/tsc_timer.c
lib/efi/Kconfig