From 6d7864c2ea24e5bbe4e45568df4500cfd16dc8f9 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 8 Nov 2016 20:18:30 +0800 Subject: CorebootPayload/PlatformBds: Dispatch deferred images after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Maurice Ma Cc: Prince Agyeman Reviewed-by: Sunny Wang --- .../Library/PlatformBootManagerLib/PlatformBootManager.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CorebootPayloadPkg') 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 (); } /** -- cgit v1.2.3