summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools/TianoCompress: Add checks for array accessHao Wu2016-11-081-1/+3
* BaseTools/C/Common: Add checks for array accessHao Wu2016-11-082-4/+11
* BaseTools/GenVtf: Fix parameter format mismatch in scanf functionsHao Wu2016-11-081-2/+2
* BaseTools/GenFw: Fix parameter format mismatch in scanf functionsHao Wu2016-11-081-1/+1
* BaseTools/GenFv: Fix parameter format mismatch in scanf functionsHao Wu2016-11-081-1/+1
* BaseTools/C/Common: Fix parameter format mismatch in scanf functionsHao Wu2016-11-082-8/+8
* BaseTools/VolInfo: Fix parameter format mismatch in printf functionsHao Wu2016-11-081-1/+1
* BaseTools/GenBootSector: Fix parameter format mismatch in printf functionsHao Wu2016-11-081-4/+4
* BaseTools/VfrCompile: Initialize local variables before being usedHao Wu2016-11-082-3/+5
* BaseTools/TianoCompress: Initialize local variables before being usedHao Wu2016-11-081-2/+4
* BaseTools/VolInfo: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-4/+42
* BaseTools/VfrCompile: Avoid possible NULL pointer dereferenceHao Wu2016-11-082-2/+16
* BaseTools/TianoCompress: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-12/+25
* BaseTools/GenVtf: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-0/+10
* BaseTools/GenSec: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-2/+16
* BaseTools/GenPage: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-1/+9
* BaseTools/GenFw: Avoid possible NULL pointer dereferenceHao Wu2016-11-084-4/+39
* BaseTools/GenFv: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-1/+5
* BaseTools/GenFfs: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-17/+19
* BaseTools/EfiRom: Avoid possible NULL pointer dereferenceHao Wu2016-11-081-18/+20
* BaseTools/C/Common: Avoid possible NULL pointer dereferenceHao Wu2016-11-086-23/+93
* BaseTools: Add the support for character '<' and '>' in the map fileYonghong Zhu2016-11-051-2/+2
* BaseTools/Pkcs7: Add readme.mdJiewen Yao2016-11-041-0/+84
* BaseTools: Fix the Windows GCC Build Failure with too long pathYonghong Zhu2016-11-041-1/+5
* BaseTool/Pkcs7: Add TestRoot.cer.Jiewen Yao2016-11-031-0/+0
* BaseTools LzmaCompress: Update LZMA to new 16.04 versionLiming Gao2016-11-0330-1412/+2070
* BaseTools:introduce PREFIX env for VS tool pathYonghong Zhu2016-11-021-46/+44
* BaseTools: Update toolsetup.bat to call the set_vsprefix_envs.batYonghong Zhu2016-11-021-1/+9
* BaseTools: Add a new bat file to set PREFIX envsYonghong Zhu2016-11-021-0/+101
* BaseTools: Fix a bug for tooldef class not include the newly EnvYonghong Zhu2016-11-021-0/+2
* BaseTools: Fix a bug for ExpandMacros to support mixed case ENV varYonghong Zhu2016-11-021-4/+7
* BaseTools: Fix the bug for OptionRom generation with different archYonghong Zhu2016-11-021-3/+3
* edksetup.sh, BaseTools/BuildEnv: add --reconfig supportLeif Lindholm2016-10-241-1/+2
* edksetup.bat: Support --nt32 X64Cinnamon Shia2016-10-241-0/+4
* BaseTools VS Makefile: Use /MT in replace of /MD to remove specific dllLiming Gao2016-10-211-2/+2
* BaseTools/PatchCheck.py: Update to report error for EFI_D_*Yonghong Zhu2016-10-211-0/+14
* BaseTools/PatchCheck.py: Update to handle the two [] as prefixYonghong Zhu2016-10-211-8/+9
* BaseTools/PatchCheck.py: Update for max length of subject and message lineYonghong Zhu2016-10-211-4/+4
* BaseTools: Fix typos in comments and variablesGary Lin2016-10-2012-28/+28
* BaseTools: support PCD value to use expression in the DEC fileYonghong Zhu2016-10-192-29/+49
* BaseTools: Enhance tool to generate EFI_HII_IIBT_DUPLICATE image blockYonghong Zhu2016-10-191-0/+14
* BaseTools: Update sign tool to make MonotonicCount *after* PayloadYonghong Zhu2016-10-172-8/+8
* BaseTools/GenFds: Support FDF sections in any orderMichael Kinney2016-10-121-19/+4
* BaseTools: Extend FMP to support FV statement and FD statementYonghong Zhu2016-10-123-16/+53
* BaseTools: support the NOOPT target with the GCC tool chainsYonghong Zhu2016-10-121-25/+73
* BaseTools Makefile: Enable O2 option for GCC tool chainLiming Gao2016-10-081-3/+3
* BaseTools GenVtf: Initialize the return point as NULLLiming Gao2016-10-081-0/+1
* BaseTools Makefile: Enable O2 option to replace Od for VS tool chainLiming Gao2016-10-082-3/+3
* BaseTools EfiLdrImage: Remove unnecessary exit (0)Liming Gao2016-10-081-1/+0
* BaseTools Build: Fix build break for clean target in LinuxHao Wu2016-09-301-3/+3