Hello Aaron Durbin, ron minnich, Duncan Laurie, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31762
to look at the new patch set (#3).
Change subject: arch/x86/postcar: Add separate timestamp for postcar stage ......................................................................
arch/x86/postcar: Add separate timestamp for postcar stage
This patch adds dedicated timestamp value for postcar stage.
TEST=Able to see "start of postcar" and "end of postcar" timestamp while executing cbmem -t after booting to chrome console.
cbmem -t
951:returning from FspMemoryInit 20,485,324 (20,103,067) 4:end of romstage 20,559,235 (73,910) 100:start of postcar 20,560,266 (1,031) 101:end of postcar 20,570,038 (9,772)
Change-Id: I084f66949667ad598f811d4233b4e639bc4c113e Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/arch/x86/postcar.c M src/commonlib/include/commonlib/timestamp_serialized.h 2 files changed, 11 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/31762/3