Hello Jason Glenesk, build bot (Jenkins), Patrick Georgi, Martin Roth, Marshall Dawson, Mathew King, Eric Peers, Andrey Petrov, Patrick Rudolph, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48256
to look at the new patch set (#2).
Change subject: soc/amd/common/block: Code to digest FSP PerformanceLib timestamps ......................................................................
soc/amd/common/block: Code to digest FSP PerformanceLib timestamps
The PEI PerformanceLib is capable of collecting timestamps from anywhere during FSP execution and store that data within GUID HOBs. This change adds code that can understand the HOBs. Long term plan is to add this data to cbmem as well as add more measurement checkpoints within FSP. Currently just the EDK defaults are generated. Note that you need a corresponding FSP change to trigger these HOBs to be generated.
BUG=todo TEST=Verify output matches what can be dumped within FSP
Change-Id: Ic064b9cb205154662280a3b2a5bc02d33a779fc7 Signed-off-by: Matt Papageorge matthewpapa07@gmail.com --- M src/drivers/intel/fsp2_0/hand_off_block.c M src/drivers/intel/fsp2_0/include/fsp/util.h A src/soc/amd/common/block/fsp_stats/Kconfig A src/soc/amd/common/block/fsp_stats/Makefile.inc A src/soc/amd/common/block/fsp_stats/fsp_stats.c 5 files changed, 271 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/48256/2