summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
2018-10-13BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-13BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen20-45547/+12757
2018-10-13BaseTools/UPT: Porting UPT Tool from Python2 to Python3Yonghong Zhu25-103/+89
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng11-34/+65
2018-10-13BaseTools: Rename get_bytes_le() to bytes_leYonghong Zhu2-2/+2
2018-10-13BaseTools: Update argparse arguments since it not have version nowYunhua Feng3-3/+6
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng14-42/+49
2018-10-13BaseTools: do the list and iterator translationYunhua Feng12-58/+58
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng33-162/+131
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng7-20/+38
2018-10-13BaseTools: use map and filter to replace the itertools functionYunhua Feng1-4/+3
2018-10-13BaseTools: remove the super() function argumentYunhua Feng7-14/+14
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng4-8/+8
2018-10-13BaseTools: Rename raw_input() to input()Yunhua Feng1-1/+1
2018-10-13BaseTools: Rename long() to int()Yunhua Feng7-25/+25
2018-10-13BaseTools: Rename xrange() to range()Yunhua Feng5-18/+18
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng71-79/+0
2018-10-13BaseTools: Remove the outdated verbose parameter of namedtupleYunhua Feng1-1/+1
2018-09-30BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan3-75/+30
2018-09-26BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com4-18/+60
2018-09-26BaseTool: Replace dict with OrderedDict.BobCF3-20/+30
2018-09-26BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen codeLiming Gao1-1/+1
2018-09-25BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX2-4/+33
2018-09-20BaseTools: refactor to cache InfBuildData dataCarsey, Jaben1-459/+397
2018-09-20BaseTools: refactor to not overcreate ModuleAutoGen objectsCarsey, Jaben1-33/+25
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, Jaben7-235/+228
2018-09-20BaseTools: refactor class propertiesCarsey, Jaben1-52/+38
2018-09-20BaseTools: AutoGen - refactor class propertiesCarsey, Jaben1-12/+8
2018-09-20BaseTools: AutoGen refactor WorkspaceAutoGen classCarsey, Jaben1-41/+28
2018-09-20BaseTools: Refactor PlatformAutoGenCarsey, Jaben1-331/+272
2018-09-18BaseTools: Fix a bug for Unused PCDs section display in the reportzhijufan1-1/+11
2018-09-14BaseTools: Check GUID C structure formatFeng, YunhuaX2-1/+10
2018-09-13BaseTools: Align the boolean type PCD value's display in the reportzhijufan1-2/+17
2018-09-13BaseTools\GenFds: remove extra contentCarsey, Jaben1-56/+0
2018-09-12BaseTools: Fix the RaiseError variable issue caused by 855698fb69fYonghong Zhu1-2/+2
2018-09-12BaseTools: SKU inheritance.Zhao, ZhiqiangX1-3/+2
2018-09-12BaseTools: Correct DXE_PCD_DATABASE_INIT.Zhao, ZhiqiangX1-1/+1
2018-09-12BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX3-3/+17
2018-09-12BaseTools: Involve Dec default value to calculate MaxsizeFeng, Bob C1-17/+17
2018-09-12BaseTools: Structure Pcd value override incorrect.Feng, Bob C3-26/+31
2018-09-12BaseTools: Report error for incorrect hex value formatzhijufan1-1/+4
2018-09-11BaseTools/GenFds: delete unused fileCarsey, Jaben1-28/+0
2018-09-07BaseTools/GenFds: remove function without callersCarsey, Jaben1-17/+0
2018-09-07BaseTools: refactor to remove duplicate functionsCarsey, Jaben2-25/+7
2018-09-06BaseTools: Report more clear error message for PCD used in expressionzhijufan2-2/+2
2018-09-06BaseTools: Fix a bug about list the PCD in "not used" sectionzhijufan1-0/+3
2018-09-05BaseTools: Extend the keyword "!include"/"!if" to case-insensitivezhijufan1-0/+2
2018-09-03BaseTools: Fixed the PcdValue trailing zero issue.Feng, Bob C2-6/+7