]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add support for version 3 of FMP Image Header structure
authorSughosh Ganu <sughosh.ganu@linaro.org>
Thu, 22 Apr 2021 07:50:59 +0000 (15:50 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 12 May 2021 01:03:53 +0000 (01:03 +0000)
commit5531fd48ded1271b8775725355ab83994e4bc77c
tree0e2b704acdc26b3a2828a56c4bf6fa7ebb5dba8a
parent6933c78e4dc20cb5a633fa917e57158a6646e62e
BaseTools: Add support for version 3 of FMP Image Header structure

Add support for the ImageCapsuleSupport field, introduced in version 3
of the EFI_FIRMWARE_MANAGEMENT_CAPSULE_IMAGE_HEADER structure. This
structure member is used to indicate if the corresponding payload has
support for authentication and dependency.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Capsule/GenerateCapsule.py
BaseTools/Source/Python/Common/Uefi/Capsule/FmpCapsuleHeader.py