]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CorebootPayload/PlatformBds: Dispatch deferred images after EndOfDxe
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 8 Nov 2016 12:18:30 +0000 (20:18 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 10 Nov 2016 07:58:31 +0000 (15:58 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c

index 5cb26e61f273a4f120dfcec3919711db8e5525d1..56be30f7a041f5b217d9e460afb0b31ae5ea67f4 100644 (file)
@@ -214,6 +214,11 @@ PlatformBootManagerBeforeConsole (
   // This needs to be done before option rom dispatched.\r
   //\r
   InstallReadyToLock ();\r
+\r
+  //\r
+  // Dispatch deferred images after EndOfDxe event and ReadyToLock installation.\r
+  //\r
+  EfiBootManagerDispatchDeferredImages ();\r
 }\r
 \r
 /**\r