summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao13-280/+533
2017-12-25BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao5-25/+356
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao15-2985/+3806
2017-12-25BaseTools: Add PcdValueCommon logic into C source CommonLibLiming Gao4-2/+978
2017-12-25BaseTools: Update Makefile to work at absolute pathLiming Gao2-3/+3
2017-12-25BaseTools/GenSec: Fix potential null pointer dereferenceHao Wu1-0/+16
2017-12-25BaseTools/GenSec: Fix potential memory leakHao Wu1-1/+5
2017-12-25BaseTools/GenFfs: Enlarge the size of 'AlignmentBuffer'Hao Wu1-1/+6
2017-12-25BaseTools/VfrCompile: Resolve uninit class variables in constructorHao Wu3-0/+10
2017-12-25BaseTools/VfrCompile: Add/refine boundary checks for strcpy/strcatHao Wu1-4/+10
2017-12-25BaseTools/GenVtf: Add/refine boundary checks for strcpy/strcat callsHao Wu1-6/+37
2017-12-25BaseTools/GenFv: Add/refine boundary checks for strcpy/strcat callsHao Wu1-4/+22
2017-12-25BaseTools/GenBootSector: Add/refine boundary checks for strcpy/strcatHao Wu1-2/+15
2017-12-25BaseTools/EfiRom: Add/refine boundary checks for strcpy/strcat callsHao Wu1-1/+7
2017-12-25BaseTools/C/Common: Refine using sprintf() with '%s' in format stringHao Wu1-9/+12
2017-12-25BaseTools/C/Common: Add/refine boundary checks for strcpy/strcat callsHao Wu2-13/+20
2017-12-25BaseTools/GenFv: Add check to ensure the file handle status is correctHao Wu1-18/+20
2017-12-25BaseTools/VfrCompile: Assign 'NULL' for closed file handleHao Wu1-1/+2
2017-12-25BaseTools/C/Common: Remove redundant type castHao Wu1-7/+5
2017-12-25BaseTools/LzmaCompress: Fix possible uninitialized variableHao Wu1-1/+1
2017-12-25BaseTools/EfiRom: Refine the logic in main()Hao Wu1-5/+7
2017-12-25BaseTools/C/Common: Add checks for array accessHao Wu2-11/+9
2017-12-13BaseTools: enable hash value check for single module buildYonghong Zhu1-1/+4
2017-12-13BaseTools: back up the binary files when hash value is sameYonghong Zhu2-2/+16
2017-12-13BaseTools: Not cache the .efi file location into build optionYonghong Zhu1-3/+0
2017-12-13BaseTools: Fix the incorrect indent introduced by 37de70Yonghong Zhu1-1/+1
2017-12-12BaseTools: Update BrotliCompress script to handle the different input formatLiming Gao2-45/+34
2017-12-10BaseTools: Add object_files.lst as dependency of lib targetYonghong Zhu1-0/+2
2017-12-08BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG buildsArd Biesheuvel1-4/+4
2017-12-08BaseTools/tools_def CLANG38: add -Wno-unused-const-variableArd Biesheuvel1-1/+1
2017-12-08BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARMArd Biesheuvel1-3/+95
2017-12-08BaseTools: align ERROR/WARNING/RETURN macros with MdePkg versionsLeif Lindholm2-4/+5
2017-12-08BaseTools: Fix GenSec can't found the depex fileYunhua Feng2-4/+5
2017-12-06BaseTools: Fix GenSec GCC make failureYonghong Zhu1-3/+3
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu24-411/+793
2017-12-05BaseTools: Update Gensec to set PROCESSING_REQUIRED valueYonghong Zhu1-0/+74
2017-12-05BaseTools: Update Trim to generate VfrBinOffset BinaryYonghong Zhu1-3/+78
2017-12-05BaseTools: GenFfs support to get alignment value from SectionFileYonghong Zhu1-3/+132
2017-11-30BaseTools: Update C tools top GNUMakefile to adjust tool orderLiming Gao1-3/+3
2017-11-30BaseTools: Update BaseTools top GNUMakefile with the clear dependencyLiming Gao2-7/+12
2017-11-30BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao23-51/+51
2017-11-29BaseTools: Update VS batch file to auto detect VS2017Liming Gao2-1/+40
2017-11-29BaseTools: Add VS2017 tool chain in BaseTools tools_def.templateLiming Gao1-0/+126
2017-11-23BaseTools/tools_def AARCH64 ARM: suppres PIE sections via linker scriptArd Biesheuvel1-6/+7
2017-11-20BaseTools: Fix a bug for single module build with GenC/GenMake optionYonghong Zhu1-5/+0
2017-11-20BaseTools: Guid.xref contain information from FILE statements in FDFYonghong Zhu1-2/+86
2017-11-20BaseTools: Fix the bug to collect source files per build rule familyYonghong Zhu1-4/+4
2017-11-14BaseTools: Fix the bug to re-build uni file for LibraryYonghong Zhu1-4/+6
2017-11-03BaseTools: parse map file generated by Xcode on MacYonghong Zhu2-1/+36
2017-11-03BaseTools/VfrCompile: Add check to avoid using NULL pointerDandan Bi1-2/+6