Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2852
-gerrit commit d05b3e76a69c5ce4047dd6b971945584a5c95e2c Author: Aaron Durbin <[email protected]> Date: Fri Mar 1 17:07:51 2013 -0600 timestamp: add vboot check points It's desirable to measure the vboot firmware selection time. Therefore add vboot check points to the timestamp ids. Change-Id: Ib103a9e91652cf96abcacebf0f211300e03f71fd Signed-off-by: Aaron Durbin <[email protected]> --- src/include/timestamp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/timestamp.h b/src/include/timestamp.h index e76716c..9dd0d0f 100644 --- a/src/include/timestamp.h +++ b/src/include/timestamp.h @@ -37,6 +37,8 @@ enum timestamp_id { TS_BEFORE_INITRAM = 2, TS_AFTER_INITRAM = 3, TS_END_ROMSTAGE = 4, + TS_START_VBOOT = 5, + TS_END_VBOOT = 6, TS_START_COPYRAM = 8, TS_END_COPYRAM = 9, TS_START_RAMSTAGE = 10, -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

