iPXE
Data Fields
EFI_HOB_MEMORY_ALLOCATION_MODULE Struct Reference

Defines the location and entry point of the HOB consumer phase. More...

#include <PiHob.h>

Data Fields

EFI_HOB_GENERIC_HEADER Header
 The HOB generic header. More...
 
EFI_HOB_MEMORY_ALLOCATION_HEADER MemoryAllocationHeader
 An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the various attributes of the logical memory allocation. More...
 
EFI_GUID ModuleName
 The GUID specifying the values of the firmware file system name that contains the HOB consumer phase component. More...
 
EFI_PHYSICAL_ADDRESS EntryPoint
 The address of the memory-mapped firmware volume that contains the HOB consumer phase firmware file. More...
 

Detailed Description

Defines the location and entry point of the HOB consumer phase.

Definition at line 200 of file PiHob.h.

Field Documentation

◆ Header

EFI_HOB_GENERIC_HEADER EFI_HOB_MEMORY_ALLOCATION_MODULE::Header

The HOB generic header.

Header.HobType = EFI_HOB_TYPE_MEMORY_ALLOCATION.

Definition at line 204 of file PiHob.h.

◆ MemoryAllocationHeader

EFI_HOB_MEMORY_ALLOCATION_HEADER EFI_HOB_MEMORY_ALLOCATION_MODULE::MemoryAllocationHeader

An instance of the EFI_HOB_MEMORY_ALLOCATION_HEADER that describes the various attributes of the logical memory allocation.

Definition at line 209 of file PiHob.h.

◆ ModuleName

EFI_GUID EFI_HOB_MEMORY_ALLOCATION_MODULE::ModuleName

The GUID specifying the values of the firmware file system name that contains the HOB consumer phase component.

Definition at line 214 of file PiHob.h.

◆ EntryPoint

EFI_PHYSICAL_ADDRESS EFI_HOB_MEMORY_ALLOCATION_MODULE::EntryPoint

The address of the memory-mapped firmware volume that contains the HOB consumer phase firmware file.

Definition at line 219 of file PiHob.h.


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