Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/edk2/+/58781 )
Change subject: UefiPayloadPkg: Show boot menu prompt as progress text ......................................................................
UefiPayloadPkg: Show boot menu prompt as progress text
Signed-off-by: Matt DeVillier matt.devillier@gmail.com Change-Id: I005c1c8ab23d405410ca9ba01903995337ccb6e3 Reviewed-on: https://review.coreboot.org/c/edk2/+/58781 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c 1 file changed, 10 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c index 2d5f8bf..1c4952a 100644 --- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -228,6 +228,16 @@ // 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 + ); }
/**
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.