aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2015-01-14 22:56:38 -0800
committerJames Bottomley <JBottomley@Parallels.com>2015-03-17 17:08:19 -0700
commite9456111d508c226aefa00ca3abbf1544a35df52 (patch)
tree1f79ca9905db2d2f3c0beb985bb8359cfc49c46c
parent2df44d17b0abf3a406dd00be7a813aaa8d6d7f3b (diff)
downloadefitools-e9456111d508c226aefa00ca3abbf1544a35df52.tar.gz
guid: add authenticated variable guid
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r--include/guid.h1
-rw-r--r--lib/guid.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/guid.h b/include/guid.h
index 5ca8b1c..9260637 100644
--- a/include/guid.h
+++ b/include/guid.h
@@ -18,3 +18,4 @@ extern EFI_GUID EFI_CERT_SHA256_GUID;
extern EFI_GUID MOK_OWNER;
extern EFI_GUID SECURITY_PROTOCOL_GUID;
extern EFI_GUID SECURITY2_PROTOCOL_GUID;
+extern EFI_GUID SECURE_VARIABLE_GUID;
diff --git a/lib/guid.c b/lib/guid.c
index 3f8719c..2e4e113 100644
--- a/lib/guid.c
+++ b/lib/guid.c
@@ -77,3 +77,4 @@ EFI_GUID EFI_CERT_SHA256_GUID = { 0xc1c41626, 0x504c, 0x4092, { 0xac, 0xa9, 0x4
EFI_GUID MOK_OWNER = { 0x605dab50, 0xe046, 0x4300, {0xab, 0xb6, 0x3d, 0xd8, 0x10, 0xdd, 0x8b, 0x23} };
EFI_GUID SECURITY_PROTOCOL_GUID = { 0xA46423E3, 0x4617, 0x49f1, {0xB9, 0xFF, 0xD1, 0xBF, 0xA9, 0x11, 0x58, 0x39 } };
EFI_GUID SECURITY2_PROTOCOL_GUID = { 0x94ab2f58, 0x1438, 0x4ef1, {0x91, 0x52, 0x18, 0x94, 0x1a, 0x3a, 0x0e, 0x68 } };
+EFI_GUID SECURE_VARIABLE_GUID = { 0xaaf32c78, 0x947b, 0x439a, { 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92 } };