summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2021-06-25BaseTools: Remove check for Split.exe in toolset.batRebecca Cran1-1/+0
2021-06-16BaseTools GenFw: Keep read only alloc section as text when convert ELFgaoliming2-2/+4
2021-06-06BaseTools GenFw: Fix regression issue to convert the image to ACPI dataLiming Gao2-2/+2
2021-06-04BaseTools: Change CLANG8ELF to CLANGDWARFNi, Ray1-90/+91
2021-06-04BaseTools: Update ClangBase.lds to keep dynamic sectionNi, Ray1-3/+2
2021-06-04BaseTools: Add new CLANG8ELF tool chain for new LLVM/CLANG8Liming Gao1-0/+102
2021-06-04BaseTools: Update build_rule to skip CLANG resource section generationLiming Gao1-3/+2
2021-06-04BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF imageLiming Gao2-11/+6
2021-06-04BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-sizeLiming Gao1-0/+79
2021-05-21BaseTools: build: Set ReturnCode on POSTBUILD failGarrett Kirkendall1-0/+1
2021-05-17BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchainDaniel Schaefer1-0/+1
2021-05-17BaseTools/Brotli: Fix compressed data loss issueChen, Christine1-23/+38
2021-05-12BaseTools: Add support for version 3 of FMP Image Header structureSughosh Ganu2-9/+24
2021-05-10BaseTools: Fix DSC override of Guided toolMichael D Kinney3-97/+190
2021-05-03BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issuesMichael D Kinney3-30/+26
2021-04-29BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney5-96/+230
2021-04-27BaseTools/GenMake: Sort generated makefile tool definitionsMichael D Kinney1-4/+8
2021-04-23BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key presentMichael D Kinney2-5/+15
2021-04-19BaseTools/Conf/tools_def.template: Remove redundant MAKE statementsMichael D Kinney1-55/+0
2021-04-15BaseTools/Source/Python: Remove CPU architecture assumptionsMichael D Kinney3-7/+5
2021-04-15BaseTools/Source/C: Remove CPU architecture assumptionsMichael D Kinney2-6/+4
2021-04-14BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixesMichael D Kinney1-15/+21
2021-04-12BaseTools/Conf: Fix MAKE_FLAGS typos in tools_def.templateMichael D Kinney1-8/+8
2021-03-18BaseTools/Ecc: Make Ecc only check first include guardPierre Gondois1-3/+5
2021-03-08BaseTools: Modify struct parser for StructPcdYuwei Chen1-0/+2
2021-03-08BaseTools: Adjust StructurePcd List Order.Chen, Christine1-3/+26
2021-03-08BaseTools: Update the NASM CI dependencyBret Barkelew1-1/+1
2021-02-26BaseTools: Align include guards policyPierre Gondois2-2/+4
2021-02-22BaseTools: Fix BrotliCompress run issue on LinuxYunhua Feng3-31/+54
2021-02-10BaseTools: Fix the ending character for Linux script BuildEnvBob Feng1-12/+12
2021-02-09BaseTools: Use pip module if available, CI uses it by defaultMatthew Carlson53-2/+714
2021-02-07BaseTools: fix the split output files root dirBob Feng2-75/+87
2021-02-01BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception listKun Qin1-0/+4
2021-01-21BaseTools: Add unittest for Split toolBob Feng1-0/+111
2021-01-21BaseTools: Convert Split tool to pythonBob Feng9-524/+223
2021-01-14BaseTools: Fix the build report crash issueBob Feng1-7/+9
2021-01-08BaseTools LzmaCompress: Update LZMA to new 19.00 versionLiu, WeiX C12-575/+877
2021-01-06BaseTools/CommonLib.h: Build failed due to MAX_LONG_FILE_PATHEnze Zhu1-0/+8
2021-01-06BaseTools: Fix the improper error loggingIrene Park1-1/+1
2021-01-06BaseTools: Fix the issue caused by tostring() removal on Py39Bob Feng1-3/+20
2020-12-23BaseTools: Should always define PCD TOKEN value as Zero for static PCDYunhua Feng1-2/+1
2020-12-22BaseTools/EfiRom: remove redundant checking of argcwenyi,xie via groups.io1-1/+1
2020-12-22BaseTools/GenFfs: Optimazing else if statementwenyi,xie via groups.io1-6/+5
2020-12-22BaseTools: Correct report the line number in INF file issueYunhua Feng1-1/+1
2020-12-22BaseTools/Ecc: Allow init of function static variablesPierre Gondois1-1/+1
2020-12-22BaseTools: Fix crash in ECC when parsing incorrect headerSami Mujawar1-1/+4
2020-12-15BaseTools: Add comments in StructurePcd DSC file.Chen, Christine1-3/+12
2020-11-30BaseTools: Collect full Header files for struct finding.Chen, Christine1-6/+19
2020-11-19BaseTools: Resolve index out of range errors.Mingyue Liang1-1/+2
2020-11-13BaseTools: Fix BrotliCompress tool issueYunhua Feng4-59/+576