summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-01-10BaseTools: Correct Target Path in CodaTargetList replace PathYunhua Feng1-1/+2
2018-01-09BaseTools: Add back the cc71d8 version's fixYonghong Zhu1-6/+6
2018-01-09BaseTools: Not print SKUID info for PCD when it is only Single SKUIDYonghong Zhu1-35/+59
2018-01-08BaseTools: Fix Sku inherit issue.BobCF2-2/+4
2018-01-08BaseTools: Fix Pcd value override issue caused by SKU inheritFeng, Bob C1-2/+44
2018-01-08BaseTools: Fix an issue in HiiPcd generationBobCF1-3/+2
2018-01-03BaseTools: Fix compile error on VS2010Yonghong Zhu1-3/+2
2018-01-03BaseTools/DevicePath: fix GCC build error in print_mem(), and clean it upLaszlo Ersek1-6/+14
2018-01-03BaseTools CommonLib: Fix printf %llx issue on UINT64Liming Gao1-5/+1
2018-01-03BaseTools: Fix the regression bug of a74398 for SubFv ImageYonghong Zhu1-2/+2
2018-01-02BaseTools: resolve initialization order errors in VfrFormPkg.hzenith4323-414/+257
2018-01-02BaseTools: silence parentheses-equality warningzenith4324-1/+7
2018-01-02BaseTools: eliminate unused expression resultzenith4322-3/+3
2018-01-02BaseTools: correct mal-typed CVfrDLGLexer::errstdzenith4321-1/+1
2017-12-31BaseTools: Add DevicePath support for PCD valuesYonghong Zhu17-9/+8959
2017-12-29BaseTools: Fix the bug for QuarkPlatformPkg build failureZhu, Yonghong1-1/+1
2017-12-29BaseTools: Fix a bug for different FV use same FILE statement GuidYonghong Zhu3-4/+7
2017-12-27BaseTools: Remove 'COMMON' in PCD SkuInfoListBobCF1-2/+1
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu9-114/+430
2017-12-27BaseTools: Add Platform Override Build Options for PcdValueInitYonghong Zhu1-4/+73
2017-12-27BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu3-3/+3
2017-12-27BaseTools: Update Python Makefile to include the new added python filesLiming Gao1-0/+4
2017-12-27BaseTools: Update SkuId checker to make sure it be valid UINT64 valueLiming Gao1-3/+3
2017-12-26BaseTools: Fix building FatPkg failed issueFeng, Bob C1-2/+16
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