Age | Commit message (Expand) | Author | Files | Lines |
2021-01-14 | BaseTools: Fix the build report crash issue | Bob Feng | 1 | -7/+9 |
2021-01-06 | BaseTools: Fix the improper error logging | Irene Park | 1 | -1/+1 |
2021-01-06 | BaseTools: Fix the issue caused by tostring() removal on Py39 | Bob Feng | 1 | -3/+20 |
2020-12-23 | BaseTools: Should always define PCD TOKEN value as Zero for static PCD | Yunhua Feng | 1 | -2/+1 |
2020-12-22 | BaseTools: Correct report the line number in INF file issue | Yunhua Feng | 1 | -1/+1 |
2020-12-22 | BaseTools/Ecc: Allow init of function static variables | Pierre Gondois | 1 | -1/+1 |
2020-12-22 | BaseTools: Fix crash in ECC when parsing incorrect header | Sami Mujawar | 1 | -1/+4 |
2020-11-19 | BaseTools: Resolve index out of range errors. | Mingyue Liang | 1 | -1/+2 |
2020-11-10 | BaseTools: Limit command line length. | Mingyue Liang | 2 | -9/+44 |
2020-11-10 | BaseTools: Update report map file format | Yunhua Feng | 1 | -1/+1 |
2020-11-10 | BaseTools: Incremental build issue for included ASI file's deletion. | Mingyue Liang | 1 | -2/+1 |
2020-11-05 | BaseTools: Enable Module Scope Structure Pcd | Bob Feng | 7 | -74/+326 |
2020-11-04 | BaseTools: Remove the dependency on the build intermediate file | Bob Feng | 1 | -16/+0 |
2020-11-03 | BaseTools: Update the FV Space Information to display decimal and Hex | fengyunhua | 1 | -1/+4 |
2020-10-27 | BaseTools/Ecc: Fix ECC check MetaFile Copyright information issue | Yunhua Feng | 1 | -1/+5 |
2020-10-13 | BaseTools: Add EDKII_DSC_PLATFORM_GUID MACRO | fengyunhua | 1 | -0/+3 |
2020-10-10 | BaseTools: Move C tool flags before the common flags | gaoliming | 1 | -1/+1 |
2020-09-25 | BaseTools: Set section alignment as zero if its type is Auto | Bob Feng | 2 | -16/+2 |
2020-09-25 | BaseTools: Remove CanSkip calling for incremental build | Bob Feng | 1 | -3/+0 |
2020-09-25 | BaseTools: Normalize case of pathname when evaluating Macros. | Mingyue Liang | 1 | -2/+4 |
2020-09-25 | BaseTools: Clean the ffs folder before generating files in it | Bob Feng | 1 | -0/+3 |
2020-09-25 | BaseTools: Add included files to deps_target file. | Mingyue Liang | 1 | -3/+1 |
2020-09-08 | BaseTools: Sort the Pcd set when generating the VPD binary | Bob Feng | 2 | -2/+2 |
2020-09-01 | BaseTools/Ecc: Fix an issue of path separator compatibility | Bob Feng | 1 | -4/+4 |
2020-08-14 | BaseTools: Work around array.array.tostring() removal in python 3.9 | Cole Robinson | 1 | -1/+1 |
2020-08-14 | BaseTools: fix ucs-2 lookup on python 3.9 | Cole Robinson | 1 | -1/+1 |
2020-08-14 | BaseTools: Move CreateAsBuiltInf into AutoGenWorker for parallel | Bob Feng | 2 | -4/+2 |
2020-08-07 | BaseTools: Improve the method of checking queue empty | Feng, Bob C | 2 | -7/+22 |
2020-07-23 | BaseTools: Fix binary file not generate map file issue | Feng, YunhuaX | 1 | -1/+1 |
2020-07-21 | BaseTools: Remove the file timestamp checking during parsing | Bob Feng | 2 | -26/+2 |
2020-07-17 | BaseTools: Add Guid name support in GenFfs. | Yuwei Chen | 3 | -1/+38 |
2020-07-15 | BaseTools/Python: Allow HOST_APPLICATION to use NULL libraries | Michael D Kinney | 1 | -2/+2 |
2020-07-02 | BaseTools: Fix string concatenation | Pierre Gondois | 1 | -1/+1 |
2020-07-02 | BaseTools: Compile AML bytecode arrays into .obj file | Pierre Gondois | 1 | -48/+34 |
2020-07-02 | BaseTools: Rename AmlToHex script to AmlToC | Pierre Gondois | 1 | -0/+0 |
2020-07-02 | BaseTools: Generate multiple rules when multiple output files | Pierre Gondois | 2 | -17/+27 |
2020-06-07 | BaseTools: Warn user the file not found issue instead of break build. | Bob Feng | 1 | -2/+4 |
2020-06-07 | BaseTools/build.py: Exit with 1 when AutoGen error occurred | Irene Park | 1 | -2/+4 |
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-23 | BaseTools:Add the spare space FV image size checker | Fan, Zhiju | 2 | -0/+49 |
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 |