summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix GenSec can't found the depex fileYunhua Feng2017-12-082-4/+5
* BaseTools: Fix GenSec GCC make failureYonghong Zhu2017-12-061-3/+3
* BaseTools: Update Makefile to support FFS file generationYonghong Zhu2017-12-0524-411/+793
* BaseTools: Update Gensec to set PROCESSING_REQUIRED valueYonghong Zhu2017-12-051-0/+74
* BaseTools: Update Trim to generate VfrBinOffset BinaryYonghong Zhu2017-12-051-3/+78
* BaseTools: GenFfs support to get alignment value from SectionFileYonghong Zhu2017-12-051-3/+132
* BaseTools: Update C tools top GNUMakefile to adjust tool orderLiming Gao2017-11-301-3/+3
* BaseTools: Update BaseTools top GNUMakefile with the clear dependencyLiming Gao2017-11-302-7/+12
* BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao2017-11-3023-51/+51
* BaseTools: Update VS batch file to auto detect VS2017Liming Gao2017-11-292-1/+40
* BaseTools: Add VS2017 tool chain in BaseTools tools_def.templateLiming Gao2017-11-291-0/+126
* BaseTools/tools_def AARCH64 ARM: suppres PIE sections via linker scriptArd Biesheuvel2017-11-231-6/+7
* BaseTools: Fix a bug for single module build with GenC/GenMake optionYonghong Zhu2017-11-201-5/+0
* BaseTools: Guid.xref contain information from FILE statements in FDFYonghong Zhu2017-11-201-2/+86
* BaseTools: Fix the bug to collect source files per build rule familyYonghong Zhu2017-11-201-4/+4
* BaseTools: Fix the bug to re-build uni file for LibraryYonghong Zhu2017-11-141-4/+6
* BaseTools: parse map file generated by Xcode on MacYonghong Zhu2017-11-032-1/+36
* BaseTools/VfrCompile: Add check to avoid using NULL pointerDandan Bi2017-11-031-2/+6
* BaseTools/tools_def AARCH64 ARM: disable PIE linking for .aslc sourcesArd Biesheuvel2017-11-011-2/+2
* BaseTools/tools_def: suppress GCC predefined macros in DTB compilationArd Biesheuvel2017-10-271-1/+1
* BaseTools/tools_def AARCH64 ARM: disable PIE linkingArd Biesheuvel2017-10-271-2/+2
* BaseTools/BuildEnv: override "set -C" (noclobber) in sourcing shell envLaszlo Ersek2017-10-181-1/+1
* BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu2017-10-163-1/+3
* BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF FileYonghong Zhu2017-10-111-1/+1
* BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu2017-10-113-15/+18
* BaseTools: Fix a bug to use module's Name attribute as compareYonghong Zhu2017-10-101-1/+1
* BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng2017-10-034-4/+39
* BaseTools: Fix the regression bug to build single moduleYonghong Zhu2017-09-281-0/+12
* BaseTools: add support for BIOS build with binary cacheYonghong Zhu2017-09-273-9/+189
* BaseTools: report build time measured by module of EDKII BuildYonghong Zhu2017-09-263-11/+92
* BaseTools: extend FFS alignment to 16MYonghong Zhu2017-09-2512-56/+140
* BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStoreDandan Bi2017-09-218-490/+1196
* BaseTool/VfrCompile: Support Union type in VFRDandan Bi2017-09-213-37/+65
* BaseTools/tools_def AARCH64: enable frame pointers for RELEASE buildsArd Biesheuvel2017-09-191-5/+5
* BaseTools: Fix a bug to correct SourceFileListYonghong Zhu2017-09-191-0/+7
* BaseTools: Fix a bug for Mixed Pcd value display in the reportYonghong Zhu2017-09-111-1/+11
* BaseTools: Not show *B when Pcd value in build option same with DECYonghong Zhu2017-09-091-3/+3
* BaseTools: Fix the bug that same region print twice in the build logYonghong Zhu2017-09-091-26/+32
* BaseTools: correct to use specific arch to generate DSC databaseYonghong Zhu2017-09-091-1/+1
* BaseTools/GCC: set -Wno-unused-const-variable on RELEASE buildsThomas Lamprecht2017-09-081-8/+8
* BaseTools: update help info for -Y option to include 'HASH'Yonghong Zhu2017-09-051-1/+1
* BaseTools/Gcc ARM AARCH64: add support for building device tree binariesArd Biesheuvel2017-08-312-0/+33
* BaseTools: Enable --whole-archive in GCC tool chain as the default optionLiming Gao2017-08-311-2/+2
* BaseTools/Conf: Support LLVM39 and LLVM40 in CLANG38 toolchainShi, Steven2017-08-291-2/+3
* BaseTools: Update toolsetup.bat to support the case without EDK_TOOLS_BINLiming Gao2017-08-291-10/+5
* BaseTools: Support /WHOLEARCHIVE option in VS2015 tool chainLiming Gao2017-08-292-1/+6
* BaseTools/EfiRom: Add multiple device id supportDaniel Verkamp2017-08-262-23/+129
* BaseTools: Update tools_def to remove /Gw option in VS NOOPT targetLiming Gao2017-08-251-16/+16
* BaseTools: Add the missing -pie link option in GCC tool chainLiming Gao2017-08-251-2/+2
* BaseTools/UPT: Fix UNI file name issueHess Chen2017-08-244-4/+16