aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2024-03-22 16:27:29 +0530
committerTom Rini <trini@konsulko.com>2024-05-24 13:40:04 -0600
commitcb9ae40a16f0e9adae594526435de976afeedaf2 (patch)
tree7d6bea45c62a3bfe212cb10201955278a353a573 /doc
parentdf42d684961fbb9a79e6ae81234d97799d3efbbb (diff)
downloadu-boot-cb9ae40a16f0e9adae594526435de976afeedaf2.tar.gz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/mkfwumdata.17
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/mkfwumdata.1 b/doc/mkfwumdata.1
index 5e61c615ead..2ed0fb100b8 100644
--- a/doc/mkfwumdata.1
+++ b/doc/mkfwumdata.1
@@ -10,6 +10,7 @@ mkfwumdata \- create FWU metadata image
.OP \-a activeidx
.OP \-p previousidx
.OP \-g
+.OP \-V vendor-file
.BI \-i\~ imagecount
.BI \-b\~ bankcount
.I UUIDs
@@ -57,6 +58,12 @@ Convert the
as GUIDs before use.
.
.TP
+.B \-V
+Pass
+.IR vendor-file
+for appending vendor data to the metadata. Supported only with version 2.
+.
+.TP
.B \-i
Specify there are
.IR imagecount