]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Dispatch deferred images after EndOfDxe
authorSami Mujawar <sami.mujawar@arm.com>
Thu, 11 Apr 2019 18:41:36 +0000 (11:41 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 5 Dec 2019 20:28:44 +0000 (20:28 +0000)
commit0f9395d7c5cc6ae2beaa2d87008fe158d04a8069
tree59788064de14689ff45a3b99602757325477e0a1
parent94d4efb54ec4ca894287276ce22d29b6261dbc0b
ArmPkg: Dispatch deferred images after EndOfDxe

Third party driver images loaded from Option ROM get queued
for execution after EndOfDxe. These queued images need to be
dispatched from the PlatformBootManagerLib.

Since the queued images were not dispatched, the PCI Option
ROM drivers were not getting loaded on Juno. Therefore,
add call to EfiBootManagerDispatchDeferredImages() for
dispatching deferred images from PlatformBootManagerLib.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c