summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace/DecBuildData.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-12BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng1-15/+1
2019-05-10BaseTools: Correct the value assignment for StructurePcdFan, ZhijuX1-1/+1
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-4/+4
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C1-2/+1
2019-01-10BaseTools: fix importsCarsey, Jaben1-3/+6
2018-12-07BaseTools: Enable Pcd Array support.bob.c.feng@intel.com1-7/+22
2018-09-20BaseTools: Don't save unused workspace dataCarsey, Jaben1-3/+4
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben1-31/+27
2018-08-20BaseTools: remove unused setter functionsJaben Carsey1-16/+1
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-11/+11
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-11/+11
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-2/+2
2018-04-08BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben1-12/+12
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-18/+18
2018-03-19BaseTool: Error handling for PCD datumtype.Feng, Bob C1-4/+9
2018-02-28BaseTool: GUID format PCD value assignment fail in Structure PCD fieldBobCF1-1/+2
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C1-2/+10
2018-02-28BaseTools: Fixed the pcd value override issue.Feng, Bob C1-0/+1
2018-02-08BaseTool: Fixed Pcd issues.Feng, Bob C1-5/+2
2018-02-06BaseTools: enhance error check for DatumType formatYonghong Zhu1-1/+6
2018-02-01BaseTools: Support multiple .h fileFeng, Bob C1-1/+1
2018-01-25BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c fileFeng, Bob C1-0/+2
2017-12-27BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu1-1/+1
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao1-2/+3
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao1-0/+462