| Commit message (Expand) | Author | Age | Lines |
* | kconfig: switch to Kconfig | Masahiro Yamada | 2014-07-30 | -1/+1 |
* | lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c | Heiko Schocher | 2014-06-23 | -0/+1 |
* | includes: move openssl headers to include/u-boot | Jeroen Hofstee | 2014-06-19 | -1/+0 |
* | Allow compiling common/bootm.c on with HOSTCC | Simon Glass | 2014-06-19 | -0/+1 |
* | kbuild: remove unnecessary adjustment for Cygwin | Masahiro Yamada | 2014-06-11 | -49/+40 |
* | kbuild, tools: generate wrapper C sources automatically by Makefile | Masahiro Yamada | 2014-06-11 | -13/+23 |
* | tools: include u-boot version of sha256.h | Jeroen Hofstee | 2014-06-11 | -0/+1 |
* | tools: refactor HOSTLOADLIBES_* options | Masahiro Yamada | 2014-06-05 | -10/+9 |
* | mkimage : Split out and clean pbl_crc32 for use by other image types | Charles Manning | 2014-06-05 | -0/+1 |
* | arm:at91: enable ROM loadable atmel image | Andreas Bießmann | 2014-05-27 | -0/+2 |
* | mkimage: add atmelimage | Andreas Bießmann | 2014-05-27 | -0/+1 |
* | sunxi: non-FEL SPL boot support for sun7i | Ian Campbell | 2014-05-25 | -0/+2 |
* | Merge branch 'u-boot/master' | Albert ARIBAUD | 2014-05-09 | -2/+12 |
|\ |
|
| * | tools: fix Makefile to clean-up fit_info and fit_check_sign | Masahiro Yamada | 2014-04-18 | -3/+1 |
| * | tools, fit_check_sign: verify a signed fit image | Heiko Schocher | 2014-03-21 | -2/+5 |
| * | tools, fit: add fit_info host command | Heiko Schocher | 2014-03-21 | -0/+8 |
| * | fit: add sha256 support | Heiko Schocher | 2014-03-21 | -1/+2 |
* | | tools: mkimage: add support for gpimage format | Karicheri, Muralidharan | 2014-04-17 | -0/+2 |
|/ |
|
* | kbuild: rename SRCTREE to srctree | Masahiro Yamada | 2014-03-12 | -3/+3 |
* | kbuild: tools: fix a bug that always builds Denx logo | Masahiro Yamada | 2014-03-04 | -2/+2 |
* | kbuild: add "cross_tools" target to build tools for the target | Masahiro Yamada | 2014-03-04 | -0/+12 |
* | kernel-doc: move kernel-doc tools to scripts/ | Masahiro Yamada | 2014-02-19 | -2/+0 |
* | Makefile: refactor tools-all targets | Masahiro Yamada | 2014-02-19 | -1/+7 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -14/+9 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | -9/+9 |
* | Makefile: refactor include path settings | Masahiro Yamada | 2014-02-19 | -5/+3 |
* | tools: convert makefiles to kbuild style | Masahiro Yamada | 2014-02-19 | -234/+104 |
* | tools: correct proftool build rule | Ian Campbell | 2014-02-19 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-01-10 | -1/+8 |
|\ |
|
| * | arm64: Add tool to statically apply RELA relocations | Scott Wood | 2014-01-09 | -0/+6 |
| * | Exynos5420: Add base patch for SMDK5420 | Rajeshwari Birje | 2013-12-30 | -1/+2 |
* | | Add dumpimage, a tool to extract data from U-Boot images | Guilherme Maciel Ferreira | 2013-12-13 | -0/+26 |
* | | tools: moved code common to all image tools to a separated module. | Guilherme Maciel Ferreira | 2013-12-13 | -0/+2 |
|/ |
|
* | Makefile: do not create a symbolic link to arch/${ARCH}/include/asm | Masahiro Yamada | 2013-11-08 | -1/+1 |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | -1/+1 |
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-11 | -1/+2 |
|\ |
|
| * | CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles | Chander Kashyap | 2013-08-27 | -2/+2 |
* | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-05 | -20/+22 |
|\ \ |
|
| * | | tools: Sort lists of files in Makefile | Marek Vasut | 2013-08-31 | -22/+22 |
| * | | ARM: mxs: tools: Add mkimage support for MXS bootstream | Marek Vasut | 2013-08-31 | -0/+2 |
| |/ |
|
* | | tools/Makefile: Move _GNU_SOURCE to Makefile | York Sun | 2013-08-16 | -1/+3 |
|/ |
|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE | Simon Glass | 2013-06-28 | -1/+1 |
* | image: Add RSA support for image signing | Simon Glass | 2013-06-26 | -2/+11 |
* | image: Add signing infrastructure | Simon Glass | 2013-06-26 | -0/+6 |
* | Add proftool to decode profile data | Simon Glass | 2013-06-26 | -0/+6 |
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-06-08 | -17/+10 |
|\ |
|
| * | build: Use generic boot logo matching | Otavio Salvador | 2013-06-03 | -17/+10 |
* | | image: Move HOSTCC image code to tools/ | Simon Glass | 2013-05-14 | -0/+2 |
* | | image: Split FIT code into new image-fit.c | Simon Glass | 2013-05-14 | -0/+2 |
|/ |
|