commit | bc3ec003dc140ff154b9e8213579b268ddeaa9e4 | [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 | 3a028c28eedd4277a9c1196a9fdbcb04a98d8d55 [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>