aboutsummaryrefslogtreecommitdiff
path: root/src/include/timestamp.h
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2013-03-01 17:07:51 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-03-22 00:14:18 +0100
commit22919ce62ce110b351133cd4c18d5229291beef3 (patch)
tree34964be444731e6fffae0df3a3bc1656ae449f55 /src/include/timestamp.h
parent0c6946db3f777e212c9b2c5a7443f6c2946a199e (diff)
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@chromium.org> Reviewed-on: http://review.coreboot.org/2852 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/include/timestamp.h')
-rw-r--r--src/include/timestamp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/timestamp.h b/src/include/timestamp.h
index e76716c608..9dd0d0f521 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,