iPXE
Data Fields
EFI_PEI_HOB_POINTERS Union Reference

Union of all the possible HOB Types. More...

#include <PiHob.h>

Data Fields

EFI_HOB_GENERIC_HEADERHeader
 
EFI_HOB_HANDOFF_INFO_TABLEHandoffInformationTable
 
EFI_HOB_MEMORY_ALLOCATIONMemoryAllocation
 
EFI_HOB_MEMORY_ALLOCATION_BSP_STOREMemoryAllocationBspStore
 
EFI_HOB_MEMORY_ALLOCATION_STACKMemoryAllocationStack
 
EFI_HOB_MEMORY_ALLOCATION_MODULEMemoryAllocationModule
 
EFI_HOB_RESOURCE_DESCRIPTORResourceDescriptor
 
EFI_HOB_GUID_TYPEGuid
 
EFI_HOB_FIRMWARE_VOLUMEFirmwareVolume
 
EFI_HOB_FIRMWARE_VOLUME2FirmwareVolume2
 
EFI_HOB_FIRMWARE_VOLUME3FirmwareVolume3
 
EFI_HOB_CPUCpu
 
EFI_HOB_MEMORY_POOLPool
 
EFI_HOB_UEFI_CAPSULECapsule
 
UINT8Raw
 

Detailed Description

Union of all the possible HOB Types.

Definition at line 501 of file PiHob.h.

Field Documentation

◆ Header

EFI_HOB_GENERIC_HEADER* EFI_PEI_HOB_POINTERS::Header

Definition at line 502 of file PiHob.h.

◆ HandoffInformationTable

EFI_HOB_HANDOFF_INFO_TABLE* EFI_PEI_HOB_POINTERS::HandoffInformationTable

Definition at line 503 of file PiHob.h.

◆ MemoryAllocation

EFI_HOB_MEMORY_ALLOCATION* EFI_PEI_HOB_POINTERS::MemoryAllocation

Definition at line 504 of file PiHob.h.

◆ MemoryAllocationBspStore

EFI_HOB_MEMORY_ALLOCATION_BSP_STORE* EFI_PEI_HOB_POINTERS::MemoryAllocationBspStore

Definition at line 505 of file PiHob.h.

◆ MemoryAllocationStack

EFI_HOB_MEMORY_ALLOCATION_STACK* EFI_PEI_HOB_POINTERS::MemoryAllocationStack

Definition at line 506 of file PiHob.h.

◆ MemoryAllocationModule

EFI_HOB_MEMORY_ALLOCATION_MODULE* EFI_PEI_HOB_POINTERS::MemoryAllocationModule

Definition at line 507 of file PiHob.h.

◆ ResourceDescriptor

EFI_HOB_RESOURCE_DESCRIPTOR* EFI_PEI_HOB_POINTERS::ResourceDescriptor

Definition at line 508 of file PiHob.h.

◆ Guid

EFI_HOB_GUID_TYPE* EFI_PEI_HOB_POINTERS::Guid

Definition at line 509 of file PiHob.h.

◆ FirmwareVolume

EFI_HOB_FIRMWARE_VOLUME* EFI_PEI_HOB_POINTERS::FirmwareVolume

Definition at line 510 of file PiHob.h.

◆ FirmwareVolume2

EFI_HOB_FIRMWARE_VOLUME2* EFI_PEI_HOB_POINTERS::FirmwareVolume2

Definition at line 511 of file PiHob.h.

◆ FirmwareVolume3

EFI_HOB_FIRMWARE_VOLUME3* EFI_PEI_HOB_POINTERS::FirmwareVolume3

Definition at line 512 of file PiHob.h.

◆ Cpu

EFI_HOB_CPU* EFI_PEI_HOB_POINTERS::Cpu

Definition at line 513 of file PiHob.h.

◆ Pool

EFI_HOB_MEMORY_POOL* EFI_PEI_HOB_POINTERS::Pool

Definition at line 514 of file PiHob.h.

◆ Capsule

EFI_HOB_UEFI_CAPSULE* EFI_PEI_HOB_POINTERS::Capsule

Definition at line 515 of file PiHob.h.

◆ Raw

UINT8* EFI_PEI_HOB_POINTERS::Raw

Definition at line 516 of file PiHob.h.


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