]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: capsule: Add support for generating EFI empty capsules
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 10 Oct 2023 09:10:59 +0000 (14:40 +0530)
committerSimon Glass <sjg@chromium.org>
Fri, 13 Oct 2023 20:01:42 +0000 (14:01 -0600)
commit74aae507bc4d5726308c191d3191d9cd624ba0d2
tree693ddcfabd6dd7b25e7db15702276a451190e8a0
parentf1c8fc5e67bfb40fa7d2b91b5972eb6f0e8760ad
binman: capsule: Add support for generating EFI empty capsules

Add support in binman for generating EFI empty capsules. These
capsules are used in the FWU A/B update feature. Also add test cases
in binman for the corresponding code coverage.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/entries.rst
tools/binman/etype/efi_empty_capsule.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/319_capsule_accept.dts [new file with mode: 0644]
tools/binman/test/320_capsule_revert.dts [new file with mode: 0644]
tools/binman/test/321_capsule_accept_missing_guid.dts [new file with mode: 0644]
tools/binman/test/322_empty_capsule_type_missing.dts [new file with mode: 0644]
tools/binman/test/323_capsule_accept_revert_missing.dts [new file with mode: 0644]