| Commit message (Expand) | Author | Age | Files | Lines |
* | edk2: Move License.txt file to root | Michael D Kinney | 2017-08-03 | 1 | -25/+0 |
* | edk2: Move TianoCore Contribution Agreement to root | Michael D Kinney | 2017-08-03 | 1 | -218/+0 |
* | IntelFspPkg: Fix typos in comments | Gary Lin | 2016-10-24 | 5 | -11/+11 |
* | IntelFspPkg DSC: Add build option to disable deprecated APIs | Hao Wu | 2016-08-08 | 1 | -0/+3 |
* | IntelFspPkg: Add missing License.txt. | Jiewen Yao | 2016-07-26 | 1 | -0/+25 |
* | IntelFspPkg: Add NOOPT target in IntelFspPkg.dsc | Hao Wu | 2016-01-21 | 1 | -2/+2 |
* | Handle extra module patchable PCD variable in Linux map. | Yao, Jiewen | 2015-09-06 | 1 | -12/+334 |
* | IntelFspPkg: Remove the const condition if statement to refine the code. | Qiu Shumin | 2015-08-03 | 1 | -55/+46 |
* | Add Dual-FSP support (MemoryInitUpd/SiliconInitUpd) | Yao, Jiewen | 2015-08-02 | 10 | -9/+246 |
* | Bug fix in PatchFv.py for GCC build in IntelFspPkg. | Yao, Jiewen | 2015-07-28 | 1 | -1/+1 |
* | IntelFspPkg BaseFspDebugLibSerialPort: Use safe string functions | Hao Wu | 2015-06-30 | 1 | -1/+6 |
* | IntelFspPkg: correct comments and rename a label | Guo Dong | 2015-06-03 | 3 | -7/+7 |
* | IntelFspPkg/GenCfgOpt tool add embed structure. | Ma, Maurice | 2015-06-02 | 1 | -64/+136 |
* | IntelFspPkg/Tool rename generated FspUpdVpd header file. | Mudusuru, Giri P | 2015-05-22 | 1 | -2/+2 |
* | IntelFspPkg/FspSecCore add AsmGetFspBaseAddressNoStack and AsmGetFspInfoHeade... | Yao, Jiewen | 2015-05-22 | 4 | -9/+76 |
* | enhancement to tool to generate the comments along with offsets in the .h file. | Mudusuru, Giri P | 2015-05-01 | 1 | -5/+8 |
* | Fix FSP GCC error on FspApiCallingCheck(). | Yao, Jiewen | 2015-05-01 | 2 | -4/+5 |
* | Add FSP_FSPP_SIGNATURE in 1.1. | Yao, Jiewen | 2015-04-30 | 2 | -1/+7 |
* | Clean update API name for ASM function. | Yao, Jiewen | 2015-04-30 | 7 | -27/+43 |
* | Add dual FSP binaries support. | Ma, Maurice | 2015-04-29 | 12 | -31/+115 |
* | Replace SetPower2 by EDKII baselib - GetPowerOfTwo64. | Yao, Jiewen | 2015-04-28 | 1 | -48/+2 |
* | Fix typo - FSP_INFO_EXTENDED_HEADER. | Yao, Jiewen | 2015-04-27 | 1 | -1/+1 |
* | Fix FSP_INFO_EXTENTED_HEADER. | Yao, Jiewen | 2015-04-25 | 1 | -8/+15 |
* | Update IntelFspPkg to support FSP1.1 | Yao, Jiewen | 2015-04-23 | 32 | -374/+1095 |
* | Add UINT16/32/64 array and DSC include support. | Ma, Maurice | 2015-03-04 | 1 | -64/+338 |
* | Fix build error. | Yao, Jiewen | 2015-02-13 | 1 | -1/+1 |
* | Fix comments error. | Yao, Jiewen | 2015-02-13 | 2 | -10/+10 |
* | Fix comments format error.Fsp1.1 update. | Yao, Jiewen | 2015-02-12 | 6 | -7/+8 |
* | rename XXXDflt to XXXDefault (expand for better readability) | Yao, Jiewen | 2015-02-12 | 2 | -18/+18 |
* | Fsp1.1 update. | Yao, Jiewen | 2015-02-12 | 9 | -54/+73 |
* | Update IntelFspPkg according to FSP1.1. | Yao, Jiewen | 2015-02-11 | 23 | -498/+905 |
* | IntelFspPkg: Update BaseFspDebugLibSerialPort library | Liming Gao | 2015-02-06 | 2 | -1/+20 |
* | */Contributions.txt: Update example email address | Jordan Justen | 2015-02-03 | 1 | -2/+2 |
* | IntelFsp*Pkg: Add Contributions.txt | Jordan Justen | 2015-02-03 | 1 | -0/+218 |
* | IntelFspPkg: Refine the format of meta data files. | Shumin Qiu | 2015-01-19 | 11 | -40/+48 |
* | Move EndOfPei signal earlier before giving control back to FspInitDone. | Yao, Jiewen | 2014-12-06 | 1 | -5/+6 |
* | Added missing gFspBootLoaderTemporaryMemoryGuid to the FspPlatformLib.inf. | Yao, Jiewen | 2014-12-06 | 1 | -0/+3 |
* | Updated FspApiEntry.asm/.s to auto detect the size of the MCU region. | Yao, Jiewen | 2014-12-06 | 2 | -304/+430 |
* | Specify little-endian, and then use the “Standard size” from the chart. | Yao, Jiewen | 2014-12-05 | 1 | -2/+2 |
* | Fix typo. | Yao, Jiewen | 2014-12-04 | 2 | -17/+17 |
* | properly support GCC - pass 'I' (int) rather than 'L' (long) to struct.unpack. | Yao, Jiewen | 2014-12-04 | 1 | -1/+1 |
* | Fix an issue on FixedMtreProgramming - AND/OR mask incorrect. | jyao1 | 2014-09-28 | 1 | -1/+1 |
* | IntelFspPkg/IntelFspWrapperPkg: Fix some typos. | Star Zeng | 2014-09-03 | 1 | -2/+2 |
* | IntelFspPkg BaseCacheLib: State CacheAsRamLib in its inf, because it consumes... | Star Zeng | 2014-08-22 | 1 | -0/+1 |
* | Rollback file GUID change, because it is VTF file and GUID is predefined. | jyao1 | 2014-08-08 | 1 | -1/+1 |
* | Correct AsciiStrnCpy. | jyao1 | 2014-08-08 | 1 | -1/+1 |
* | Eliminate duplicated file GUID. | jyao1 | 2014-08-06 | 4 | -5/+4 |
* | Eliminate duplicated file GUID. | jyao1 | 2014-08-05 | 3 | -5/+3 |
* | Clean up code. | jyao1 | 2014-08-04 | 1 | -3/+0 |
* | Clean up code. | jyao1 | 2014-08-04 | 2 | -3/+7 |