TianoCore EDK2 master
|
#include <MdePkg/Include/Pi/PiPeiCis.h>
Data Fields | |
EFI_FVB_ATTRIBUTES_2 | FvAttributes |
EFI_GUID | FvFormat |
EFI_GUID | FvName |
VOID * | FvStart |
UINT64 | FvSize |
The information of the FV volume.
Definition at line 767 of file PiPeiCis.h.
EFI_FVB_ATTRIBUTES_2 EFI_FV_INFO::FvAttributes |
Attributes of the firmware volume.
Definition at line 771 of file PiPeiCis.h.
EFI_GUID EFI_FV_INFO::FvFormat |
Format of the firmware volume.
Definition at line 775 of file PiPeiCis.h.
EFI_GUID EFI_FV_INFO::FvName |
Name of the firmware volume.
Definition at line 779 of file PiPeiCis.h.
UINT64 EFI_FV_INFO::FvSize |
Size of the firmware volume.
Definition at line 789 of file PiPeiCis.h.
VOID* EFI_FV_INFO::FvStart |
Points to the first byte of the firmware volume, if bit EFI_FVB_MEMORY_MAPPED is set in FvAttributes.
Definition at line 785 of file PiPeiCis.h.