EFI_CAPSULE_BLOCK_DESCRIPTOR Struct Reference


Data Fields

UINT64 Length
union {
   EFI_PHYSICAL_ADDRESS   DataBlock
   EFI_PHYSICAL_ADDRESS   ContinuationPointer
Union

Detailed Description

EFI Capsule Block Descriptor

Field Documentation

Physical address of another block of EFI_CAPSULE_BLOCK_DESCRIPTOR structures. This member of the union is used if Length is equal to zero. If ContinuationPointer is zero this entry represents the end of the list.

Physical address of the data block. This member of the union is used if Length is not equal to zero.

Length in bytes of the data pointed to by DataBlock/ContinuationPointer.


Generated on Wed Sep 23 16:24:26 2015 for MdePkg[ALL] by  doxygen 1.5.7.1