Kyösti Mälkki uploaded patch set #5 to this change.

View Change

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

To view, visit change 36529. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0adfbdeb456fbd6769fbd7f39421f797369876a8
Gerrit-Change-Number: 36529
Gerrit-PatchSet: 5
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset