summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng2-5/+5
2018-10-13BaseTools: do the list and iterator translationYunhua Feng5-31/+31
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng7-55/+43
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng2-4/+10
2018-10-13BaseTools: remove the super() function argumentYunhua Feng2-8/+8
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng1-3/+3
2018-10-13BaseTools: Rename long() to int()Yunhua Feng1-2/+2
2018-10-13BaseTools: Rename xrange() to range()Yunhua Feng2-13/+13
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng8-9/+0
2018-09-30BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan1-44/+13
2018-09-26BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2-18/+56
2018-09-26BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen codeLiming Gao1-1/+1
2018-09-20BaseTools: refactor to not overcreate ModuleAutoGen objectsCarsey, Jaben1-33/+25
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-12BaseTools: Correct DXE_PCD_DATABASE_INIT.Zhao, ZhiqiangX1-1/+1
2018-09-12BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX1-1/+6
2018-09-12BaseTools: Structure Pcd value override incorrect.Feng, Bob C1-0/+1
2018-09-03BaseTools: Fixed the PcdValue trailing zero issue.Feng, Bob C1-0/+6
2018-08-30BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben1-2/+2
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben3-9/+10
2018-08-29BaseTools: AutoGen.py remove unused importCarsey, Jaben1-1/+0
2018-08-23BaseTools: remove cmp due to deprecated in python3Feng, YunhuaX1-3/+3
2018-08-21BaseTools: Fix regression issue by b23414f6540dFeng, YunhuaX1-1/+1
2018-08-20BaseTools: AutoGen refactor to iterate lessJaben Carsey1-62/+56
2018-08-20BaseTools: AutoGen - tag a function as cachableJaben Carsey1-24/+22
2018-08-20BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey3-664/+513
2018-08-16BaseTools: Optimizing code for function doesn't matchYunhua Feng1-16/+14
2018-08-16BaseTools: Remove a unused function.Feng, Bob C1-128/+0
2018-08-16BaseTool: Fixed the bug of Boolean Hii Pcd packing.Liming Gao1-1/+1
2018-08-08BaseTools: Debug message make confusedYunhua Feng1-1/+1
2018-07-25BaseTools: AutoGen - change class variable to funciton variableJaben Carsey1-13/+12
2018-07-24BaseTools: Fix the different token with the same PCDYunhua Feng1-1/+1
2018-07-24BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's valueYonghong Zhu1-2/+1
2018-07-23BaseTools/AutoGen: Update header file for MM modules.Supreeth Venkatesh1-8/+8
2018-07-23BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng2-2/+36
2018-07-18BaseTools: Remove the duplicate Pcd itemsYonghong Zhu1-1/+1
2018-07-16BaseTools: Use absolute import in AutoGenGary Lin6-17/+23
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF2-2/+5
2018-07-12BaseTool: Fixed the incorrect cache key.bob.c.feng@intel.com1-2/+2
2018-07-10BaseTools: Fix the bug that incorrect size info in the Lib autogenYonghong Zhu1-2/+7
2018-07-09BaseTool: Add cache for the result of SkipAutogen.Feng, Bob C1-0/+4
2018-07-09BaseTools: Clean up source filesLiming Gao8-277/+277
2018-06-29BaseTools: AutoGen - move constructor out of loopJaben Carsey1-2/+4
2018-06-29BaseTools: AutoGen - clean up accessJaben Carsey2-119/+122
2018-06-27BaseTools: AutoGen - Remove unused variables.Jaben Carsey1-10/+0
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin7-17/+16
2018-06-27BaseTools: Fix old python2 idiomsGary Lin2-2/+2
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin6-204/+204