X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FGuid%2FGlobalVariable.h;h=b7e37e7e6d6243be94617256351877c69511285f;hp=83450da8575c627c6610ff142fdae4d30ad670c3;hb=573b8a86d0722ea8496af5213b134b0c3daa8f00;hpb=6675a21f141ce144a9e7ff39128b2a625eab80c9 diff --git a/MdePkg/Include/Guid/GlobalVariable.h b/MdePkg/Include/Guid/GlobalVariable.h index 83450da857..b7e37e7e6d 100644 --- a/MdePkg/Include/Guid/GlobalVariable.h +++ b/MdePkg/Include/Guid/GlobalVariable.h @@ -1,7 +1,7 @@ /** @file GUID for EFI (NVRAM) Variables. - Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.
+ 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 @@ -107,6 +107,11 @@ extern EFI_GUID gEfiGlobalVariableGuid; /// #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 /// support implemented by the platform. This variable is /// only modified by firmware and is read-only to the OS.