commit | e82c624d7cd0640da789ecb0d6906db491003e2d | [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 | f5b18ae3097ceaced8bef2e82f659af62433ebe1 [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>