summaryrefslogtreecommitdiffstats
path: root/ArmVirtPkg/Library
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-11-08 20:13:18 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-10 15:58:04 +0800
commit34cd940294e5616068e977dbd5f1d44d47db1fe5 (patch)
tree880bb351e5722c9b312bce9bb55ce59cefe9f6ed /ArmVirtPkg/Library
parente048823f57f66b5be38d46b0095af2fc905c4033 (diff)
downloadedk2-34cd940294e5616068e977dbd5f1d44d47db1fe5.tar.gz
edk2-34cd940294e5616068e977dbd5f1d44d47db1fe5.tar.bz2
edk2-34cd940294e5616068e977dbd5f1d44d47db1fe5.zip
ArmVirPkg/PlatformBds: Dispatch deferred images after EndOfDxe
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Sunny Wang <sunnywang@hpe.com>
Diffstat (limited to 'ArmVirtPkg/Library')
-rw-r--r--ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
index 56f4c921b5..94da51ad49 100644
--- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
+++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
@@ -586,6 +586,11 @@ PlatformBootManagerBeforeConsole (
EfiEventGroupSignal (&gEfiEndOfDxeEventGroupGuid);
//
+ // Dispatch deferred images after EndOfDxe event.
+ //
+ EfiBootManagerDispatchDeferredImages ();
+
+ //
// Locate the PCI root bridges and make the PCI bus driver connect each,
// non-recursively. This will produce a number of child handles with PciIo on
// them.