Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31762 )
Change subject: arch/x86/postcar: Add separate timestamp for postcar stage
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/#/c/31762/3/src/arch/x86/postcar.c
File src/arch/x86/postcar.c:
https://review.coreboot.org/#/c/31762/3/src/arch/x86/postcar.c@43
PS3, Line 43: timestamp_add_now(TS_END_POSTCAR);
I think you should put this in in run_ramstage() were the END_ROMSTAGE bit is:
if (ENV_POSTCAR)
timestamp_add_now(TS_END_POSTCAR);
if (ENV_ROMSTAGE)
timestamp_add_now(TS_END_ROMSTAGE);
--
To view, visit
https://review.coreboot.org/c/coreboot/+/31762
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I084f66949667ad598f811d4233b4e639bc4c113e
Gerrit-Change-Number: 31762
Gerrit-PatchSet: 3
Gerrit-Owner: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Duncan Laurie
dlaurie@chromium.org
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: ron minnich
rminnich@gmail.com
Gerrit-CC: Patrick Rudolph
siro@das-labor.org
Gerrit-Comment-Date: Wed, 06 Mar 2019 16:08:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment