Specifications
Code Definitions
55
TableSize
Size of data.
Location
Location to place table. 0x00 – Either 0xE0000 or 0xF0000 64 KB blocks.
Bit 0 = 1 0xF0000 64 KB block.
Bit 1 = 1 0xE0000 64 KB block.
Multiple bits can be set.
Alignment
Bit-mapped address alignment granularity. The first nonzero bit from the right is the
address granularity.
LegacySegment
Segment where EfiCompatibility code will place the table or data.
LegacyOffset
Offset where EfiCompatibility code will place the table or data.
Related Definitions
//*********************************************
// EFI_GET_PLATFORM_INFO_MODE
//*********************************************
typedef enum {
EfiGetPlatformBinaryMpTable = 0,
EfiGetPlatformBinaryOemIntData = 1,
EfiGetPlatformBinaryOem16Data = 2,
EfiGetPlatformBinaryOem32Data = 3,
EfiGetPlatformBinaryTpmBinary = 4,
EfiGetPlatformBinarySystemRom = 5,
EfiGetPlatformPciExpressBase = 6,
EfiGetPlatformPmmSize = 7,
EfiGetPlatformEndOpromShadowAddr = 8,
} EFI_GET_PLATFORM_INFO_MODE;
Description
Refer to the section for each EFI_GET_PLATFORM_INFO_MODE description.










