iPXE
Data Fields
EFI_HOB_FIRMWARE_VOLUME2 Struct Reference

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

#include <PiHob.h>

Data Fields

EFI_HOB_GENERIC_HEADER Header
 The HOB generic header. More...
 
EFI_PHYSICAL_ADDRESS BaseAddress
 The physical memory-mapped base address of the firmware volume. More...
 
UINT64 Length
 The length in bytes of the firmware volume. More...
 
EFI_GUID FvName
 The name of the firmware volume. More...
 
EFI_GUID FileName
 The name of the firmware file that contained this firmware volume. More...
 

Detailed Description

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

Definition at line 383 of file PiHob.h.

Field Documentation

◆ Header

EFI_HOB_GENERIC_HEADER EFI_HOB_FIRMWARE_VOLUME2::Header

The HOB generic header.

Header.HobType = EFI_HOB_TYPE_FV2.

Definition at line 387 of file PiHob.h.

◆ BaseAddress

EFI_PHYSICAL_ADDRESS EFI_HOB_FIRMWARE_VOLUME2::BaseAddress

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

Definition at line 391 of file PiHob.h.

◆ Length

UINT64 EFI_HOB_FIRMWARE_VOLUME2::Length

The length in bytes of the firmware volume.

Definition at line 395 of file PiHob.h.

◆ FvName

EFI_GUID EFI_HOB_FIRMWARE_VOLUME2::FvName

The name of the firmware volume.

Definition at line 399 of file PiHob.h.

◆ FileName

EFI_GUID EFI_HOB_FIRMWARE_VOLUME2::FileName

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

Definition at line 403 of file PiHob.h.


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