From ecc722ad418a926af4e383f8977444717786fe20 Mon Sep 17 00:00:00 2001 From: sfu5 Date: Tue, 27 Mar 2012 08:17:23 +0000 Subject: =?UTF-8?q?1.=20Remove=20=E2=80=9CForce=20clear=20PK=E2=80=9D=20fe?= =?UTF-8?q?ature=20in=20AuthVarialbe=20driver.=202.=20Update=20API=20Force?= =?UTF-8?q?ClearPK()=20to=20UserPhysicalPresent()=20in=20PlatformSecureLib?= =?UTF-8?q?.=202.=20Update=20SecureBootConfigDxe=20driver=20and=20AuthVari?= =?UTF-8?q?able=20driver=20to=20support=20Custom=20Secure=20Boot=20Mode=20?= =?UTF-8?q?feature.=203.=20Fix=20some=20bugs=20in=20AuthVariable=20driver.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sfu5 Reviewed-by: tye Reviewed-by: gdong1 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13144 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/SecurityPkg.dec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'SecurityPkg/SecurityPkg.dec') diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index f9382788f..e5471778e 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -2,7 +2,7 @@ # This package includes the security drivers, defintions(including PPIs/PROTOCOLs/GUIDs # and library classes) and libraries instances. # -# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2012, 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 @@ -37,6 +37,9 @@ # Include/Guid/AuthenticatedVariableFormat.h gEfiSecureBootEnableDisableGuid = { 0xf0a30bc7, 0xaf08, 0x4556, { 0x99, 0xc4, 0x0, 0x10, 0x9, 0xc9, 0x3a, 0x44 } } + + # Include/Guid/AuthenticatedVariableFormat.h + gEfiCustomModeEnableGuid = { 0xc076ec0c, 0x7028, 0x4399, { 0xa0, 0x72, 0x71, 0xee, 0x5c, 0x44, 0x8b, 0x9f } } ## Include/Guid/TcgEventHob.h gTcgEventEntryHobGuid = { 0x2e3044ac, 0x879f, 0x490f, {0x97, 0x60, 0xbb, 0xdf, 0xaf, 0x69, 0x5f, 0x50 }} -- cgit v1.2.3