summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-21BaseTools: Fix the bug that PcdValueFromComm is not setYonghong Zhu1-0/+1
2018-10-18BaseTools: Fix a bug --pcd option enable and use the pcd in expressionYonghong Zhu1-0/+1
2018-10-16BaseTools: Fix bugs use special character in the --pcd optionYonghong Zhu1-0/+2
2018-10-16BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1Zhaozh1x1-0/+1
2018-10-16BaseTools: Convert string value of void* pcd in command line to array.Zhaozh1x1-8/+30
2018-10-16BaseTools: Code should not update the variable that save the raw data.Zhaozh1x1-2/+5
2018-10-16BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x1-0/+8
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-20/+14
2018-10-13BaseTools: Not compare the VOID* difference in the DSC and DEC fileYonghong Zhu1-1/+2
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng1-1/+1
2018-10-13BaseTools: do the list and iterator translationYunhua Feng1-6/+6
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-3/+10
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng1-1/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-2/+0
2018-09-26BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com1-0/+2
2018-09-26BaseTool: Replace dict with OrderedDict.BobCF1-11/+16
2018-09-25BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX1-0/+17
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben1-72/+79
2018-09-12BaseTools: SKU inheritance.Zhao, ZhiqiangX1-3/+2
2018-09-12BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX1-1/+8
2018-09-12BaseTools: Structure Pcd value override incorrect.Feng, Bob C1-25/+29
2018-09-03BaseTools: Dynamic Pcd value override from command line.Feng, Bob C1-1/+6
2018-09-03BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x1-3/+3
2018-08-31BaseTools: Clarify a DSC parsing error about PCDsCarsey, Jaben1-1/+1
2018-08-30BaseTools: minimize assignment processingCarsey, Jaben1-7/+8
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben1-2/+2
2018-08-28BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan1-1/+1
2018-08-20BaseTools: remove unused setter functionsJaben Carsey1-16/+1
2018-08-17BaseTools: Add check for VOID* PCD Max SizeYonghong Zhu1-0/+21
2018-07-16BaseTools: Fixed build Ovmfpkg failed issue.BobCF1-3/+3
2018-07-16BaseTools: Use absolute import in WorkspaceGary Lin1-4/+5
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF1-4/+168
2018-07-08BaseTools: Remove the old python "not-equal" in DscBuildData.pyGary Lin1-1/+1
2018-06-27BaseTools: Fix old python2 idiomsGary Lin1-4/+4
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-115/+115
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin1-1/+1
2018-06-27BaseTools: Refactor python print statementsGary Lin1-2/+3
2018-06-27BaseTools: Refactor python except statementsGary Lin1-7/+7
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-23BaseTools/Workspace: Fix ValueChain setMarvin Haeuser1-2/+2
2018-05-07BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit MakefileLiming Gao1-2/+2
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben1-3/+3
2018-05-04BaseTools: Remove lists form set constructionCarsey, Jaben1-5/+5
2018-05-04BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben1-18/+1
2018-05-04BaseTools: Workspace - refactor a dictCarsey, Jaben1-2/+2
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben1-4/+4
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-11/+11
2018-04-26BaseTools: remove dict from DscBuildDataCarsey, Jaben1-3/+1
2018-04-26BaseTools: Workspace - refactor GetStructurePcdInfoCarsey, Jaben1-6/+5