summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2019-02-20BaseTools:PCD value error in structure pcd sku case.Fan, ZhijuX3-2/+8
2019-02-20BaseTools:Fixed build failure when specifying multiple BUILDTARGETFan, ZhijuX1-1/+1
2019-02-20BaseTools: replace Sdict with OrderedDict in UPTFeng, Bob C1-2/+2
2019-02-20BaseTools:BaseTools supports to the driver combination.Fan, ZhijuX2-5/+35
2019-02-20BaseTools: Remove unused txt filesLiming Gao6-814/+0
2019-02-19BaseTools: Fixed a code bug for Pcd Array.Feng, Bob C1-7/+5
2019-02-19BaseTools: Fixed a bug in Vpd handlingFeng, Bob C1-1/+1
2019-02-19BaseTools: Fix a ParseDevPathValue function issue.Feng, Bob C1-0/+1
2019-02-19BaseTools:Fix a ECC issueFan, ZhijuX2-1/+3
2019-02-19BaseTools: Add MaxSizeUserSet to Pcd deepcopy functionFeng, Bob C1-0/+1
2019-02-18BaseTools: Fixed an issue about StructurePcdFeng, Bob C1-1/+1
2019-02-18BaseTools: Fix the build report issue about Structure PCDFeng, Bob C1-14/+7
2019-02-18BaseTools: Fixed a build report issue.Feng, Bob C2-5/+6
2019-02-18BaseTools: Correct the error message for UPTFeng, Bob C1-8/+10
2019-02-14BaseTools/build_rule.template: Remove GCCLDShenglei Zhang1-20/+13
2019-02-14BaseTools/tools_def.template: Remove DDK3790Shenglei Zhang1-233/+0
2019-02-14BaseTools/tools_def.template: Remove ELFGCCShenglei Zhang1-80/+0
2019-02-14BaseTools/tools_def.template: Remove UNIXGCCShenglei Zhang1-96/+0
2019-02-14BaseTools/tools_def.template: Remove VS2003 and VS2005Shenglei Zhang1-689/+0
2019-02-14BaseTools: Update MYTOOLSShenglei Zhang2-126/+5
2019-02-14BaseTools/tools_def.template: Remove CYGGCCShenglei Zhang1-194/+0
2019-02-14BaseTools: Various typoAntoine Coeur169-512/+507
2019-02-06BaseTools: Fix build failure when specifying multiple BUILDTARGETPhilippe Mathieu-Daud?1-1/+1
2019-02-06BaseTools/BuildReport: fix report for platforms/arches without struct PCDsLaszlo Ersek1-1/+1
2019-02-02BaseTools:StructurePCD value display incorrect in "Not used" section.Fan, ZhijuX2-2/+9
2019-02-02BaseTools: Fixed incorrect line number in PcdValueInit.cFeng, Bob C1-1/+1
2019-02-02BaseTools: Enable CODE format in DEC fileFeng, Bob C3-53/+86
2019-02-02BaseTools/ECC: Add a new type of exceptionHess Chen1-4/+10
2019-02-02BaseTools: PCD value incorrect in structure pcd sku case.Fan, ZhijuX1-1/+1
2019-02-01BaseTools: Eot tool Python3 adaptionFeng, Bob C8-8/+7740
2019-02-01BaseTools: ECC tool Python3 adaptionFeng, Bob C17-23/+8385
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C37-244/+247
2019-02-01BaseTools: the list and iterator translationFeng, Bob C13-46/+47
2019-02-01BaseTools:ord() don't match in py2 and py3Feng, Bob C1-2/+8
2019-02-01BaseTools:Fixed Rsa issue and a set define issue.Feng, Bob C1-2/+2
2019-02-01BaseTools: Update PYTHON env to PYTHON_COMMANDLiming Gao40-108/+164
2019-02-01BaseTools:Update build tool to print python version informationZhijux Fan1-0/+6
2019-02-01BaseTools: Update windows and linux run scripts file to use Python3Zhijux Fan38-92/+127
2019-02-01BaseTools: Similar to octal data rectificationZhijux Fan3-8/+13
2019-02-01BaseTools:There is extra blank line in datalogZhiju Fan1-1/+1
2019-02-01BaseTools: change the Division OperatorZhijux Fan14-42/+49
2019-02-01BaseTools:File open failed for VPD MapFileFeng, Bob C1-3/+7
2019-02-01BaseTools:Double carriage return inserted from Trim.py on Python3Zhiju Fan1-1/+1
2019-02-01BaseTools:TestTools character encoding issueZhiju Fan1-1/+2
2019-02-01BaseTools: Make sure AllPcdList valid.Feng, Bob C1-2/+3
2019-02-01BaseTools:Fv BaseAddress must set If it not setZhijux Fan2-0/+7
2019-02-01Basetools: It went wrong when use os.linesepZhijux Fan2-7/+7
2019-02-01BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Zhijux Fan10-39/+39
2019-02-01BaseTools: update Test scripts support python3Zhijux Fan3-9/+12
2019-02-01BaseTools/UPT:merge UPT Tool use Python2 and Python3Zhijux Fan20-235/+84