|
TianoCore EDK2 master
|
#include <MdePkg/Include/Pi/PiHob.h>
Data Fields | |
| EFI_HOB_GENERIC_HEADER | Header |
| EFI_PHYSICAL_ADDRESS | BaseAddress |
| UINT64 | Length |
Each UEFI capsule HOB details the location of a UEFI capsule. It includes a base address and length which is based upon memory blocks with a EFI_CAPSULE_HEADER and the associated CapsuleImageSize-based payloads. These HOB's shall be created by the PEI PI firmware sometime after the UEFI UpdateCapsule service invocation with the CAPSULE_FLAGS_POPULATE_SYSTEM_TABLE flag set in the EFI_CAPSULE_HEADER.
| EFI_PHYSICAL_ADDRESS EFI_HOB_UEFI_CAPSULE::BaseAddress |
| EFI_HOB_GENERIC_HEADER EFI_HOB_UEFI_CAPSULE::Header |