]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/PlatformBds: Dispatch deferred images after EndOfDxe
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 8 Nov 2016 12:16:39 +0000 (20:16 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 10 Nov 2016 07:58:27 +0000 (15:58 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c

index 66ee590f427ea2163fd11c56bed0b7eeea6ce3c6..cc35630fcf4c5b4c5ec950b50fef02b6671d17cc 100644 (file)
@@ -389,6 +389,11 @@ Returns:
                   NULL);\r
   ASSERT_EFI_ERROR (Status);\r
 \r
+  //\r
+  // Dispatch deferred images after EndOfDxe event and ReadyToLock installation.\r
+  //\r
+  EfiBootManagerDispatchDeferredImages ();\r
+\r
   PlatformInitializeConsole (gPlatformConsole);\r
   PcdStatus = PcdSet16S (PcdPlatformBootTimeOut,\r
                 GetFrontPageTimeoutFromQemu ());\r