summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
2020-05-13BaseTools: Fix parse PCD GUID expression issueFeng, YunhuaX1-5/+5
2020-05-13BaseTools/Ecc: Replace deprecated function time.clock()Michael Kubacki1-2/+3
2020-04-29BaseTools: BaseTools changes for RISC-V platform.Abner Chang2-4/+7
2020-04-23BaseTools:Add the spare space FV image size checkerFan, Zhiju2-0/+49
2020-03-31BaseTools:GuidedSectionTools.txt is not generated correctlyFan, ZhijuX2-14/+5
2020-03-24BaseTools:Fix build tools print traceback info issueFan, ZhijuX1-3/+0
2020-03-24BaseTools:fix issue for decode the stdout/stderr byte arraysFan, ZhijuX1-1/+1
2020-03-12BaseTools:copy the common PcdValueCommon.c to output directoryFan, ZhijuX1-2/+11
2020-03-02BaseTools: Remove invalid leading space before !INCLUDE in MakefileBob Feng1-8/+8
2020-02-13BaseTools:build failure in CLANGPDB tool chainFan, ZhijuX1-0/+2
2020-02-12BaseTools: Fixed build failure when using python38Fan, ZhijuX1-1/+1
2020-02-12BaseTools:fix Ecc tool issue for check StructPcdFan, ZhijuX1-2/+69
2020-02-12BaseTools: Remove caret in NASM_INC macroPierre Gondois1-3/+4
2020-02-12BaseTools: Rationalise makefile generationPierre Gondois4-94/+116
2020-02-09BaseTools: Fixed a Incremental build issueBob Feng1-1/+1
2020-02-07BaseTools/Build: Do not use Common.lib in Structured PCD appKinney, Michael D1-19/+23
2020-02-06BaseTools: Script for converting .aml to .hexPierre Gondois1-0/+156
2020-02-04BaseTools/DscBuildData: Fix PCD autogen include file conflictMichael D Kinney1-1/+17
2020-01-19BaseTools: Fixed a incremental build bugBob Feng3-4/+13
2020-01-15BaseTools/Capsule: Add capsule dependency supportLi, Aaron2-7/+464
2020-01-13BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX10-169/+261
2020-01-13BaseTools:Change the case rules for ECC check pointer namesFan, ZhijuX1-3/+4
2019-12-18BaseTools: Resolve a issue of Incremental buildBob Feng1-9/+2
2019-12-18BaseTools: Fix build failure when multiple build targets givenBob Feng3-2/+4
2019-12-10BaseTools: Remove redundant binary cache fileSteven Shi1-29/+0
2019-12-10BaseTools: Leverage compiler output to optimize binary cacheSteven Shi6-822/+714
2019-12-10BaseTools: enhance the CacheCopyFile method arg namesSteven Shi1-3/+3
2019-12-10BaseTools: store more complete output files in binary cacheSteven Shi1-16/+4
2019-12-10BaseTools: Enhance Basetool for incremental buildBob Feng4-73/+380
2019-12-10BaseTools: Generate dependent files for ASL and ASM filesBob Feng1-20/+95
2019-12-06BaseTools: Avoid "is" with a literal Python 3.8 warningsPhilippe Mathieu-Daude1-1/+1
2019-12-04BaseTools:Enhance the way to handling included dsc fileFan, ZhijuX1-39/+40
2019-11-25BaseTools:fix regression issue for platform .map fileFan, ZhijuX1-4/+4
2019-11-20BaseTools:Add [packages] section in dsc fileFan, ZhijuX8-7/+68
2019-11-13BaseTools: Fix build failure when using python38Ni, Ray1-1/+1
2019-11-13BaseTools: Enable MACRO for DSC Components section tagFeng, Bob C1-0/+1
2019-11-11BaseTools: Add YAML files with path env and tool extdepsSean Brogan1-0/+11
2019-11-08BaseTools: Add map file parsing support for CLANG9Zhiguang Liu2-6/+12
2019-10-23BaseTools: Do not call sys.setdefaultencoding with python 3Vitaly Cheptsov via Groups.Io1-1/+1
2019-10-18BaseTools: Fix an incremental build issue caused by macro in #includeLin, Derek (HPS SW)1-7/+11
2019-10-14BaseTools: Fix a bug of genffs command generationFeng, Bob C1-1/+2
2019-10-04BaseTools: strip trailing whitespaceLeif Lindholm3-3/+3
2019-10-04BaseTools: add missing newlines at end of filesLeif Lindholm3-3/+3
2019-10-04BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A1-3/+1
2019-09-29BaseTools: Fix the lib order in static_library_files.lstFeng, Bob C1-1/+1
2019-09-24BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C1-1/+5
2019-09-21Revert "BaseTools: Improve GetDependencyList function"Liming Gao1-16/+13
2019-09-19BaseTools:Fix the issue that build report failedFan, ZhijuX1-2/+11
2019-09-19BaseTools: Add more parameter checking for CopyFileOnChange()Steven Shi1-1/+2
2019-09-17BaseTools:Remove the unnecessary operation of renaming a file.Feng, Bob C1-20/+3