| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "BaseTools: Add gcc flag to warn on void* pointer arithmetic" | Bob Feng | 2020-07-24 | 1 | -3/+3 |
* | BaseTools/Scripts: Ignore the CRLF check when upgrade submodule. | Jiang, Guomin | 2020-07-24 | 1 | -1/+1 |
* | 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: rename ReadMe.txt to ReadMe.rst | Rebecca Cran | 2020-07-21 | 1 | -0/+0 |
* | BaseTools: Update ReadMe.txt to match current functionality | Rebecca Cran | 2020-07-21 | 1 | -22/+16 |
* | BaseTools: Factorize GCC flags | Pierre Gondois | 2020-07-21 | 1 | -1/+1 |
* | BaseTools: Add gcc flag to warn on void* pointer arithmetic | Pierre Gondois | 2020-07-21 | 1 | -3/+3 |
* | BaseTools/PatchCheck.py: Skip length check for user name in xxx-by | Shenglei Zhang | 2020-07-20 | 1 | -1/+8 |
* | 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: convert diff.order to LF-only | Leif Lindholm | 2020-07-03 | 1 | -13/+13 |
* | BaseTools: explicitly import email.header PatchCheck.py | Leif Lindholm | 2020-07-03 | 1 | -0/+2 |
* | BaseTools/PatchCheck.py: add exception for diff orderfile | Leif Lindholm | 2020-07-03 | 1 | -4/+5 |
* | 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 | 2 | -50/+47 |
* | BaseTools: Rename AmlToHex script to AmlToC | Pierre Gondois | 2020-07-02 | 3 | -14/+14 |
* | BaseTools: Generate multiple rules when multiple output files | Pierre Gondois | 2020-07-02 | 2 | -17/+27 |
* | BaseTools: PatchCheck: Exclude bash scripts from CRLF check | Pierre Gondois | 2020-07-02 | 1 | -1/+7 |
* | BaseTools: Add external definitions for RISC-V assembly build | Abner Chang | 2020-06-24 | 1 | -0/+1 |
* | BaseTools/PatchCheck.py: Add LicenseCheck | Shenglei Zhang | 2020-06-12 | 1 | -0/+50 |
* | 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: Remove deprecated Visual Studio Option | Sami Mujawar | 2020-05-21 | 1 | -9/+9 |
* | 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/Plugin: Update HostBasedUnitTestRunner to support Linux | Sean Brogan | 2020-05-08 | 2 | -31/+31 |
* | BaseTools: add handling for 'S:' flag to GetMaintainer.py | Leif Lindholm | 2020-05-08 | 1 | -0/+4 |
* | BaseTools: add repo name option to SetupGit.py | Rebecca Cran | 2020-05-08 | 1 | -3/+9 |
* | BaseTools: Enable RISC-V architecture for RISC-V EDK2 CI. | Abner Chang | 2020-05-07 | 2 | -0/+60 |
* | 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 | 1 | -2/+51 |
* | 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/WindowsVsToolChain.py: Update toolchain plugin | Shenglei Zhang | 2020-04-13 | 1 | -11/+62 |
* | BaseTools: Use SEH exceptions in CLANGPDB for IA32 | Vitaly Cheptsov | 2020-04-08 | 1 | -7/+7 |
* | BaseTools: Update Edk2ToolsBuild.py to use multiple threads on Linux | Sean Brogan | 2020-04-07 | 1 | -1/+15 |
* | 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: remove -DNO_MSABI_VA_FUNCS option in CLANGPDB tool chain | Liu, Zhiguang | 2020-02-13 | 1 | -1/+1 |
* | 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 |