summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Generate correct VPD PCD value to store the default settingLiming Gao2017-12-252-34/+42
* BaseTools: Add error message if Structure PCD value is wrongLiming Gao2017-12-251-3/+35
* BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao2017-12-255-35/+67
* BaseTools: Optimize VPD PCD value for the different SKUsLiming Gao2017-12-252-27/+50
* BaseTools: Update SkuId as SKU_ID type to follow current implementationLiming Gao2017-12-252-22/+29
* BaseTools: Update NV Default Header format to include the max sizeLiming Gao2017-12-253-81/+130
* BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2017-12-259-67/+299
* BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao2017-12-258-172/+254
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-2513-280/+533
* BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao2017-12-255-25/+356
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-2515-2985/+3806
* BaseTools: Add PcdValueCommon logic into C source CommonLibLiming Gao2017-12-254-2/+978
* BaseTools: Update Makefile to work at absolute pathLiming Gao2017-12-252-3/+3
* BaseTools/GenSec: Fix potential null pointer dereferenceHao Wu2017-12-251-0/+16
* BaseTools/GenSec: Fix potential memory leakHao Wu2017-12-251-1/+5
* BaseTools/GenFfs: Enlarge the size of 'AlignmentBuffer'Hao Wu2017-12-251-1/+6
* BaseTools/VfrCompile: Resolve uninit class variables in constructorHao Wu2017-12-253-0/+10
* BaseTools/VfrCompile: Add/refine boundary checks for strcpy/strcatHao Wu2017-12-251-4/+10
* BaseTools/GenVtf: Add/refine boundary checks for strcpy/strcat callsHao Wu2017-12-251-6/+37
* BaseTools/GenFv: Add/refine boundary checks for strcpy/strcat callsHao Wu2017-12-251-4/+22
* BaseTools/GenBootSector: Add/refine boundary checks for strcpy/strcatHao Wu2017-12-251-2/+15
* BaseTools/EfiRom: Add/refine boundary checks for strcpy/strcat callsHao Wu2017-12-251-1/+7
* BaseTools/C/Common: Refine using sprintf() with '%s' in format stringHao Wu2017-12-251-9/+12
* BaseTools/C/Common: Add/refine boundary checks for strcpy/strcat callsHao Wu2017-12-252-13/+20
* BaseTools/GenFv: Add check to ensure the file handle status is correctHao Wu2017-12-251-18/+20
* BaseTools/VfrCompile: Assign 'NULL' for closed file handleHao Wu2017-12-251-1/+2
* BaseTools/C/Common: Remove redundant type castHao Wu2017-12-251-7/+5
* BaseTools/LzmaCompress: Fix possible uninitialized variableHao Wu2017-12-251-1/+1
* BaseTools/EfiRom: Refine the logic in main()Hao Wu2017-12-251-5/+7
* BaseTools/C/Common: Add checks for array accessHao Wu2017-12-252-11/+9
* BaseTools: enable hash value check for single module buildYonghong Zhu2017-12-131-1/+4
* BaseTools: back up the binary files when hash value is sameYonghong Zhu2017-12-132-2/+16
* BaseTools: Not cache the .efi file location into build optionYonghong Zhu2017-12-131-3/+0
* BaseTools: Fix the incorrect indent introduced by 37de70Yonghong Zhu2017-12-131-1/+1
* BaseTools: Update BrotliCompress script to handle the different input formatLiming Gao2017-12-121-8/+10
* BaseTools: Add object_files.lst as dependency of lib targetYonghong Zhu2017-12-101-0/+2
* BaseTools: align ERROR/WARNING/RETURN macros with MdePkg versionsLeif Lindholm2017-12-082-4/+5
* BaseTools: Fix GenSec can't found the depex fileYunhua Feng2017-12-082-4/+5
* BaseTools: Fix GenSec GCC make failureYonghong Zhu2017-12-061-3/+3
* BaseTools: Update Makefile to support FFS file generationYonghong Zhu2017-12-0524-411/+793
* BaseTools: Update Gensec to set PROCESSING_REQUIRED valueYonghong Zhu2017-12-051-0/+74
* BaseTools: Update Trim to generate VfrBinOffset BinaryYonghong Zhu2017-12-051-3/+78
* BaseTools: GenFfs support to get alignment value from SectionFileYonghong Zhu2017-12-051-3/+132
* BaseTools: Update C tools top GNUMakefile to adjust tool orderLiming Gao2017-11-301-3/+3
* BaseTools: Update BaseTools top GNUMakefile with the clear dependencyLiming Gao2017-11-301-2/+9
* BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao2017-11-3023-51/+51
* BaseTools: Fix a bug for single module build with GenC/GenMake optionYonghong Zhu2017-11-201-5/+0
* BaseTools: Guid.xref contain information from FILE statements in FDFYonghong Zhu2017-11-201-2/+86
* BaseTools: Fix the bug to collect source files per build rule familyYonghong Zhu2017-11-201-4/+4
* BaseTools: Fix the bug to re-build uni file for LibraryYonghong Zhu2017-11-141-4/+6