UefiPayloadPkg: Show boot message as progress text

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Tim Crawford
2020-02-03 10:51:54 -07:00
parent f428f538b6
commit b4dd94c217

View File

@@ -225,6 +225,16 @@ PlatformBootManagerAfterConsole (
// Register UEFI Shell
//
PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE);
// Show prompt at bottom center
BootLogoUpdateProgress (
White,
Black,
L"Press ESC for Boot Options/Settings",
White,
0,
0
);
}
/**