summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Fix VPD data optimization issueLiming Gao2017-12-253-16/+29
* BaseTools: Support nest field name in DSC/DECLiming Gao2017-12-252-13/+16
* BaseTools: Check PCD DataType and the maxsize.BobCF2017-12-252-6/+33
* BaseTools: Correct PCD generation logic to make sure DB is useLiming Gao2017-12-251-12/+12
* 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-122-45/+34
* BaseTools: Add object_files.lst as dependency of lib targetYonghong Zhu2017-12-101-0/+2
* BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG buildsArd Biesheuvel2017-12-081-4/+4
* BaseTools/tools_def CLANG38: add -Wno-unused-const-variableArd Biesheuvel2017-12-081-1/+1
* BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARMArd Biesheuvel2017-12-081-3/+95
* 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