|
XenevaOS
|
#include <PiHob.h>

Public Attributes | |
| EFI_HOB_GENERIC_HEADER | Header |
| EFI_GUID | Owner |
| EFI_RESOURCE_TYPE | ResourceType |
| EFI_RESOURCE_ATTRIBUTE_TYPE | ResourceAttribute |
| EFI_PHYSICAL_ADDRESS | PhysicalStart |
| UINT64 | ResourceLength |
Describes the resource properties of all fixed, nonrelocatable resource ranges found on the processor host bus during the HOB producer phase.
| EFI_HOB_GENERIC_HEADER EFI_HOB_RESOURCE_DESCRIPTOR::Header |
The HOB generic header. Header.HobType = EFI_HOB_TYPE_RESOURCE_DESCRIPTOR.
| EFI_GUID EFI_HOB_RESOURCE_DESCRIPTOR::Owner |
| EFI_PHYSICAL_ADDRESS EFI_HOB_RESOURCE_DESCRIPTOR::PhysicalStart |
The physical start address of the resource region.
| EFI_RESOURCE_ATTRIBUTE_TYPE EFI_HOB_RESOURCE_DESCRIPTOR::ResourceAttribute |
Resource attributes as defined by EFI_RESOURCE_ATTRIBUTE_TYPE.
| UINT64 EFI_HOB_RESOURCE_DESCRIPTOR::ResourceLength |
The number of bytes of the resource region.
| EFI_RESOURCE_TYPE EFI_HOB_RESOURCE_DESCRIPTOR::ResourceType |
The resource type enumeration as defined by EFI_RESOURCE_TYPE.