mirror of https://github.com/acidanthera/audk.git
SecurityPkg Variable: Add SysPrepOrder and SysPrep#### to global list.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17578 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
03e2cad6dd
commit
f5e9390ef2
|
@ -404,6 +404,17 @@ UEFI_DEFINED_VARIABLE_ENTRY mGlobalVariableList[] = {
|
|||
},
|
||||
InternalVarCheckSizeArray
|
||||
},
|
||||
{
|
||||
EFI_SYS_PREP_ORDER_VARIABLE_NAME,
|
||||
{
|
||||
VAR_CHECK_VARIABLE_PROPERTY_REVISION,
|
||||
0,
|
||||
VARIABLE_ATTRIBUTE_NV_BS_RT,
|
||||
sizeof (UINT16),
|
||||
MAX_UINTN
|
||||
},
|
||||
InternalVarCheckSizeArray
|
||||
},
|
||||
{
|
||||
EFI_HW_ERR_REC_SUPPORT_VARIABLE_NAME,
|
||||
{
|
||||
|
@ -582,6 +593,17 @@ UEFI_DEFINED_VARIABLE_ENTRY mGlobalVariableList2[] = {
|
|||
},
|
||||
InternalVarCheckLoadOption
|
||||
},
|
||||
{
|
||||
L"SysPrep####",
|
||||
{
|
||||
VAR_CHECK_VARIABLE_PROPERTY_REVISION,
|
||||
0,
|
||||
VARIABLE_ATTRIBUTE_NV_BS_RT,
|
||||
sizeof (UINT32) + sizeof (UINT16),
|
||||
MAX_UINTN
|
||||
},
|
||||
InternalVarCheckLoadOption
|
||||
},
|
||||
{
|
||||
L"Key####",
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue