]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: Remove gEdkiiSecureBootModeGuid definition
authorZhang, Chao B <chao.b.zhang@intel.com>
Thu, 28 Apr 2016 05:15:03 +0000 (13:15 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Wed, 4 May 2016 01:13:48 +0000 (09:13 +0800)
Remove gEdkiiSecureBootModeGuid definition for Customized Secure Boot feature defined in
UEFI2.5 Mantis 1263. It is a private variable GUID.
The feature has been moved to
  https://github.com/tianocore/edk2-staging/tree/Customized-Secure-Boot
Previous check-in hash is
  SHA-1: af9af05bec5b1880f8e4f9142ecc0044fd0acb33

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>
SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
SecurityPkg/SecurityPkg.dec

index 7094d523b524e8b461c11e042b843f4b236df6c2..55fd92a32208e82d122d6a94a35a55a71377d9df 100644 (file)
@@ -5,7 +5,7 @@
   and variable storage region headers that has been moved to\r
   VariableFormat.h.\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
@@ -28,7 +28,6 @@ extern EFI_GUID gEfiSecureBootEnableDisableGuid;
 extern EFI_GUID gEfiCertDbGuid;\r
 extern EFI_GUID gEfiCustomModeEnableGuid;\r
 extern EFI_GUID gEfiVendorKeysNvGuid;\r
-extern EFI_GUID gEdkiiSecureBootModeGuid;\r
 \r
 ///\r
 /// "SecureBootEnable" variable for the Secure Boot feature enable/disable.\r
index 99cda26fd2ff51bda7484a2a0bb8f2f91ed44013..f4f3174c5384cca55353bad7b32ea3d2382f2daf 100644 (file)
   #  Include/Guid/AuthenticatedVariableFormat.h\r
   gEfiCertDbGuid                     = { 0xd9bee56e, 0x75dc, 0x49d9, { 0xb4, 0xd7, 0xb5, 0x34, 0x21, 0xf, 0x63, 0x7a } }\r
 \r
-  ## GUID used to "SecureBootMode" variable to save platform secure boot mode\r
-  #  Include/Guid/AuthenticatedVariableFormat.h\r
-  gEdkiiSecureBootModeGuid           = { 0xc573b77, 0xeb93, 0x4d3d, { 0xaf, 0xfc, 0x5f, 0xeb, 0xca, 0xfb, 0x65, 0xb0 } }\r
-\r
   ## Hob GUID used to pass a TCG_PCR_EVENT from a TPM PEIM to a TPM DXE Driver.\r
   #  Include/Guid/TcgEventHob.h\r
   gTcgEventEntryHobGuid              = { 0x2b9ffb52, 0x1b13, 0x416f, { 0xa8, 0x7b, 0xbc, 0x93, 0xd, 0xef, 0x92, 0xa8 }}\r