Revision: 13733
          http://edk2.svn.sourceforge.net/edk2/?rev=13733&view=rev
Author:   sfu5
Date:     2012-09-14 07:28:37 +0000 (Fri, 14 Sep 2012)
Log Message:
-----------
Add a dialog box with help message when user changes the state of "Attempt 
Secure Boot" check box.

Signed-off-by: Fu Siyuan <[email protected]>
Reviewed-by: Ye Ting  <[email protected]>
Reviewed-by: Dong Guo <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c

Modified: 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
===================================================================
--- 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
     2012-09-14 06:54:35 UTC (rev 13732)
+++ 
trunk/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
     2012-09-14 07:28:37 UTC (rev 13733)
@@ -2396,6 +2396,13 @@
             NULL
             );
           Status = EFI_UNSUPPORTED;
+        } else {
+          CreatePopUp (
+            EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE,
+            &Key,
+            L"Secure boot configuration is changed, please reset the platform 
to take effect!",
+            NULL
+            );
         }
         *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 
       }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to