MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_FV_INFO Struct Reference

Data Fields

EFI_FVB_ATTRIBUTES_2 FvAttributes
 
EFI_GUID FvFormat
 
EFI_GUID FvName
 
VOIDFvStart
 
UINT64 FvSize
 

Detailed Description

The information of the FV volume.

Field Documentation

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.