iPXE
Data Fields
EFI_HOB_FIRMWARE_VOLUME Struct Reference

Details the location of firmware volumes that contain firmware files. 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...
 

Detailed Description

Details the location of firmware volumes that contain firmware files.

Definition at line 364 of file PiHob.h.

Field Documentation

◆ Header

EFI_HOB_GENERIC_HEADER EFI_HOB_FIRMWARE_VOLUME::Header

The HOB generic header.

Header.HobType = EFI_HOB_TYPE_FV.

Definition at line 368 of file PiHob.h.

◆ BaseAddress

EFI_PHYSICAL_ADDRESS EFI_HOB_FIRMWARE_VOLUME::BaseAddress

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

Definition at line 372 of file PiHob.h.

◆ Length

UINT64 EFI_HOB_FIRMWARE_VOLUME::Length

The length in bytes of the firmware volume.

Definition at line 376 of file PiHob.h.


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