summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C3-154/+47
2019-01-10BaseTools: fix importsCarsey, Jaben3-5/+6
2018-12-19BaseTools: Add $(INC)-like support when compiling .nasm filesZhiju.Fan1-1/+19
2018-12-15BaseTools: Fix PcdNvStoreDefaultValueBuffer Value.Feng, Bob C1-4/+12
2018-12-07BaseTools: Optimize string concatenationBobCF1-11/+28
2018-12-07BaseTools: AutoGen and GenFds share the parser data.Zhao, ZhiqiangX1-0/+4
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey2-32/+32
2018-12-06BaseTools: cleanup LongFilePathSupport usageJaben Carsey1-13/+1
2018-11-02BaseTools: Check the max size for string PCD.Zhao, ZhiqiangX1-0/+7
2018-11-02BaseTools: Add checking to EFI variable attribute.Feng, Bob C1-0/+2
2018-10-25BaseTools: list .nasm include inc files as its dependencyzhijufan1-1/+1
2018-10-25BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu1-0/+7
2018-10-24BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x1-1/+1
2018-10-22BaseTool: Support different PCDs that refers to the same EFI variable.Zhaozh1x1-67/+30
2018-10-21BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDFYonghong Zhu1-4/+4
2018-10-15BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao11-143/+148
2018-10-13BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng4-18/+24
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