]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFsp2Pkg/IntelFsp2Pkg.dsc
IntelFsp2Pkg: Add FSP 2.4 MultiPhase interface.
authorChasel Chiu <chasel.chiu@intel.com>
Mon, 25 Jul 2022 19:03:51 +0000 (12:03 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 31 Aug 2022 16:48:07 +0000 (16:48 +0000)
commitdf25a5457f04ec465dce97428cfee96f462676e7
tree7ebc2087c7473f98f8c7cd8832c2633c1788c6bd
parent4b7bd4c591a81a290b31e9d1a94c4b8be787989e
IntelFsp2Pkg: Add FSP 2.4 MultiPhase interface.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3916

Provide FSP 2.4 MultiPhase interface and scripts
support.

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/Include/FspEas/FspApi.h
IntelFsp2Pkg/Include/FspGlobalData.h
IntelFsp2Pkg/Include/Library/FspMultiPhaseLib.h [new file with mode: 0644]
IntelFsp2Pkg/Include/Library/FspSecPlatformLib.h
IntelFsp2Pkg/IntelFsp2Pkg.dec
IntelFsp2Pkg/IntelFsp2Pkg.dsc
IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf [new file with mode: 0644]
IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/FspMultiPhaseLib.c [new file with mode: 0644]
IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/PlatformSecLibNull.c
IntelFsp2Pkg/Tools/SplitFspBin.py