summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-12-20 10:42:31 -0800
committerSimon Glass <sjg@chromium.org>2012-01-05 19:19:29 -0800
commitd44f5f509403db4122ed0b4fc612904b172d2bb5 (patch)
tree96b727113da8795ca4f4753e19231fedb6ae6746 /include
parent86e63e0fe2ed12a5e2dcb0c8b3e4b6f074de558f (diff)
Add bootstage timing to TPM operations
Records the total time taken by TPM operations for display as part of the bootstage report. BUG=chromium-os:22938 TEST=build and boot on Kaen Change-Id: I7ce6efa3c2bb90858d17ab6613724e6ae73d918b Reviewed-on: https://gerrit.chromium.org/gerrit/13371 Commit-Ready: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/bootstage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootstage.h b/include/bootstage.h
index 5ae5d1d712..72a3e85d60 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -46,6 +46,8 @@ enum bootstage_id {
BOOTSTAGE_MAIN_CPU_AWAKE,
BOOTSTAGE_MAIN_CPU_READY,
+ BOOTSTAGE_TPM_SEND_RECV,
+
/* a few spare for the user, from here */
BOOTSTAGE_USER,