UefiPayloadPkg: Enable boot logo

This commit is contained in:
Tim Crawford
2020-02-03 10:14:07 -07:00
parent dc0e568d10
commit d04e564e95
5 changed files with 10 additions and 0 deletions

View File

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

View File

@@ -39,6 +39,7 @@
UefiRuntimeServicesTableLib
UefiLib
UefiBootManagerLib
BootLogoLib
PcdLib
DxeServicesLib
MemoryAllocationLib