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

Data Fields

UINTN Signature
 
EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOLFvb
 
EFI_HANDLE Handle
 
EFI_FIRMWARE_VOLUME2_PROTOCOL Fv
 
EFI_FIRMWARE_VOLUME_HEADERFwVolHeader
 
UINT8 * CachedFv
 
UINT8 * EndOfCachedFv
 
FFS_FILE_LIST_ENTRYLastKey
 
LIST_ENTRY FfsFileListHeader
 
UINT32 AuthenticationStatus
 
UINT8 ErasePolarity
 
BOOLEAN IsFfs3Fv
 
BOOLEAN IsMemoryMapped
 

Detailed Description

Definition at line 25 of file FwVolDriver.h.

Field Documentation

◆ AuthenticationStatus

UINT32 FV_DEVICE::AuthenticationStatus

Definition at line 39 of file FwVolDriver.h.

◆ CachedFv

UINT8* FV_DEVICE::CachedFv

Definition at line 32 of file FwVolDriver.h.

◆ EndOfCachedFv

UINT8* FV_DEVICE::EndOfCachedFv

Definition at line 33 of file FwVolDriver.h.

◆ ErasePolarity

UINT8 FV_DEVICE::ErasePolarity

Definition at line 40 of file FwVolDriver.h.

◆ FfsFileListHeader

LIST_ENTRY FV_DEVICE::FfsFileListHeader

Definition at line 37 of file FwVolDriver.h.

◆ Fv

Definition at line 29 of file FwVolDriver.h.

◆ Fvb

Definition at line 27 of file FwVolDriver.h.

◆ FwVolHeader

EFI_FIRMWARE_VOLUME_HEADER* FV_DEVICE::FwVolHeader

Definition at line 31 of file FwVolDriver.h.

◆ Handle

EFI_HANDLE FV_DEVICE::Handle

Definition at line 28 of file FwVolDriver.h.

◆ IsFfs3Fv

BOOLEAN FV_DEVICE::IsFfs3Fv

Definition at line 41 of file FwVolDriver.h.

◆ IsMemoryMapped

BOOLEAN FV_DEVICE::IsMemoryMapped

Definition at line 42 of file FwVolDriver.h.

◆ LastKey

FFS_FILE_LIST_ENTRY* FV_DEVICE::LastKey

Definition at line 35 of file FwVolDriver.h.

◆ Signature

UINTN FV_DEVICE::Signature

Definition at line 26 of file FwVolDriver.h.


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