TianoCore EDK2 master
Loading...
Searching...
No Matches
FspWrapperPlatformMultiPhaseLib.h File Reference

Go to the source code of this file.

Functions

VOID EFIAPI FspWrapperPlatformMultiPhaseHandler (IN OUT VOID **FspHobListPtr, IN UINT8 ComponentIndex, IN UINT32 PhaseIndex)
 

Detailed Description

Provide FSP wrapper Platform MultiPhase handling functions.

Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file FspWrapperPlatformMultiPhaseLib.h.

Function Documentation

◆ FspWrapperPlatformMultiPhaseHandler()

VOID EFIAPI FspWrapperPlatformMultiPhaseHandler ( IN OUT VOID **  FspHobListPtr,
IN UINT8  ComponentIndex,
IN UINT32  PhaseIndex 
)

FSP Wrapper Platform MultiPhase Handler

Parameters
[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.
Return values
EFI_STATUSAlways return EFI_SUCCESS

Definition at line 26 of file FspWrapperPlatformMultiPhaseLibNull.c.