Age | Commit message (Expand) | Author | Files | Lines |
2019-12-11 | IntelFsp2WrapperPkg: Fix various typos | Antoine Coeur | 8 | -13/+13 |
2019-09-05 | IntelFsp2WrapperPkg: Remove unneeded MdeModulePkg dependency | Ray Ni | 2 | -6/+2 |
2019-04-28 | IntelFsp2WrapperPkg/FspWrapperNotifyDxe: make global variable static | Zhichao Gao | 1 | -2/+2 |
2019-04-23 | IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style. | Chasel Chiu | 1 | -5/+5 |
2019-04-16 | IntelFsp2WrapperPkg: Perform post FSP-S process. | Chasel, Chiu | 3 | -18/+97 |
2019-04-09 | IntelFsp2WrapperPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 39 | -265/+39 |
2018-11-26 | IntelFsp2WrapperPkg: Fix constant if statements issue | Chasel, Chiu | 2 | -2/+2 |
2018-11-26 | IntelFsp2WrapperPkg: Fix line ending format issue | Chasel, Chiu | 5 | -43/+43 |
2018-11-20 | IntelFsp2WrapperPkg: Support FSP Dispatch mode | Chasel, Chiu | 5 | -10/+43 |
2018-11-20 | IntelFsp2WrapperPkg: Revert 90c5bc08 | Chasel, Chiu | 5 | -43/+10 |
2018-11-20 | IntelFsp2WrapperPkg: Support FSP Dispatch mode | Chasel, Chiu | 5 | -10/+43 |
2018-09-28 | IntelFsp2WrapperPkg/BaseFspWrapperPlatformLibSample: Remove PCDs | shenglei | 1 | -3/+0 |
2018-09-28 | IntelFsp2WrapperPkg/FspWrapperNotifyDxe: Remove an unused PCD | shenglei | 1 | -1/+0 |
2018-09-28 | IntelFsp2(Wrapper)Pkg: Revert from e8208100 to 737f812b | Chasel, Chiu | 2 | -0/+4 |
2018-09-27 | [PATCH v3 06/16] IntelFsp2WrapperPkg/BaseFspWrapperPlatformLibSample: | Chasel, Chiu | 1 | -3/+0 |
2018-09-27 | [PATCH v3 05/16] IntelFsp2WrapperPkg/FspWrapperNotifyDxe: Remove an | Chasel, Chiu | 1 | -1/+0 |
2018-08-22 | IntelFsp2WrapperPkg: Add EFIAPI to AsmExecute32BitCode | Chasel, Chiu | 1 | -1/+2 |
2018-06-28 | IntelFsp2WrapperPkg: Clean up source files | Liming Gao | 3 | -6/+6 |
2018-01-18 | IntelFsp2WrapperPkg: Update BaseFspWrapperApiLib to pass XCODE5 build | Liming Gao | 1 | -5/+5 |
2017-12-28 | IntelFspWrapperPkg: Convert INF file to dos format | Liming Gao | 1 | -1/+1 |
2017-11-29 | IntelFsp2WrapperPkg: Support UPD allocation outside FspWrapper | Chasel, Chiu | 5 | -52/+76 |
2017-10-10 | IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF files | Liming Gao | 4 | -15/+10 |
2017-08-03 | edk2: Move License.txt file to root | Michael D Kinney | 1 | -25/+0 |
2017-08-03 | edk2: Move TianoCore Contribution Agreement to root | Michael D Kinney | 1 | -218/+0 |
2017-04-06 | IntelFsp2WrapperPkg: Convert files to CRLF line ending | Hao Wu | 1 | -7/+7 |
2017-03-13 | IntelFsp2WrapperPkg: Add Readme.md | Jiewen Yao | 1 | -0/+7 |
2017-03-06 | IntelFsp2WrapperPkg: Refine casting expression result to bigger size | Hao Wu | 2 | -7/+7 |
2016-10-28 | IntelFsp2WrapperPkg: Add a PCD to control if signaling PciEnumerationComplete. | Dong, Guo | 3 | -8/+33 |
2016-10-27 | IntelFsp2Pkg: Added changes to enable FPDT performance measurements | Yarlagadda, Satya P | 3 | -32/+33 |
2016-10-24 | IntelFsp2WrapperPkg: Fix a typo in the comment | Gary Lin | 1 | -1/+1 |
2016-08-08 | IntelFsp2WrapperPkg DSC: Add build option to disable deprecated APIs | Hao Wu | 1 | -0/+3 |
2016-07-26 | IntelFsp2WrapperPkg: Add missing License.txt. | Jiewen Yao | 1 | -0/+25 |
2016-07-20 | IntelFsp2WrapperPkg: Add missing modules in Package DSC | Liming Gao | 1 | -0/+7 |
2016-07-20 | IntelFsp2WrapperPkg SecFspWrapperPlatformSecLibSample:Update code to pass build | Liming Gao | 3 | -9/+10 |
2016-07-14 | IntelFsp2WrapperPkg: Remove unused header files from Fspm and Fsps WrapperPeim | Liming Gao | 2 | -2/+0 |
2016-07-11 | IntelFsp2WrapperPkg SecFspWrapperPlatformSecLibSample: Remove MASM/GAS files | Liming Gao | 7 | -1124/+0 |
2016-07-11 | IntelFsp2WrapperPkg BaseFspWrapperApiLib: Remove MASM/GAS files | Liming Gao | 3 | -462/+0 |
2016-07-01 | IntelFsp2WrapperPkg: Add error handling for possible NULL ptr dereference | Hao Wu | 2 | -0/+10 |
2016-06-28 | IntelFsp2WrapperPkg SecFspWrapperPlatformSecLibSample: Convert ASM to NASM | Liming Gao | 4 | -0/+559 |
2016-06-28 | IntelFsp2WrapperPkg BaseFspWrapperApiLib: Convert X64/Thunk64To32.asm to NASM | Liming Gao | 2 | -0/+231 |
2016-06-18 | IntelFsp2WrapperPkg: Add support to handle ResetRequired return Status from FSP. | Jiewen Yao | 6 | -1/+105 |
2016-06-16 | IntelFsp2WrapperPkg: Add Dymanic PCD capability to PcdFspsBaseAddress | Satya Yarlagadda | 1 | -1/+4 |
2016-05-23 | IntelFsp2WrapperPkg: Update gFspWrapperTokenSpaceGuid to gIntelFsp2WrapperTok... | Jiewen Yao | 7 | -25/+25 |
2016-05-20 | IntelFsp2WrapperPkg/FspmWrapperPeim: Update debug message match code. | Jiewen Yao | 1 | -1/+1 |
2016-05-13 | Add IntelFsp2Pkg and IntelFsp2WrapperPkg. | Jiewen Yao | 44 | -0/+5286 |