public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] ArmPkg/PlatformBootManagerLib: fixes
@ 2017-03-20 20:35 Ard Biesheuvel
  2017-03-20 20:35 ` [PATCH 1/3] ArmPkg/PlatformBootManagerLib: dispatch deferred images after EndOfDxe Ard Biesheuvel
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ard Biesheuvel @ 2017-03-20 20:35 UTC (permalink / raw)
  To: edk2-devel, leif.lindholm, ryan.harkin; +Cc: Ard Biesheuvel

Replace the bootlogo implementation in QuietBoot.c with a call into
BootLogoLib, so we can get rid of some code.

While we're at it, add a missing call to dispatch deferred images, and
remove the IntelFrameworkModulePkg dependency directly, by switching to
a hardcoded Shell FILE_GUID reference rather than indirecting via a
PCD.

Ard Biesheuvel (3):
  ArmPkg/PlatformBootManagerLib: dispatch deferred images after EndOfDxe
  ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly
  ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash
    support

 ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c               |  43 +-
 ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf |   7 +-
 ArmPkg/Library/PlatformBootManagerLib/QuietBoot.c                | 680 --------------------
 3 files changed, 38 insertions(+), 692 deletions(-)
 delete mode 100644 ArmPkg/Library/PlatformBootManagerLib/QuietBoot.c

-- 
2.7.4



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-22 13:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20 20:35 [PATCH 0/3] ArmPkg/PlatformBootManagerLib: fixes Ard Biesheuvel
2017-03-20 20:35 ` [PATCH 1/3] ArmPkg/PlatformBootManagerLib: dispatch deferred images after EndOfDxe Ard Biesheuvel
2017-03-20 20:35 ` [PATCH 2/3] ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly Ard Biesheuvel
2017-03-22 12:53   ` Leif Lindholm
2017-03-22 13:16     ` Ard Biesheuvel
2017-03-22 13:22       ` Leif Lindholm
2017-03-20 20:35 ` [PATCH 3/3] ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash support Ard Biesheuvel
2017-03-22 12:59   ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox