aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)Author
2010-05-28nios: remove nios-32 archThomas Chou
2010-05-26config.mk: use different host compiler for OS X 10.6Andreas Biessmann
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser
2010-04-13Create CPUDIR variablePeter Tyser
2009-12-02makefiles: fixes for building build toolsScott Wood
2009-09-09ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link addressKumar Gala
2009-08-23start a linker script helper fileMike Frysinger
2009-08-21Fix all linker scripts for older binutils versions (pre-2.16)Wolfgang Denk
2009-08-21ARM: compiler options cleanup - improve tool chain supportWolfgang Denk
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser
2009-07-19config.mk: Remove unused HPATHShinya Kuribayashi
2009-07-17config.mk: Remove $(PCI_CLOCK) referenceShinya Kuribayashi
2009-06-14add %.c->%.i and %.c->%.s rulesMike Frysinger
2009-06-14allow boards to customize compiler options on a per-file/dir basisMike Frysinger
2009-06-12config.mk: remove un-needed REMOTE_BUILD checkJean-Christophe PLAGNIOL-VILLARD
2009-01-18build system: treat all Darwin's alikeMike Frysinger
2008-12-08Remove unneeded CONFIG_SHELL referencesPeter Tyser
2008-09-12make: Remove redundant __ARM__ addition when cross-compiling on *BSDShinya Kuribayashi
2008-09-07config.mk: Move arch-specific condition to $(ARCH)_config.mkShinya Kuribayashi
2008-06-26Conditionally add -fno-stack-protector to CFLAGSHaavard Skinnemoen
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-05-03config.mk: use correct (cross) compilerWolfgang Denk
2008-02-22include autoconf.mk before any other .mk filesMike Frysinger
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk
2008-02-14Only use TEXT_BASE if defined by the boardMike Frysinger
2008-02-04generate u-boot.ldr for Blackfin targetsMike Frysinger
2007-11-20[BUILD] Generate include/autoconf.mk from board config filesGrant Likely
2007-11-03blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mkShinya Kuribayashi
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li
2006-10-29Automatically adjust ARFLAGS so "make -s" is really silent.Wolfgang Denk
2006-10-27Don't pass any debug options directly to the assemblerHaavard Skinnemoen
2006-10-24Use -g instead of -gstabs in AFLAGS_DEBUGWolfgang Denk
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
2006-10-09Coding style cleanupWolfgang Denk
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz
2006-06-10Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk
2006-05-17Fix gcc 3.4.x AFLAGS setting for m68k platform.Marian Balakowicz
2006-05-09Fixes for gcc 3.4 based m68k toolchain,Marian Balakowicz
2006-04-20Add MCF5282 support (without preloader)Heiko Schocher
2006-03-12Add ADI Blackfin supportWolfgang Denk
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk
2006-02-28Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher
2006-02-07This is the first commit for the u-boot zylonite port. The following has beMarkus Klotzbücher
2005-10-04Update ARM Integrator boards:Wolfgang Denk
2005-10-04Make sure only supported compiler options are usedWolfgang Denk
2005-07-28* Patch by Eran LibertyEran Liberty
2004-10-09Patch by Steven Scholz, 16 Aug 2004:wdenk