diff options
| author | Tom Rini <[email protected]> | 2026-03-26 11:03:07 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-26 11:03:23 -0600 |
| commit | 5673d25fd82a00eb5a2bf5761b3aa92de0e9e4e1 (patch) | |
| tree | 682cac2b82f842e3457efaae9b1daefbe20ca581 /tools/Makefile | |
| parent | 8813d74163e4d84dbd4fb30d9639f01c0acb6d39 (diff) | |
| parent | 44a1e17b2a49d724538b4d500b27b0eda4be015c (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 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile index 0ac683ac3ec..1908a63b42c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -272,9 +272,7 @@ mkeficapsule-objs := generated/lib/uuid.o \ mkeficapsule.o hostprogs-always-$(CONFIG_TOOLS_MKEFICAPSULE) += mkeficapsule -mkfwumdata-objs := mkfwumdata.o generated/lib/crc32.o -HOSTLDLIBS_mkfwumdata += -luuid -hostprogs-always-$(CONFIG_TOOLS_MKFWUMDATA) += mkfwumdata +include tools/fwumdata_src/fwumdata.mk # We build some files with extra pedantic flags to try to minimize things # that won't build on some weird host compiler -- though there are lots of |
