commit | fefb53492f729626a515b67b1acca941ad07e974 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 07 16:47:31 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 16:03:20 2024 -0600 |
tree | 3dadb45e106bf5783715f6020303079aeab9b442 | |
parent | 264f4b0b34c027fb913c3eac425ecfa30cef1f10 [diff] |
upl: Add support for Universal Payload in SPL Add the basic code to create a handoff structure in SPL, so it can be passed to the next phase. For now this is not plumbed in. Signed-off-by: Simon Glass <sjg@chromium.org>