IntelFsp2Pkg: Adopt FSP 2.4 MultiPhase functions.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3916 Adopt MultiPhase functions for both FspSecCoreS and FspSecCoreM. For backward compatibility, new INF are created for new modules. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
5eeb088ad6
commit
3d35a6c243
@@ -68,6 +68,9 @@ FspApiCommon2:
|
||||
cmp rax, 6 ; FspMultiPhaseSiInitApiIndex API
|
||||
jz FspApiCommon3
|
||||
|
||||
cmp rax, 8 ; FspMultiPhaseMemInitApiIndex API
|
||||
jz FspApiCommon3
|
||||
|
||||
call ASM_PFX(AsmGetFspInfoHeader)
|
||||
jmp ASM_PFX(Loader2PeiSwitchStack)
|
||||
|
||||
|
Reference in New Issue
Block a user