UefiPayloadPkg: Enable boot logo

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2020-02-03 10:14:07 -07:00
parent be10ebabba
commit a8285c29d8
4 changed files with 8 additions and 0 deletions

View File

@@ -252,6 +252,9 @@ PlatformBootManagerAfterConsole (
Black.Blue = Black.Green = Black.Red = Black.Reserved = 0;
White.Blue = White.Green = White.Red = White.Reserved = 0xFF;
gST->ConOut->ClearScreen (gST->ConOut);
BootLogoEnableLogo ();
EfiBootManagerConnectAll ();
EfiBootManagerRefreshAllBootOption ();