Specifications
54
EFI_LEGACY_BIOS_PLATFORM_PROTOCOL.GetPlatformInfo()
Summary
Finds the binary data or other platform information. Refer to the sub-functions for
additional information.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_LEGACY_BIOS_PLATFORM_GET_PLATFORM_INFO) (
IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
IN EFI_GET_PLATFORM_INFO_MODE Mode,
IN OUT VOID **Table,
IN OUT UINTN *TableSize,
IN OUT UINTN *Location,
OUT UINTN *Alignment,
IN UINT16 LegacySegment,
IN UINT16 LegacyOffset
);
Parameters
This
Indicates the EFI_LEGACY_BIOS_PLATFORM_PROTOCOL instance.
Mode
Specifies what data to return.
GetMpTable
GetOemIntData
GetOem16Data
GetOem32Data
GetTpmBinary
GetSystemRom
GetPciExpressBase
GetPlatformPmmSize
GetPlatformEndOpromShadowAddr
Table
Pointer to OEM legacy 16-bit code or data.










