TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | FspWrapperVariableRequestHandler (IN OUT VOID **FspHobListPtr, IN UINT8 ComponentIndex) |
EFI_STATUS EFIAPI | FspWrapperMultiPhaseHandler (IN OUT VOID **FspHobListPtr, IN UINT8 ComponentIndex) |
Provide FSP wrapper MultiPhase handling functions.
Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file FspWrapperMultiPhaseProcessLib.h.
EFI_STATUS EFIAPI FspWrapperMultiPhaseHandler | ( | IN OUT VOID ** | FspHobListPtr, |
IN UINT8 | ComponentIndex | ||
) |
FSP Wrapper MultiPhase Handler
[in] | FspHobListPtr | - Pointer to FSP HobList (valid after FSP-M completed) |
[in] | ComponentIndex | - FSP Component which executing MultiPhase initialization. |
EFI_STATUS | Always return EFI_SUCCESS |
FSP Wrapper MultiPhase Handler
[in,out] | FspHobListPtr | - Pointer to FSP HobList (valid after FSP-M completed) |
[in] | ComponentIndex | - FSP Component which executing MultiPhase initialization. |
EFI_UNSUPPORTED | Specific MultiPhase action was not supported. |
EFI_SUCCESS | MultiPhase action were completed successfully. |
Definition at line 314 of file PeiFspWrapperMultiPhaseProcessLib.c.
EFI_STATUS EFIAPI FspWrapperVariableRequestHandler | ( | IN OUT VOID ** | FspHobListPtr, |
IN UINT8 | ComponentIndex | ||
) |
FSP Wrapper Variable Request Handler
[in] | FspHobListPtr | - Pointer to FSP HobList (valid after FSP-M completed) |
[in] | ComponentIndex | - FSP Component which executing MultiPhase initialization. |
EFI_UNSUPPORTED | FSP Wrapper cannot support the specific variable request |
EFI_STATUS | Return FSP returned status |
FSP Wrapper Variable Request Handler
[in,out] | FspHobListPtr | - Pointer to FSP HobList (valid after FSP-M completed) |
[in] | ComponentIndex | - FSP Component which executing MultiPhase initialization. |
EFI_UNSUPPORTED | FSP Wrapper cannot support the specific variable request, or FSP does not support VariableService |
EFI_STATUS | Return FSP returned status |
Definition at line 147 of file PeiFspWrapperMultiPhaseProcessLib.c.