commit | 596f31c0803f36433ff915b745c6640e50d76e9a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 08 17:40:12 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:28 2019 +0800 |
tree | c7acbb5498e12ffee8f4a7bfb50c104cd92c06fc | |
parent | 45122aebcf26b776d4690c6fce9ed5eb936eb61b [diff] |
spl: Add methods to find the position/size of next phase Binman supports writing the position and size of U-Boot proper and SPL into the previous phase of U-Boot. This allows the next phase to be easily located and loaded. Add functions to return these useful values, along with symbols to allow TPL to load SPL. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>