]> git.proxmox.com Git - mirror_edk2.git/commitdiff
QuarkPlatformPkg/PlatformBds: Dispatch deferred images after EndOfDxe
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 8 Nov 2016 12:19:58 +0000 (20:19 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 10 Nov 2016 07:58:35 +0000 (15:58 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.c

index 7cb96285679bbcc74f4c328bec788f95c2d52ce2..b61eb03360a2b4df043839f13b0866341a397a3b 100644 (file)
@@ -321,6 +321,11 @@ PlatformBootManagerBeforeConsole (
                   NULL\r
                   );\r
   ASSERT_EFI_ERROR (Status);\r
+\r
+  //\r
+  // Dispatch deferred images after EndOfDxe event and ReadyToLock installation.\r
+  //\r
+  EfiBootManagerDispatchDeferredImages ();\r
 }\r
 \r
 /**\r