| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools/PeCoffLoaderEx: Remove the unused local variable | Abner Chang | 2020-07-29 | 1 | -3/+0 |
* | BaseTools: Fix binary file not generate map file issue | Feng, YunhuaX | 2020-07-23 | 1 | -1/+1 |
* | Using LLVM compiler set to build BaseTools in Linux | Liu, Zhiguang | 2020-07-21 | 4 | -4/+32 |
* | BaseTools: Remove the file timestamp checking during parsing | Bob Feng | 2020-07-21 | 2 | -26/+2 |
* | BaseTools: Add Guid name support in GenFfs. | Yuwei Chen | 2020-07-17 | 3 | -1/+38 |
* | BaseTools/Python: Allow HOST_APPLICATION to use NULL libraries | Michael D Kinney | 2020-07-15 | 1 | -2/+2 |
* | BaseTools: Fix string concatenation | Pierre Gondois | 2020-07-02 | 1 | -1/+1 |
* | BaseTools: Compile AML bytecode arrays into .obj file | Pierre Gondois | 2020-07-02 | 1 | -48/+34 |
* | BaseTools: Rename AmlToHex script to AmlToC | Pierre Gondois | 2020-07-02 | 1 | -0/+0 |
* | BaseTools: Generate multiple rules when multiple output files | Pierre Gondois | 2020-07-02 | 2 | -17/+27 |
* | BaseTools GenFv: Report the correct spare FV image size | Liming Gao | 2020-06-11 | 1 | -0/+13 |
* | BaseTools: Warn user the file not found issue instead of break build. | Bob Feng | 2020-06-07 | 1 | -2/+4 |
* | BaseTools/build.py: Exit with 1 when AutoGen error occurred | Irene Park | 2020-06-07 | 1 | -2/+4 |
* | 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: Fix parse PCD GUID expression issue | Feng, YunhuaX | 2020-05-13 | 1 | -5/+5 |
* | BaseTools/Ecc: Replace deprecated function time.clock() | Michael Kubacki | 2020-05-13 | 1 | -2/+3 |
* | BaseTools: BaseTools changes for RISC-V platform. | Abner Chang | 2020-04-29 | 2 | -4/+7 |
* | BaseTools: BaseTools changes for RISC-V platform. | Abner Chang | 2020-04-29 | 8 | -13/+580 |
* | BaseTools:Add the spare space FV image size checker | Fan, Zhiju | 2020-04-23 | 2 | -0/+49 |
* | BaseTools: Make brotli a submodule | Shenglei Zhang | 2020-04-16 | 89 | -35213/+53 |
* | BaseTools:GuidedSectionTools.txt is not generated correctly | Fan, ZhijuX | 2020-03-31 | 2 | -14/+5 |
* | BaseTools:Fix build tools print traceback info issue | Fan, ZhijuX | 2020-03-24 | 1 | -3/+0 |
* | BaseTools:fix issue for decode the stdout/stderr byte arrays | Fan, ZhijuX | 2020-03-24 | 1 | -1/+1 |
* | BaseTools:copy the common PcdValueCommon.c to output directory | Fan, ZhijuX | 2020-03-12 | 1 | -2/+11 |
* | BaseTools: Remove invalid leading space before !INCLUDE in Makefile | Bob Feng | 2020-03-02 | 1 | -8/+8 |
* | BaseTools:build failure in CLANGPDB tool chain | Fan, ZhijuX | 2020-02-13 | 1 | -0/+2 |
* | BaseTools: Fixed build failure when using python38 | Fan, ZhijuX | 2020-02-12 | 1 | -1/+1 |
* | BaseTools:fix Ecc tool issue for check StructPcd | Fan, ZhijuX | 2020-02-12 | 1 | -2/+69 |
* | BaseTools: Remove caret in NASM_INC macro | Pierre Gondois | 2020-02-12 | 1 | -3/+4 |
* | BaseTools: Rationalise makefile generation | Pierre Gondois | 2020-02-12 | 4 | -94/+116 |
* | BaseTools: Fixed a Incremental build issue | Bob Feng | 2020-02-09 | 1 | -1/+1 |
* | 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 | 3 | -23/+25 |
* | BaseTools: Script for converting .aml to .hex | Pierre Gondois | 2020-02-06 | 1 | -0/+156 |
* | BaseTools/DscBuildData: Fix PCD autogen include file conflict | Michael D Kinney | 2020-02-04 | 1 | -1/+17 |
* | BaseTools: Fixed a incremental build bug | Bob Feng | 2020-01-19 | 3 | -4/+13 |
* | BaseTools/Capsule: Add capsule dependency support | Li, Aaron | 2020-01-15 | 2 | -7/+464 |
* | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 2020-01-13 | 10 | -169/+261 |
* | BaseTools:Change the case rules for ECC check pointer names | Fan, ZhijuX | 2020-01-13 | 1 | -3/+4 |
* | edksetup.bat stuck on unicode locale Windows | Park, Aiden | 2019-12-23 | 1 | -1/+1 |
* | BaseTools: Resolve a issue of Incremental build | Bob Feng | 2019-12-18 | 1 | -9/+2 |
* | BaseTools: Fix build failure when multiple build targets given | Bob Feng | 2019-12-18 | 3 | -2/+4 |
* | BaseTools: Remove redundant binary cache file | Steven Shi | 2019-12-10 | 1 | -29/+0 |
* | BaseTools: Leverage compiler output to optimize binary cache | Steven Shi | 2019-12-10 | 6 | -822/+714 |
* | BaseTools: enhance the CacheCopyFile method arg names | Steven Shi | 2019-12-10 | 1 | -3/+3 |
* | BaseTools: store more complete output files in binary cache | Steven Shi | 2019-12-10 | 1 | -16/+4 |
* | BaseTools: Enhance Basetool for incremental build | Bob Feng | 2019-12-10 | 4 | -73/+380 |
* | BaseTools: Generate dependent files for ASL and ASM files | Bob Feng | 2019-12-10 | 1 | -20/+95 |
* | BaseTools: Avoid "is" with a literal Python 3.8 warnings | Philippe Mathieu-Daude | 2019-12-06 | 1 | -1/+1 |