From fdd56bfd3ade5a87a5279b07a164e8aecbd0cf2f Mon Sep 17 00:00:00 2001 From: Masami Hiramatsu Date: Wed, 31 May 2023 00:29:24 -0500 Subject: 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 Signed-off-by: Jassi Brar Signed-off-by: Masami Hiramatsu --- tools/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools/Kconfig') 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 -- cgit v1.3.1