diff options
Diffstat (limited to 'CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c')
-rw-r--r-- | CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 5 |
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 ();
}
/**
|