]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiHob.h
Add related definitions support large file.
[mirror_edk2.git] / MdePkg / Include / Pi / PiHob.h
index 6a62abcd71ceb1649a49f778c3c9349f455e2ee1..2df710bbe09466989eb7799e1f25be9d1e6c4c20 100644 (file)
@@ -30,6 +30,7 @@
 #define EFI_HOB_TYPE_MEMORY_POOL          0x0007\r
 #define EFI_HOB_TYPE_FV2                  0x0009\r
 #define EFI_HOB_TYPE_LOAD_PEIM            0x000A\r
+#define EFI_HOB_TYPE_UEFI_CAPSULE         0x000B\r
 #define EFI_HOB_TYPE_UNUSED               0xFFFE\r
 #define EFI_HOB_TYPE_END_OF_HOB_LIST      0xFFFF\r
 \r
@@ -405,7 +406,7 @@ typedef struct {
 ///\r
 /// Each UEFI capsule HOB details the location of a UEFI capsule. It includes a base address and length\r
 /// which is based upon memory blocks with a EFI_CAPSULE_HEADER and the associated\r
-/// CapsuleImageSize-based payloads. These HOBs shall be created by the PEI PI firmware\r
+/// CapsuleImageSize-based payloads. These HOB's shall be created by the PEI PI firmware\r
 /// sometime after the UEFI UpdateCapsule service invocation with the\r
 /// CAPSULE_FLAGS_POPULATE_SYSTEM_TABLE flag set in the EFI_CAPSULE_HEADER.\r
 ///\r