summaryrefslogtreecommitdiff
path: root/BaseTools/Conf
AgeCommit message (Expand)AuthorFilesLines
2017-09-19BaseTools/tools_def AARCH64: enable frame pointers for RELEASE buildsArd Biesheuvel1-5/+5
2017-09-08BaseTools/GCC: set -Wno-unused-const-variable on RELEASE buildsThomas Lamprecht1-8/+8
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: Support /WHOLEARCHIVE option in VS2015 tool chainLiming Gao2-1/+6
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-07BaseTools/Conf: apply nasmb, asm16 build rule orderChris Ruffin1-1/+1
2017-07-14BaseTools/tools_def AARCH64: avoid SIMD registers in XIP codeArd Biesheuvel1-1/+1
2017-07-14BaseTools/tools_def AARCH64: mark register x18 as reservedArd Biesheuvel1-1/+1
2017-07-05BaseTools: Update tools_def.template to remove old XCLANG and XCODE32Liming Gao1-176/+0
2017-06-23BaseTools: add /Gw to CC_FLAGS for VS2013 and higher tool chain tagsYonghong Zhu1-48/+48
2017-06-22BaseTools/tools_def: AARCH64: disable LTO type mismatch warningsArd Biesheuvel1-1/+1
2017-06-22BaseTools/tools_def GCC: ARM/AARCH64: drop -save-temps from command lineArd Biesheuvel1-3/+3
2017-06-01BaseTools/GCC ARM/AARCH64: Force disable PIEdann frazier1-2/+2
2017-05-19BaseTools: Clean up tools_def.template for XCODE5Michael Kinney1-26/+28
2017-05-19BaseTools: Add -D NO_MSABI_VARGS to X64 XCODE5 CC_FLAGSMichael Kinney1-3/+3
2017-04-11BaseTools: Add option in CLANG38 to disable warning unknown-warning-optionLiming Gao1-1/+1
2017-04-06BaseTools: Update tools_def.template to add -fno-builtin in GCC tool chainLiming Gao1-7/+7
2017-03-31BaseTools/GCC AARCH64: force disable PIC code generationArd Biesheuvel1-1/+1
2017-03-29BaseTools: Add Brotli algorithm toolSong, BinX1-0/+6
2017-03-22BaseTools/tools_def: Use armv7-a for CLANG35 ARM compilations.Marvin Haeuser1-1/+1
2017-02-13BaseTools: Add NOOPT target in CLANG38 tool chainLiming Gao1-9/+25
2016-11-16BaseTools tools_def.txt: Include AutoGen.h in GCC ASLPP_FLAGSLiming Gao1-5/+5
2016-11-16BaseTools tools_def.txt: Remove -P option in GCC ASLPP_FLAGSLiming Gao1-2/+2
2016-11-02BaseTools:introduce PREFIX env for VS tool pathYonghong Zhu1-46/+44
2016-10-12BaseTools: support the NOOPT target with the GCC tool chainsYonghong Zhu1-25/+73
2016-09-27BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu1-0/+21
2016-09-07BaseTools/tools_def AARCH64: enable frame pointers for DEBUG buildsArd Biesheuvel1-6/+6
2016-08-19BaseTools: Add the PKCS7 toolYonghong Zhu1-0/+6
2016-08-19BaseTools-CLANG38: Add -O3 in DLINK2 flagShi, Steven1-2/+2
2016-08-12BaseTools RVCT: ignore various RVC diagnosticsArd Biesheuvel1-1/+1
2016-08-12BaseTools ARM AARCH64: drop redundant compiler argumentsArd Biesheuvel1-2/+2
2016-08-12BaseTools ARM AARCH64: pass CC flags to linker for XIP modules as wellArd Biesheuvel1-3/+3
2016-08-10BaseTools-Conf:Introduce CLANG38 new toolchain for x86Shi, Steven1-0/+87
2016-08-10BaseTools-Conf:Remove short dash in ar flag for LLVMShi, Steven1-1/+1
2016-08-09BaseTools ARM: impose strict alignment only for XIP modulesArd Biesheuvel2-6/+18
2016-08-09BaseTools CLANG35: add missing XIP flags for AARCH64Ard Biesheuvel1-0/+1
2016-08-05BaseTools GCC/ARM: add -fno-builtin to CC flagsArd Biesheuvel1-1/+1
2016-08-03BaseTools GCC: add the compiler flags to the linker command lineArd Biesheuvel1-1/+1
2016-08-03BaseTools GCC5: disable warnings-as-errors for nowArd Biesheuvel1-4/+4
2016-08-03BaseTools GCC: move -c compiler flag to build rulesArd Biesheuvel2-11/+11
2016-08-02BaseTools AARCH64: override XIP module linker alignment to 32 bytesArd Biesheuvel2-0/+18
2016-08-02BaseTools GCC: introduce GCC5 toolchain to support GCC v5.x in LTO modeArd Biesheuvel1-0/+164
2016-08-02BaseTools GCC: use 'gcc' as the linker command for GCC44 and laterArd Biesheuvel2-88/+93
2016-08-02BaseTools UNIXGCC ELFGCC CYGGCC: clone GCC build rule family into GCCLDArd Biesheuvel2-14/+18
2016-08-02BaseTools CLANG35: drop problematic use-movt and save-temps optionsArd Biesheuvel1-6/+6
2016-07-21BaseTools/tools_def: switch GCC/X64 to the PIE small modelArd Biesheuvel1-1/+1
2016-07-21BaseTools/tools_def: enable Os optimization for GCC X64 buildsArd Biesheuvel1-1/+1