Skip to content
Snippets Groups Projects
Commit e761ecdb authored by Simon Glass's avatar Simon Glass
Browse files

x86: Add TSC timer


This timer runs at a rate that can be calculated, well over 100MHz. It is
ideal for accurate timing and does not need interrupt servicing.

Tidy up some old broken and unneeded implementations at the same time.

To provide a consistent view of boot time, we use the same time
base as coreboot. Use the base timestamp supplied by coreboot
as U-Boot's base time.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org&gt;base>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 7949703a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment