commit | 6056e5ad329c4721e08c3bbf631f04cf9d254a03 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 07 16:47:38 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 16:03:20 2024 -0600 |
tree | 902d0ec1443a9fc0b05f75b69c1c9e22f16c5cab | |
parent | 9736b714c5fe6770c064088d4bd8ba0e8184a89b [diff] |
sandbox: Add an SPL loader for UPL Add support for loading a UPL image from SPL. This uses the simple FIT implementation, but also loads the full FIT just to permit more testing. Signed-off-by: Simon Glass <sjg@chromium.org>