mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
MdePkg: Add Sys Prep string definition and macro definition.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17402 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
98e9d30f78
commit
573b8a86d0
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
GUID for EFI (NVRAM) Variables.
|
GUID for EFI (NVRAM) Variables.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -107,6 +107,11 @@ extern EFI_GUID gEfiGlobalVariableGuid;
|
|||||||
///
|
///
|
||||||
#define EFI_DRIVER_ORDER_VARIABLE_NAME L"DriverOrder"
|
#define EFI_DRIVER_ORDER_VARIABLE_NAME L"DriverOrder"
|
||||||
///
|
///
|
||||||
|
/// The ordered System Prep Application load option list.
|
||||||
|
/// Its attribute is NV+BS+RT.
|
||||||
|
///
|
||||||
|
#define EFI_SYS_PREP_ORDER_VARIABLE_NAME L"SysPrepOrder"
|
||||||
|
///
|
||||||
/// Identifies the level of hardware error record persistence
|
/// Identifies the level of hardware error record persistence
|
||||||
/// support implemented by the platform. This variable is
|
/// support implemented by the platform. This variable is
|
||||||
/// only modified by firmware and is read-only to the OS.
|
/// only modified by firmware and is read-only to the OS.
|
||||||
|
@ -2071,6 +2071,7 @@ typedef struct _EFI_LOAD_OPTION {
|
|||||||
|
|
||||||
#define EFI_BOOT_OPTION_SUPPORT_KEY 0x00000001
|
#define EFI_BOOT_OPTION_SUPPORT_KEY 0x00000001
|
||||||
#define EFI_BOOT_OPTION_SUPPORT_APP 0x00000002
|
#define EFI_BOOT_OPTION_SUPPORT_APP 0x00000002
|
||||||
|
#define EFI_BOOT_OPTION_SUPPORT_SYSPREP 0x00000010
|
||||||
#define EFI_BOOT_OPTION_SUPPORT_COUNT 0x00000300
|
#define EFI_BOOT_OPTION_SUPPORT_COUNT 0x00000300
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user