]> git.dujemihanovic.xyz Git - u-boot.git/commit
upl: Add a command
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:30 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:20 +0000 (16:03 -0600)
commit264f4b0b34c027fb913c3eac425ecfa30cef1f10
tree83f2a33096ab2252d5ebe51e72f519a2eb6301e8
parent637be2e53f66034ed7475d5981e4445a538a7639
upl: Add a command

Add a 'upl' command to work with Universal Payload features. For now it
only supports reading and writing a handoff structure.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
boot/Kconfig
cmd/Kconfig
cmd/Makefile
cmd/upl.c [new file with mode: 0644]
doc/usage/cmd/upl.rst [new file with mode: 0644]
doc/usage/index.rst
include/asm-generic/global_data.h
test/boot/upl.c