commit | a87cd0c5c9ecf2f60019aa7a2ce99187084e98c5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:08 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:03:18 2022 -0400 |
tree | 5f375e56f815ea70a09786183b049399dbae97d7 | |
parent | 6b8705d5faabdd5d2171725539282c4870014949 [diff] |
sandbox: Support obtaining the next phase from an image At present sandbox runs the next phase from discrete executables, so for example u-boot-tpl runs u-boot-vpl to get to the next phase. In some cases the phases are all built into a single firmware image, as is done for real boards. Add support for this to sandbox. Make it higher priority so that it takes precedence over the existing method. Signed-off-by: Simon Glass <sjg@chromium.org>