summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Correct Target Path in CodaTargetList replace PathYunhua Feng2018-01-101-1/+2
* BaseTools: Add back the cc71d8 version's fixYonghong Zhu2018-01-091-6/+6
* BaseTools: Not print SKUID info for PCD when it is only Single SKUIDYonghong Zhu2018-01-091-35/+59
* BaseTools: Fix Sku inherit issue.BobCF2018-01-082-2/+4
* BaseTools: Fix Pcd value override issue caused by SKU inheritFeng, Bob C2018-01-081-2/+44
* BaseTools: Fix an issue in HiiPcd generationBobCF2018-01-081-3/+2
* BaseTools: Fix compile error on VS2010Yonghong Zhu2018-01-031-3/+2
* BaseTools/DevicePath: fix GCC build error in print_mem(), and clean it upLaszlo Ersek2018-01-031-6/+14
* BaseTools CommonLib: Fix printf %llx issue on UINT64Liming Gao2018-01-031-5/+1
* BaseTools: Fix the regression bug of a74398 for SubFv ImageYonghong Zhu2018-01-031-2/+2
* BaseTools: resolve initialization order errors in VfrFormPkg.hzenith4322018-01-023-414/+257
* BaseTools: silence parentheses-equality warningzenith4322018-01-024-1/+7
* BaseTools: eliminate unused expression resultzenith4322018-01-022-3/+3
* BaseTools: correct mal-typed CVfrDLGLexer::errstdzenith4322018-01-021-1/+1
* BaseTools: Add DevicePath support for PCD valuesYonghong Zhu2017-12-3117-9/+8959
* BaseTools: Fix the bug for QuarkPlatformPkg build failureZhu, Yonghong2017-12-291-1/+1
* BaseTools: Fix a bug for different FV use same FILE statement GuidYonghong Zhu2017-12-293-4/+7
* 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