]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c
Nt32Pkg/PlatformBds: Dispatch deferred images after EndOfDxe
[mirror_edk2.git] / Nt32Pkg / Library / PlatformBootManagerLib / PlatformBootManager.c
index 7a840d075dd9531b2f3ef96063459a6b08645b46..99f30f9ec2b8b213952393a867b1574c630fed49 100644 (file)
@@ -124,6 +124,11 @@ PlatformBootManagerBeforeConsole (
   // the platform should signal the event EFI_END_OF_DXE_EVENT_GUID\r
   //\r
   EfiEventGroupSignal (&gEfiEndOfDxeEventGroupGuid);\r
+\r
+  //\r
+  // Dispatch deferred images after EndOfDxe event.\r
+  //\r
+  EfiBootManagerDispatchDeferredImages ();\r
 }\r
 \r
 /**\r