From dbc19ed10aa9846fd4b2426bf8b3eca0ea39a4e9 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 8 Nov 2016 20:19:58 +0800 Subject: [PATCH] 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 --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 5 +++++ 1 file changed, 5 insertions(+) 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 (); } /**