summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2022-03-01BaseTools: Upgrade the version of NASM toolJason1-3/+3
2022-02-15BaseTools: Update brotli submoduleBob Feng3-1/+17
2022-02-10BaseTools: Update CLANG{35,38}_WARNING_OVERRIDES to ignore unused varsedk2-stable202202-rc1Rebecca Cran1-2/+2
2022-02-07BaseTools: Fix error leg in DscBuildData.pyJake Garver via groups.io1-1/+1
2022-02-07BaseTools/Conf: Add new macro for customizing dll file reduction.Wei6 Xu2-1/+2
2022-01-13BaseTools: Fix wrong variable header sizeChen, Lin Z1-1/+5
2021-12-28BaseTools: Fix the bug of --cmd-len build optionBob Feng2-0/+3
2021-12-09BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one ofHuang, Long12-1/+4
2021-12-09BaseTools: Increase the DevicePath length for support more PCD value.Jiang, Xiaolu1-1/+1
2021-11-11BaseTools: Add authenticated variable store supportChen, Lin Z3-3/+59
2021-11-08BaseTools: Fix StructurePcd offset error.Yuwei Chen1-2/+2
2021-11-03BaseTools/VrfCompile: Fix uninitialized field from unnamed fieldMichael D Kinney1-2/+2
2021-10-14BaseTools: add edk2-test repo to SetupGit.pyHeinrich Schuchardt1-1/+4
2021-10-13BaseTools: Change RealPath to AbsPathChen, Christine3-6/+6
2021-09-29BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois5-14/+10
2021-09-29BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois3-5/+0
2021-09-29BaseTools/build: Set MakefileNamePierre Gondois1-1/+4
2021-09-29BaseTools/GenMake: Use ToolDefinition as fallback optionPierre Gondois1-4/+4
2021-09-29BaseTools: Switch to downloading the AARCH64 compiler from Arm's siteRebecca Cran2-6/+6
2021-09-29BaseTools: Switch to downloading the ARM compiler from Arm's siteRebecca Cran2-6/+6
2021-08-11GenFv: Arm: support images entered in Thumb modeEtienne Carriere1-9/+29
2021-08-02BaseTools: use shutil.copyfile instead shutil.copy2Bob Feng1-4/+4
2021-08-02BaseTools: Drop check for distutils.utilsCole1-7/+0
2021-08-02python: Replace distutils.utils.split_quotes with shlex.splitCole2-4/+4
2021-08-02build: Fix python3.10 threading DeprecationWarningsCole1-24/+24
2021-07-26BaseTools: Remove COMMON section from the GCC discard listChristopher Zurcher1-1/+0
2021-07-22BaseTools/Scripts: Allow GitHub ID at end Maintainers.txt linesMichael D Kinney1-2/+4
2021-07-22BaseTools/Scripts: Fix GetMaintainer.py line endingsMichael D Kinney1-190/+190
2021-07-21BaseTools GenFw: Add support for R_RISCV_PCREL_LO12_S relocationSunil V L1-0/+55
2021-07-12BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng5-131/+73
2021-07-12BaseTools: Remove non-ascii character of StructurePcd commentChen, Christine1-1/+9
2021-07-09BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.pyMichael D Kinney1-6/+12
2021-06-29BaseTools GenFw: Add support for RISCV GOT/PLT relocationsSunil V L1-6/+53
2021-06-25BaseTools: Reset ERRORLEVEL in toolsetup.bat after edk2basetools checkRebecca Cran1-0/+2
2021-06-25BaseTools: Fix spelling of "overwrite" and "overwriting" in toolset.batRebecca Cran1-3/+3
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