summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Include/Guid
diff options
context:
space:
mode:
authortye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>2012-03-31 04:42:20 +0000
committertye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>2012-03-31 04:42:20 +0000
commited47ae02744bee893531ef4f9072afd93e4f4efd (patch)
tree5e3362e56eef5c5b639bb6774f0e477cd52c796c /SecurityPkg/Include/Guid
parent9622df63df976e2f58eadd65c3cc1c4d30767ea8 (diff)
downloadedk2-ed47ae02744bee893531ef4f9072afd93e4f4efd.tar.gz
edk2-ed47ae02744bee893531ef4f9072afd93e4f4efd.tar.bz2
edk2-ed47ae02744bee893531ef4f9072afd93e4f4efd.zip
Update common authenticated variable (non PK/KEK/DB/DBX) support to comply with latest UEFI spec.
Signed-off by: tye1 Reviewed-by: geekboy15a Reviewed-by: sfu5 Reviewed-by: gdong1 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13157 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Include/Guid')
-rw-r--r--SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h b/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
index 7e543ee911..f18f4aa7eb 100644
--- a/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
+++ b/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
@@ -50,6 +50,15 @@ extern EFI_GUID gEfiCustomModeEnableGuid;
#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.
/// * For IA-64 architecture: 8.