From 7266e2f69b8bfa47c1c7203ad51dabf6c4cb78c9 Mon Sep 17 00:00:00 2001 From: "Dong, Eric" Date: Tue, 17 May 2016 10:12:12 +0800 Subject: MdeModulePkg UiApp: Add "Enter Setup" status code. 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 Reviewed-by: Liming Gao --- MdeModulePkg/Application/UiApp/FrontPage.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MdeModulePkg/Application') diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c b/MdeModulePkg/Application/UiApp/FrontPage.c index 8efe4d137b..e1a1d05974 100644 --- a/MdeModulePkg/Application/UiApp/FrontPage.c +++ b/MdeModulePkg/Application/UiApp/FrontPage.c @@ -981,6 +981,14 @@ UiEntry ( EFI_STATUS Status; EFI_BOOT_LOGO_PROTOCOL *BootLogo; + // + // Enter Setup page. + // + REPORT_STATUS_CODE ( + EFI_PROGRESS_CODE, + (EFI_SOFTWARE_DXE_BS_DRIVER | EFI_SW_PC_USER_SETUP) + ); + // // Indicate if the connect all has been performed before. // -- cgit v1.2.3