Age | Commit message (Expand) | Author |
2013-05-09 | build: Pull -DBUILD_TAG into separate ifdef | Marek Vasut |
2013-05-01 | Trigger generic board error only when building | Simon Glass |
2013-04-22 | Makefile: Add target for combined u-boot.img & spl/u-boot.bin | Stefan Roese |
2013-04-12 | Makefile: Move SHELL setup to config.mk | Benoît Thébaudeau |
2013-03-18 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2013-03-15 | __HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board | Simon Glass |
2013-03-12 | Refactor linker-generated arrays | Albert ARIBAUD |
2012-10-22 | common: Add symbol handling for generic lists into Makefile | Marek Vasut |
2012-10-15 | add check infrastructure, default sparse | Kim Phillips |
2012-10-15 | serial: Compile drivers/serial/serial.c by default | Marek Vasut |
2012-10-15 | serial: Unconditionally enable CONFIG_SERIAL_MULTI | Marek Vasut |
2012-10-04 | tools, config.mk: add binutils-version | Allen Martin |
2012-08-10 | config: Always use GNU ld | Khem Raj |
2012-07-07 | Makefile: Add u-boot.spr build target (SPEAr) | Stefan Roese |
2012-05-15 | tools, config.mk: Add gcc-version.sh, cc-version test from Linux | Tom Rini |
2012-03-26 | config.mk: Check for -fstack-usage support | Tom Rini |
2012-03-26 | config.mk: Make cc-option create a file under include/generated | Tom Rini |
2011-11-07 | config.mk: use memoization in cc-option macro to speed up compilation | Daniel Schwierzeck |
2011-11-03 | Reduce build times | Wolfgang Denk |
2011-10-26 | fdt: Add support for embedded device tree (CONFIG_OF_EMBED) | Simon Glass |
2011-10-22 | build: force migration away from $(AR) | Mike Frysinger |
2011-10-17 | Adjust dependency rules to permit per-file flags | Simon Glass |
2011-07-26 | disable security warning flags when possible | Mike Frysinger |
2011-07-26 | Extend build-system for SPL framework | Daniel Schwierzeck |
2011-06-22 | config.mk: move LDSCRIPT processing to the top-level Makefile | Ilya Yanok |
2011-04-30 | Handle most LDSCRIPT setting centrally | Scott Wood |
2011-03-22 | Introduce a new linker flag LDFLAGS_FINAL | Haiying Wang |
2011-03-21 | Top config.mk: add include/config.mk | Joakim Tjernlund |
2011-01-25 | Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS | Nobuhiro Iwamatsu |
2010-12-17 | config.mk: unify duplicated flag setting | Mike Frysinger |
2010-11-27 | Coding Style (white space) cleanup | Wolfgang Denk |
2010-11-17 | Switch from archive libraries to partial linking | Sebastien Carlier |
2010-10-18 | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk |
2010-08-09 | config.mk: avoid -traditional-cpp on OS X 10.5 | Mike Frysinger |
2010-05-28 | nios: remove nios-32 arch | Thomas Chou |
2010-05-26 | config.mk: use different host compiler for OS X 10.6 | Andreas Biessmann |
2010-04-13 | ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU | Peter Tyser |
2010-04-13 | Move lib_$ARCH directories to arch/$ARCH/lib | Peter Tyser |
2010-04-13 | Change directory-specific CFLAGS to use full path | Peter Tyser |
2010-04-13 | Create CPUDIR variable | Peter Tyser |
2009-12-02 | makefiles: fixes for building build tools | Scott Wood |
2009-09-09 | ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address | Kumar Gala |
2009-08-23 | start a linker script helper file | Mike Frysinger |
2009-08-21 | Fix all linker scripts for older binutils versions (pre-2.16) | Wolfgang Denk |
2009-08-21 | ARM: compiler options cleanup - improve tool chain support | Wolfgang Denk |
2009-07-21 | Move architecture specific config.mk files into subdirs | Peter Tyser |
2009-07-19 | config.mk: Remove unused HPATH | Shinya Kuribayashi |
2009-07-17 | config.mk: Remove $(PCI_CLOCK) reference | Shinya Kuribayashi |
2009-06-14 | add %.c->%.i and %.c->%.s rules | Mike Frysinger |
2009-06-14 | allow boards to customize compiler options on a per-file/dir basis | Mike Frysinger |