MdePkg: Update the definition of CapsuleImageSize on EFI_CAPSULE_HEADER

Add the description of CapsuleImageSize to align with UEFI spec 2.10.

REF: UEFI spec 2.10 section 8.5.3.1

Signed-off-by: Suqiang Ren <suqiangx.ren@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Felix Polyudov <felixp@ami.com>
This commit is contained in:
Suqiang Ren 2024-01-03 09:35:43 +08:00 committed by mergify[bot]
parent 9cf1d03ebe
commit ff1305c9fb
1 changed files with 1 additions and 1 deletions

View File

@ -1663,7 +1663,7 @@ typedef struct {
///
UINT32 Flags;
///
/// Size in bytes of the capsule.
/// Size in bytes of the capsule (including capsule header).
///
UINT32 CapsuleImageSize;
} EFI_CAPSULE_HEADER;