We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb18fb8 commit 616f0d5Copy full SHA for 616f0d5
IntelFsp2WrapperPkg/Library/FspWrapperMultiPhaseProcessLib/PeiFspWrapperMultiPhaseProcessLib.c
@@ -80,6 +80,7 @@ CallFspMultiPhaseEntry (
80
BOOLEAN IsVariableServiceRequest;
81
FSP_MULTI_PHASE_PARAMS *FspMultiPhaseParamsPtr;
82
83
+ FspMultiPhaseApiOffset = 0;
84
FspMultiPhaseParamsPtr = (FSP_MULTI_PHASE_PARAMS *)FspMultiPhaseParams;
85
IsVariableServiceRequest = FALSE;
86
if ((FspMultiPhaseParamsPtr->MultiPhaseAction == EnumMultiPhaseGetVariableRequestInfo) ||
0 commit comments