summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: AutoGen - move constructor out of loopJaben Carsey2018-06-291-2/+4
* BaseTools: AutoGen - clean up accessJaben Carsey2018-06-292-119/+122
* BaseTools: Fix two drivers include the same file issueYunhua Feng2018-06-293-14/+31
* BaseTools: Fix parsing multiple nest !include issueYunhua Feng2018-06-291-15/+13
* BaseTools: Move variable out of GlobalJaben Carsey2018-06-282-14/+14
* BaseTools: AutoGen - Remove unused variables.Jaben Carsey2018-06-271-10/+0
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-2723-67/+59
* BaseTools: Fix old python2 idiomsGary Lin2018-06-2731-111/+93
* BaseTools: Migrate to the new octal literalGary Lin2018-06-272-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-2757-543/+543
* BaseTools: Refactor python raise statementGary Lin2018-06-271-2/+2
* BaseTools: Remove types.TypeTypeGary Lin2018-06-271-2/+1
* BaseTools: Replace StandardError with ExpressionGary Lin2018-06-271-1/+1
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-2718-40/+39
* BaseTools: Remove tuple parameter in python scriptsGary Lin2018-06-271-1/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-279-26/+26
* BaseTools: Refactor python print statementsGary Lin2018-06-2746-308/+354
* BaseTools: Refactor python except statementsGary Lin2018-06-2746-250/+254
* BaseTools: Fix a typo in ini.pyGary Lin2018-06-271-1/+1
* BaseTools tools_def.template: Ignore link warning 4281 for VS2017Liming Gao2018-06-251-3/+3
* BaseTools: introduce !error statementYunhua Feng2018-06-224-2/+24
* BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR fileYonghong Zhu2018-06-221-2/+3
* BaseTools: remove the unneeded codeYonghong Zhu2018-06-221-17/+0
* BaseTools/WorkspaceCommon: Import used BuildToolError messages.Marvin Haeuser2018-06-191-0/+3
* BaseTools/tools_def CLANG35: add NOOPT build targetArd Biesheuvel2018-06-181-2/+4
* BaseTools/tools_def IA32: drop -no-pie linker option for GCC49Ard Biesheuvel2018-06-181-4/+4
* BaseTools/BinToPcd: Follow PEP-8 indent of 4 spacesKinney, Michael D2018-06-141-178/+178
* BaseTools/BinToPcd: Update for Python 3 compatibilityKinney, Michael D2018-06-141-41/+40
* BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D2018-06-141-1/+13
* BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D2018-06-141-5/+2
* BaseTools/BinToPcd: Fix typo in error messagesKinney, Michael D2018-06-141-4/+4
* BaseTools: remove including Base.h if the module type is not BASEYonghong Zhu2018-06-141-3/+1
* BaseTools Script: Formalize source files to follow DOS formatLiming Gao2018-06-131-0/+95
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-1313-283/+245
* BaseTools: refactor to remove functionsJaben Carsey2018-06-132-172/+45
* BaseTools: Fix one bug of nest !include parserYunhua Feng2018-06-131-1/+5
* BaseTools/tools_def IA32: disable PIE code generation explicitlyArd Biesheuvel2018-06-121-5/+5
* BaseTools: Remove dsc nested include checking.Derek Lin2018-06-111-4/+15
* BaseTools/UPT: Update the import statement to use StringUtilsYonghong Zhu2018-06-1127-79/+79
* BaseTools: Fix Section header size larger than elf file size bugYunhua Feng2018-06-084-5/+24
* BaseTools: Check elf sections alignment with MAX_COFF_ALIGNMENTYunhua Feng2018-06-082-2/+19
* BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types.Ezra Godfrey2018-06-061-0/+8
* BaseTools: Display both Hex and integer value format of PCD valueYunhua Feng2018-06-061-0/+40
* BaseTools: Sort PCD by token space first then by PcdCNameYunhua Feng2018-06-061-163/+167
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-2842-43/+43
* BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J2018-05-281-4/+3
* BaseTools: Add missing content to EOT tool.Jaben Carsey2018-05-282-1/+1460
* BaseTools: loop to retry remove when it fails.Jaben Carsey2018-05-281-2/+10
* BaseTools/tools_def: add "-fno-unwind-tables" to GCC_AARCH64_CC_FLAGSLaszlo Ersek2018-05-231-1/+1
* BaseTools/Workspace: Fix ValueChain setMarvin Haeuser2018-05-231-2/+2