summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
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-15BaseTools: Rename tool chain CLANG9 to CLANGPDBLiming Gao2-85/+85
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 BaseTools plugins to support CISean Brogan9-0/+483
2019-11-11BaseTools: Add YAML files with path env and tool extdepsSean Brogan10-0/+297
2019-11-11BaseTools: Add RC_PATH define for VS2017/2019Sean Brogan2-2/+26
2019-11-08BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched alreadyArd Biesheuvel1-0/+13
2019-11-08BaseTools: Add support for parseing map files generated by CLANG9 in GenFvZhiguang Liu1-5/+23
2019-11-08BaseTools: Add map file parsing support for CLANG9Zhiguang Liu2-6/+12
2019-10-24BaseTools GenFw: Fix the issue to update the wrong size as SectionSizeLiming Gao1-2/+6
2019-10-24BaseTools tools_def: Add CLANG9 tool chain to directly generate PE imageLiming Gao2-10/+118
2019-10-24BaseTools tools_def.template: Remove unnecessary $(DEST_DIR_DEBUG) pathLiming Gao1-11/+11
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 Lindholm10-18/+18
2019-10-04BaseTools: correct line endings for ConvertFce Python scriptLeif Lindholm1-5/+5
2019-10-04BaseTools: fix line endings in SetupGit.py Conf filesLeif Lindholm2-2/+2
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-10-01BaseTools: use stdint.h for GCC ProcessorBind.h typedefsLeif Lindholm1-13/+13
2019-09-30BaseTools/LzmaCompress: Fix the option "d" dictionary sizeZhang, Shenglei1-4/+8
2019-09-29BaseTools: Fix the lib order in static_library_files.lstFeng, Bob C1-1/+1
2019-09-27BaseTools:"--exclude" don't apply if parameter ends with separatorFan, ZhijuX1-0/+1
2019-09-24BaseTools: init DependencyHeaderFileSet for each MakeFile classFeng, Bob C1-1/+5
2019-09-23Add VS2019 Support on ToolSetup BatchesCheng, Ching JenX3-23/+116
2019-09-23Add VS2019 Toolchain defCheng, Ching JenX1-19/+201
2019-09-23BaseTools/LzmaCompress: Add two switchesZhang, Shenglei3-11/+38
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
2019-09-17BaseTools: remove unnecessary calls of os.existFeng, Bob C5-60/+63
2019-09-17BaseTools: Improve GetDependencyList functionFeng, Bob C1-13/+16
2019-09-17BaseTools:change some incorrect parameter defaultsFan, ZhijuX19-23/+60
2019-09-17BaseTools:Replace PlatformInfo with PlatformAutoGen for MoudleFan, ZhijuX1-0/+3
2019-09-12BaseTools: Fixed a bug of IgnoreAutoGenFeng, Bob C1-0/+1
2019-09-11BaseTools: Robustness for multiple build environmentsBurt Silverman1-0/+2
2019-09-11BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C7-11/+14
2019-09-11BaseTools: Fixed the build fail on Linux with --genfds-multi-threadFeng, Bob C1-1/+1
2019-09-11BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C4-7/+10
2019-09-10BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C2-1/+12
2019-09-10BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C6-136/+253
2019-09-10BaseTools: Fixed build clean regression issueFeng, Bob C1-5/+3
2019-09-10BaseTools: Fix a bug for Hii Pcd overrideBob Feng1-2/+2
2019-09-09BaseTools:ECC need to handle lower case 'static'Fan, ZhijuX4-4/+4
2019-09-09BaseTools:Ecc handle another copyright formatFan, ZhijuX1-1/+1
2019-09-04BaseTools/GenFw AARCH64: fix up GOT based relative relocationsArd Biesheuvel1-1/+27