summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-26 11:03:07 -0600
committerTom Rini <[email protected]>2026-03-26 11:03:23 -0600
commit5673d25fd82a00eb5a2bf5761b3aa92de0e9e4e1 (patch)
tree682cac2b82f842e3457efaae9b1daefbe20ca581 /doc/develop
parent8813d74163e4d84dbd4fb30d9639f01c0acb6d39 (diff)
parent44a1e17b2a49d724538b4d500b27b0eda4be015c (diff)
Merge tag 'fwu-next-26032026' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next
CI: https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/29677 Add a new fwumdata tool to allows users to read, display, and modify FWU (Firmware Update) metadata from Linux userspace. It provides functionality similar to fw_printenv/fw_setenv but for FWU metadata. Users can view metadata, change active/previous bank indices, modify bank states, and set image acceptance flags. Configuration is done via fwumdata.config file.
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/uefi/fwu_updates.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/develop/uefi/fwu_updates.rst b/doc/develop/uefi/fwu_updates.rst
index 84713581459..c592106f8a8 100644
--- a/doc/develop/uefi/fwu_updates.rst
+++ b/doc/develop/uefi/fwu_updates.rst
@@ -66,7 +66,9 @@ FWU Metadata
U-Boot supports both versions(1 and 2) of the FWU metadata defined in
the two revisions of the specification. Support can be enabled for
either of the two versions through a config flag. The mkfwumdata tool
-can generate metadata for both the supported versions.
+can generate metadata for both the supported versions. On the target side,
+the fwumdata tool can read and update FWU metadata located in memory,
+similarly to how fw_printenv/fw_setenv works.
Setting up the device for GPT partitioned storage
-------------------------------------------------