Attention is currently required from: Raul Rangel. Hello build bot (Jenkins), Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/58957
to look at the new patch set (#2).
Change subject: drivers/elog/elog: Add timestamps to elog_init ......................................................................
drivers/elog/elog: Add timestamps to elog_init
elog init requires doing a lot of SPI transactions. This change makes it clear how long we spend initializing elog.
BUG=b:179699789 TEST=Boot guybrush and see elog init timestamps 114:started elog init 3,029,116 (88) 115:finished elog init 3,071,281 (42,165)
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Ia92372dd76535e06eb3b8a08b53e80ddb38b7a8f --- M src/commonlib/include/commonlib/timestamp_serialized.h M src/drivers/elog/elog.c 2 files changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/58957/2