X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmVirtPkg%2FLibrary%2FPlatformBootManagerLib%2FPlatformBm.c;h=b7e02f3d00f4070ac339c88e6480ee0448f5e2d3;hp=cc6d21e30007887a9747baae8f2468cd6a959504;hb=2c8805bc95df70d59db822ee153830e6fabb5650;hpb=0d0c245dfb147956cb597582bc481579ceb612c0;ds=sidebyside diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c index cc6d21e300..b7e02f3d00 100644 --- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c +++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c @@ -16,6 +16,7 @@ **/ #include +#include #include #include #include @@ -531,7 +532,13 @@ PlatformBootManagerAfterConsole ( // // Show the splash screen. // - EnableQuietBoot (PcdGetPtr (PcdLogoFile)); + BootLogoEnableLogo ( + ImageFormatBmp, // ImageFormat + PcdGetPtr (PcdLogoFile), // Logo + EdkiiPlatformLogoDisplayAttributeCenter, // Attribute + 0, // OffsetX + 0 // OffsetY + ); // // Connect the rest of the devices.