summaryrefslogtreecommitdiff
path: root/tools/Kconfig
diff options
context:
space:
mode:
authorMasami Hiramatsu <[email protected]>2023-05-31 00:29:24 -0500
committerTom Rini <[email protected]>2023-06-09 13:52:40 -0400
commitfdd56bfd3ade5a87a5279b07a164e8aecbd0cf2f (patch)
treedd9494f07c4e47943a5794523a718c5892dd5fd4 /tools/Kconfig
parent4898679e190770ad19917dfc01bc192df0cdfdee (diff)
tools: Add mkfwumdata tool for FWU metadata image
Add 'mkfwumdata' tool to generate FWU metadata image for the meta-data partition to be used in A/B Update imeplementation. Signed-off-by: Sughosh Ganu <[email protected]> Signed-off-by: Jassi Brar <[email protected]> Signed-off-by: Masami Hiramatsu <[email protected]>
Diffstat (limited to 'tools/Kconfig')
-rw-r--r--tools/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig
index 539708f277b..6e23f44d550 100644
--- a/tools/Kconfig
+++ b/tools/Kconfig
@@ -157,4 +157,13 @@ config LUT_SEQUENCE
help
Look Up Table Sequence
+config TOOLS_MKFWUMDATA
+ bool "Build mkfwumdata command"
+ default y if FWU_MULTI_BANK_UPDATE
+ help
+ This command allows users to create a raw image of the FWU
+ metadata for initial installation of the FWU multi bank
+ update on the board. The installation method depends on
+ the platform.
+
endmenu