summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: fix importsCarsey, Jaben2019-01-101-2/+2
* BaseTools: Correct PcdArray value assigment statementFeng, Bob C2019-01-041-44/+73
* BaseTools: Fixed metafile parser issuesFeng, Bob C2018-12-181-1/+1
* BaseTools: Fix PcdArray issueFeng, Bob C2018-12-181-22/+37
* BaseTools: Fixed bugs in CopyDict functionFeng, Bob C2018-12-151-2/+2
* BaseTools: Correct CCFLAG for PcdValueInitBobCF2018-12-071-12/+12
* BaseTools: Customize deepcopy function.BobCF2018-12-071-3/+3
* BaseTool: Filter out unused structure pcdsFeng, Bob C2018-12-071-0/+22
* BaseTools: Enable Pcd Array support.bob.c.feng@intel.com2018-12-071-118/+266
* BaseTools: create and use a standard shared variable for '*'Jaben Carsey2018-12-061-3/+3
* BaseTools: Use common cc flag for building PcdValueInit.BobCF2018-11-051-24/+31
* 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