Data Fields | |
EFI_STATUS_CODE_DATA | DataHeader |
EFI_PHYSICAL_ADDRESS | Start |
EFI_PHYSICAL_ADDRESS | Length |
This extended data may be used to convey the specifics of a memory range. Ranges are specified with a start address and a length.
The data header identifying the data. DataHeader.HeaderSize should be sizeof (EFI_STATUS_CODE_DATA), DataHeader.Size should be sizeof (EFI_MEMORY_RANGE_EXTENDED_DATA) - HeaderSize, and DataHeader.Type should be EFI_STATUS_CODE_SPECIFIC_DATA_GUID.
The length in bytes of the memory range.
The starting address of the memory range.