From f71ed839e1b59b8e1036c5d8a6f1153be1f32053 Mon Sep 17 00:00:00 2001 From: sfu5 Date: Wed, 9 Jan 2013 05:19:43 +0000 Subject: =?UTF-8?q?1.=20Set=20the=20secure=20boot=20state=20to=20Standard?= =?UTF-8?q?=20Mode=20when=20user=20leaving=20secure=20boot=20setup=20page.?= =?UTF-8?q?=202.=20Add=20=E2=80=9CCurrent=20SecureBoot=20State=E2=80=9D=20?= =?UTF-8?q?field=20to=20reflect=20current=20secure=20boot=20status=20of=20?= =?UTF-8?q?the=20platform.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fu Siyuan Reviewed-by: Dong Guo Reviewed-by: Yao Jiewen git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14042 6f19259b-4bc3-4df7-8a09-765794883524 --- .../SecureBootConfigDxe/SecureBootConfigNvData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h') diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h index 6015dd636d..ea43192900 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h @@ -1,7 +1,7 @@ /** @file Header file for NV data structure definition. -Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
+Copyright (c) 2011 - 2013, 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 @@ -106,7 +106,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // Nv Data structure referenced by IFR // typedef struct { - BOOLEAN SecureBootState; //Secure Boot Disable/Enable; + BOOLEAN AttemptSecureBoot; //Attempt to enable/disable Secure Boot. BOOLEAN HideSecureBoot; //Hiden Attempt Secure Boot CHAR16 SignatureGuid[SECURE_BOOT_GUID_STORAGE_SIZE]; BOOLEAN PhysicalPresent; //If a Physical Present User; -- cgit v1.2.3