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>
This commit is contained in:
Simon Glass
2024-08-07 16:47:30 -06:00
committed by Tom Rini
parent 637be2e53f
commit 264f4b0b34
9 changed files with 371 additions and 0 deletions

View File

@@ -747,6 +747,7 @@ config BOOTMETH_SCRIPT
config UPL
bool "upl - Universal Payload Specification"
imply CMD_UPL
imply UPL_READ
imply UPL_WRITE
help