Hello build bot (Jenkins), Martin Roth, Furquan Shaikh, Patrick Georgi, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45059
to look at the new patch set (#4).
Change subject: soc/amd/picasso: pass verstage timestamps to x86 ......................................................................
soc/amd/picasso: pass verstage timestamps to x86
Initialize timestamp table with data from psp_verstage on bootblock.
We need to convert numbers since timestamps on verstage uses microseconds granularity and x86 uses TSC.
BUG=b:154142138, b:159220781 BRANCH=zork TEST=boot to kernel, run 'cbmem -t' and check verstage timestamps are included in the result.
Change-Id: I5e89bb54f478153fb40ba51b5ab61fa20af3b99a Signed-off-by: Kangheui Won khwon@chromium.org --- M src/soc/amd/picasso/bootblock/bootblock.c 1 file changed, 35 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/45059/4