aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2022-10-21 18:16:04 +0530
committerTom Rini <trini@konsulko.com>2022-10-31 14:47:33 -0400
commite68c03be46ce9bf409a2a9ad761a247d8640c89a (patch)
treeec8a1f82f880cd5167927d8d773069ff60509235 /cmd/Kconfig
parent86794052418b7aa15d94025add3082cd357a0b12 (diff)
downloadu-boot-e68c03be46ce9bf409a2a9ad761a247d8640c89a.zip
u-boot-e68c03be46ce9bf409a2a9ad761a247d8640c89a.tar.gz
u-boot-e68c03be46ce9bf409a2a9ad761a247d8640c89a.tar.bz2
FWU: cmd: Add a command to read FWU metadata
Add a command to read the metadata as specified in the FWU specification and print the fields of the metadata. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 3f6bc70..1054064 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -162,6 +162,12 @@ config CMD_CPU
internal name) and clock frequency. Other information may be
available depending on the CPU driver.
+config CMD_FWU_METADATA
+ bool "fwu metadata read"
+ depends on FWU_MULTI_BANK_UPDATE
+ help
+ Command to read the metadata and dump it's contents
+
config CMD_LICENSE
bool "license"
select BUILD_BIN2C