TianoCore EDK2
master
Loading...
Searching...
No Matches
FspWrapperPlatformMultiPhaseLibNull.c
Go to the documentation of this file.
1
10
#include <
Library/BaseLib.h
>
11
#include <
Library/DebugLib.h
>
12
#include <
Library/PcdLib.h
>
13
24
VOID
25
EFIAPI
26
FspWrapperPlatformMultiPhaseHandler
(
27
IN
OUT
VOID **FspHobListPtr,
28
IN
UINT8 ComponentIndex,
29
IN
UINT32 PhaseIndex
30
)
31
{
32
/* Example platform actions as below
33
switch (ComponentIndex) {
34
case FspMultiPhaseMemInitApiIndex:
35
switch (PhaseIndex) {
36
case 1:
37
PlatformAction1 ();
38
break;
39
}
40
break;
41
case FspMultiPhaseSiInitApiIndex:
42
switch (PhaseIndex) {
43
case 1:
44
PlatformAction2 ();
45
break;
46
}
47
break;
48
}
49
*/
50
}
BaseLib.h
FspWrapperPlatformMultiPhaseHandler
VOID EFIAPI FspWrapperPlatformMultiPhaseHandler(IN OUT VOID **FspHobListPtr, IN UINT8 ComponentIndex, IN UINT32 PhaseIndex)
Definition:
FspWrapperPlatformMultiPhaseLibNull.c:26
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
DebugLib.h
PcdLib.h
IntelFsp2WrapperPkg
Library
BaseFspWrapperPlatformMultiPhaseLibNull
FspWrapperPlatformMultiPhaseLibNull.c
Generated on Fri Nov 15 2024 18:01:08 for TianoCore EDK2 by
1.9.6