aboutsummaryrefslogtreecommitdiff
path: root/toolchain.inc
AgeCommit message (Expand)Author
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
2015-03-26build system: Test gccs that are actually usedPatrick Georgi
2015-03-23console: Allow bootblock console on MIPSPaul Burton
2015-03-21arch/mips: Add base MIPS architecture supportPaul Burton
2015-03-17coreboot: x86: enable gc-sectionsAaron Durbin
2015-02-24build: mipsel cross compiler supportPaul Burton
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-26toolchain.inc: Check toolchain is installed before running itMarc Jones
2015-01-14Revert "vboot2: add verstage"Paul Menzel
2015-01-13vboot2: add verstageDaisuke Nojiri
2015-01-09Set custom AR_ for each classDaisuke Nojiri
2014-12-01Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich
2014-11-25build system: unify linker use across gcc and clangPatrick Georgi
2014-11-25build system: use a single variable name for compiler runtimesPatrick Georgi
2014-11-09build: Add ccopts back into the buildMarc Jones
2014-10-29Pipe stderr to /dev/null when getting LIBCLANG_RT_FILE_NAMEMartin Roth
2014-10-28build: Allow clang build linkage to use libcompiler-rtEdward O'Callaghan
2014-09-23coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh
2014-09-22arm: Have the linker garbage-collect unused functions and variablesJulius Werner
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-07-30build system: remove duplicate architecture listPatrick Georgi
2014-06-29build: remove -ccopts mechanismPatrick Georgi
2014-05-19build: use CFLAGS_* in more places where they're neededPatrick Georgi
2014-05-17build: re-enable ccache supportPatrick Georgi
2014-05-17build: make scan-build work againPatrick Georgi
2014-05-17build: remove call to missing functionPatrick Georgi
2014-05-17build: break compiler flags out of $(CC)Patrick Georgi
2014-05-17build: don't call $(CC) -print-libgcc-file-name twicePatrick Georgi
2014-05-17build: kill one indirectionPatrick Georgi
2014-05-17build: get rid of a special casePatrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-09toolchain: get rid of some bashismsAaron Durbin
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh