Reviewed-by: Maurice Ma <maurice...@intel.com> -----Original Message----- From: Ni, Ruiyu Sent: Tuesday, November 08, 2016 4:29 AM To: edk2-devel@lists.01.org Cc: Ma, Maurice <maurice...@intel.com>; Agyeman, Prince <prince.agye...@intel.com> Subject: [PATCH v2 7/9] CorebootPayload/PlatformBds: Dispatch deferred images after EndOfDxe
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu...@intel.com> Cc: Maurice Ma <maurice...@intel.com> Cc: Prince Agyeman <prince.agye...@intel.com> --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c index 5cb26e6..56be30f 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 (); } /** -- 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel