]> git.dujemihanovic.xyz Git - u-boot.git/commit
fwu: metadata: add a version agnostic structure
authorSughosh Ganu <sughosh.ganu@linaro.org>
Fri, 22 Mar 2024 10:57:19 +0000 (16:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 24 May 2024 19:40:03 +0000 (13:40 -0600)
commit1cafc2ab8d1e9da4d253442aa719895131c0901e
tree7423a80d2a98248f3206cb8f4c9868b525c589cf
parent48d9325303d97751e47c6f8abed2cd59a0edc2a6
fwu: metadata: add a version agnostic structure

The FWU specification now has two versions of the FWU metadata
structure, and both are to be supported. Introduce a version agnostic
structure for storing information about the FWU updatable images. This
allows for a split of common version agnostic FWU code and version
specific code.

The version specific code is then responsible for arranging the data
as per the corresponding metadata structure before it gets written to
the metadata partitions.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Tested-by: Michal Simek <michal.simek@amd.com>
include/fwu.h