| Commit message (Expand) | Author | Age | Files | Lines |
* | MdePkg: MdeLibs.dsc.inc: Apply StackCheckLibNull to All Module Types | Oliver Smith-Denny | 8 days | 1 | -4/+0 |
* | IntelFsp2Pkg : Refactor BaseFspCommonLib to reduce binary size | Ashraf Ali | 2024-09-30 | 3 | -30/+43 |
* | IntelFsp2Pkg: Add StackCheckLibNull | Oliver Smith-Denny | 2024-09-13 | 1 | -0/+4 |
* | IntelFsp2Pkg: Support FSP API to save and restore page table | Zhiguang Liu | 2024-09-11 | 11 | -30/+382 |
* | IntelFsp2Pkg: Align FSP global data pointer for X64 build | Hongbin1 Zhang | 2024-08-28 | 2 | -9/+9 |
* | IntelFsp2Pkg: Correcting Data Region Length of MCUD section | Aravind P R | 2024-08-27 | 2 | -11/+10 |
* | IntelFsp2Pkg/PatchFv.py: FIX for GCC 32BIT build error | Duggapu Chinni B | 2024-05-03 | 1 | -1/+1 |
* | IntelFsp2Pkg/PatchFv.py: Python 3.12 support | Gua Guo | 2024-04-22 | 1 | -12/+12 |
* | IntelFsp2Pkg/GenCfgOpt.py: Python 3.12 support | Gua Guo | 2024-04-22 | 1 | -48/+48 |
* | IntelFsp2Pkg: Fsp T new ARCH UPD Support | Duggapu Chinni B | 2024-04-09 | 14 | -28/+212 |
* | IntelFsp2Pkg: auto-generate SEC ProcessLibraryConstructorList() decl | Laszlo Ersek | 2024-03-08 | 3 | -14/+2 |
* | IntelFsp2Pkg\Tools\ConfigEditor:Added new USF config workstream. | Arun Sura | 2024-01-10 | 4 | -55/+602 |
* | IntelFsp2Pkg/PatchFv: Fix syntax issue in markdown manual | Ray Ni | 2023-11-03 | 1 | -19/+19 |
* | IntelFsp2Pkg/SwitchStack: Reserve 32B when calling C function in 64bit | Ni, Ray | 2023-11-03 | 1 | -1/+3 |
* | IntelFsp2Pkg: CI: Add PrEval entry | Joey Vagedes | 2023-10-23 | 1 | -0/+3 |
* | IntelFsp2Pkg: Add get and set FspSmmInit upd data pointer functions | Zhang, Hongbin1 | 2023-08-28 | 2 | -0/+63 |
* | IntelFsp2Pkg: Support child FV in SplitFspBin.py | Kuo, Ted | 2023-08-28 | 1 | -7/+37 |
* | IntelFsp2Pkg/Library/BaseFspCommonLib: Fix OVERRUN Coverity issue | Ranbir Singh | 2023-05-30 | 1 | -2/+4 |
* | IntelFsp2Pkg/Tools: Enhance PathFv.py to patch Fd file directly | Duggapu, Chinni B | 2023-04-18 | 2 | -1/+33 |
* | IntelFsp2Pkg: LoadMicrocodeDefault() causing unnecessary delay. | Chasel Chiu | 2023-04-04 | 2 | -43/+48 |
* | IntelFsp2Pkg: TempRamInit API should preserve EBX/RBX register. | Chasel Chiu | 2023-04-04 | 2 | -1/+27 |
* | IntelFsp2Pkg: Fix NASM X64 build warnings. | Chasel Chiu | 2023-03-24 | 2 | -11/+9 |
* | IntelFsp2Pkg: Remove UefiCpuLib from module INFs. | Yu Pu | 2023-03-10 | 5 | -5/+0 |
* | IntelFsp2Pkg: Fix GCC Compiler warning. | S, Ashraf Ali | 2023-03-10 | 1 | -0/+1 |
* | IntelFsp2Pkg: Improvement of supporting null UPD pointer in FSP-T | Kuo, Ted | 2022-11-11 | 5 | -46/+55 |
* | IntelFsp2Pkg: FSP should support input UPD as NULL. | Chasel Chiu | 2022-11-04 | 3 | -34/+91 |
* | IntelFsp2Pkg: Update Function header to support IA32/X64. | Chasel Chiu | 2022-11-02 | 2 | -8/+8 |
* | IntelFsp2Pkg: Add CI YAML file | Michael Kubacki | 2022-10-04 | 1 | -0/+90 |
* | IntelFsp2Pkg/BaseFspMultiPhaseLib: Replace duplicate GUID | Michael Kubacki | 2022-10-04 | 1 | -1/+1 |
* | IntelFsp2Pkg: Fix code formatting errors | Michael Kubacki | 2022-10-04 | 3 | -9/+10 |
* | IntelFsp2Pkg: Fix FspSecCoreI build failure. | Chasel Chiu | 2022-09-15 | 2 | -0/+22 |
* | IntelFsp2Pkg: NvsBufferPtr is missing in Fsp24ApiEntryM.nasm | Kuo, Ted | 2022-09-15 | 2 | -2/+4 |
* | IntelFsp2Pkg: Adopt FSP 2.4 MultiPhase functions. | Chasel Chiu | 2022-09-07 | 10 | -0/+969 |
* | IntelFsp2Pkg: Add FSP 2.4 MultiPhase interface. | Chasel Chiu | 2022-08-31 | 10 | -29/+450 |
* | IntelFsp2Pkg: FSPM_ARCH2_UPD mismatching bug. | Chasel Chiu | 2022-08-15 | 2 | -2/+4 |
* | IntelFsp2Pkg: Fix GenCfgOpt bug for FSPI_UPD support. | Chasel Chiu | 2022-07-29 | 1 | -1/+1 |
* | IntelFsp2Pkg: FSPI_UPD is not mandatory. | Chasel Chiu | 2022-07-28 | 2 | -26/+31 |
* | IntelFsp2Pkg: Add FSPI_ARCH_UPD. | Chasel Chiu | 2022-07-22 | 4 | -11/+85 |
* | IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support. | Hongbin1 Zhang | 2022-07-20 | 13 | -53/+245 |
* | IntelFsp2Pkg: Support 64bit FspResetType for X64 build. | Chasel Chiu | 2022-07-19 | 4 | -36/+41 |
* | IntelFsp2Pkg: Add Definition of EDKII_PEI_VARIABLE_PPI | Nate DeSimone | 2022-07-18 | 2 | -1/+202 |
* | IntelFsp2Pkg: Update SEC_IDT_TABLE struct | Kuo, Ted | 2022-07-14 | 4 | -20/+21 |
* | IntelFsp2Pkg: FSP_TEMP_RAM_INIT call must follow X64 Calling Convention | Duggapu, Chinni B | 2022-05-31 | 2 | -19/+48 |
* | IntelFsp2Pkg: Add FSP 2.3 header support | Loo, Tung Lun | 2022-05-31 | 2 | -8/+69 |
* | IntelFsp2Pkg: Add CpuLib to module INFs that depend on UefiCpuLib | Yu Pu | 2022-05-06 | 2 | -0/+2 |
* | IntelFsp2Pkg: SecFspSecPlatformLibNull support for X64 | Ted Kuo | 2022-04-16 | 4 | -4/+79 |
* | IntelFsp2Pkg: FspSecCore support for X64 | Ted Kuo | 2022-04-16 | 18 | -19/+1493 |
* | IntelFsp2Pkg: Update FSP_GLOBAL_DATA and FSP_PLAT_DATA for X64 | Ted Kuo | 2022-04-16 | 2 | -17/+38 |
* | IntelFsp2Pkg: Add FSPx_ARCH2_UPD support for X64 | Ted Kuo | 2022-04-16 | 4 | -24/+252 |
* | IntelFsp2Pkg: X64 compatible changes to support PEI in 64bit | Ted Kuo | 2022-04-16 | 10 | -41/+45 |