summaryrefslogtreecommitdiff
path: root/IntelFsp2Pkg
AgeCommit message (Expand)AuthorFilesLines
2022-08-15IntelFsp2Pkg: FSPM_ARCH2_UPD mismatching bug.Chasel Chiu2-2/+4
2022-07-29IntelFsp2Pkg: Fix GenCfgOpt bug for FSPI_UPD support.Chasel Chiu1-1/+1
2022-07-28IntelFsp2Pkg: FSPI_UPD is not mandatory.Chasel Chiu2-26/+31
2022-07-22IntelFsp2Pkg: Add FSPI_ARCH_UPD.Chasel Chiu4-11/+85
2022-07-20IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.Hongbin1 Zhang13-53/+245
2022-07-19IntelFsp2Pkg: Support 64bit FspResetType for X64 build.Chasel Chiu4-36/+41
2022-07-18IntelFsp2Pkg: Add Definition of EDKII_PEI_VARIABLE_PPINate DeSimone2-1/+202
2022-07-14IntelFsp2Pkg: Update SEC_IDT_TABLE structKuo, Ted4-20/+21
2022-05-31IntelFsp2Pkg: FSP_TEMP_RAM_INIT call must follow X64 Calling ConventionDuggapu, Chinni B2-19/+48
2022-05-31IntelFsp2Pkg: Add FSP 2.3 header supportLoo, Tung Lun2-8/+69
2022-05-06IntelFsp2Pkg: Add CpuLib to module INFs that depend on UefiCpuLibYu Pu2-0/+2
2022-04-16IntelFsp2Pkg: SecFspSecPlatformLibNull support for X64Ted Kuo4-4/+79
2022-04-16IntelFsp2Pkg: FspSecCore support for X64Ted Kuo18-19/+1493
2022-04-16IntelFsp2Pkg: Update FSP_GLOBAL_DATA and FSP_PLAT_DATA for X64Ted Kuo2-17/+38
2022-04-16IntelFsp2Pkg: Add FSPx_ARCH2_UPD support for X64Ted Kuo4-24/+252
2022-04-16IntelFsp2Pkg: X64 compatible changes to support PEI in 64bitTed Kuo10-41/+45
2022-03-22IntelFsp2Pkg: BaseFspCommonLib Support for X64Kuo, Ted5-32/+45
2022-03-17IntelFsp2Pkg: BaseFspSwitchStackLib Support for X64Kuo, Ted4-5/+147
2022-03-17IntelFsp2Pkg: BaseFspDebugLibSerialPort Support for X64Kuo, Ted3-16/+53
2021-12-29IntelFsp2Pkg/FspSecCore: ExtendedImageRevision was not printed.Chasel Chiu1-3/+7
2021-12-07IntelFsp2Pkg: Apply uncrustify changesMichael Kubacki33-899/+894
2021-11-01IntelFsp2Pkg SplitFspBin.py: Correct file name in file headerZeng, Star1-1/+1
2021-10-27IntelFsp2Pkg/SplitFspBin.py: adopt FSP 2.3 specification.Chasel Chiu1-22/+44
2021-10-04IntelFsp2Pkg: Adopt FSP 2.3 specification.Chasel Chiu3-1/+57
2021-09-01IntelFsp2Pkg: Support Config File and Binary delta comparisonLoo, Tung Lun2-14/+150
2021-07-15IntelFsp2Pkg: Add search function for Config EditorLoo, Tung Lun3-13/+76
2021-07-14IntelFsp2Pkg: BaseCacheLib EfiProgramMtrr MtrrNumber Should be UINT32S, Ashraf Ali2-4/+4
2021-07-08IntelFsp2Pkg: PatchFv parseInfFile function modificationS, Ashraf Ali1-5/+13
2021-06-30IntelFsp2Pkg: Add Config Editor tool supportLoo, Tung Lun7-293/+7337
2021-05-18IntelFsp2Pkg: YAML script bug fixLoo, Tung Lun2-3/+11
2021-03-31IntelFsp2Pkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi2-1/+5
2021-02-09IntelFsp2Pkg: Add YAML file generation supportLoo Tung Lun11-132/+2421
2021-01-07IntelFsp2Pkg: Support FSP private temporary memory.Chasel Chiu3-6/+15
2020-12-09IntelFsp2Pkg/GenCfgOpt.py: Incremental build with UPD in sub DSC.Chasel Chiu1-2/+11
2020-11-19IntelFsp2Pkg/Tools: Fixed PatchFv.py to parse new Fv map file formatBob Feng1-3/+6
2020-11-15IntelFsp2Pkg: Fix FSP binary rebasing issue for PE32+ imageMaurice Ma1-2/+6
2020-10-27IntelFsp2Pkg/FspSecCore: LoadMicrocodeDefault() failed with padding in FV.Cosmo Lai1-4/+4
2020-10-19IntelFsp2Pkg/Tools: Fix a typo issuefengyunhua1-1/+1
2020-10-12IntelFsp2Pkg/GenCfgOpt: skip unnecessarily header/BSF recreating.Chasel Chiu1-18/+42
2020-09-25IntelFsp2Pkg GenCfgOpt.py: Initialize IncLines as empty listgaoliming1-0/+1
2020-07-24IntelFsp2Pkg/Tools/GenCfgOpt.py: Fix a bug about parse macroTan, Ming1-3/+3
2020-06-29IntelFsp2Pkg/FspSecCore: Use UefiCpuLib.Dong, Eric5-88/+4
2020-06-23IntelFsp2Pkg: Add FSP*_ARCH_UPD.Chasel Chiu3-9/+156
2020-06-11IntelFsp2Pkg: Add Fsp22SecCoreS.inf to Dsc.Chasel Chiu1-1/+2
2020-05-21IntelFsp2Pkg: Add FunctionParametePtr to FspGlobalData.Chasel Chiu2-3/+27
2020-05-14IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers.Chasel Chiu11-16/+352
2020-02-13IntelFsp2Pkg/SplitFspBin.py: Coverity scan flags issues.Chasel Chiu1-5/+5
2020-02-13IntelFsp2Pkg/GenCfgOpt.py: Coverity scan flags issues.Chasel Chiu1-1/+2
2019-10-28IntelFsp2Pkg/SplitFspBin.py: Command crashed when FV almost full.Chasel Chiu1-5/+5
2019-09-05IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg dependencyRay Ni3-4/+1