]> git.dujemihanovic.xyz Git - u-boot.git/commit
upl: Add support for Universal Payload in SPL
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:31 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:20 +0000 (16:03 -0600)
commitfefb53492f729626a515b67b1acca941ad07e974
tree3dadb45e106bf5783715f6020303079aeab9b442
parent264f4b0b34c027fb913c3eac425ecfa30cef1f10
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>
MAINTAINERS
boot/Kconfig
common/spl/Makefile
common/spl/spl_upl.c [new file with mode: 0644]
include/spl.h