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

View Change

monotonic_timer: Avoid calls from APs

Fixes regression with commit 45ddb4344

console,boot_state: Exclude printk() from reported times

This was witnessed to cause boot regressions together with
LAPIC_MONOTONIC_TIMER=y. The code in cpu/x86/lapic/apic_timer.c
for timer_monotonic_get() is not SMP safe as LAPIC timers do not
run as synchronised as TSCs.

TBD: Time spent in printk() for APs is now incorrect in logs.

Change-Id: I1ea2c1e7172f8ab3692b42dee3f669c5942d864a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
---
M src/console/printk.c
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/37398/3

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1ea2c1e7172f8ab3692b42dee3f669c5942d864a
Gerrit-Change-Number: 37398
Gerrit-PatchSet: 3
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
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: Matt DeVillier <matt.devillier@gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset