]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add a dialog box with help message when user changes the state of "Attempt Secure...
authorsfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 14 Sep 2012 07:28:37 +0000 (07:28 +0000)
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 14 Sep 2012 07:28:37 +0000 (07:28 +0000)
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Dong Guo <guo.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13733 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c

index eed2c2c138faf6562cae166893855a71c5244036..c56a3117604acecc2a59a64303b586b890de8a9a 100644 (file)
@@ -2396,6 +2396,13 @@ SecureBootCallback (
             NULL\r
             );\r
           Status = EFI_UNSUPPORTED;\r
+        } else {\r
+          CreatePopUp (\r
+            EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE,\r
+            &Key,\r
+            L"Secure boot configuration is changed, please reset the platform to take effect!",\r
+            NULL\r
+            );\r
         }\r
         *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; \r
       }\r