commit | 0e8645660d431dcf2a9141f2488a21a102688a14 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 21 17:26:52 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 10:56:51 2019 -0600 |
tree | 65a6ec034bc56cf2750a86ac4fadf0b63dc7d3e6 | |
parent | aa2abc47ee5642b463fa83561888aa7fe55ed416 [diff] |
bootstage: Allow SPL to obtain bootstage info from TPL It is possible to enable bootstage in TPL. TPL can stash the info for SPL. But at present this information is then lost because SPL does not read from the stash. Add support for SPL not being the first phase to enable bootstage. Signed-off-by: Simon Glass <sjg@chromium.org>