Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Marshall Dawson, Arthur Heymans, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36529
to look at the new patch set (#5).
Change subject: arch/x86: Use TSC_MONOTONIC_TIMER for timestamps ......................................................................
arch/x86: Use TSC_MONOTONIC_TIMER for timestamps
Implementations with TSC_MONOTONIC_TIMER can take benefit of the generic implementations of timestamp_get() and timestamp_freq_tick_mhz() in lib/timestamp.c.
The precision of generated timestamps table is reduced to microseconds with this commit.
The reasoning for keeping COLLECT_TIMESTAMPS_TSC is that family10h-15h monotonic timer and LAPIC_MONOTONIC_TIMER currently do not run in all stages.
Change-Id: I0adfbdeb456fbd6769fbd7f39421f797369876a8 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/arch/x86/Kconfig M src/cpu/x86/Kconfig M src/soc/amd/stoneyridge/Kconfig M src/soc/amd/stoneyridge/monotonic_timer.c 4 files changed, 9 insertions(+), 18 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/36529/5