summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-031-23/+152
* BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2018-02-281-103/+108
* BaseTool: GUID format PCD value assignment fail in Structure PCD fieldBobCF2018-02-281-109/+180
* BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2018-02-281-82/+90
* BaseTools: Fixed the pcd value override issue.Feng, Bob C2018-02-281-4/+20
* BaseTools: Fix a bug override Pcd by DSC Components sectionYonghong Zhu2018-02-281-2/+3
* BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX2018-02-281-11/+20
* BaseTools: Add more error message when PcdValue is wrongLiming Gao2018-02-271-0/+2
* BaseTools: Update Expression.py for string comparison and MACRO replace issueYunhua Feng2018-02-091-1/+1
* BaseTools: Fixed incorrect Structure Pcd Value.Feng, Bob C2018-02-081-7/+13
* BaseTools: Fixed Build failed issue.BobCF2018-02-081-1/+6
* BaseTool: Fixed Pcd issues.Feng, Bob C2018-02-081-73/+79
* BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX2018-02-071-5/+68
* BaseTools: StructurePcd array Value support flexible formatFeng, YunhuaX2018-02-041-2/+33
* BaseTools: Structure Pcd in CommandLine.Feng, Bob C2018-02-011-4/+206
* BaseTools: Support multiple .h fileFeng, Bob C2018-02-011-4/+4
* BaseTool: Enhance error handling.BobCF2018-02-011-49/+67
* BaseTool: Add comments in PcdValueInit.c.Feng, Bob C2018-02-011-4/+6
* BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng2018-01-301-11/+10
* BaseTools: Fixed some small issuesFeng, Bob C2018-01-251-2/+5
* BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c fileFeng, Bob C2018-01-251-1/+1
* BaseTools: Add DefaultStore section format CheckYonghong Zhu2018-01-231-0/+8
* BaseTools: update SKUID value to support both integer and Hex numberYonghong Zhu2018-01-231-4/+5
* BaseTools: Fix Sku inherit issue.BobCF2018-01-081-2/+2
* BaseTools: Fix Pcd value override issue caused by SKU inheritFeng, Bob C2018-01-081-2/+44
* BaseTools: Remove 'COMMON' in PCD SkuInfoListBobCF2017-12-271-2/+1
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-6/+10
* 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-271-1/+1
* 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-251-57/+71
* BaseTools: Fix VPD data optimization issueLiming Gao2017-12-251-1/+2
* BaseTools: Support nest field name in DSC/DECLiming Gao2017-12-251-12/+13
* BaseTools: Check PCD DataType and the maxsize.BobCF2017-12-251-3/+12
* BaseTools: Correct PCD generation logic to make sure DB is useLiming Gao2017-12-251-12/+12
* 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-251-25/+57
* BaseTools: Update NV Default Header format to include the max sizeLiming Gao2017-12-251-38/+8
* BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2017-12-251-20/+21
* BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao2017-12-251-51/+92
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-251-194/+363
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-251-0/+1740