summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-06-27BaseTools: AutoGen - Remove unused variables.Jaben Carsey1-10/+0
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin23-67/+59
2018-06-27BaseTools: Fix old python2 idiomsGary Lin31-111/+93
2018-06-27BaseTools: Migrate to the new octal literalGary Lin2-2/+2
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin57-543/+543
2018-06-27BaseTools: Refactor python raise statementGary Lin1-2/+2
2018-06-27BaseTools: Remove types.TypeTypeGary Lin1-2/+1
2018-06-27BaseTools: Replace StandardError with ExpressionGary Lin1-1/+1
2018-06-27BaseTools: Remove the deprecated hash_key()Gary Lin18-40/+39
2018-06-27BaseTools: Remove tuple parameter in python scriptsGary Lin1-1/+2
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin9-26/+26
2018-06-27BaseTools: Refactor python print statementsGary Lin46-308/+354
2018-06-27BaseTools: Refactor python except statementsGary Lin46-250/+254
2018-06-27BaseTools: Fix a typo in ini.pyGary Lin1-1/+1
2018-06-25BaseTools tools_def.template: Ignore link warning 4281 for VS2017Liming Gao1-3/+3
2018-06-22BaseTools: introduce !error statementYunhua Feng4-2/+24
2018-06-22BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR fileYonghong Zhu1-2/+3
2018-06-22BaseTools: remove the unneeded codeYonghong Zhu1-17/+0
2018-06-19BaseTools/WorkspaceCommon: Import used BuildToolError messages.Marvin Haeuser1-0/+3
2018-06-18BaseTools/tools_def CLANG35: add NOOPT build targetArd Biesheuvel1-2/+4
2018-06-18BaseTools/tools_def IA32: drop -no-pie linker option for GCC49Ard Biesheuvel1-4/+4
2018-06-14BaseTools/BinToPcd: Follow PEP-8 indent of 4 spacesKinney, Michael D1-178/+178
2018-06-14BaseTools/BinToPcd: Update for Python 3 compatibilityKinney, Michael D1-41/+40
2018-06-14BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D1-1/+13
2018-06-14BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D1-5/+2
2018-06-14BaseTools/BinToPcd: Fix typo in error messagesKinney, Michael D1-4/+4
2018-06-14BaseTools: remove including Base.h if the module type is not BASEYonghong Zhu1-3/+1
2018-06-13BaseTools Script: Formalize source files to follow DOS formatLiming Gao1-0/+95
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey13-283/+245
2018-06-13BaseTools: refactor to remove functionsJaben Carsey2-172/+45
2018-06-13BaseTools: Fix one bug of nest !include parserYunhua Feng1-1/+5
2018-06-12BaseTools/tools_def IA32: disable PIE code generation explicitlyArd Biesheuvel1-5/+5
2018-06-11BaseTools: Remove dsc nested include checking.Derek Lin1-4/+15
2018-06-11BaseTools/UPT: Update the import statement to use StringUtilsYonghong Zhu27-79/+79
2018-06-08BaseTools: Fix Section header size larger than elf file size bugYunhua Feng4-5/+24
2018-06-08BaseTools: Check elf sections alignment with MAX_COFF_ALIGNMENTYunhua Feng2-2/+19
2018-06-06BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types.Ezra Godfrey1-0/+8
2018-06-06BaseTools: Display both Hex and integer value format of PCD valueYunhua Feng1-0/+40
2018-06-06BaseTools: Sort PCD by token space first then by PcdCNameYunhua Feng1-163/+167
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com42-43/+43
2018-05-28BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J1-4/+3
2018-05-28BaseTools: Add missing content to EOT tool.Jaben Carsey2-1/+1460
2018-05-28BaseTools: loop to retry remove when it fails.Jaben Carsey1-2/+10
2018-05-23BaseTools/tools_def: add "-fno-unwind-tables" to GCC_AARCH64_CC_FLAGSLaszlo Ersek1-1/+1
2018-05-23BaseTools/Workspace: Fix ValueChain setMarvin Haeuser1-2/+2
2018-05-22BaseTools: Enhance error message when file is not exist for GensecYonghong Zhu1-0/+6
2018-05-22BaseTools: Report more clear error message when PCD type mismatchYunhua Feng1-8/+12
2018-05-22BaseTools: Library PCD type will inherit from the driverYunhua Feng1-0/+16
2018-05-22BaseTools: Fix bug PCD type in component is not same with Pcd sectionYunhua Feng1-0/+2
2018-05-21BaseTools: Separate HOST and PREFIX env for GCC tool chainLiming Gao1-7/+8