| Commit message (Expand) | Author | Age | Files | Lines |
* | IntelFsp2Pkg/Tools/GenCfgOpt.py: Fix a bug about parse macro | Tan, Ming | 2020-07-24 | 1 | -3/+3 |
* | IntelFsp2Pkg/FspSecCore: Use UefiCpuLib. | Dong, Eric | 2020-06-29 | 5 | -88/+4 |
* | IntelFsp2Pkg: Add FSP*_ARCH_UPD. | Chasel Chiu | 2020-06-23 | 3 | -9/+156 |
* | IntelFsp2Pkg: Add Fsp22SecCoreS.inf to Dsc. | Chasel Chiu | 2020-06-11 | 1 | -1/+2 |
* | IntelFsp2Pkg: Add FunctionParametePtr to FspGlobalData. | Chasel Chiu | 2020-05-21 | 2 | -3/+27 |
* | IntelFsp2Pkg: Support Multi-Phase SiInit and debug handlers. | Chasel Chiu | 2020-05-14 | 11 | -16/+352 |
* | IntelFsp2Pkg/SplitFspBin.py: Coverity scan flags issues. | Chasel Chiu | 2020-02-13 | 1 | -5/+5 |
* | IntelFsp2Pkg/GenCfgOpt.py: Coverity scan flags issues. | Chasel Chiu | 2020-02-13 | 1 | -1/+2 |
* | IntelFsp2Pkg/SplitFspBin.py: Command crashed when FV almost full. | Chasel Chiu | 2019-10-28 | 1 | -5/+5 |
* | IntelFsp2Pkg/FspSecCore: Remove unneeded MdeModulePkg dependency | Ray Ni | 2019-09-05 | 3 | -4/+1 |
* | IntelFsp2Pkg/FspSecCore: Add missing header file in INF file | Shenglei Zhang | 2019-08-13 | 1 | -1/+2 |
* | IntelFsp2Pkg: Improve FSP Python scripts to support 3.x. | Ching JenX Cheng | 2019-08-02 | 1 | -3/+3 |
* | IntelFsp2Pkg: PeiService pointer not reset to 0 in SecMain | Chasel Chiu | 2019-07-26 | 2 | -3/+9 |
* | IntelFsp2Pkg: Fix various typos | Antoine Cœur | 2019-07-11 | 18 | -52/+52 |
* | Revert "FmpDevicePkg: Fix various typos" | Antoine Cœur | 2019-07-11 | 18 | -52/+52 |
* | FmpDevicePkg: Fix various typos | Antoine Cœur | 2019-07-09 | 18 | -52/+52 |
* | IntelFsp2Pkg: FSP Python scripts to support 3.x. | Chasel Chiu | 2019-07-01 | 3 | -62/+109 |
* | IntelFsp2Pkg: add TempRamExitPpi.h. | Chasel Chiu | 2019-06-20 | 2 | -4/+63 |
* | IntelFsp2Pkg/SplitFspBin.py: Support rebasing 1.x binary. | Chasel Chiu | 2019-06-11 | 2 | -30/+38 |
* | IntelFsp2Pkg/SplitFspBin.py: Revert FSP 1.x support. | Chasel Chiu | 2019-05-31 | 2 | -38/+30 |
* | IntelFsp2Pkg/SplitFspBin.py: Support rebasing 1.x binary. | Chasel Chiu | 2019-05-31 | 2 | -30/+38 |
* | IntelFsp2Pkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 67 | -458/+67 |
* | IntelFsp2Pkg/BaseFspDebugLibSerialPort: Add new APIs | Bret Barkelew | 2019-04-02 | 1 | -5/+98 |
* | IntelFsp2Pkg: FSP can utilize bootloader stack | Chasel, Chiu | 2019-01-28 | 6 | -19/+157 |
* | IntelFsp2Pkg: Add function to get bootloader stack pointer | Chasel, Chiu | 2019-01-28 | 2 | -10/+38 |
* | IntelFsp2Pkg: Remove unused keyword in new PPI header | Chasel, Chiu | 2019-01-21 | 1 | -1/+0 |
* | IntelFsp2Pkg: Add FspmArchConfigPpi to support Dispatch mode | Chasel, Chiu | 2019-01-17 | 2 | -1/+58 |
* | IntelFsp2Pkg: Fixed potentially NULL pointer accessing | Chasel, Chiu | 2018-10-29 | 1 | -2/+3 |
* | IntelFsp2Pkg: Fix GCC49/XCODE build failure | Chasel, Chiu | 2018-10-26 | 1 | -3/+2 |
* | IntelFsp2Pkg: FSP should not override IDT | Chasel, Chiu | 2018-10-25 | 4 | -9/+26 |
* | IntelFsp2Pkg: Support FSP Dispatch mode | Chasel, Chiu | 2018-10-19 | 8 | -67/+122 |
* | IntelFsp2Pkg/GenCfgOpt.py: Support PCD input from command line | Chasel, Chiu | 2018-10-11 | 1 | -1/+16 |
* | IntelFsp2Pkg/GenCfgOpt.py: remove tailing space from output file | Chasel, Chiu | 2018-09-28 | 1 | -2/+9 |
* | IntelFsp2Pkg/GenCfgOpt.py: Support UPD offset auto assignment | Chasel, Chiu | 2018-09-28 | 1 | -2/+64 |
* | IntelFsp2Pkg/GenCfgOpt.py: support FixedAtBuild PCD | Chasel, Chiu | 2018-09-28 | 1 | -3/+3 |
* | IntelFsp2Pkg/BaseFspSwitchStackLib: Remove unused PCDs | shenglei | 2018-09-28 | 1 | -4/+0 |
* | IntelFsp2Pkg/BaseFspPlatformLib: Remove unused PCDs | shenglei | 2018-09-28 | 1 | -9/+0 |
* | IntelFsp2Pkg/BaseFspCommonLib: Remove unused PCDs | shenglei | 2018-09-28 | 1 | -5/+0 |
* | IntelFsp2Pkg/FspSecCore: Remove unused PCDs | shenglei | 2018-09-28 | 3 | -22/+0 |
* | IntelFsp2(Wrapper)Pkg: Revert from e8208100 to 737f812b | Chasel, Chiu | 2018-09-28 | 7 | -76/+47 |
* | GenCfgOpt.py: remove tailing space from output file | Chasel, Chiu | 2018-09-28 | 1 | -2/+9 |
* | IntelFsp2Pkg/GenCfgOpt.py: Support UPD offset auto assignment | Chasel, Chiu | 2018-09-28 | 1 | -2/+64 |
* | IntelFsp2Pkg/GenCfgOpt.py: support FixedAtBuild PCD | Chasel, Chiu | 2018-09-28 | 1 | -3/+3 |
* | [PATCH v3 04/16] IntelFsp2Pkg/BaseFspSwitchStackLib: Remove unused | Chasel, Chiu | 2018-09-27 | 1 | -4/+0 |
* | [PATCH v3 03/16] IntelFsp2Pkg/BaseFspPlatformLib: Remove unused PCDs | Chasel, Chiu | 2018-09-27 | 1 | -9/+0 |
* | [PATCH v3 02/16] IntelFsp2Pkg/BaseFspCommonLib: Remove unused PCDs | Chasel, Chiu | 2018-09-27 | 1 | -5/+0 |
* | [PATCH v3 01/16] IntelFsp2Pkg/FspSecCore: Remove unused PCDs | Chasel, Chiu | 2018-09-27 | 3 | -22/+0 |
* | IntelFsp2Pkg: Fix typo in SplitFspBin | Chasel, Chiu | 2018-09-21 | 1 | -1/+1 |
* | IntelFsp2Pkg: Clean up source files | Liming Gao | 2018-06-28 | 16 | -45/+45 |
* | IntelFsp2Pkg: SplitFspBin.py to support x64 drivers | Chasel, Chiu | 2018-06-25 | 1 | -12/+70 |