X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Nt32Pkg%2FLibrary%2FPlatformBootManagerLib%2FPlatformBootManager.c;fp=Nt32Pkg%2FLibrary%2FPlatformBootManagerLib%2FPlatformBootManager.c;h=82f7647c7039beaec2b2b7ca7dc83573aa02ac5d;hp=e944105b39254cf82dfa7183daab68464bbecc14;hb=859e75c4fc42260fdd405141d8a3b909d03809f7;hpb=8dfe7fd239309cd4453adb96913eb692f463f6cc diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c index e944105b39..82f7647c70 100644 --- a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -38,14 +38,14 @@ PlatformBootManagerDiagnostics ( // from the graphic lib // if (QuietBoot) { - PlatformBootManagerEnableQuietBoot (PcdGetPtr(PcdLogoFile)); + BootLogoEnableLogo (ImageFormatBmp, PcdGetPtr(PcdLogoFile), EdkiiPlatformLogoDisplayAttributeCenter, 0, 0); // // Perform system diagnostic // Status = PlatformBootManagerMemoryTest (MemoryTestLevel); if (EFI_ERROR (Status)) { - PlatformBootManagerDisableQuietBoot (); + BootLogoDisableLogo (); } return; @@ -271,7 +271,7 @@ PlatformBootManagerWaitCallback ( Black.Blue = Black.Green = Black.Red = Black.Reserved = 0; White.Blue = White.Green = White.Red = White.Reserved = 0xFF; - PlatformBootManagerShowProgress ( + BootLogoUpdateProgress ( White, Black, L"Start boot option",