]> git.dujemihanovic.xyz Git - u-boot.git/commit
upl: Add support for writing a upl handoff
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:28 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:20 +0000 (16:03 -0600)
commit3848e97c5c74dcebe1694ff14df522badc0df9e4
tree4773b8573e1e08f9af739b6a2bb2119a4027394b
parent90469da3da0dc6f113dfc582d4db2ac9e9f171ec
upl: Add support for writing a upl handoff

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

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
boot/Makefile
boot/upl_write.c [new file with mode: 0644]