]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: mkfwumdata: add logic to append vendor data to the FWU metadata
authorSughosh Ganu <sughosh.ganu@linaro.org>
Fri, 22 Mar 2024 10:57:29 +0000 (16:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 24 May 2024 19:40:04 +0000 (13:40 -0600)
commitcb9ae40a16f0e9adae594526435de976afeedaf2
tree7d6bea45c62a3bfe212cb10201955278a353a573
parentdf42d684961fbb9a79e6ae81234d97799d3efbbb
tools: mkfwumdata: add logic to append vendor data to the FWU metadata

The version 2 of the FWU metadata allows for appending opaque vendor
specific data to the metadata structure. Add support for appending
this data to the metadata. The vendor specific data needs to be
provided through a file, passed through a command-line parameter. Make
corresponding changes to the tool's manpage.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Tested-by: Michal Simek <michal.simek@amd.com>
doc/mkfwumdata.1
tools/mkfwumdata.c