summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2016-11-08BaseTools/VfrCompile: Avoid freeing memory with mismatched functionsHao Wu5-20/+22
2016-11-08BaseTools/VfrCompile: Add checks for user/file inputsHao Wu2-28/+185
2016-11-08BaseTools/GenFv: Add checks for user/file inputsHao Wu2-5/+59
2016-11-08BaseTools/EfiRom: Add checks for user/file inputsHao Wu1-1/+6
2016-11-08BaseTools/VfrCompile: Add checks for array accessHao Wu2-0/+11
2016-11-08BaseTools/TianoCompress: Add checks for array accessHao Wu1-1/+3
2016-11-08BaseTools/C/Common: Add checks for array accessHao Wu2-4/+11
2016-11-08BaseTools/GenVtf: Fix parameter format mismatch in scanf functionsHao Wu1-2/+2
2016-11-08BaseTools/GenFw: Fix parameter format mismatch in scanf functionsHao Wu1-1/+1
2016-11-08BaseTools/GenFv: Fix parameter format mismatch in scanf functionsHao Wu1-1/+1
2016-11-08BaseTools/C/Common: Fix parameter format mismatch in scanf functionsHao Wu2-8/+8
2016-11-08BaseTools/VolInfo: Fix parameter format mismatch in printf functionsHao Wu1-1/+1
2016-11-08BaseTools/GenBootSector: Fix parameter format mismatch in printf functionsHao Wu1-4/+4
2016-11-08BaseTools/VfrCompile: Initialize local variables before being usedHao Wu2-3/+5
2016-11-08BaseTools/TianoCompress: Initialize local variables before being usedHao Wu1-2/+4
2016-11-08BaseTools/VolInfo: Avoid possible NULL pointer dereferenceHao Wu1-4/+42
2016-11-08BaseTools/VfrCompile: Avoid possible NULL pointer dereferenceHao Wu2-2/+16
2016-11-08BaseTools/TianoCompress: Avoid possible NULL pointer dereferenceHao Wu1-12/+25
2016-11-08BaseTools/GenVtf: Avoid possible NULL pointer dereferenceHao Wu1-0/+10
2016-11-08BaseTools/GenSec: Avoid possible NULL pointer dereferenceHao Wu1-2/+16
2016-11-08BaseTools/GenPage: Avoid possible NULL pointer dereferenceHao Wu1-1/+9
2016-11-08BaseTools/GenFw: Avoid possible NULL pointer dereferenceHao Wu4-4/+39
2016-11-08BaseTools/GenFv: Avoid possible NULL pointer dereferenceHao Wu1-1/+5
2016-11-08BaseTools/GenFfs: Avoid possible NULL pointer dereferenceHao Wu1-17/+19
2016-11-08BaseTools/EfiRom: Avoid possible NULL pointer dereferenceHao Wu1-18/+20
2016-11-08BaseTools/C/Common: Avoid possible NULL pointer dereferenceHao Wu6-23/+93
2016-11-05BaseTools: Add the support for character '<' and '>' in the map fileYonghong Zhu1-2/+2
2016-11-04BaseTools/Pkcs7: Add readme.mdJiewen Yao1-0/+84
2016-11-04BaseTools: Fix the Windows GCC Build Failure with too long pathYonghong Zhu1-1/+5
2016-11-03BaseTool/Pkcs7: Add TestRoot.cer.Jiewen Yao1-0/+0
2016-11-03BaseTools LzmaCompress: Update LZMA to new 16.04 versionLiming Gao30-1412/+2070
2016-11-02BaseTools:introduce PREFIX env for VS tool pathYonghong Zhu1-46/+44
2016-11-02BaseTools: Update toolsetup.bat to call the set_vsprefix_envs.batYonghong Zhu1-1/+9
2016-11-02BaseTools: Add a new bat file to set PREFIX envsYonghong Zhu1-0/+101
2016-11-02BaseTools: Fix a bug for tooldef class not include the newly EnvYonghong Zhu1-0/+2
2016-11-02BaseTools: Fix a bug for ExpandMacros to support mixed case ENV varYonghong Zhu1-4/+7
2016-11-02BaseTools: Fix the bug for OptionRom generation with different archYonghong Zhu1-3/+3
2016-10-24edksetup.sh, BaseTools/BuildEnv: add --reconfig supportLeif Lindholm1-1/+2
2016-10-24edksetup.bat: Support --nt32 X64Cinnamon Shia1-0/+4
2016-10-21BaseTools VS Makefile: Use /MT in replace of /MD to remove specific dllLiming Gao1-2/+2
2016-10-21BaseTools/PatchCheck.py: Update to report error for EFI_D_*Yonghong Zhu1-0/+14
2016-10-21BaseTools/PatchCheck.py: Update to handle the two [] as prefixYonghong Zhu1-8/+9
2016-10-21BaseTools/PatchCheck.py: Update for max length of subject and message lineYonghong Zhu1-4/+4
2016-10-20BaseTools: Fix typos in comments and variablesGary Lin12-28/+28
2016-10-19BaseTools: support PCD value to use expression in the DEC fileYonghong Zhu2-29/+49
2016-10-19BaseTools: Enhance tool to generate EFI_HII_IIBT_DUPLICATE image blockYonghong Zhu1-0/+14
2016-10-17BaseTools: Update sign tool to make MonotonicCount *after* PayloadYonghong Zhu2-8/+8
2016-10-12BaseTools/GenFds: Support FDF sections in any orderMichael Kinney1-19/+4
2016-10-12BaseTools: Extend FMP to support FV statement and FD statementYonghong Zhu3-16/+53
2016-10-12BaseTools: support the NOOPT target with the GCC tool chainsYonghong Zhu1-25/+73