EFI_SYSTEM_TABLE Struct Reference


Data Fields

EFI_TABLE_HEADER Hdr
CHAR16FirmwareVendor
UINT32 FirmwareRevision
EFI_HANDLE ConsoleInHandle
EFI_SIMPLE_TEXT_INPUT_PROTOCOLConIn
EFI_HANDLE ConsoleOutHandle
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLConOut
EFI_HANDLE StandardErrorHandle
EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLStdErr
EFI_RUNTIME_SERVICESRuntimeServices
EFI_BOOT_SERVICESBootServices
UINTN NumberOfTableEntries
EFI_CONFIGURATION_TABLEConfigurationTable

Detailed Description

EFI System Table

Field Documentation

A pointer to the EFI Boot Services Table.

A pointer to the system configuration tables. The number of entries in the table is NumberOfTableEntries.

A pointer to the EFI_SIMPLE_TEXT_INPUT_PROTOCOL interface that is associated with ConsoleInHandle.

A pointer to the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL interface that is associated with ConsoleOutHandle.

The handle for the active console input device. This handle must support EFI_SIMPLE_TEXT_INPUT_PROTOCOL and EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.

The handle for the active console output device.

A firmware vendor specific value that identifies the revision of the system firmware for the platform.

A pointer to a null terminated string that identifies the vendor that produces the system firmware for the platform.

The table header for the EFI System Table.

The number of system configuration tables in the buffer ConfigurationTable.

A pointer to the EFI Runtime Services Table.

The handle for the active standard error console device. This handle must support the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.

A pointer to the EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL interface that is associated with StandardErrorHandle.


Generated on Wed Sep 23 16:24:27 2015 for MdePkg[ALL] by  doxygen 1.5.7.1