]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFsp2Pkg: Adopt FSP 2.4 MultiPhase functions.
authorChasel Chiu <chasel.chiu@intel.com>
Wed, 10 Aug 2022 00:35:30 +0000 (17:35 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 7 Sep 2022 04:21:15 +0000 (04:21 +0000)
commit3d35a6c243ffe749a2ae71d5d72ce0361f168f49
tree7ee232762bc33f211fccca072e80b2fb5cdccbaf
parent5eeb088ad64124229b32a5593fada578b935e207
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>
IntelFsp2Pkg/FspSecCore/Fsp24SecCoreM.inf [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/Fsp24SecCoreS.inf [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/Ia32/Fsp24ApiEntryM.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/Ia32/Fsp24ApiEntryS.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/Ia32/FspApiEntryCommon.nasm
IntelFsp2Pkg/FspSecCore/SecFsp.c
IntelFsp2Pkg/FspSecCore/SecFspApiChk.c
IntelFsp2Pkg/FspSecCore/X64/Fsp24ApiEntryM.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/Fsp24ApiEntryS.nasm [new file with mode: 0644]
IntelFsp2Pkg/FspSecCore/X64/FspApiEntryCommon.nasm