[coreboot] New patch to review for coreboot: d05b3e7 timestamp: add vboot check points

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Mar 19 23:13:33 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2852

-gerrit

commit d05b3e76a69c5ce4047dd6b971945584a5c95e2c
Author: Aaron Durbin <adurbin at chromium.org>
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 <adurbin at chromium.org>
---
 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,



More information about the coreboot mailing list