summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
* BaseTools/EOT: Change to call a program instead of calling Python API.Hess Chen2018-10-165-443/+84
* BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu2018-10-162-4/+6
* BaseTools: Fix bugs use special character in the --pcd optionYonghong Zhu2018-10-161-0/+2
* BaseTools: Add check for the string type whether is samezhijufan2018-10-161-2/+4
* BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1Zhaozh1x2018-10-161-0/+1
* BaseTools: Convert string value of void* pcd in command line to array.Zhaozh1x2018-10-161-8/+30
* BaseTools: Code should not update the variable that save the raw data.Zhaozh1x2018-10-161-2/+5
* BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x2018-10-162-0/+15
* BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5Feng, YunhuaX2018-10-151-1/+1
* BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2018-10-152-25/+58
* BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu2018-10-151-29/+41
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-151-0/+4
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-155-186/+3
* BaseTools: do basic check in FvImage with header size and signaturezhijufan2018-10-151-20/+24
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-15130-13359/+46351
* BaseTools: Not compare the VOID* difference in the DSC and DEC fileYonghong Zhu2018-10-131-1/+2
* BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu2018-10-131-27/+39
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-135-191/+5
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-131-0/+4
* BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen2018-10-1320-45547/+12757
* BaseTools: Add --uefi option to enable UefiCompress methodYunhua Feng2018-10-132-25/+58
* BaseTools/UPT: Porting UPT Tool from Python2 to Python3Yonghong Zhu2018-10-1325-103/+89
* BaseTools: Update Makefile to ignore python tools makeYunhua Feng2018-10-131-4/+4
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-1311-34/+65
* BaseTools: Rename get_bytes_le() to bytes_leYonghong Zhu2018-10-132-2/+2
* BaseTools: Update argparse arguments since it not have version nowYunhua Feng2018-10-133-3/+6
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-1314-42/+49
* BaseTools: do the list and iterator translationYunhua Feng2018-10-1312-58/+58
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-1333-162/+131
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-137-20/+38
* BaseTools: use map and filter to replace the itertools functionYunhua Feng2018-10-131-4/+3
* BaseTools: remove the super() function argumentYunhua Feng2018-10-137-14/+14
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-134-8/+8
* BaseTools: Rename raw_input() to input()Yunhua Feng2018-10-131-1/+1
* BaseTools: Rename long() to int()Yunhua Feng2018-10-137-25/+25
* BaseTools: Rename xrange() to range()Yunhua Feng2018-10-135-18/+18
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-1371-79/+0
* BaseTools: Remove the outdated verbose parameter of namedtupleYunhua Feng2018-10-131-1/+1
* BaseTools: Update Brotli Compress to the latest one 1.0.6Liming Gao2018-10-0998-30879/+21702
* BaseTools LzmaCompress: Fix GCC warning misleading-indentationLiming Gao2018-10-091-1/+3
* BaseTools Lzma: Update LZMA SDK version to 18.05Liming Gao2018-10-0924-1471/+2684
* BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan2018-09-303-75/+30
* BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2018-09-264-18/+60
* BaseTool: Replace dict with OrderedDict.BobCF2018-09-263-20/+30
* BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen codeLiming Gao2018-09-261-1/+1
* BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX2018-09-252-4/+33
* BaseTools: refactor to cache InfBuildData dataCarsey, Jaben2018-09-201-459/+397
* BaseTools: refactor to not overcreate ModuleAutoGen objectsCarsey, Jaben2018-09-201-33/+25
* BaseTools: Don't save unused workspace dataCarsey, Jaben2018-09-202-10/+4
* BaseTools: refactor Build Database objectsCarsey, Jaben2018-09-201-23/+9