]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: Add mkfwumdata tool for FWU metadata image
authorMasami Hiramatsu <masami.hiramatsu@linaro.org>
Wed, 31 May 2023 05:29:24 +0000 (00:29 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 9 Jun 2023 17:52:40 +0000 (13:52 -0400)
commitfdd56bfd3ade5a87a5279b07a164e8aecbd0cf2f
treedd9494f07c4e47943a5794523a718c5892dd5fd4
parent4898679e190770ad19917dfc01bc192df0cdfdee
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 <sughosh.ganu@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
doc/mkfwumdata.1 [new file with mode: 0644]
tools/Kconfig
tools/Makefile
tools/mkfwumdata.c [new file with mode: 0644]