summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
diff options
context:
space:
mode:
authorsfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-09 09:17:00 +0000
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-09 09:17:00 +0000
commit0fb450fb3e83c36a4fbf2b01c03371b868fc5857 (patch)
tree7af510c303d1c8779181c5d4e772addf3973b828 /SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
parent25a4e71aa6a908a81bb5be7fec16da02a5c1f2a5 (diff)
downloadedk2-0fb450fb3e83c36a4fbf2b01c03371b868fc5857.tar.gz
edk2-0fb450fb3e83c36a4fbf2b01c03371b868fc5857.tar.bz2
edk2-0fb450fb3e83c36a4fbf2b01c03371b868fc5857.zip
Reset the platform when user choose to enroll/delete the PK variable.
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@13515 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c')
-rw-r--r--SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
index 26fc09d52d..a680473a7d 100644
--- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
+++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
@@ -2517,7 +2517,7 @@ SecureBootCallback (
NULL
);
} else {
- *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT;
+ *ActionRequest = EFI_BROWSER_ACTION_REQUEST_RESET;
}
break;