| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Fix DevicePath tool build failure issue | Feng, Bob C | 2022-04-12 | 1 | -0/+5 |
* | Basetools: turn off gcc12 warning | Gerd Hoffmann | 2022-03-28 | 1 | -0/+3 |
* | BaseTools: fix gcc12 warning | Gerd Hoffmann | 2022-03-28 | 1 | -1/+2 |
* | BaseTools: fix gcc12 warning | Gerd Hoffmann | 2022-03-28 | 2 | -2/+2 |
* | BaseTools/GenFw: Enhance GenFw to support PRM GCC build | Huang, Li-Xia | 2022-03-16 | 5 | -5/+315 |
* | BaseTools: Update brotli submodule | Bob Feng | 2022-02-15 | 3 | -1/+17 |
* | BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one of | Huang, Long1 | 2021-12-09 | 2 | -1/+4 |
* | BaseTools: Increase the DevicePath length for support more PCD value. | Jiang, Xiaolu | 2021-12-09 | 1 | -1/+1 |
* | BaseTools/VrfCompile: Fix uninitialized field from unnamed field | Michael D Kinney | 2021-11-03 | 1 | -2/+2 |
* | GenFv: Arm: support images entered in Thumb mode | Etienne Carriere | 2021-08-11 | 1 | -9/+29 |
* | BaseTools GenFw: Add support for R_RISCV_PCREL_LO12_S relocation | Sunil V L | 2021-07-21 | 1 | -0/+55 |
* | BaseTools GenFw: Add support for RISCV GOT/PLT relocations | Sunil V L | 2021-06-29 | 1 | -6/+53 |
* | BaseTools GenFw: Keep read only alloc section as text when convert ELF | gaoliming | 2021-06-16 | 2 | -2/+4 |
* | BaseTools GenFw: Fix regression issue to convert the image to ACPI data | Liming Gao | 2021-06-06 | 2 | -2/+2 |
* | BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image | Liming Gao | 2021-06-04 | 2 | -11/+6 |
* | BaseTools/Brotli: Fix compressed data loss issue | Chen, Christine | 2021-05-17 | 1 | -23/+38 |
* | BaseTools/Source/C: Remove CPU architecture assumptions | Michael D Kinney | 2021-04-15 | 2 | -6/+4 |
* | BaseTools: Convert Split tool to python | Bob Feng | 2021-01-21 | 5 | -501/+0 |
* | BaseTools LzmaCompress: Update LZMA to new 19.00 version | Liu, WeiX C | 2021-01-08 | 12 | -575/+877 |
* | BaseTools/CommonLib.h: Build failed due to MAX_LONG_FILE_PATH | Enze Zhu | 2021-01-06 | 1 | -0/+8 |
* | BaseTools/EfiRom: remove redundant checking of argc | wenyi,xie via groups.io | 2020-12-22 | 1 | -1/+1 |
* | BaseTools/GenFfs: Optimazing else if statement | wenyi,xie via groups.io | 2020-12-22 | 1 | -6/+5 |
* | BaseTools: Fix BrotliCompress tool issue | Yunhua Feng | 2020-11-13 | 3 | -4/+576 |
* | BaseTools/VfrCompile: VFR compiler supports REST_STYLE in HII option | Abner Chang | 2020-11-11 | 1 | -3/+22 |
* | BaseTools: Add image type into generate map file | Yunhua Feng | 2020-11-10 | 1 | -1/+6 |
* | BaseTools: Fix BaseTools nmake cleanall hang issue | fengyunhua | 2020-11-06 | 1 | -1/+4 |
* | BaseTools: Fix PcdValueInit tool build issue with VS compiler x64 | Bob Feng | 2020-10-26 | 1 | -1/+1 |
* | BaseTools: Move C tool flags before the common flags | gaoliming | 2020-10-10 | 1 | -1/+1 |
* | BaseTools: Copy PACKED definition from MdePkg Base.h | gaoliming | 2020-10-10 | 1 | -0/+10 |
* | BaseTools: Add RISCV64 binding | Nikita | 2020-09-29 | 3 | -0/+94 |
* | BaseTools/VolInfo: Fix spelling mistake | Michael D Kinney | 2020-08-05 | 1 | -1/+1 |
* | BaseTools/GenSec: Fix spelling mistake | Michael D Kinney | 2020-08-03 | 1 | -1/+1 |
* | BaseTools/PeCoffLoaderEx: Remove the unused local variable | Abner Chang | 2020-07-29 | 1 | -3/+0 |
* | Using LLVM compiler set to build BaseTools in Linux | Liu, Zhiguang | 2020-07-21 | 4 | -4/+32 |
* | BaseTools GenFv: Report the correct spare FV image size | Liming Gao | 2020-06-11 | 1 | -0/+13 |
* | BaseTools: Bootable NVDIMM namespaces | Oleksiy Yakovlev | 2020-05-15 | 1 | -0/+12 |
* | BaseTools: REST style formset | Oleksiy Yakovlev | 2020-05-15 | 1 | -0/+1 |
* | BaseTools: BaseTools changes for RISC-V platform. | Abner Chang | 2020-04-29 | 8 | -13/+580 |
* | BaseTools: Make brotli a submodule | Shenglei Zhang | 2020-04-16 | 89 | -35213/+53 |
* | BaseTools/PcdValueCommon: Fix 64-bit host compiler error | Sean Brogan | 2020-02-07 | 1 | -1/+1 |
* | BaseTools/Build: Do not use Common.lib in Structured PCD app | Kinney, Michael D | 2020-02-07 | 2 | -4/+2 |
* | edksetup.bat stuck on unicode locale Windows | Park, Aiden | 2019-12-23 | 1 | -1/+1 |
* | BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched already | Ard Biesheuvel | 2019-11-08 | 1 | -0/+13 |
* | BaseTools: Add support for parseing map files generated by CLANG9 in GenFv | Zhiguang Liu | 2019-11-08 | 1 | -5/+23 |
* | BaseTools GenFw: Fix the issue to update the wrong size as SectionSize | Liming Gao | 2019-10-24 | 1 | -2/+6 |
* | BaseTools: strip trailing whitespace | Leif Lindholm | 2019-10-04 | 7 | -15/+15 |
* | BaseTools: use stdint.h for GCC ProcessorBind.h typedefs | Leif Lindholm | 2019-10-01 | 1 | -13/+13 |
* | BaseTools/LzmaCompress: Fix the option "d" dictionary size | Zhang, Shenglei | 2019-09-30 | 1 | -4/+8 |
* | BaseTools/LzmaCompress: Add two switches | Zhang, Shenglei | 2019-09-23 | 3 | -11/+38 |
* | BaseTools: Robustness for multiple build environments | Burt Silverman | 2019-09-11 | 1 | -0/+2 |