summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-03-18 21:20:46 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-03-22 15:44:55 +0000
commita43d75e152ea8168625a4fc30a78299c6f30cbd0 (patch)
tree69d7ce394a0338dac0b1cbc4250435b956e31291 /ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
parent93c4bb63decedec4c28a59f404730fc68ce77faf (diff)
downloadedk2-a43d75e152ea8168625a4fc30a78299c6f30cbd0.tar.gz
edk2-a43d75e152ea8168625a4fc30a78299c6f30cbd0.tar.bz2
edk2-a43d75e152ea8168625a4fc30a78299c6f30cbd0.zip
ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash support
Replace the duplicated and outdated code in QuietBoot.c with a reference to BootLogoLib, which provides the same functionality. This also allows us to drop all references to IntelFrameworkModulePkg in this module. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf')
-rw-r--r--ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf6
1 files changed, 1 insertions, 5 deletions
diff --git a/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
index beca5800d6..e5ffd5db42 100644
--- a/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
+++ b/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
@@ -33,10 +33,8 @@
[Sources]
PlatformBm.c
- QuietBoot.c
[Packages]
- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
@@ -44,6 +42,7 @@
[LibraryClasses]
BaseLib
BaseMemoryLib
+ BootLogoLib
DebugLib
DevicePathLib
DxeServicesLib
@@ -55,11 +54,9 @@
UefiLib
[FeaturePcd]
- gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
[FixedPcd]
- gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity
@@ -81,6 +78,5 @@
gEfiDevicePathProtocolGuid
gEfiGraphicsOutputProtocolGuid
gEfiLoadedImageProtocolGuid
- gEfiOEMBadgingProtocolGuid
gEfiPciRootBridgeIoProtocolGuid
gEfiSimpleFileSystemProtocolGuid