From 9789894e3ba3dae87bfc384e97f946caeab389e0 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 8 Nov 2016 20:16:39 +0800 Subject: OvmfPkg/PlatformBds: Dispatch deferred images after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Jordan Justen Reviewed-by: Laszlo Ersek Reviewed-by: Sunny Wang --- OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OvmfPkg') diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c index 66ee590f42..cc35630fcf 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c @@ -389,6 +389,11 @@ Returns: NULL); ASSERT_EFI_ERROR (Status); + // + // Dispatch deferred images after EndOfDxe event and ReadyToLock installation. + // + EfiBootManagerDispatchDeferredImages (); + PlatformInitializeConsole (gPlatformConsole); PcdStatus = PcdSet16S (PcdPlatformBootTimeOut, GetFrontPageTimeoutFromQemu ()); -- cgit v1.2.3