TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
VOID EFIAPI | FspWrapperPlatformMultiPhaseHandler (IN OUT VOID **FspHobListPtr, IN UINT8 ComponentIndex, IN UINT32 PhaseIndex) |
FSP Wrapper to handle platform specific actions for FSP MultiPhase (SeparatePhase) Initialization.
Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file FspWrapperPlatformMultiPhaseLibNull.c.
VOID EFIAPI FspWrapperPlatformMultiPhaseHandler | ( | IN OUT VOID ** | FspHobListPtr, |
IN UINT8 | ComponentIndex, | ||
IN UINT32 | PhaseIndex | ||
) |
FSP Wrapper Platform MultiPhase Handler
[in] | FspHobListPtr | - Pointer to FSP HobList (valid after FSP-M completed) |
[in] | ComponentIndex | - FSP Component which executing MultiPhase initialization. |
[in] | PhaseIndex | - Indicates current execution phase of FSP MultiPhase initialization. |
EFI_STATUS | Always return EFI_SUCCESS |
Definition at line 26 of file FspWrapperPlatformMultiPhaseLibNull.c.