]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirPkg/PlatformBds: Dispatch deferred images after EndOfDxe
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 8 Nov 2016 12:13:18 +0000 (20:13 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 10 Nov 2016 07:58:04 +0000 (15:58 +0800)
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>
ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c

index 56f4c921b51396961bde0e0b2afc33e448f92e86..94da51ad49f131f4f0c801b47a16c58a1b3f4855 100644 (file)
@@ -585,6 +585,11 @@ PlatformBootManagerBeforeConsole (
   //\r
   EfiEventGroupSignal (&gEfiEndOfDxeEventGroupGuid);\r
 \r
+  //\r
+  // Dispatch deferred images after EndOfDxe event.\r
+  //\r
+  EfiBootManagerDispatchDeferredImages ();\r
+\r
   //\r
   // Locate the PCI root bridges and make the PCI bus driver connect each,\r
   // non-recursively. This will produce a number of child handles with PciIo on\r