commit | 3a028c28eedd4277a9c1196a9fdbcb04a98d8d55 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 07 16:47:30 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 16:03:20 2024 -0600 |
tree | 83f2a33096ab2252d5ebe51e72f519a2eb6301e8 | |
parent | aac2569f98247eea14fe7a4fc1c6b1f74f441724 [diff] [blame] |
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>
diff --git a/MAINTAINERS b/MAINTAINERS index acb92bd..4d17c96 100644 --- a/MAINTAINERS +++ b/MAINTAINERS
@@ -1714,6 +1714,8 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-dm.git F: boot/upl* +F: cmd/upl.c +F: doc/usage/cmd/upl.rst F: include/upl.h F: test/boot/upl.c