summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools GenFw: Keep read only alloc section as text when convert ELFgaoliming2021-06-162-2/+4
* BaseTools GenFw: Fix regression issue to convert the image to ACPI dataLiming Gao2021-06-062-2/+2
* BaseTools: Change CLANG8ELF to CLANGDWARFNi, Ray2021-06-041-90/+91
* BaseTools: Update ClangBase.lds to keep dynamic sectionNi, Ray2021-06-041-3/+2
* BaseTools: Add new CLANG8ELF tool chain for new LLVM/CLANG8Liming Gao2021-06-041-0/+102
* BaseTools: Update build_rule to skip CLANG resource section generationLiming Gao2021-06-041-3/+2
* BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF imageLiming Gao2021-06-042-11/+6
* BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-sizeLiming Gao2021-06-041-0/+79
* BaseTools: build: Set ReturnCode on POSTBUILD failGarrett Kirkendall2021-05-211-0/+1
* BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchainDaniel Schaefer2021-05-171-0/+1
* BaseTools/Brotli: Fix compressed data loss issueChen, Christine2021-05-171-23/+38
* BaseTools: Add support for version 3 of FMP Image Header structureSughosh Ganu2021-05-122-9/+24
* BaseTools: Fix DSC override of Guided toolMichael D Kinney2021-05-103-97/+190
* BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issuesMichael D Kinney2021-05-033-30/+26
* BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney2021-04-295-96/+230
* BaseTools/GenMake: Sort generated makefile tool definitionsMichael D Kinney2021-04-271-4/+8
* BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key presentMichael D Kinney2021-04-232-5/+15
* BaseTools/Conf/tools_def.template: Remove redundant MAKE statementsMichael D Kinney2021-04-191-55/+0
* BaseTools/Source/Python: Remove CPU architecture assumptionsMichael D Kinney2021-04-153-7/+5
* BaseTools/Source/C: Remove CPU architecture assumptionsMichael D Kinney2021-04-152-6/+4
* BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixesMichael D Kinney2021-04-141-15/+21
* BaseTools/Conf: Fix MAKE_FLAGS typos in tools_def.templateMichael D Kinney2021-04-121-8/+8
* BaseTools/Ecc: Make Ecc only check first include guardPierre Gondois2021-03-181-3/+5
* BaseTools: Modify struct parser for StructPcdYuwei Chen2021-03-081-0/+2
* BaseTools: Adjust StructurePcd List Order.Chen, Christine2021-03-081-3/+26
* BaseTools: Update the NASM CI dependencyBret Barkelew2021-03-081-1/+1
* BaseTools: Align include guards policyPierre Gondois2021-02-262-2/+4
* BaseTools: Fix BrotliCompress run issue on LinuxYunhua Feng2021-02-223-31/+54
* BaseTools: Fix the ending character for Linux script BuildEnvBob Feng2021-02-101-12/+12
* BaseTools: Use pip module if available, CI uses it by defaultMatthew Carlson2021-02-0953-2/+714
* BaseTools: fix the split output files root dirBob Feng2021-02-072-75/+87
* BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception listKun Qin2021-02-011-0/+4
* BaseTools: Add unittest for Split toolBob Feng2021-01-211-0/+111
* BaseTools: Convert Split tool to pythonBob Feng2021-01-219-524/+223
* BaseTools: Fix the build report crash issueBob Feng2021-01-141-7/+9
* BaseTools LzmaCompress: Update LZMA to new 19.00 versionLiu, WeiX C2021-01-0812-575/+877
* BaseTools/CommonLib.h: Build failed due to MAX_LONG_FILE_PATHEnze Zhu2021-01-061-0/+8
* BaseTools: Fix the improper error loggingIrene Park2021-01-061-1/+1
* BaseTools: Fix the issue caused by tostring() removal on Py39Bob Feng2021-01-061-3/+20
* BaseTools: Should always define PCD TOKEN value as Zero for static PCDYunhua Feng2020-12-231-2/+1
* BaseTools/EfiRom: remove redundant checking of argcwenyi,xie via groups.io2020-12-221-1/+1
* BaseTools/GenFfs: Optimazing else if statementwenyi,xie via groups.io2020-12-221-6/+5
* BaseTools: Correct report the line number in INF file issueYunhua Feng2020-12-221-1/+1
* BaseTools/Ecc: Allow init of function static variablesPierre Gondois2020-12-221-1/+1
* BaseTools: Fix crash in ECC when parsing incorrect headerSami Mujawar2020-12-221-1/+4
* BaseTools: Add comments in StructurePcd DSC file.Chen, Christine2020-12-151-3/+12
* BaseTools: Collect full Header files for struct finding.Chen, Christine2020-11-301-6/+19
* BaseTools: Resolve index out of range errors.Mingyue Liang2020-11-191-1/+2
* BaseTools: Fix BrotliCompress tool issueYunhua Feng2020-11-134-59/+576
* BaseTools/VfrCompile: VFR compiler supports REST_STYLE in HII optionAbner Chang2020-11-111-3/+22