MdePkg[all]
1.08
|
Data Fields | |
EFI_FVB_ATTRIBUTES_2 | FvAttributes |
EFI_GUID | FvFormat |
EFI_GUID | FvName |
VOID * | FvStart |
UINT64 | FvSize |
The information of the FV volume.
EFI_FVB_ATTRIBUTES_2 EFI_FV_INFO::FvAttributes |
Attributes of the firmware volume.
EFI_GUID EFI_FV_INFO::FvFormat |
Format of the firmware volume.
EFI_GUID EFI_FV_INFO::FvName |
Name of the firmware volume.
UINT64 EFI_FV_INFO::FvSize |
Size of the firmware volume.
VOID* EFI_FV_INFO::FvStart |
Points to the first byte of the firmware volume, if bit EFI_FVB_MEMORY_MAPPED is set in FvAttributes.