mirror of https://github.com/acidanthera/audk.git
OvmfPkg/PlatformBds: Dispatch deferred images after EndOfDxe
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Sunny Wang <sunnywang@hpe.com>
This commit is contained in:
parent
34cd940294
commit
9789894e3b
|
@ -389,6 +389,11 @@ Returns:
|
||||||
NULL);
|
NULL);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
|
|
||||||
|
//
|
||||||
|
// Dispatch deferred images after EndOfDxe event and ReadyToLock installation.
|
||||||
|
//
|
||||||
|
EfiBootManagerDispatchDeferredImages ();
|
||||||
|
|
||||||
PlatformInitializeConsole (gPlatformConsole);
|
PlatformInitializeConsole (gPlatformConsole);
|
||||||
PcdStatus = PcdSet16S (PcdPlatformBootTimeOut,
|
PcdStatus = PcdSet16S (PcdPlatformBootTimeOut,
|
||||||
GetFrontPageTimeoutFromQemu ());
|
GetFrontPageTimeoutFromQemu ());
|
||||||
|
|
Loading…
Reference in New Issue