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

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

Data Fields

EFI_HOB_GENERIC_HEADER Header
 
EFI_PHYSICAL_ADDRESS BaseAddress
 
UINT64 Length
 

Detailed Description

Details the location of firmware volumes that contain firmware files.

Definition at line 362 of file PiHob.h.

Field Documentation

◆ BaseAddress

EFI_PHYSICAL_ADDRESS EFI_HOB_FIRMWARE_VOLUME::BaseAddress

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

Definition at line 370 of file PiHob.h.

◆ Header

EFI_HOB_GENERIC_HEADER EFI_HOB_FIRMWARE_VOLUME::Header

The HOB generic header. Header.HobType = EFI_HOB_TYPE_FV.

Definition at line 366 of file PiHob.h.

◆ Length

UINT64 EFI_HOB_FIRMWARE_VOLUME::Length

The length in bytes of the firmware volume.

Definition at line 374 of file PiHob.h.


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