1. Reset system when user changes secure boot state in secure boot configuration form.
2. Update the method to detect secure boot state in DxeImageVerificationLib and secure boot configuration driver. Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Dong Guo <guo.dong@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13505 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -29,7 +29,9 @@ extern EFI_GUID gEfiAuthenticatedVariableGuid;
|
||||
extern EFI_GUID gEfiSecureBootEnableDisableGuid;
|
||||
|
||||
///
|
||||
/// "SecureBootEnable" variable for the Secure boot feature enable/disable.
|
||||
/// "SecureBootEnable" variable for the Secure Boot feature enable/disable.
|
||||
/// This variable is used for allowing a physically present user to disable
|
||||
/// Secure Boot via firmware setup without the possession of PKpriv.
|
||||
///
|
||||
#define EFI_SECURE_BOOT_ENABLE_NAME L"SecureBootEnable"
|
||||
#define SECURE_BOOT_ENABLE 1
|
||||
|
Reference in New Issue
Block a user