summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace
AgeCommit message (Expand)AuthorFilesLines
2018-02-07BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX1-5/+68
2018-02-06BaseTools: enhance error check for DatumType formatYonghong Zhu1-1/+6
2018-02-04BaseTools: StructurePcd array Value support flexible formatFeng, YunhuaX1-2/+33
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C1-4/+206
2018-02-01BaseTools: Support multiple .h fileFeng, Bob C4-7/+9
2018-02-01BaseTool: Enhance error handling.BobCF1-49/+67
2018-02-01BaseTool: Add comments in PcdValueInit.c.Feng, Bob C1-4/+6
2018-01-30BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng2-19/+12
2018-01-25BaseTool: Fixed the StructurePcd incorrect value.Feng, Bob C1-3/+6
2018-01-25BaseTools: Fixed some small issuesFeng, Bob C2-2/+8
2018-01-25BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c fileFeng, Bob C3-1/+7
2018-01-23BaseTools: Add DefaultStore section format CheckYonghong Zhu2-1/+9
2018-01-23BaseTools: update SKUID value to support both integer and Hex numberYonghong Zhu2-6/+7
2018-01-08BaseTools: Fix Sku inherit issue.BobCF1-2/+2
2018-01-08BaseTools: Fix Pcd value override issue caused by SKU inheritFeng, Bob C1-2/+44
2017-12-27BaseTools: Remove 'COMMON' in PCD SkuInfoListBobCF1-2/+1
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu4-14/+34
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-26BaseTools: Fix building FatPkg failed issueFeng, Bob C1-2/+16
2017-12-25BaseTools: Fixed the issue of structure pcd filed sku inherit overrideLiming Gao1-57/+71
2017-12-25BaseTools: Fix VPD data optimization issueLiming Gao1-1/+2
2017-12-25BaseTools: Support nest field name in DSC/DECLiming Gao2-13/+16
2017-12-25BaseTools: Check PCD DataType and the maxsize.BobCF1-3/+12
2017-12-25BaseTools: Correct PCD generation logic to make sure DB is useLiming Gao1-12/+12
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 Gao2-26/+58
2017-12-25BaseTools: Update NV Default Header format to include the max sizeLiming Gao1-38/+8
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao4-25/+28
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao2-52/+95
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao4-223/+418
2017-12-25BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao1-0/+4
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao7-2932/+3628
2017-10-11BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu2-12/+14
2017-09-09BaseTools: correct to use specific arch to generate DSC databaseYonghong Zhu1-1/+1
2017-08-13BaseTools: Support TabSpace between section tag in DEC fileYanyan Zhang1-1/+1
2017-08-11BaseTools/build: Expand PREBUILD/POSTBUILD DSC actionsMichael D Kinney1-2/+2
2017-07-07BaseTools/Workspace: check MM module type compatibility with PI version.Supreeth Venkatesh1-0/+5
2017-06-24BaseTools: report error HiiString in HII format PCD must not be emptyYonghong Zhu1-0/+7
2017-06-24BaseTools: Enhance DEC Defines section format checkYunhua Feng1-0/+15
2017-03-25BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin1-0/+4
2017-02-23BaseTools: Fix the regression issue caused by commit dc4c77Yonghong Zhu1-2/+2
2017-02-22BaseTools: add error check for Macro usage in the INF fileYonghong Zhu2-2/+11
2016-12-02BaseTools: Support QuotedString for PREBUILD/POSTBUILD in DSC fileYonghong Zhu1-2/+14
2016-11-23BaseTools: report error for same Guid's Private definition conflictYonghong Zhu1-0/+33
2016-10-19BaseTools: support PCD value to use expression in the DEC fileYonghong Zhu1-3/+18
2016-08-19BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions sectionYonghong Zhu2-2/+9
2016-06-04BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu1-1/+5
2016-05-18BaseTools: support private package definitionYonghong Zhu3-14/+61
2016-04-29BaseTools/Build: Better DSC arch filteringThomas Palmer2-21/+26