From c44b8891ca3f44756fcd8365ad4471c102306093 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Wed, 5 May 2021 13:56:22 +1000 Subject: secvar/backend: add EFI_CERT_RSA2048_GUID This isn't currently used in skiboot but may be used by external users of skiboot's secvar code. Signed-off-by: Daniel Axtens Signed-off-by: Vasant Hegde --- libstb/secvar/backend/edk2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libstb/secvar') diff --git a/libstb/secvar/backend/edk2.h b/libstb/secvar/backend/edk2.h index 85e1178..ef6d7c7 100644 --- a/libstb/secvar/backend/edk2.h +++ b/libstb/secvar/backend/edk2.h @@ -83,6 +83,8 @@ static const uuid_t EFI_CERT_SHA384_GUID = {{ 0x07, 0x53, 0x3e, 0xff, 0xd0, 0x9f static const uuid_t EFI_CERT_SHA512_GUID = {{ 0xae, 0x0f, 0x3e, 0x09, 0xc4, 0xa6, 0x50, 0x4f, 0x9f, 0x1b, 0xd4, 0x1e, 0x2b, 0x89, 0xc1, 0x9a }}; +static const uuid_t EFI_CERT_RSA2048_GUID = {{ 0xe8, 0x66, 0x57, 0x3c, 0x9c, 0x26, 0x34, 0x4e, 0xaa, 0x14, 0xed, 0x77, 0x6e, 0x85, 0xb3, 0xb6 }}; + #define EFI_VARIABLE_NON_VOLATILE 0x00000001 #define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002 #define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004 -- cgit v1.1