]> git.dujemihanovic.xyz Git - u-boot.git/commit
upl: Add support for reading a upl handoff
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:27 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:19 +0000 (16:03 -0600)
commit90469da3da0dc6f113dfc582d4db2ac9e9f171ec
treedc22bbe1b55a00d252a9952b87b0fd33c95981ee
parent16b9c64caf900a9ce4623090e8263a7da2746998
upl: Add support for reading a upl handoff

Universal Payload provides a standard way of handing off control between
two firmware phases. Add support for reading the handoff information into
a structure.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
boot/Kconfig
boot/Makefile
boot/upl_common.c [new file with mode: 0644]
boot/upl_common.h [new file with mode: 0644]
boot/upl_read.c [new file with mode: 0644]
configs/sandbox_defconfig
include/upl.h [new file with mode: 0644]