Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/ImageAuthentication.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/ImageAuthentication.h
r48674 r58459 1 1 /** @file 2 Platform Key, Key Exchange Key, and Image signature database are defined 3 for the signed image validation. 4 5 Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR> 2 Image signature database are defined for the signed image validation. 3 4 Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR> 6 5 This program and the accompanying materials 7 6 are licensed and made available under the terms and conditions of the BSD License … … 36 35 /// 37 36 #define EFI_IMAGE_SECURITY_DATABASE1 L"dbx" 37 38 38 #define SECURE_BOOT_MODE_ENABLE 1 39 39 #define SECURE_BOOT_MODE_DISABLE 0 40 40 #define SETUP_MODE 1 41 41 #define USER_MODE 0 42 /// 43 /// Globally "SetupMode" variable to specify whether the system is currently operating 44 /// in setup mode (1) or not (0). All other values are reserved. 45 /// 46 #define EFI_SETUP_MODE_NAME L"SetupMode" 47 /// 48 /// Globally "PK" variable for the Platform Key Signature Database. 49 /// 50 #define EFI_PLATFORM_KEY_NAME L"PK" 51 /// 52 /// Globally "KEK" variable for the Key Exchange Key Signature Database. 53 /// 54 #define EFI_KEY_EXCHANGE_KEY_NAME L"KEK" 55 /// 56 /// Globally "SignatureSupport" variable returns an array of GUIDs, 57 /// with each GUID representing a type of signature which the platform 58 /// firmware supports for images and other data. 59 /// 60 #define EFI_SIGNATURE_SUPPORT_NAME L"SignatureSupport" 61 62 /// 63 /// Globally "SecureBoot" variable to specify whether the platform firmware 64 /// is operating in Secure boot mode (1) or not (0). All other values are reserved. 65 /// 66 #define EFI_SECURE_BOOT_MODE_NAME L"SecureBoot" 42 67 43 68 44 //***********************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.