]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Revert AuditMode/DeployedMode name definition
authorZhang, Chao B <chao.b.zhang@intel.com>
Thu, 28 Apr 2016 05:07:59 +0000 (13:07 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Wed, 4 May 2016 01:13:46 +0000 (09:13 +0800)
Revert AuditMode/DeployedMode definition from 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: 79e7b6472797f156d1ff28f3022b25d9c6f250f9

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>
MdePkg/Include/Guid/GlobalVariable.h
MdePkg/Include/Guid/ImageAuthentication.h

index e58f7a1e8c01a3a6c4c1ca32f5a9ad50d0f17dfc..08042369a365f086d39fa922d20700dbff49cdcd 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   GUID for EFI (NVRAM) Variables.\r
 \r
-  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 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
@@ -126,20 +126,6 @@ extern EFI_GUID gEfiGlobalVariableGuid;
 ///\r
 #define EFI_SETUP_MODE_NAME                         L"SetupMode"\r
 ///\r
-/// Whether the system is operating in audit mode (1) or not (0).\r
-/// All other values are reserved. Should be treated as read-only except when DeployedMode is 0.\r
-/// Always becomes read-only after ExitBootServices() is called.\r
-/// Its attribute is BS+RT.\r
-///\r
-#define EFI_AUDIT_MODE_NAME                         L"AuditMode"\r
-///\r
-/// Whether the system is operating in deployed mode (1) or not (0).\r
-/// All other values are reserved. Should be treated as read-only when its value is 1.\r
-/// Always becomes read-only after ExitBootServices() is called.\r
-/// Its attribute is BS+RT.\r
-///\r
-#define EFI_DEPLOYED_MODE_NAME                      L"DeployedMode"\r
-///\r
 /// The Key Exchange Key Signature Database.\r
 /// Its attribute is NV+BS+RT+AT.\r
 ///\r
index c7336439981bd109acd354a8a902fc719ebd392e..3b3b7b5f40dea3730d17c77a4e6816fa12a845dd 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Image signature database are defined for the signed image validation.\r
 \r
-  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 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
 \r
 #define SECURE_BOOT_MODE_ENABLE           1\r
 #define SECURE_BOOT_MODE_DISABLE          0\r
-///\r
-/// Depricated value definition for SetupMode variable \r
-///\r
+\r
 #define SETUP_MODE                        1\r
 #define USER_MODE                         0\r
-///\r
-/// Value definition for SetupMode/DeployedMode/AuditMode variable\r
-///\r
-#define SETUP_MODE_ENABLE                 1\r
-#define SETUP_MODE_DISABLE                0\r
-#define DEPLOYED_MODE_ENABLE              1\r
-#define DEPLOYED_MODE_DISABLE             0\r
-#define AUDIT_MODE_ENABLE                 1\r
-#define AUDIT_MODE_DISABLE                0\r
 \r
 //***********************************************************************\r
 // Signature Database\r