summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2017-10-18BaseTools/BuildEnv: override "set -C" (noclobber) in sourcing shell envLaszlo Ersek1-1/+1
2017-10-16BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu3-1/+3
2017-10-11BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF FileYonghong Zhu1-1/+1
2017-10-11BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu3-15/+18
2017-10-10BaseTools: Fix a bug to use module's Name attribute as compareYonghong Zhu1-1/+1
2017-10-03BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng4-4/+39
2017-09-28BaseTools: Fix the regression bug to build single moduleYonghong Zhu1-0/+12
2017-09-27BaseTools: add support for BIOS build with binary cacheYonghong Zhu3-9/+189
2017-09-26BaseTools: report build time measured by module of EDKII BuildYonghong Zhu3-11/+92
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu12-56/+140
2017-09-21BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStoreDandan Bi8-490/+1196
2017-09-21BaseTool/VfrCompile: Support Union type in VFRDandan Bi3-37/+65
2017-09-19BaseTools/tools_def AARCH64: enable frame pointers for RELEASE buildsArd Biesheuvel1-5/+5
2017-09-19BaseTools: Fix a bug to correct SourceFileListYonghong Zhu1-0/+7
2017-09-11BaseTools: Fix a bug for Mixed Pcd value display in the reportYonghong Zhu1-1/+11
2017-09-09BaseTools: Not show *B when Pcd value in build option same with DECYonghong Zhu1-3/+3
2017-09-09BaseTools: Fix the bug that same region print twice in the build logYonghong Zhu1-26/+32
2017-09-09BaseTools: correct to use specific arch to generate DSC databaseYonghong Zhu1-1/+1
2017-09-08BaseTools/GCC: set -Wno-unused-const-variable on RELEASE buildsThomas Lamprecht1-8/+8
2017-09-05BaseTools: update help info for -Y option to include 'HASH'Yonghong Zhu1-1/+1
2017-08-31BaseTools/Gcc ARM AARCH64: add support for building device tree binariesArd Biesheuvel2-0/+33
2017-08-31BaseTools: Enable --whole-archive in GCC tool chain as the default optionLiming Gao1-2/+2
2017-08-29BaseTools/Conf: Support LLVM39 and LLVM40 in CLANG38 toolchainShi, Steven1-2/+3
2017-08-29BaseTools: Update toolsetup.bat to support the case without EDK_TOOLS_BINLiming Gao1-10/+5
2017-08-29BaseTools: Support /WHOLEARCHIVE option in VS2015 tool chainLiming Gao2-1/+6
2017-08-26BaseTools/EfiRom: Add multiple device id supportDaniel Verkamp2-23/+129
2017-08-25BaseTools: Update tools_def to remove /Gw option in VS NOOPT targetLiming Gao1-16/+16
2017-08-25BaseTools: Add the missing -pie link option in GCC tool chainLiming Gao1-2/+2
2017-08-24BaseTools/UPT: Fix UNI file name issueHess Chen4-4/+16
2017-08-24BaseTools: Roll back GenFw Change to keep unknown field in RSDS debug entryLiming Gao1-7/+1
2017-08-14BaseTools: Fix Segmentation fault: 11 when build AppPkg with XCODE5Andrew Fish1-1/+11
2017-08-13BaseTools: Support TabSpace between section tag in DEC fileYanyan Zhang1-1/+1
2017-08-12BaseTools: Don't need to add extra quotes when UI string from fileBin Wang1-2/+1
2017-08-12BaseTools/UPT: Support Multiple InstallationHess Chen8-102/+145
2017-08-11BaseTools/Scripts: Add sample makefile for use with RunMakefile.pyMichael D Kinney1-0/+43
2017-08-11BaseTools/Scripts: Add python script to run a makefileMichael D Kinney1-0/+178
2017-08-11BaseTools/build: Expand PREBUILD/POSTBUILD DSC actionsMichael D Kinney2-30/+82
2017-08-11BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefinedYonghong Zhu2-4/+4
2017-08-07BaseTools/Conf: apply nasmb, asm16 build rule orderChris Ruffin1-1/+1
2017-08-04BaseTools/VfrCompile: Remove the MAX_PATH limitationDandan Bi2-26/+1
2017-08-04BaseTools/VfrCompile: Fix segmentation fault issuesDandan Bi1-7/+7
2017-08-03edk2: Move License.txt file to rootMichael D Kinney1-25/+0
2017-08-03edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney1-218/+0
2017-08-03BaseTools/PatchCheck: Support Contribution Agreement 1.1Michael D Kinney1-3/+6
2017-08-01BaseTools/GenCrc32: Fix a bug to hand empty file for decodeYonghong Zhu1-2/+6
2017-08-01BaseTools/EfiLdrImage: Fix a segmentation fault from vfprintf()Yonghong Zhu1-3/+3
2017-08-01BaseTools/EfiRom: Fix a segmentation fault from vsprintf()/vfprintf()Yonghong Zhu1-3/+3
2017-08-01BaseTools/GenFfs: Fix a segmentation fault from vsprintf()/vfprintf()Yonghong Zhu1-3/+3
2017-08-01BaseTools/GenSec: Fix a segmentation fault in main()Yonghong Zhu1-2/+6
2017-08-01BaseTools/Split: Fix the segmentation fault in GetSplitValue()Yonghong Zhu1-3/+7