summaryrefslogtreecommitdiff
path: root/toolchain.inc
AgeCommit message (Expand)Author
2021-02-24toolchain.inc: Update and fix the test-toolchain targetMartin Roth
2020-05-26Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09treewide: more SPDX header workPatrick Georgi
2019-12-27Makefile: Remove romccElyes HAOUAS
2019-11-22Makefiles: Remove -D__PRE_RAM__Kyösti Mälkki
2019-11-20Remove MIPS architectureJulius Werner
2019-08-26Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki
2019-06-21Move -Wlogical-op into xcompileNico Huber
2018-11-30arch/power8: Rename to ppc64Jonathan Neuschäfer
2018-05-22Introduce bootblock self-decompressionJulius Werner
2017-09-23toolchain: Always use GCC for Ada sourcesNico Huber
2017-09-23toolchain: Use xcompile proposed CFLAGS for AdaNico Huber
2017-06-19toolchain.inc: Use -Wstack-usage only on gccPatrick Georgi
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2016-09-19Add minimal GNAT run time system (RTS)Nico Huber
2016-09-19Make Ada a first class citizenNico Huber
2016-08-04toolchain.inc: Update 'required toolchain' error textMartin Roth
2016-03-04toolchain.inc: test IASL by version string instead of numberMartin Roth
2016-02-17power8: try to fix toolchain.inc for power8.Ronald G. Minnich
2016-01-18toolchain.inc: Update commentsMartin Roth
2016-01-15toolchain.inc: Fix whitespace issues and wrap long linesMartin Roth
2016-01-12Makefile: Add toolchain version checkMartin Roth
2016-01-06toolchain.inc: Test for valid toolchain when ANY_TOOLCHAIN is usedMartin Roth
2016-01-04toolchain.inc: Update help text, Add TODO.Martin Roth
2016-01-04toolchain.inc: Skip how to use any toolchain if it's selectedMartin Roth
2016-01-04toolchain.inc: Move nocompile around entire check, Comment endifsMartin Roth
2016-01-04toolchain.inc: Test for toolchain when using llvm/clangMartin Roth
2015-12-16toolchain.inc: print XGCCPATH if it's setMartin Roth
2015-12-08toolchain.inc: fix typoMartin Roth
2015-12-08toolchain.inc: verify tool variable validity before using it.Martin Roth
2015-12-02toolchain.inc: Add IASL test as part of coreboot toolchainMartin Roth
2015-12-02toolchain.inc: Improve help messages for coreboot toolchainMartin Roth
2015-11-17rules.h: Add ENV_ macros to detect current architectureJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-08-09Move function/data sections to common CFLAGSStefan Reinauer
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-07-16toolchain: Add -mgeneral-regs-only to CFLAGS for arm64Furquan Shaikh
2015-07-08build system / amd64: Avoid GCC taking the ABI spec too literallyPatrick Georgi
2015-07-08toolchain.inc: Don't overwrite architecture specific CFLAGSStefan Reinauer
2015-06-16toolchain.inc: Add x86-64 supportStefan Reinauer
2015-06-04build system: move compiler runtime determination to xcompilePatrick Georgi
2015-05-26build system: only query the compiler runtime's location oncePatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20riscv: enable function and data sectionsAaron Durbin
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-17ARM: Remove -mno-unaligned-accessJulius Werner
2015-03-29mips: mips, not mipselPatrick Georgi
2015-03-27toolchain: fix build with x86_64 gccGerd Hoffmann