ReactOS
0.4.15-dev-2155-g06f57e1
|
Go to the source code of this file.
Variables | |
EFI_GUID | gEfiGlobalVariableGuid |
GUID for EFI (NVRAM) Variables.
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file GlobalVariable.h.
The boot option that was selected for the current boot. Its attribute is BS+RT.
Definition at line 99 of file GlobalVariable.h.
The boot option for the next boot only. Its attribute is NV+BS+RT.
Definition at line 94 of file GlobalVariable.h.
The types of boot options supported by the boot manager. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 104 of file GlobalVariable.h.
The ordered boot option load list. Its attribute is NV+BS+RT.
Definition at line 89 of file GlobalVariable.h.
The device path of all possible input/output/error output devices. Its attribute is BS+RT.
Definition at line 82 of file GlobalVariable.h.
The device path of the default input/output/error output console. Its attribute is NV+BS+RT.
Definition at line 75 of file GlobalVariable.h.
Definition at line 83 of file GlobalVariable.h.
Definition at line 76 of file GlobalVariable.h.
The OEM's default secure boot signature store. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 164 of file GlobalVariable.h.
The OEM's default secure boot timestamp signature store. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 174 of file GlobalVariable.h.
The OEM's default secure boot blacklist signature store. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 169 of file GlobalVariable.h.
The ordered driver load option list. Its attribute is NV+BS+RT.
Definition at line 109 of file GlobalVariable.h.
Definition at line 84 of file GlobalVariable.h.
Definition at line 77 of file GlobalVariable.h.
#define EFI_GLOBAL_VARIABLE |
Definition at line 20 of file GlobalVariable.h.
Identifies the level of hardware error record persistence support implemented by the platform. This variable is only modified by firmware and is read-only to the OS. Its attribute is NV+BS+RT.
Definition at line 121 of file GlobalVariable.h.
The OEM's default Key Exchange Key Signature Database. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 154 of file GlobalVariable.h.
The Key Exchange Key Signature Database. Its attribute is NV+BS+RT+AT.
Definition at line 132 of file GlobalVariable.h.
The language codes that the firmware supports. This value is deprecated. Its attribute is BS+RT.
Definition at line 50 of file GlobalVariable.h.
The language code that the system is configured for. This value is deprecated. Its attribute is NV+BS+RT.
Definition at line 55 of file GlobalVariable.h.
Allows the firmware to indicate supported features and actions to the OS. Its attribute is BS+RT.
Definition at line 179 of file GlobalVariable.h.
Allows the OS to request the firmware to enable certain features and to take certain actions. Its attribute is NV+BS+RT.
Definition at line 184 of file GlobalVariable.h.
The OEM's default public Platform Key. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 159 of file GlobalVariable.h.
The public Platform Key. Its attribute is NV+BS+RT+AT.
Definition at line 137 of file GlobalVariable.h.
The language codes that the firmware supports. Its attribute is BS+RT.
Definition at line 65 of file GlobalVariable.h.
The language code that the system is configured for. Its attribute is NV+BS+RT.
Definition at line 70 of file GlobalVariable.h.
Whether the platform firmware is operating in Secure boot mode (1) or not (0). All other values are reserved. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 149 of file GlobalVariable.h.
Whether the system is operating in setup mode (1) or not (0). All other values are reserved. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 127 of file GlobalVariable.h.
Array of GUIDs representing the type of signatures supported by the platform firmware. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 143 of file GlobalVariable.h.
The ordered System Prep Application load option list. Its attribute is NV+BS+RT.
Definition at line 114 of file GlobalVariable.h.
The firmware's boot managers timeout, in seconds, before initiating the default boot selection. Its attribute is NV+BS+RT.
Definition at line 60 of file GlobalVariable.h.
Whether the system is configured to use only vendor provided keys or not. Should be treated as read-only. Its attribute is BS+RT.
Definition at line 190 of file GlobalVariable.h.
EFI_GUID gEfiGlobalVariableGuid |