TianoCore EDK2 master
Loading...
Searching...
No Matches
AuthenticatedVariableFormat.h
Go to the documentation of this file.
1
13#ifndef __AUTHENTICATED_VARIABLE_FORMAT_H__
14#define __AUTHENTICATED_VARIABLE_FORMAT_H__
15
16#include <Guid/VariableFormat.h>
17
18#define EFI_SECURE_BOOT_ENABLE_DISABLE \
19 { 0xf0a30bc7, 0xaf08, 0x4556, { 0x99, 0xc4, 0x0, 0x10, 0x9, 0xc9, 0x3a, 0x44 } }
20
21extern EFI_GUID gEfiSecureBootEnableDisableGuid;
22extern EFI_GUID gEfiCertDbGuid;
23extern EFI_GUID gEfiCustomModeEnableGuid;
24extern EFI_GUID gEfiVendorKeysNvGuid;
25
35#define EFI_SECURE_BOOT_ENABLE_NAME L"SecureBootEnable"
36#define SECURE_BOOT_ENABLE 1
37#define SECURE_BOOT_DISABLE 0
38
51#define EFI_CUSTOM_MODE_NAME L"CustomMode"
52#define CUSTOM_SECURE_BOOT_MODE 1
53#define STANDARD_SECURE_BOOT_MODE 0
54
65#define EFI_VENDOR_KEYS_NV_VARIABLE_NAME L"VendorKeysNv"
66#define VENDOR_KEYS_VALID 1
67#define VENDOR_KEYS_MODIFIED 0
68
69#endif // __AUTHENTICATED_VARIABLE_FORMAT_H__
Definition: Base.h:213