]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg UiApp: Add "Enter Setup" status code.
authorDong, Eric <eric.dong@intel.com>
Tue, 17 May 2016 02:12:12 +0000 (10:12 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 18 May 2016 01:50:42 +0000 (09:50 +0800)
The original BdsDxe driver has "Enter Setup" status code
while current code not. This patch restores it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Application/UiApp/FrontPage.c

index 8efe4d137b070af5e66162a98d8c1a3ad3cd5e86..e1a1d05974fe5507a5cbbcff048c117162ad4ffb 100644 (file)
@@ -981,6 +981,14 @@ UiEntry (
   EFI_STATUS                    Status;\r
   EFI_BOOT_LOGO_PROTOCOL        *BootLogo;\r
 \r
+  //\r
+  // Enter Setup page.\r
+  //\r
+  REPORT_STATUS_CODE (\r
+    EFI_PROGRESS_CODE,\r
+    (EFI_SOFTWARE_DXE_BS_DRIVER | EFI_SW_PC_USER_SETUP)\r
+    );\r
+\r
   //\r
   // Indicate if the connect all has been performed before.\r
   //\r