Attention is currently required from: V Sowmya, Furquan Shaikh, Maulik V Vaghela, Tim Wawrzynczak, Angel Pons. Hello V Sowmya, build bot (Jenkins), Furquan Shaikh, Maulik V Vaghela, Tim Wawrzynczak, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56641
to look at the new patch set (#3).
Change subject: commonlib: Add timestamp strings for TS_FSP_MULTI_PHASE_SI_INIT_x ......................................................................
commonlib: Add timestamp strings for TS_FSP_MULTI_PHASE_SI_INIT_x
TEST=Refer to `cbmem -t` output below: Without this code changes, timestamp ids 962 and 963 are listed as `unknown`.
962:<unknown> 1,704,863 (157) 963:<unknown> 1,704,878 (14)
With this code changes, lists the timestamps along with the timestamp strings.
962:calling FspMultiPhaseSiInit 1,704,863 (157) 963:returning from FspMultiPhaseSiInit 1,704,878 (14)
Change-Id: I528567e4cc630e15dffffd1c7684798fcdde4535 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/commonlib/include/commonlib/timestamp_serialized.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/56641/3