summaryrefslogtreecommitdiff
path: root/IntelFsp2WrapperPkg/Library/FspWrapperMultiPhaseProcessLib/FspWrapperMultiPhaseProcessLib.inf
AgeCommit message (Collapse)AuthorFilesLines
2026-04-29IntelFsp2WrapperPkg: Remove duplicate library class in INF fileQihang Gao1-1/+0
In FspWrapperMultiPhaseProcessLib driver, BaseMemoryLib appears twice in [LibraryClasses] section, so remove the duplicate one. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
2024-12-25IntelFsp2WrapperPkg: Save FspHobListPtr right after FspMemoryInit exitsDu Lin1-0/+5
Save FspHobList pointer to HOB right after FspMemoryInit exits so that FspHobList pointer is available when performing platform related reset in CallFspWrapperResetSystem(). Some platforms may consume FSP HOBs prior to performing platform related reset. Signed-off-by: Du Lin <du.lin@intel.com>
2022-08-31IntelFsp2WrapperPkg: Add FSP 2.4 MultiPhase interface.Chasel Chiu1-0/+48
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3916 Provide FSP 2.4 MultiPhase wrapper support library. 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>