Data Fields | |
EFI_HOB_GENERIC_HEADER | Header |
EFI_GUID | Owner |
EFI_RESOURCE_TYPE | ResourceType |
EFI_RESOURCE_ATTRIBUTE_TYPE | ResourceAttribute |
EFI_PHYSICAL_ADDRESS | PhysicalStart |
UINT64 | ResourceLength |
The HOB generic header. Header.HobType = EFI_HOB_TYPE_RESOURCE_DESCRIPTOR.
The physical start address of the resource region.
Resource attributes as defined by EFI_RESOURCE_ATTRIBUTE_TYPE.
The number of bytes of the resource region.
The resource type enumeration as defined by EFI_RESOURCE_TYPE.