summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix build failure when multiple build targets givenBob Feng2019-12-183-2/+4
* BaseTools: Remove redundant binary cache fileSteven Shi2019-12-101-29/+0
* BaseTools: Leverage compiler output to optimize binary cacheSteven Shi2019-12-106-822/+714
* BaseTools: enhance the CacheCopyFile method arg namesSteven Shi2019-12-101-3/+3
* BaseTools: store more complete output files in binary cacheSteven Shi2019-12-101-16/+4
* BaseTools: Enhance Basetool for incremental buildBob Feng2019-12-104-73/+380
* BaseTools: Generate dependent files for ASL and ASM filesBob Feng2019-12-101-20/+95
* BaseTools: Avoid "is" with a literal Python 3.8 warningsPhilippe Mathieu-Daude2019-12-061-1/+1
* BaseTools:Enhance the way to handling included dsc fileFan, ZhijuX2019-12-041-39/+40
* BaseTools:fix regression issue for platform .map fileFan, ZhijuX2019-11-251-4/+4
* BaseTools:Add [packages] section in dsc fileFan, ZhijuX2019-11-208-7/+68
* BaseTools: Fix build failure when using python38Ni, Ray2019-11-131-1/+1
* BaseTools: Enable MACRO for DSC Components section tagFeng, Bob C2019-11-131-0/+1
* BaseTools: Add YAML files with path env and tool extdepsSean Brogan2019-11-111-0/+11
* BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched alreadyArd Biesheuvel2019-11-081-0/+13
* BaseTools: Add support for parseing map files generated by CLANG9 in GenFvZhiguang Liu2019-11-081-5/+23
* BaseTools: Add map file parsing support for CLANG9Zhiguang Liu2019-11-082-6/+12
* BaseTools GenFw: Fix the issue to update the wrong size as SectionSizeLiming Gao2019-10-241-2/+6
* BaseTools: Do not call sys.setdefaultencoding with python 3Vitaly Cheptsov via Groups.Io2019-10-231-1/+1
* BaseTools: Fix an incremental build issue caused by macro in #includeLin, Derek (HPS SW)2019-10-181-7/+11
* BaseTools: Fix a bug of genffs command generationFeng, Bob C2019-10-141-1/+2
* BaseTools: strip trailing whitespaceLeif Lindholm2019-10-0410-18/+18
* BaseTools: add missing newlines at end of filesLeif Lindholm2019-10-043-3/+3
* BaseTools: Fix GenMake multi-workspace failureKubacki, Michael A2019-10-041-3/+1
* BaseTools: use stdint.h for GCC ProcessorBind.h typedefsLeif Lindholm2019-10-011-13/+13
* BaseTools/LzmaCompress: Fix the option "d" dictionary sizeZhang, Shenglei2019-09-301-4/+8
* BaseTools: Fix the lib order in static_library_files.lstFeng, Bob C2019-09-291-1/+1
* BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C2019-09-241-1/+5
* BaseTools/LzmaCompress: Add two switchesZhang, Shenglei2019-09-233-11/+38
* Revert "BaseTools: Improve GetDependencyList function"Liming Gao2019-09-211-16/+13
* BaseTools:Fix the issue that build report failedFan, ZhijuX2019-09-191-2/+11
* BaseTools: Add more parameter checking for CopyFileOnChange()Steven Shi2019-09-191-1/+2
* BaseTools:Remove the unnecessary operation of renaming a file.Feng, Bob C2019-09-171-20/+3
* BaseTools: remove unnecessary calls of os.existFeng, Bob C2019-09-175-60/+63
* BaseTools: Improve GetDependencyList functionFeng, Bob C2019-09-171-13/+16
* BaseTools:change some incorrect parameter defaultsFan, ZhijuX2019-09-1719-23/+60
* BaseTools:Replace PlatformInfo with PlatformAutoGen for MoudleFan, ZhijuX2019-09-171-0/+3
* BaseTools: Fixed a bug of IgnoreAutoGenFeng, Bob C2019-09-121-0/+1
* BaseTools: Robustness for multiple build environmentsBurt Silverman2019-09-111-0/+2
* BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2019-09-117-11/+14
* BaseTools: Fixed the build fail on Linux with --genfds-multi-threadFeng, Bob C2019-09-111-1/+1
* BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C2019-09-114-7/+10
* BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C2019-09-102-1/+12
* BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C2019-09-106-136/+253
* BaseTools: Fixed build clean regression issueFeng, Bob C2019-09-101-5/+3
* BaseTools: Fix a bug for Hii Pcd overrideBob Feng2019-09-101-2/+2
* BaseTools:ECC need to handle lower case 'static'Fan, ZhijuX2019-09-094-4/+4
* BaseTools:Ecc handle another copyright formatFan, ZhijuX2019-09-091-1/+1
* BaseTools/GenFw AARCH64: fix up GOT based relative relocationsArd Biesheuvel2019-09-041-1/+27
* BaseTools: Update GenFw tool to support -e -z option togetherLiming Gao2019-09-041-2/+15