| Commit message (Expand) | Author | Age | Lines |
* | Allow objcopy to work without filling gaps with 0xff | Simon Glass | 2015-08-05 | -2/+0 |
* | kconfig: switch to single .config configuration | Masahiro Yamada | 2015-02-24 | -0/+5 |
* | Provide option to avoid defining a custom version of uintptr_t. | Gabe Black | 2014-10-27 | -0/+5 |
* | kbuild: clear VENDOR variable to fix build error on tcsh | Masahiro Yamada | 2014-10-23 | -0/+2 |
* | Reactivate the tracing feature | Simon Glass | 2014-09-24 | -0/+4 |
* | kconfig: switch to Kconfig | Masahiro Yamada | 2014-07-30 | -0/+10 |
* | build: define CPU only when arch/${ARCH}/cpu/${CPU} exists | Masahiro Yamada | 2014-07-07 | -4/+1 |
* | kbuild: rename SRCTREE to srctree | Masahiro Yamada | 2014-03-12 | -1/+1 |
* | kbuild: rename TOPDIR to stctree | Masahiro Yamada | 2014-03-12 | -4/+4 |
* | kbuild: improve Kbuild speed | Masahiro Yamada | 2014-03-07 | -8/+20 |
* | kbuild: allow empty board directories | Masahiro Yamada | 2014-03-04 | -0/+2 |
* | config.mk: Delete unused variable BCURDIR | Masahiro Yamada | 2014-03-04 | -2/+0 |
* | kbuild: rename OBJCFLAGS to OBJCOPYFLAGS | Masahiro Yamada | 2014-02-25 | -1/+1 |
* | kbuild: move include directives of board configuration files | Masahiro Yamada | 2014-02-19 | -15/+0 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -11/+2 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | -39/+3 |
* | Makefile: move some flags to examples makefiles | Masahiro Yamada | 2014-02-19 | -8/+0 |
* | Makefile: move some flags to spl/Makefile | Masahiro Yamada | 2014-02-19 | -19/+0 |
* | Makefile: move more stuff to top Makefile | Masahiro Yamada | 2014-02-19 | -18/+1 |
* | Makefile: refactor include path settings | Masahiro Yamada | 2014-02-19 | -9/+2 |
* | Makefile: move more flags to the top Makefile | Masahiro Yamada | 2014-02-19 | -37/+4 |
* | kbuild: Use Kbuild.include | Masahiro Yamada | 2014-02-19 | -29/+0 |
* | Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile | Masahiro Yamada | 2014-02-19 | -23/+0 |
* | Makefile: move some variable definitions to the top Makefile | Masahiro Yamada | 2014-02-19 | -75/+3 |
* | Makfile: move suffix rules to Makefile.build | Masahiro Yamada | 2014-02-19 | -35/+0 |
* | tools: convert makefiles to kbuild style | Masahiro Yamada | 2014-02-19 | -27/+1 |
* | sandbox: Use system headers first for sandbox's os.c in a different way | Masahiro Yamada | 2014-01-29 | -7/+2 |
* | Makefile: Move some scripts imported from Linux | Masahiro Yamada | 2013-12-13 | -3/+3 |
* | sandbox: Use system headers first for sandbox's os.c | Simon Glass | 2013-11-21 | -2/+7 |
* | config.mk: delete unnecessary lines | Masahiro Yamada | 2013-11-17 | -6/+0 |
* | Makefile: do not create a symbolic link to arch/${ARCH}/include/asm | Masahiro Yamada | 2013-11-08 | -2/+2 |
* | 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 |
|\ |
|