From: Ruiyu Ni Date: Mon, 26 Sep 2016 06:40:32 +0000 (+0800) Subject: OvmfPkg/PlatformBds: Do not call BootLogoEnableLogo X-Git-Tag: edk2-stable201903~5698 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=2abec4bf184656d130ed537b33b49a30f5331c43 OvmfPkg/PlatformBds: Do not call BootLogoEnableLogo Prototype of BootLogoEnableLogo will change in following patches, so do not call BootLogoEnableLogo to avoid build failure. Contributed-under: TianoCore Contribution Agreement 1.0 Cc: Jordan Justen Reviewed-by: Laszlo Ersek Signed-off-by: Ruiyu Ni --- diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c index 7cd547e707..4c5d2591a0 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c @@ -1445,13 +1445,13 @@ Routine Description: // // Logo show // - BootLogoEnableLogo ( - ImageFormatBmp, // ImageFormat - PcdGetPtr (PcdLogoFile), // Logo - EdkiiPlatformLogoDisplayAttributeCenter, // Attribute - 0, // OffsetX - 0 // OffsetY - ); + //BootLogoEnableLogo ( + // ImageFormatBmp, // ImageFormat + // PcdGetPtr (PcdLogoFile), // Logo + // EdkiiPlatformLogoDisplayAttributeCenter, // Attribute + // 0, // OffsetX + // 0 // OffsetY + // ); // // Perform some platform specific connect sequence diff --git a/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index f3303b9f2c..4a6becec7e 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -56,7 +56,6 @@ UefiLib [Pcd] - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId