commit | 01154cba4dd4b6ccd777cc4f3cc6595e739dbbd1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon May 22 05:05:35 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:08 2017 -0400 |
tree | ff61ce00e99cfac753c17891640f87dbe184524b | |
parent | 01eb904ee901a086cf7300eaa599af659cc1224b [diff] |
bootstage: Support SPL At present bootstage only supports U-Boot proper. But SPL can also consume boot time so it is useful to have the record start there. Add bootstage support to SPL. Also support stashing the timing information when SPL finishes so that it can be picked up and reported by U-Boot proper. This provides a full boot time record, excluding only the time taken by the boot ROM. Signed-off-by: Simon Glass <sjg@chromium.org>