summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace
AgeCommit message (Expand)AuthorFilesLines
2018-12-18BaseTools: Fixed metafile parser issuesFeng, Bob C4-31/+34
2018-12-18BaseTools: Fix PcdArray issueFeng, Bob C2-23/+39
2018-12-15BaseTools: Fixed the build fail issue for casesFeng, Bob C2-2/+2
2018-12-15BaseTools: Fixed bugs in CopyDict functionFeng, Bob C1-2/+2
2018-12-07BaseTools: Correct CCFLAG for PcdValueInitBobCF1-12/+12
2018-12-07BaseTools: Customize deepcopy function.BobCF2-3/+55
2018-12-07BaseTools: Optimize string concatenationBobCF2-8/+7
2018-12-07BaseTools: Replace the sqlite database with listBobCF4-297/+180
2018-12-07BaseTool: Filter out unused structure pcdsFeng, Bob C3-1/+35
2018-12-07BaseTools: Enable Pcd Array support.bob.c.feng@intel.com4-139/+445
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey1-3/+3
2018-11-05BaseTools: Use common cc flag for building PcdValueInit.BobCF1-24/+31
2018-10-27BaseTools: Rollback Filter out unused structure pcdsFeng, Bob C1-19/+0
2018-10-26BaseTools:Not miss the full assign value of FixedAtBuild structure PCDZhaozh1x1-12/+16
2018-10-25BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu1-0/+5
2018-10-25BaseTools: Move PcdValueInit to platform build folderBobCF1-8/+17
2018-10-25BaseTool: Filter out unused structure pcdsBobCF1-0/+19
2018-10-24BaseTools: Remove Arch specific build options for PcdValueInit tool.BobCF1-1/+1
2018-10-24BaseTools:Translate the StructurePCD value in field to correct format.Zhaozh1x1-5/+2
2018-10-24BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x1-30/+8
2018-10-24BaseTools: add ASSERT checker for array buffer in fdf and command lineZhaozh1x1-0/+8
2018-10-22BaseTools: Convert "Unicode string" to "byte array" if value type diffZhaozh1x1-0/+9
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: Support to use struct name as datum type before max sizeYonghong Zhu1-3/+3
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 Gao8-28/+28
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 Feng2-2/+2
2018-10-13BaseTools: do the list and iterator translationYunhua Feng2-7/+7
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng2-5/+12
2018-10-13BaseTools: remove the super() function argumentYunhua Feng3-3/+3
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng1-1/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng6-8/+0
2018-10-13BaseTools: Remove the outdated verbose parameter of namedtupleYunhua Feng1-1/+1
2018-09-26BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2-0/+4
2018-09-26BaseTool: Replace dict with OrderedDict.BobCF2-17/+26
2018-09-25BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX1-0/+17
2018-09-20BaseTools: refactor to cache InfBuildData dataCarsey, Jaben1-459/+397
2018-09-20BaseTools: Don't save unused workspace dataCarsey, Jaben2-10/+4
2018-09-20BaseTools: refactor Build Database objectsCarsey, Jaben1-23/+9
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben5-230/+225
2018-09-12BaseTools: SKU inheritance.Zhao, ZhiqiangX1-3/+2
2018-09-12BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX2-2/+11
2018-09-12BaseTools: Involve Dec default value to calculate MaxsizeFeng, Bob C1-17/+17
2018-09-12BaseTools: Structure Pcd value override incorrect.Feng, Bob C2-26/+30