]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "FWU: Add support for FWU metadata version 2"
authorTom Rini <trini@konsulko.com>
Fri, 24 May 2024 19:42:07 +0000 (13:42 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 24 May 2024 19:42:07 +0000 (13:42 -0600)
commit7e52d6ccfb76e2afc2d183b357abe2a2e2f948cf
tree13766eee290b99a1bb0254235841a0e4c492d62f
parent6b9ae5789e9beef7fb78893c7c831e2b31b705f6
parente32c15d6041e9298673c75b26cc6af1266046dc5
Merge patch series "FWU: Add support for FWU metadata version 2"

Sughosh Ganu <sughosh.ganu@linaro.org> says:

The following patch series adds support for version 2 of the FWU
metadata. The version 2 metadata structure is defined in the latest
revision of the FWU specification [1].

The earlier versions of these patches were migrating to a version 2
only support in U-Boot, similar to TF-A. However, based on feedback
from ST [2], this series has been updated to support both versions. A
platform would still be needed to enable one of the two versions of
metadata through a config symbol.

TF-A has code which reads the FWU metadata and boots the platform from
the active partition. TF-A has decided to migrate the FWU code to a
version 2 only support. These changes have been merged in upstream
TF-A.

These changes have been tested on the ST DK2 board, which uses the GPT
based partitioning scheme. Both V1 and V2 metadata versions have been
tested on the DK2 board.

These changes need to be tested on platforms with MTD partitioned
storage devices.
MAINTAINERS
drivers/fwu-mdata/fwu-mdata-uclass.c
lib/fwu_updates/fwu_mtd.c
test/dm/fwu_mdata.c