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

Data Fields

EFI_HOB_GENERIC_HEADER Header
 
EFI_PHYSICAL_ADDRESS BaseAddress
 
UINT64 Length
 
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.

Field Documentation

EFI_PHYSICAL_ADDRESS EFI_HOB_FIRMWARE_VOLUME2::BaseAddress

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

EFI_GUID EFI_HOB_FIRMWARE_VOLUME2::FileName

The name of the firmware file that contained this firmware volume.

EFI_GUID EFI_HOB_FIRMWARE_VOLUME2::FvName

The name of the firmware volume.

EFI_HOB_GENERIC_HEADER EFI_HOB_FIRMWARE_VOLUME2::Header

The HOB generic header. Header.HobType = EFI_HOB_TYPE_FV2.

UINT64 EFI_HOB_FIRMWARE_VOLUME2::Length

The length in bytes of the firmware volume.