Hello Aaron Durbin, Angel Pons, Arthur Heymans, Patrick Rudolph, Marshall Dawson, Matt DeVillier, build bot (Jenkins), Nico Huber, Furquan Shaikh, Michał Żygowski,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37398
to look at the new patch set (#4).
Change subject: console,monotonic_timer: Avoid calls from APs ......................................................................
console,monotonic_timer: Avoid calls from APs
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.
The times reported for console for boot_states does not accumulate from APs now. Also remove console time tracking from ENV_SMM.
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/4