| Commit message (Expand) | Author | Age | Lines |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-09-06 | -0/+9 |
|\ |
|
| * | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-05 | -0/+9 |
| |\ |
|
| | * | ARM: mxs: tools: Add mkimage support for MXS bootstream | Marek Vasut | 2013-08-31 | -0/+9 |
* | | | cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header | Masahiro Yamada | 2013-09-06 | -4/+0 |
* | | | config.mk: Delete unnecessary code | Masahiro Yamada | 2013-09-06 | -16/+0 |
|/ / |
|
* | | TPL : introduce the TPL based on the SPL | Ying Zhang | 2013-08-20 | -2/+28 |
* | | SPL: Makefile: Build a separate autoconf.mk for SPL | Joel Fernandes | 2013-08-19 | -0/+6 |
* | | Validate dtc is new enough | Stephen Warren | 2013-08-02 | -0/+1 |
|/ |
|
* | Licenses: introduce SPDX Unique Lincense Identifiers | Wolfgang Denk | 2013-07-24 | -19/+2 |
* | mkimage: Use board config to get CONFIG_FIT_SIGNATURE value | Simon Glass | 2013-07-19 | -0/+4 |
* | mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE | Simon Glass | 2013-06-28 | -1/+5 |
* | image: Add RSA support for image signing | Simon Glass | 2013-06-26 | -0/+1 |
* | Support tracing in config.mk when enabled | Simon Glass | 2013-06-26 | -1/+10 |
* | build: Pull -DBUILD_TAG into separate ifdef | Marek Vasut | 2013-05-09 | -4/+3 |
* | Trigger generic board error only when building | Simon Glass | 2013-05-01 | -2/+2 |
* | Makefile: Add target for combined u-boot.img & spl/u-boot.bin | Stefan Roese | 2013-04-22 | -0/+4 |
* | Makefile: Move SHELL setup to config.mk | Benoît Thébaudeau | 2013-04-12 | -0/+7 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-03-18 | -2/+0 |
|\ |
|
| * | Refactor linker-generated arrays | Albert ARIBAUD | 2013-03-12 | -2/+0 |
* | | __HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board | Simon Glass | 2013-03-15 | -0/+8 |
|/ |
|
* | common: Add symbol handling for generic lists into Makefile | Marek Vasut | 2012-10-22 | -0/+2 |
* | add check infrastructure, default sparse | Kim Phillips | 2012-10-15 | -0/+8 |
* | serial: Compile drivers/serial/serial.c by default | Marek Vasut | 2012-10-15 | -1/+1 |
* | serial: Unconditionally enable CONFIG_SERIAL_MULTI | Marek Vasut | 2012-10-15 | -1/+1 |
* | tools, config.mk: add binutils-version | Allen Martin | 2012-10-04 | -0/+1 |
* | config: Always use GNU ld | Khem Raj | 2012-08-10 | -1/+5 |
* | Makefile: Add u-boot.spr build target (SPEAr) | Stefan Roese | 2012-07-07 | -0/+4 |
* | tools, config.mk: Add gcc-version.sh, cc-version test from Linux | Tom Rini | 2012-05-15 | -1/+5 |
* | config.mk: Check for -fstack-usage support | Tom Rini | 2012-03-26 | -0/+4 |
* | config.mk: Make cc-option create a file under include/generated | Tom Rini | 2012-03-26 | -4/+3 |
* | config.mk: use memoization in cc-option macro to speed up compilation | Daniel Schwierzeck | 2011-11-07 | -2/+18 |
* | Reduce build times | Wolfgang Denk | 2011-11-03 | -3/+5 |
* | fdt: Add support for embedded device tree (CONFIG_OF_EMBED) | Simon Glass | 2011-10-26 | -0/+1 |
* | build: force migration away from $(AR) | Mike Frysinger | 2011-10-22 | -5/+3 |
* | Adjust dependency rules to permit per-file flags | Simon Glass | 2011-10-17 | -0/+7 |
* | disable security warning flags when possible | Mike Frysinger | 2011-07-26 | -0/+4 |
* | Extend build-system for SPL framework | Daniel Schwierzeck | 2011-07-26 | -1/+33 |
* | config.mk: move LDSCRIPT processing to the top-level Makefile | Ilya Yanok | 2011-06-22 | -30/+0 |
* | Handle most LDSCRIPT setting centrally | Scott Wood | 2011-04-30 | -5/+28 |
* | Introduce a new linker flag LDFLAGS_FINAL | Haiying Wang | 2011-03-22 | -1/+2 |
* | Top config.mk: add include/config.mk | Joakim Tjernlund | 2011-03-21 | -0/+1 |
* | Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS | Nobuhiro Iwamatsu | 2011-01-25 | -3/+5 |
* | config.mk: unify duplicated flag setting | Mike Frysinger | 2010-12-17 | -10/+7 |
* | Coding Style (white space) cleanup | Wolfgang Denk | 2010-11-27 | -4/+4 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -0/+7 |
* | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk | 2010-10-18 | -5/+5 |
* | config.mk: avoid -traditional-cpp on OS X 10.5 | Mike Frysinger | 2010-08-09 | -5/+5 |
* | nios: remove nios-32 arch | Thomas Chou | 2010-05-28 | -8/+0 |
* | config.mk: use different host compiler for OS X 10.6 | Andreas Biessmann | 2010-05-26 | -3/+11 |