summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2017-12-25BaseTools: Fixed the issue of structure pcd filed sku inherit overrideLiming Gao2-58/+118
2017-12-25BaseTools: Fix VPD data optimization issueLiming Gao3-16/+29
2017-12-25BaseTools: Support nest field name in DSC/DECLiming Gao2-13/+16
2017-12-25BaseTools: Check PCD DataType and the maxsize.BobCF2-6/+33
2017-12-25BaseTools: Correct PCD generation logic to make sure DB is useLiming Gao1-12/+12
2017-12-25BaseTools: Generate correct VPD PCD value to store the default settingLiming Gao2-34/+42
2017-12-25BaseTools: Add error message if Structure PCD value is wrongLiming Gao1-3/+35
2017-12-25BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao5-35/+67
2017-12-25BaseTools: Optimize VPD PCD value for the different SKUsLiming Gao2-27/+50
2017-12-25BaseTools: Update SkuId as SKU_ID type to follow current implementationLiming Gao2-22/+29
2017-12-25BaseTools: Update NV Default Header format to include the max sizeLiming Gao3-81/+130
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao9-67/+299
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao8-172/+254
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