Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | BaseTools: Bootable NVDIMM namespaces | Oleksiy Yakovlev | 1 | -0/+12 |
2020-05-15 | BaseTools: REST style formset | Oleksiy Yakovlev | 1 | -0/+1 |
2020-05-13 | BaseTools: Fix parse PCD GUID expression issue | Feng, YunhuaX | 1 | -5/+5 |
2020-05-13 | BaseTools/Ecc: Replace deprecated function time.clock() | Michael Kubacki | 1 | -2/+3 |
2020-04-29 | BaseTools: BaseTools changes for RISC-V platform. | Abner Chang | 2 | -4/+7 |
2020-04-29 | BaseTools: BaseTools changes for RISC-V platform. | Abner Chang | 8 | -13/+580 |
2020-04-23 | BaseTools:Add the spare space FV image size checker | Fan, Zhiju | 2 | -0/+49 |
2020-04-16 | BaseTools: Make brotli a submodule | Shenglei Zhang | 89 | -35213/+53 |
2020-03-31 | BaseTools:GuidedSectionTools.txt is not generated correctly | Fan, ZhijuX | 2 | -14/+5 |
2020-03-24 | BaseTools:Fix build tools print traceback info issue | Fan, ZhijuX | 1 | -3/+0 |
2020-03-24 | BaseTools:fix issue for decode the stdout/stderr byte arrays | Fan, ZhijuX | 1 | -1/+1 |
2020-03-12 | BaseTools:copy the common PcdValueCommon.c to output directory | Fan, ZhijuX | 1 | -2/+11 |
2020-03-02 | BaseTools: Remove invalid leading space before !INCLUDE in Makefile | Bob Feng | 1 | -8/+8 |
2020-02-13 | BaseTools:build failure in CLANGPDB tool chain | Fan, ZhijuX | 1 | -0/+2 |
2020-02-12 | BaseTools: Fixed build failure when using python38 | Fan, ZhijuX | 1 | -1/+1 |
2020-02-12 | BaseTools:fix Ecc tool issue for check StructPcd | Fan, ZhijuX | 1 | -2/+69 |
2020-02-12 | BaseTools: Remove caret in NASM_INC macro | Pierre Gondois | 1 | -3/+4 |
2020-02-12 | BaseTools: Rationalise makefile generation | Pierre Gondois | 4 | -94/+116 |
2020-02-09 | BaseTools: Fixed a Incremental build issue | Bob Feng | 1 | -1/+1 |
2020-02-07 | BaseTools/PcdValueCommon: Fix 64-bit host compiler error | Sean Brogan | 1 | -1/+1 |
2020-02-07 | BaseTools/Build: Do not use Common.lib in Structured PCD app | Kinney, Michael D | 3 | -23/+25 |
2020-02-06 | BaseTools: Script for converting .aml to .hex | Pierre Gondois | 1 | -0/+156 |
2020-02-04 | BaseTools/DscBuildData: Fix PCD autogen include file conflict | Michael D Kinney | 1 | -1/+17 |
2020-01-19 | BaseTools: Fixed a incremental build bug | Bob Feng | 3 | -4/+13 |
2020-01-15 | BaseTools/Capsule: Add capsule dependency support | Li, Aaron | 2 | -7/+464 |
2020-01-13 | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 10 | -169/+261 |
2020-01-13 | BaseTools:Change the case rules for ECC check pointer names | Fan, ZhijuX | 1 | -3/+4 |
2019-12-23 | edksetup.bat stuck on unicode locale Windows | Park, Aiden | 1 | -1/+1 |
2019-12-18 | BaseTools: Resolve a issue of Incremental build | Bob Feng | 1 | -9/+2 |
2019-12-18 | BaseTools: Fix build failure when multiple build targets given | Bob Feng | 3 | -2/+4 |
2019-12-10 | BaseTools: Remove redundant binary cache file | Steven Shi | 1 | -29/+0 |
2019-12-10 | BaseTools: Leverage compiler output to optimize binary cache | Steven Shi | 6 | -822/+714 |
2019-12-10 | BaseTools: enhance the CacheCopyFile method arg names | Steven Shi | 1 | -3/+3 |
2019-12-10 | BaseTools: store more complete output files in binary cache | Steven Shi | 1 | -16/+4 |
2019-12-10 | BaseTools: Enhance Basetool for incremental build | Bob Feng | 4 | -73/+380 |
2019-12-10 | BaseTools: Generate dependent files for ASL and ASM files | Bob Feng | 1 | -20/+95 |
2019-12-06 | BaseTools: Avoid "is" with a literal Python 3.8 warnings | Philippe Mathieu-Daude | 1 | -1/+1 |
2019-12-04 | BaseTools:Enhance the way to handling included dsc file | Fan, ZhijuX | 1 | -39/+40 |
2019-11-25 | BaseTools:fix regression issue for platform .map file | Fan, ZhijuX | 1 | -4/+4 |
2019-11-20 | BaseTools:Add [packages] section in dsc file | Fan, ZhijuX | 8 | -7/+68 |
2019-11-13 | BaseTools: Fix build failure when using python38 | Ni, Ray | 1 | -1/+1 |
2019-11-13 | BaseTools: Enable MACRO for DSC Components section tag | Feng, Bob C | 1 | -0/+1 |
2019-11-11 | BaseTools: Add YAML files with path env and tool extdeps | Sean Brogan | 1 | -0/+11 |
2019-11-08 | BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched already | Ard Biesheuvel | 1 | -0/+13 |
2019-11-08 | BaseTools: Add support for parseing map files generated by CLANG9 in GenFv | Zhiguang Liu | 1 | -5/+23 |
2019-11-08 | BaseTools: Add map file parsing support for CLANG9 | Zhiguang Liu | 2 | -6/+12 |
2019-10-24 | BaseTools GenFw: Fix the issue to update the wrong size as SectionSize | Liming Gao | 1 | -2/+6 |
2019-10-23 | BaseTools: Do not call sys.setdefaultencoding with python 3 | Vitaly Cheptsov via Groups.Io | 1 | -1/+1 |
2019-10-18 | BaseTools: Fix an incremental build issue caused by macro in #include | Lin, Derek (HPS SW) | 1 | -7/+11 |
2019-10-14 | BaseTools: Fix a bug of genffs command generation | Feng, Bob C | 1 | -1/+2 |