summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Rollback Filter out unused structure pcdsFeng, Bob C2018-10-271-19/+0
* BaseTools:Not miss the full assign value of FixedAtBuild structure PCDZhaozh1x2018-10-261-12/+16
* BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu2018-10-251-0/+5
* BaseTools: Move PcdValueInit to platform build folderBobCF2018-10-251-8/+17
* BaseTool: Filter out unused structure pcdsBobCF2018-10-251-0/+19
* BaseTools: Remove Arch specific build options for PcdValueInit tool.BobCF2018-10-241-1/+1
* BaseTools:Translate the StructurePCD value in field to correct format.Zhaozh1x2018-10-241-5/+2
* BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x2018-10-241-30/+8
* BaseTools: add ASSERT checker for array buffer in fdf and command lineZhaozh1x2018-10-241-0/+8
* BaseTools: Convert "Unicode string" to "byte array" if value type diffZhaozh1x2018-10-221-0/+9
* BaseTools: Fix the bug that PcdValueFromComm is not setYonghong Zhu2018-10-211-0/+1
* BaseTools: Fix a bug --pcd option enable and use the pcd in expressionYonghong Zhu2018-10-181-0/+1
* BaseTools: Fix bugs use special character in the --pcd optionYonghong Zhu2018-10-161-0/+2
* BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1Zhaozh1x2018-10-161-0/+1
* BaseTools: Convert string value of void* pcd in command line to array.Zhaozh1x2018-10-161-8/+30
* BaseTools: Code should not update the variable that save the raw data.Zhaozh1x2018-10-161-2/+5
* BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x2018-10-161-0/+8
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-20/+14
* BaseTools: Not compare the VOID* difference in the DSC and DEC fileYonghong Zhu2018-10-131-1/+2
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-1/+1
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-6/+6
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-3/+10
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-131-1/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-2/+0
* BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2018-09-261-0/+2
* BaseTool: Replace dict with OrderedDict.BobCF2018-09-261-11/+16
* BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX2018-09-251-0/+17
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-201-72/+79
* BaseTools: SKU inheritance.Zhao, ZhiqiangX2018-09-121-3/+2
* BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX2018-09-121-1/+8
* BaseTools: Structure Pcd value override incorrect.Feng, Bob C2018-09-121-25/+29
* BaseTools: Dynamic Pcd value override from command line.Feng, Bob C2018-09-031-1/+6
* BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x2018-09-031-3/+3
* BaseTools: Clarify a DSC parsing error about PCDsCarsey, Jaben2018-08-311-1/+1
* BaseTools: minimize assignment processingCarsey, Jaben2018-08-301-7/+8
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-2/+2
* BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan2018-08-281-1/+1
* BaseTools: remove unused setter functionsJaben Carsey2018-08-201-16/+1
* BaseTools: Add check for VOID* PCD Max SizeYonghong Zhu2018-08-171-0/+21
* BaseTools: Fixed build Ovmfpkg failed issue.BobCF2018-07-161-3/+3
* BaseTools: Use absolute import in WorkspaceGary Lin2018-07-161-4/+5
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-4/+168
* BaseTools: Remove the old python "not-equal" in DscBuildData.pyGary Lin2018-07-081-1/+1
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-4/+4
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-115/+115
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python print statementsGary Lin2018-06-271-2/+3
* BaseTools: Refactor python except statementsGary Lin2018-06-271-7/+7
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools/Workspace: Fix ValueChain setMarvin Haeuser2018-05-231-2/+2