TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_FV_INFO Struct Reference

#include <MdePkg/Include/Pi/PiPeiCis.h>

Data Fields

EFI_FVB_ATTRIBUTES_2 FvAttributes
 
EFI_GUID FvFormat
 
EFI_GUID FvName
 
VOID * FvStart
 
UINT64 FvSize
 

Detailed Description

The information of the FV volume.

Definition at line 767 of file PiPeiCis.h.

Field Documentation

◆ FvAttributes

EFI_FVB_ATTRIBUTES_2 EFI_FV_INFO::FvAttributes

Attributes of the firmware volume.

Definition at line 771 of file PiPeiCis.h.

◆ FvFormat

EFI_GUID EFI_FV_INFO::FvFormat

Format of the firmware volume.

Definition at line 775 of file PiPeiCis.h.

◆ FvName

EFI_GUID EFI_FV_INFO::FvName

Name of the firmware volume.

Definition at line 779 of file PiPeiCis.h.

◆ FvSize

UINT64 EFI_FV_INFO::FvSize

Size of the firmware volume.

Definition at line 789 of file PiPeiCis.h.

◆ FvStart

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.


The documentation for this struct was generated from the following file: