| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Change CLANG8ELF to CLANGDWARF | Ni, Ray | 2021-06-04 | 1 | -90/+91 |
* | BaseTools: Update ClangBase.lds to keep dynamic section | Ni, Ray | 2021-06-04 | 1 | -3/+2 |
* | BaseTools: Add new CLANG8ELF tool chain for new LLVM/CLANG8 | Liming Gao | 2021-06-04 | 1 | -0/+102 |
* | BaseTools: Update build_rule to skip CLANG resource section generation | Liming Gao | 2021-06-04 | 1 | -3/+2 |
* | BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image | Liming Gao | 2021-06-04 | 2 | -11/+6 |
* | BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size | Liming Gao | 2021-06-04 | 1 | -0/+79 |
* | BaseTools: build: Set ReturnCode on POSTBUILD fail | Garrett Kirkendall | 2021-05-21 | 1 | -0/+1 |
* | BaseTools: Add DTCPP_FLAGS for GCC5 RISCV64 toolchain | Daniel Schaefer | 2021-05-17 | 1 | -0/+1 |
* | BaseTools/Brotli: Fix compressed data loss issue | Chen, Christine | 2021-05-17 | 1 | -23/+38 |
* | BaseTools: Add support for version 3 of FMP Image Header structure | Sughosh Ganu | 2021-05-12 | 2 | -9/+24 |
* | BaseTools: Fix DSC override of Guided tool | Michael D Kinney | 2021-05-10 | 3 | -97/+190 |
* | BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issues | Michael D Kinney | 2021-05-03 | 3 | -30/+26 |
* | BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions] | Michael D Kinney | 2021-04-29 | 5 | -96/+230 |
* | BaseTools/GenMake: Sort generated makefile tool definitions | Michael D Kinney | 2021-04-27 | 1 | -4/+8 |
* | BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key present | Michael D Kinney | 2021-04-23 | 2 | -5/+15 |
* | BaseTools/Conf/tools_def.template: Remove redundant MAKE statements | Michael D Kinney | 2021-04-19 | 1 | -55/+0 |
* | BaseTools/Source/Python: Remove CPU architecture assumptions | Michael D Kinney | 2021-04-15 | 3 | -7/+5 |
* | BaseTools/Source/C: Remove CPU architecture assumptions | Michael D Kinney | 2021-04-15 | 2 | -6/+4 |
* | BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixes | Michael D Kinney | 2021-04-14 | 1 | -15/+21 |
* | BaseTools/Conf: Fix MAKE_FLAGS typos in tools_def.template | Michael D Kinney | 2021-04-12 | 1 | -8/+8 |
* | BaseTools/Ecc: Make Ecc only check first include guard | Pierre Gondois | 2021-03-18 | 1 | -3/+5 |
* | BaseTools: Modify struct parser for StructPcd | Yuwei Chen | 2021-03-08 | 1 | -0/+2 |
* | BaseTools: Adjust StructurePcd List Order. | Chen, Christine | 2021-03-08 | 1 | -3/+26 |
* | BaseTools: Update the NASM CI dependency | Bret Barkelew | 2021-03-08 | 1 | -1/+1 |
* | BaseTools: Align include guards policy | Pierre Gondois | 2021-02-26 | 2 | -2/+4 |
* | BaseTools: Fix BrotliCompress run issue on Linux | Yunhua Feng | 2021-02-22 | 3 | -31/+54 |
* | BaseTools: Fix the ending character for Linux script BuildEnv | Bob Feng | 2021-02-10 | 1 | -12/+12 |
* | BaseTools: Use pip module if available, CI uses it by default | Matthew Carlson | 2021-02-09 | 53 | -2/+714 |
* | BaseTools: fix the split output files root dir | Bob Feng | 2021-02-07 | 2 | -75/+87 |
* | BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception list | Kun Qin | 2021-02-01 | 1 | -0/+4 |
* | BaseTools: Add unittest for Split tool | Bob Feng | 2021-01-21 | 1 | -0/+111 |
* | BaseTools: Convert Split tool to python | Bob Feng | 2021-01-21 | 9 | -524/+223 |
* | BaseTools: Fix the build report crash issue | Bob Feng | 2021-01-14 | 1 | -7/+9 |
* | 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: Fix the improper error logging | Irene Park | 2021-01-06 | 1 | -1/+1 |
* | BaseTools: Fix the issue caused by tostring() removal on Py39 | Bob Feng | 2021-01-06 | 1 | -3/+20 |
* | BaseTools: Should always define PCD TOKEN value as Zero for static PCD | Yunhua Feng | 2020-12-23 | 1 | -2/+1 |
* | 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: Correct report the line number in INF file issue | Yunhua Feng | 2020-12-22 | 1 | -1/+1 |
* | BaseTools/Ecc: Allow init of function static variables | Pierre Gondois | 2020-12-22 | 1 | -1/+1 |
* | BaseTools: Fix crash in ECC when parsing incorrect header | Sami Mujawar | 2020-12-22 | 1 | -1/+4 |
* | BaseTools: Add comments in StructurePcd DSC file. | Chen, Christine | 2020-12-15 | 1 | -3/+12 |
* | BaseTools: Collect full Header files for struct finding. | Chen, Christine | 2020-11-30 | 1 | -6/+19 |
* | BaseTools: Resolve index out of range errors. | Mingyue Liang | 2020-11-19 | 1 | -1/+2 |
* | BaseTools: Fix BrotliCompress tool issue | Yunhua Feng | 2020-11-13 | 4 | -59/+576 |
* | BaseTools/VfrCompile: VFR compiler supports REST_STYLE in HII option | Abner Chang | 2020-11-11 | 1 | -3/+22 |
* | BaseTools: Limit command line length. | Mingyue Liang | 2020-11-10 | 2 | -9/+44 |
* | BaseTools: Update report map file format | Yunhua Feng | 2020-11-10 | 1 | -1/+1 |