UefiPayloadPkg: Enable boot logo

This commit is contained in:
Tim Crawford
2020-02-03 10:14:07 -07:00
parent b4dd94c217
commit d1c0828262
4 changed files with 8 additions and 0 deletions

View File

@@ -218,6 +218,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 ();