diff options
author | Simon Glass <sjg@chromium.org> | 2011-12-20 15:46:57 -0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2012-01-05 19:26:17 -0800 |
commit | 2cc6f8645dc2edb7a65e128b23314cfdaf0d22d1 (patch) | |
tree | 613fa6625c9ba97f0c9f6f462e45a5767d1034f9 /include | |
parent | 3d7efd222becd25c43c01a8f800de688c820e61a (diff) |
Track lcd wait time using bootstage
The intent is for LCD init to happen such that we never need to call
udelay(). Add tracking that this is indeed the case, and report it
with the boot time report.
BUG=chromium-os:22938
TEST=build and boot on Kaen
Change-Id: I78e458a6b878a4237e4e059525bae4fa47844ed9
Reviewed-on: https://gerrit.chromium.org/gerrit/13377
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bootstage.h b/include/bootstage.h index 72a3e85d602..7b8a4ec3115 100644 --- a/include/bootstage.h +++ b/include/bootstage.h @@ -47,6 +47,7 @@ enum bootstage_id { BOOTSTAGE_MAIN_CPU_READY, BOOTSTAGE_TPM_SEND_RECV, + BOOTSTAGE_LCD_WAIT, /* a few spare for the user, from here */ BOOTSTAGE_USER, |