Lines Matching +full:system +full:- +full:firmware
3 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 http://opensource.org/licenses/bsd-license.php
30 // other internal firmware data variables that are not defined here must be
33 // only permit the creation of variables with a UEFI Specification-defined
37 // L"Boot####" - A boot load option.
38 // L"Driver####" - A driver load option.
39 // L"SysPrep####" - A System Prep application load option.
40 // L"Key####" - Describes hot key relationship with a Boot#### load option.
47 /// The language codes that the firmware supports. This value is deprecated.
52 /// The language code that the system is configured for. This value is deprecated.
57 /// The firmware's boot managers timeout, in seconds, before initiating the default boot selection.
62 /// The language codes that the firmware supports.
67 /// The language code that the system is configured for.
101 /// The types of boot options supported by the boot manager. Should be treated as read-only.
111 /// The ordered System Prep Application load option list.
118 /// only modified by firmware and is read-only to the OS.
123 /// Whether the system is operating in setup mode (1) or not (0).
124 /// All other values are reserved. Should be treated as read-only.
140 /// by the platform firmware. Should be treated as read-only.
145 /// Whether the platform firmware is operating in Secure boot mode (1) or not (0).
146 /// All other values are reserved. Should be treated as read-only.
151 /// The OEM's default Key Exchange Key Signature Database. Should be treated as read-only.
156 /// The OEM's default public Platform Key. Should be treated as read-only.
161 /// The OEM's default secure boot signature store. Should be treated as read-only.
166 /// The OEM's default secure boot blacklist signature store. Should be treated as read-only.
171 /// The OEM's default secure boot timestamp signature store. Should be treated as read-only.
176 /// Allows the firmware to indicate supported features and actions to the OS.
181 /// Allows the OS to request the firmware to enable certain features and to take certain actions.
186 /// Whether the system is configured to use only vendor provided
187 /// keys or not. Should be treated as read-only.