TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | EFI_RT_PROPERTIES_TABLE |
Macros | |
#define | EFI_RT_PROPERTIES_TABLE_GUID |
#define | EFI_RT_PROPERTIES_TABLE_VERSION 0x1 |
#define | EFI_RT_SUPPORTED_GET_TIME 0x0001 |
#define | EFI_RT_SUPPORTED_SET_TIME 0x0002 |
#define | EFI_RT_SUPPORTED_GET_WAKEUP_TIME 0x0004 |
#define | EFI_RT_SUPPORTED_SET_WAKEUP_TIME 0x0008 |
#define | EFI_RT_SUPPORTED_GET_VARIABLE 0x0010 |
#define | EFI_RT_SUPPORTED_GET_NEXT_VARIABLE_NAME 0x0020 |
#define | EFI_RT_SUPPORTED_SET_VARIABLE 0x0040 |
#define | EFI_RT_SUPPORTED_SET_VIRTUAL_ADDRESS_MAP 0x0080 |
#define | EFI_RT_SUPPORTED_CONVERT_POINTER 0x0100 |
#define | EFI_RT_SUPPORTED_GET_NEXT_HIGH_MONOTONIC_COUNT 0x0200 |
#define | EFI_RT_SUPPORTED_RESET_SYSTEM 0x0400 |
#define | EFI_RT_SUPPORTED_UPDATE_CAPSULE 0x0800 |
#define | EFI_RT_SUPPORTED_QUERY_CAPSULE_CAPABILITIES 0x1000 |
#define | EFI_RT_SUPPORTED_QUERY_VARIABLE_INFO 0x2000 |
Variables | |
EFI_GUID | gEfiRtPropertiesTableGuid |
Guid & data structure for EFI_RT _PROPERTIES_TABLE, designed to be published by a platform if it no longer supports all EFI runtime services once ExitBootServices() has been called by the OS. Introduced in UEFI 2.8a.
Copyright (c) 2020, American Megatrends International LLC. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RtPropertiesTable.h.
#define EFI_RT_PROPERTIES_TABLE_GUID |
Definition at line 21 of file RtPropertiesTable.h.
#define EFI_RT_PROPERTIES_TABLE_VERSION 0x1 |
Definition at line 47 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_CONVERT_POINTER 0x0100 |
Definition at line 57 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_GET_NEXT_HIGH_MONOTONIC_COUNT 0x0200 |
Definition at line 58 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_GET_NEXT_VARIABLE_NAME 0x0020 |
Definition at line 54 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_GET_TIME 0x0001 |
Definition at line 49 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_GET_VARIABLE 0x0010 |
Definition at line 53 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_GET_WAKEUP_TIME 0x0004 |
Definition at line 51 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_QUERY_CAPSULE_CAPABILITIES 0x1000 |
Definition at line 61 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_QUERY_VARIABLE_INFO 0x2000 |
Definition at line 62 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_RESET_SYSTEM 0x0400 |
Definition at line 59 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_SET_TIME 0x0002 |
Definition at line 50 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_SET_VARIABLE 0x0040 |
Definition at line 55 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_SET_VIRTUAL_ADDRESS_MAP 0x0080 |
Definition at line 56 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_SET_WAKEUP_TIME 0x0008 |
Definition at line 52 of file RtPropertiesTable.h.
#define EFI_RT_SUPPORTED_UPDATE_CAPSULE 0x0800 |
Definition at line 60 of file RtPropertiesTable.h.