]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash support
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 18 Mar 2017 21:20:46 +0000 (21:20 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 22 Mar 2017 15:44:55 +0000 (15:44 +0000)
commita43d75e152ea8168625a4fc30a78299c6f30cbd0
tree69d7ce394a0338dac0b1cbc4250435b956e31291
parent93c4bb63decedec4c28a59f404730fc68ce77faf
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>
ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c
ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
ArmPkg/Library/PlatformBootManagerLib/QuietBoot.c [deleted file]