summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Remove 'COMMON' in PCD SkuInfoListBobCF2017-12-271-2/+1
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-279-114/+430
* BaseTools: Add Platform Override Build Options for PcdValueInitYonghong Zhu2017-12-271-4/+73
* BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu2017-12-273-3/+3
* BaseTools: Update Python Makefile to include the new added python filesLiming Gao2017-12-271-0/+4
* BaseTools: Update SkuId checker to make sure it be valid UINT64 valueLiming Gao2017-12-271-3/+3
* BaseTools: Fix building FatPkg failed issueFeng, Bob C2017-12-261-2/+16
* BaseTools: Fixed the issue of structure pcd filed sku inherit overrideLiming Gao2017-12-252-58/+118
* 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