]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: VarCheckUefiLib: Remove DeployedMode/AuditMode var check logic
authorZhang, Chao B <chao.b.zhang@intel.com>
Thu, 28 Apr 2016 05:12:09 +0000 (13:12 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Wed, 4 May 2016 01:13:47 +0000 (09:13 +0800)
Remove DeployedMode & AuditMode Global variable check for Customized Secure Boot feature defined in UEFI2.5 Mantis 1263.
The feature has been moved to
  https://github.com/tianocore/edk2-staging/tree/Customized-Secure-Boot
Previous check-in hash is
  SHA-1: 0f4f6d202a47e3882c6a7fb7ab9e55dda78a8113

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: El-Haj-Mahmoud Samer <samer.el-haj-mahmoud@hpe.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLibNullClass.c

index 1d0bc2a024c08acd4de1faf38c53f57c4834bbd8..8f7126e6aea6411e5d784a9073660aabb2e0a492 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implementation functions and structures for var check uefi library.\r
 \r
 /** @file\r
   Implementation functions and structures for var check uefi library.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -425,28 +425,6 @@ UEFI_DEFINED_VARIABLE_ENTRY mGlobalVariableList[] = {
     },\r
     NULL\r
   },\r
     },\r
     NULL\r
   },\r
-  {\r
-    EFI_AUDIT_MODE_NAME,\r
-    {\r
-      VAR_CHECK_VARIABLE_PROPERTY_REVISION,\r
-      0,\r
-      VARIABLE_ATTRIBUTE_BS_RT,\r
-      sizeof (UINT8),\r
-      sizeof (UINT8)\r
-    },\r
-    NULL\r
-  },\r
-  {\r
-    EFI_DEPLOYED_MODE_NAME,\r
-    {\r
-      VAR_CHECK_VARIABLE_PROPERTY_REVISION,\r
-      0,\r
-      VARIABLE_ATTRIBUTE_BS_RT,\r
-      sizeof (UINT8),\r
-      sizeof (UINT8)\r
-    },\r
-    NULL\r
-  },\r
   {\r
     EFI_KEY_EXCHANGE_KEY_NAME,\r
     {\r
   {\r
     EFI_KEY_EXCHANGE_KEY_NAME,\r
     {\r