summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: fix the bug to add PaletteSize info into AutoGenYonghong Zhu2016-11-301-3/+4
* BaseTools CommonLib: Update ReadMemoryFileLine() to read line in file scopeLiming Gao2016-11-301-0/+3
* BaseTools: Fix bug for decimal value of VPDPCD offset display in reportYonghong Zhu2016-11-291-1/+4
* BaseTools: report error for same Guid's Private definition conflictYonghong Zhu2016-11-231-0/+33
* BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdbLiming Gao2016-11-181-0/+4
* BaseTools/BuildEnv: Do not modify the env 'PACKAGES_PATH' in BuildEnvHao Wu2016-11-181-5/+5
* BaseTools tools_def.txt: Include AutoGen.h in GCC ASLPP_FLAGSLiming Gao2016-11-161-5/+5
* BaseTools tools_def.txt: Remove -P option in GCC ASLPP_FLAGSLiming Gao2016-11-161-2/+2
* BaseTools: FILE DATA to support relative path under Multiple workspaceYonghong Zhu2016-11-151-1/+4
* BaseTools: Fix the bug to support generate FFS by Align=AutoYonghong Zhu2016-11-151-1/+3
* BaseTools/Scripts: Add BinToPcd utilityMichael Kinney2016-11-141-0/+192
* BaseTools/GenSec: Return correct status when input file size is 0Hao Wu2016-11-101-5/+11
* BaseTools/GenFfs: Fix return too early when input file is of size 0Hao Wu2016-11-101-2/+9
* BaseTools/PeCoffLib: Check 'RelocDir' before finding relocation blockHao Wu2016-11-091-16/+30
* BaseTools/VfrCompile/Pccts: Make assignment operator not returning voidHao Wu2016-11-082-4/+6
* BaseTools/VfrCompile/Pccts: Add virtual destructor for class DLGInputStreamHao Wu2016-11-081-0/+1
* BaseTools/VolInfo: Add definitions for command format stringsHao Wu2016-11-082-8/+8
* BaseTools/VfrCompile: Explicitly state format string for DebugMsg()Hao Wu2016-11-081-2/+2
* BaseTools/VolInfo: Provide string width in '%s' specifier in format stringHao Wu2016-11-081-1/+30
* BaseTools/GenVtf: Provide string width in '%s' specifier in format stringHao Wu2016-11-081-2/+80
* BaseTools/VolInfo: Fix file handles not being closedHao Wu2016-11-081-0/+1
* BaseTools/TianoCompress: Fix file handles not being closedHao Wu2016-11-081-3/+12
* BaseTools/LzmaCompress: Fix file handles not being closedHao Wu2016-11-081-1/+3
* BaseTools/GenVtf: Fix file handles not being closedHao Wu2016-11-081-0/+13
* BaseTools/GenFv: Fix file handles not being closedHao Wu2016-11-081-0/+3
* BaseTools/GenCrc32: Fix file handles not being closedHao Wu2016-11-081-1/+2
* BaseTools/GenBootSector: Fix file handles not being closedHao Wu2016-11-081-12/+23
* BaseTools/EfiRom: Fix file handles not being closedHao Wu2016-11-081-3/+4
* BaseTools/VolInfo: Fix potential memory leakHao Wu2016-11-081-1/+15
* BaseTools/VfrCompile: Fix potential memory leakHao Wu2016-11-081-0/+1
* BaseTools/TianoCompress: Fix potential memory leakHao Wu2016-11-081-3/+3
* BaseTools/Split: Fix potential memory and resource leakHao Wu2016-11-081-13/+28
* BaseTools/GenVtf: Fix potential memory leakHao Wu2016-11-081-0/+4
* BaseTools/GenSec: Fix potential memory leakHao Wu2016-11-081-4/+5
* BaseTools/GenPage: Fix potential memory leakHao Wu2016-11-081-0/+2
* BaseTools/GenFv: Fix potential memory leakHao Wu2016-11-081-4/+9
* BaseTools/EfiRom: Fix potential memory leakHao Wu2016-11-081-19/+51
* BaseTools/C/Common: Fix potential memory leakHao Wu2016-11-084-10/+34
* BaseTools/VfrCompile: Remove unused local variablesHao Wu2016-11-081-2/+0
* BaseTools/VfrCompile: Avoid freeing freed memory in classesHao Wu2016-11-084-1/+79
* BaseTools/VfrCompile: Add assignment operator definition for some classesHao Wu2016-11-083-0/+18
* BaseTools/VfrCompile: Avoid freeing memory with mismatched functionsHao Wu2016-11-085-20/+22
* BaseTools/VfrCompile: Add checks for user/file inputsHao Wu2016-11-082-28/+185
* BaseTools/GenFv: Add checks for user/file inputsHao Wu2016-11-082-5/+59
* BaseTools/EfiRom: Add checks for user/file inputsHao Wu2016-11-081-1/+6
* BaseTools/VfrCompile: Add checks for array accessHao Wu2016-11-082-0/+11
* 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