summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C
AgeCommit message (Expand)AuthorFilesLines
2020-11-06BaseTools: Fix BaseTools nmake cleanall hang issuefengyunhua1-1/+4
2020-10-26BaseTools: Fix PcdValueInit tool build issue with VS compiler x64Bob Feng1-1/+1
2020-10-10BaseTools: Move C tool flags before the common flagsgaoliming1-1/+1
2020-10-10BaseTools: Copy PACKED definition from MdePkg Base.hgaoliming1-0/+10
2020-09-29BaseTools: Add RISCV64 bindingNikita3-0/+94
2020-08-05BaseTools/VolInfo: Fix spelling mistakeMichael D Kinney1-1/+1
2020-08-03BaseTools/GenSec: Fix spelling mistakeMichael D Kinney1-1/+1
2020-07-29BaseTools/PeCoffLoaderEx: Remove the unused local variableAbner Chang1-3/+0
2020-07-21Using LLVM compiler set to build BaseTools in LinuxLiu, Zhiguang4-4/+32
2020-06-11BaseTools GenFv: Report the correct spare FV image sizeLiming Gao1-0/+13
2020-05-15BaseTools: Bootable NVDIMM namespacesOleksiy Yakovlev1-0/+12
2020-05-15BaseTools: REST style formsetOleksiy Yakovlev1-0/+1
2020-04-29BaseTools: BaseTools changes for RISC-V platform.Abner Chang8-13/+580
2020-04-16BaseTools: Make brotli a submoduleShenglei Zhang89-35213/+53
2020-02-07BaseTools/PcdValueCommon: Fix 64-bit host compiler errorSean Brogan1-1/+1
2020-02-07BaseTools/Build: Do not use Common.lib in Structured PCD appKinney, Michael D2-4/+2
2019-12-23edksetup.bat stuck on unicode locale WindowsPark, Aiden1-1/+1
2019-11-08BaseTools/GenFw AARCH64: disregard ADRP instructions that are patched alreadyArd Biesheuvel1-0/+13
2019-11-08BaseTools: Add support for parseing map files generated by CLANG9 in GenFvZhiguang Liu1-5/+23
2019-10-24BaseTools GenFw: Fix the issue to update the wrong size as SectionSizeLiming Gao1-2/+6
2019-10-04BaseTools: strip trailing whitespaceLeif Lindholm7-15/+15
2019-10-01BaseTools: use stdint.h for GCC ProcessorBind.h typedefsLeif Lindholm1-13/+13
2019-09-30BaseTools/LzmaCompress: Fix the option "d" dictionary sizeZhang, Shenglei1-4/+8
2019-09-23BaseTools/LzmaCompress: Add two switchesZhang, Shenglei3-11/+38
2019-09-11BaseTools: Robustness for multiple build environmentsBurt Silverman1-0/+2
2019-09-04BaseTools/GenFw AARCH64: fix up GOT based relative relocationsArd Biesheuvel1-1/+27
2019-09-04BaseTools: Update GenFw tool to support -e -z option togetherLiming Gao1-2/+15
2019-07-11Revert "BaseTools/BfmLib: Add a tool BfmLib"Liming Gao7-5852/+0
2019-07-11Revert "BaseTools/FCE: Add a tool FCE"Liming Gao22-23414/+2
2019-07-11Revert "BaseTools/FMMT: Add a tool FMMT"Liming Gao10-9007/+0
2019-07-11Revert "BaseTools: fix FCE build when edksetup not executed"Liming Gao1-1/+1
2019-07-08BaseTools: Fix various typosAntoine Cœur5-6/+6
2019-07-05BaseTools: fix FCE build when edksetup not executedLeif Lindholm1-1/+1
2019-07-04BaseTools/FMMT: Add a tool FMMTShenglei Zhang10-0/+9007
2019-07-04BaseTools/FCE: Add a tool FCEShenglei Zhang22-2/+23414
2019-07-04BaseTools/BfmLib: Add a tool BfmLibShenglei Zhang7-0/+5852
2019-05-13BaseTools/VfrCompile: clean Framework Vfr supportDandan Bi1-217/+55
2019-05-10BaseTools: Check the fread function and avoid dead loopLiu, Zhiguang1-2/+9
2019-05-09BaseTools/VfrCompile: Remove framework VFR supportDandan Bi7-211/+15
2019-05-03BaseTools: support arm64 as a platform name in addition to aarch64Rebecca Cran2-4/+6
2019-05-01BaseTools: Add GCC flags to Basetool build.Feng, Bob C1-1/+2
2019-05-01BaseTools: split long line into multiple short lines.Bob Feng1-2/+5
2019-04-24BaseTools/PiFirmwareFile: fix undefined behavior in SECTION_SIZELaszlo Ersek1-2/+9
2019-04-10BaseTools: Fixed issue in MultiThread Genfds functionFeng, Bob C1-2/+15
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney156-1092/+156
2019-04-01BaseTools:Coding problems caused by special charactersFan, ZhijuX1-1/+1
2019-03-27BaseTools/C/Common: Improve performance of boundary validationShenglei Zhang1-3/+4
2019-03-27BaseTools/TianoCompress: Improve performance of boundary validationShenglei Zhang1-3/+4
2019-03-15BaseTools: Fixed the issue of BaseTools Make cleanall failed.Feng, Bob C1-2/+2
2019-02-25BaseTools: Add parameter check for the AsciiStringToUint64Feng, Bob C1-1/+1