UefiPayloadPkg: Show boot message as progress text

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2020-02-03 10:51:54 -07:00
parent 16779ede2d
commit be10ebabba

View File

@@ -260,21 +260,15 @@ PlatformBootManagerAfterConsole (
//
PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE);
if (FixedPcdGetBool (PcdBootManagerEscape)) {
Print (
L"\n"
L"Esc or Down to enter Boot Manager Menu.\n"
L"ENTER to boot directly.\n"
L"\n"
// Show prompt at bottom center
BootLogoUpdateProgress (
White,
Black,
L"Press ESC for Boot Options/Settings",
White,
0,
0
);
} else {
Print (
L"\n"
L"F2 or Down to enter Boot Manager Menu.\n"
L"ENTER to boot directly.\n"
L"\n"
);
}
}
/**