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

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

Data Fields

EFI_HOB_GENERIC_HEADER Header
 
EFI_PHYSICAL_ADDRESS BaseAddress
 
UINT64 Length
 
UINT32 AuthenticationStatus
 
BOOLEAN ExtractedFv
 
EFI_GUID FvName
 
EFI_GUID FileName
 

Detailed Description

Details the location of a firmware volume that was extracted from a file within another firmware volume.

Definition at line 408 of file PiHob.h.

Field Documentation

◆ AuthenticationStatus

UINT32 EFI_HOB_FIRMWARE_VOLUME3::AuthenticationStatus

The authentication status.

Definition at line 424 of file PiHob.h.

◆ BaseAddress

EFI_PHYSICAL_ADDRESS EFI_HOB_FIRMWARE_VOLUME3::BaseAddress

The physical memory-mapped base address of the firmware volume.

Definition at line 416 of file PiHob.h.

◆ ExtractedFv

BOOLEAN EFI_HOB_FIRMWARE_VOLUME3::ExtractedFv

TRUE if the FV was extracted as a file within another firmware volume. FALSE otherwise.

Definition at line 429 of file PiHob.h.

◆ FileName

EFI_GUID EFI_HOB_FIRMWARE_VOLUME3::FileName

The name of the firmware file that contained this firmware volume. Valid only if IsExtractedFv is TRUE.

Definition at line 439 of file PiHob.h.

◆ FvName

EFI_GUID EFI_HOB_FIRMWARE_VOLUME3::FvName

The name of the firmware volume. Valid only if IsExtractedFv is TRUE.

Definition at line 434 of file PiHob.h.

◆ Header

EFI_HOB_GENERIC_HEADER EFI_HOB_FIRMWARE_VOLUME3::Header

The HOB generic header. Header.HobType = EFI_HOB_TYPE_FV3.

Definition at line 412 of file PiHob.h.

◆ Length

UINT64 EFI_HOB_FIRMWARE_VOLUME3::Length

The length in bytes of the firmware volume.

Definition at line 420 of file PiHob.h.


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