From: Ruiyu Ni Date: Tue, 8 Nov 2016 12:19:58 +0000 (+0800) Subject: QuarkPlatformPkg/PlatformBds: Dispatch deferred images after EndOfDxe X-Git-Tag: edk2-stable201903~5229 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=dbc19ed10aa9846fd4b2426bf8b3eca0ea39a4e9 QuarkPlatformPkg/PlatformBds: Dispatch deferred images after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Michael D Kinney Cc: Kelly Steele Reviewed-by: Sunny Wang --- diff --git a/QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.c index 7cb9628567..b61eb03360 100644 --- a/QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.c +++ b/QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.c @@ -321,6 +321,11 @@ PlatformBootManagerBeforeConsole ( NULL ); ASSERT_EFI_ERROR (Status); + + // + // Dispatch deferred images after EndOfDxe event and ReadyToLock installation. + // + EfiBootManagerDispatchDeferredImages (); } /**