summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* edk2: Add -fno-pic/-fno-pie to let things work w/ android toolchainJohn Stultz2017-10-301-3/+3
* VfrCompile: fix invalid comparison between pointer and integerPaolo Bonzini2017-10-261-1/+1
* BaseTools: fix the bug for Mixed Pcd display in the reportYonghong Zhu2017-01-041-6/+15
* BaseTools toolsetup.bat: set PATH to include Bin Win32 directoryLiming Gao2017-01-041-0/+2
* BaseTools toolsetup.bat: Set env when the binary tools are missingLiming Gao2017-01-041-5/+5
* BaseTools: Fix the bug for RAW file alignment value supportYonghong Zhu2016-12-291-0/+7
* BaseTools/Ecc: Fix the issue of not recognizing "FILE_GUID"Hess Chen2016-12-291-1/+6
* BaseTools/Pccts: Resolve GCC sting format mismatch build warningHao Wu2016-12-231-1/+1
* BaseTools GCC makefile: disable unused-result warning for CPP fileLiming Gao2016-12-201-1/+1
* BaseTools: fix write-strings build warningsHeyi Guo2016-12-201-1/+1
* BaseTools: fix format type build warningsHeyi Guo2016-12-202-10/+10
* BaseTools: fix format-security build warningsHeyi Guo2016-12-203-6/+6
* BaseTools: Correct bin wrappers for GenDepex.py pathYonghong Zhu2016-12-202-2/+2
* BaseTools/VolInfo: Fix printf issue using '%ls' in format stringHao Wu2016-12-051-1/+68
* BaseTools: Support QuotedString for PREBUILD/POSTBUILD in DSC fileYonghong Zhu2016-12-021-2/+14
* BaseTools: Fix the bug to parse the new map file formatYonghong Zhu2016-12-022-9/+16
* BaseTools: add error check for "#image" for idf file formatYonghong Zhu2016-12-021-1/+4
* 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