MdeModulePkg/UefiBootManager: Add EfiBootManagerDispatchDeferredImages
The API dispatches the deferred images that are returned from all DeferredImageLoad instances. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Chao B Zhang <chao.b.zhang@intel.com> Reviewed-by: Sunny Wang <sunnywang@hpe.com>
This commit is contained in:
@ -777,4 +777,17 @@ EfiBootManagerIsValidLoadOptionVariableName (
|
||||
OUT UINT16 *OptionNumber OPTIONAL
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
Dispatch the deferred images that are returned from all DeferredImageLoad instances.
|
||||
|
||||
@retval EFI_SUCCESS At least one deferred image is loaded successfully and started.
|
||||
@retval EFI_NOT_FOUND There is no deferred image.
|
||||
@retval EFI_ACCESS_DENIED There are deferred images but all of them are failed to load.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
EfiBootManagerDispatchDeferredImages (
|
||||
VOID
|
||||
);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user