MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_LEGACY_REGION_DESCRIPTOR Struct Reference

Data Fields

UINT32 Start
 
UINT32 Length
 
EFI_LEGACY_REGION_ATTRIBUTE Attribute
 
UINT32 Granularity
 

Field Documentation

EFI_LEGACY_REGION_ATTRIBUTE EFI_LEGACY_REGION_DESCRIPTOR::Attribute

Attribute of the Legacy Region Descriptor that describes the capabilities for that memory region.

UINT32 EFI_LEGACY_REGION_DESCRIPTOR::Granularity

Describes the byte length programmability associated with the Start address and the specified Attribute setting.

UINT32 EFI_LEGACY_REGION_DESCRIPTOR::Length

The number of bytes in this region.

UINT32 EFI_LEGACY_REGION_DESCRIPTOR::Start

The beginning of the physical address of this region.