summaryrefslogtreecommitdiffstats
path: root/CorebootPayloadPkg
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-11-08 20:18:30 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-10 15:58:31 +0800
commit6d7864c2ea24e5bbe4e45568df4500cfd16dc8f9 (patch)
treeb7a8463f5d3016355d9c0181988709d4bfec65ca /CorebootPayloadPkg
parent9789894e3ba3dae87bfc384e97f946caeab389e0 (diff)
downloadedk2-6d7864c2ea24e5bbe4e45568df4500cfd16dc8f9.tar.gz
edk2-6d7864c2ea24e5bbe4e45568df4500cfd16dc8f9.tar.bz2
edk2-6d7864c2ea24e5bbe4e45568df4500cfd16dc8f9.zip
CorebootPayload/PlatformBds: Dispatch deferred images after EndOfDxe
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Maurice Ma <maurice.ma@intel.com> Cc: Prince Agyeman <prince.agyeman@intel.com> Reviewed-by: Sunny Wang <sunnywang@hpe.com>
Diffstat (limited to 'CorebootPayloadPkg')
-rw-r--r--CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
index 5cb26e61f2..56be30f7a0 100644
--- a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
+++ b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
@@ -214,6 +214,11 @@ PlatformBootManagerBeforeConsole (
// This needs to be done before option rom dispatched.
//
InstallReadyToLock ();
+
+ //
+ // Dispatch deferred images after EndOfDxe event and ReadyToLock installation.
+ //
+ EfiBootManagerDispatchDeferredImages ();
}
/**