summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
* 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