From f6e233534e1523823ccc0cec40a54d9459850143 Mon Sep 17 00:00:00 2001 From: sfu5 Date: Thu, 23 Aug 2012 06:53:51 +0000 Subject: 1. Initialize certdb variable with correct value of list size. 2. Use gloable database array instead of calling AllocateZeroPool in SetVariable. Signed-off-by: Fu Siyuan Reviewed-by: Ye Ting Reviewed-by: Dong Guo git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13671 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'SecurityPkg/Include/Guid') diff --git a/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h b/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h index da71e774ef..46420406a7 100644 --- a/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h +++ b/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h @@ -51,15 +51,6 @@ extern EFI_GUID gEfiCustomModeEnableGuid; #define CUSTOM_SECURE_BOOT_MODE 1 #define STANDARD_SECURE_BOOT_MODE 0 -/// -/// "certdb" variable stores the signer's certificates for non PK/KEK/DB/DBX -/// variables with EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS set. -/// -/// -#define EFI_CERT_DB_NAME L"certdb" - -extern EFI_GUID gEfiCertDbGuid; - /// /// Alignment of variable name and data, according to the architecture: /// * For IA-32 and Intel(R) 64 architectures: 1. -- cgit v1.2.3