summaryrefslogtreecommitdiff
path: root/include/bootstage.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-22 11:05:32 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 18:13:07 (GMT)
commit63c5bf48d5e09317aa3444d2bd51f67d50adb715 (patch)
tree49506daf1ae54df058463cd8a1cc1825215377e0 /include/bootstage.h
parent5ac44a55437b2b8e86248ed886e86df9d55a514e (diff)
downloadu-boot-63c5bf48d5e09317aa3444d2bd51f67d50adb715.tar.xz
bootstage: Record the time taken to set up driver model
Driver model is set up ones before relocation and once after. Record the time taken in each case. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bootstage.h')
-rw-r--r--include/bootstage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootstage.h b/include/bootstage.h
index 8607e88..9c7b515 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -200,6 +200,8 @@ enum bootstage_id {
BOOTSTAGE_ID_ACCUM_SPI,
BOOTSTAGE_ID_ACCUM_DECOMP,
BOOTSTAGE_ID_FPGA_INIT,
+ BOOTSTATE_ID_ACCUM_DM_F,
+ BOOTSTATE_ID_ACCUM_DM_R,
/* a few spare for the user, from here */
BOOTSTAGE_ID_USER,