| Commit message (Expand) | Author | Age | Lines |
* | Makefile: do not create a symbolic link to arch/${ARCH}/include/asm | Masahiro Yamada | 2013-11-08 | -3/+3 |
* | buildman: Use env to pick the python from $PATH | Jagannadha Sutradharudu Teki | 2013-10-15 | -1/+1 |
* | Merge branch 'buildman' of git://git.denx.de/u-boot-x86 | Tom Rini | 2013-10-14 | -1/+2 |
|\ |
|
| * | buildman: don't fail --list-toolchains when toolchains fail | Stephen Warren | 2013-10-10 | -1/+2 |
* | | Coding Style cleanup: drop some excessive empty lines | Wolfgang Denk | 2013-10-14 | -1/+0 |
* | | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | -51/+51 |
* | | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -28/+28 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-10-02 | -8/+10 |
|\ |
|
| * | tools/imximage.c: Fix compiling warning | York Sun | 2013-09-27 | -4/+4 |
| * | Merge branch 'master' of git://git.denx.de/u-boot-arm | Stefano Babic | 2013-09-13 | -30/+180 |
| |\ |
|
| * | | tools: mxsboot: Mark the FCB pages as valid | Marek Vasut | 2013-09-10 | -4/+6 |
* | | | buildman: Allow make flags to be specified for each board | Simon Glass | 2013-10-01 | -5/+115 |
* | | | buildman: Adjust tests for new boards.cfg format | Simon Glass | 2013-10-01 | -5/+5 |
* | | | buildman: fix boards.cfg parsing | Andreas Bießmann | 2013-09-20 | -5/+8 |
* | | | FIT: delete unnecessary casts | Masahiro Yamada | 2013-09-20 | -1/+1 |
* | | | boards.cfg: show info about boards.cfg instead of MAINTAINERS | Roger Meier | 2013-09-20 | -2/+2 |
| |/
|/| |
|
* | | Merge and reformat boards.cfg and MAINTAINERS | Albert ARIBAUD | 2013-09-12 | -1/+133 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-09-12 | -1/+2 |
|\ \ |
|
| * \ | 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 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-09-06 | -51/+2812 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-05 | -51/+2812 |
| |\ \ |
|
| | * | | tools: mxsboot: Staticize functions | Marek Vasut | 2013-08-31 | -6/+6 |
| | * | | 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/+2582 |
| | * | | tools: add support for setting the CSF into imximage | Stefano Babic | 2013-08-31 | -4/+40 |
| | * | | tools: add padding of data image file for imximage | Stefano Babic | 2013-08-31 | -3/+85 |
| | * | | tools: add variable padding of data image in mkimage | Stefano Babic | 2013-08-31 | -4/+25 |
| | * | | tools: dynamically allocate imx_header in imximage | Stefano Babic | 2013-08-31 | -10/+49 |
| | * | | tools: rename mximage_flash_offset to imximage_ivt_offset | Stefano Babic | 2013-08-31 | -8/+9 |
| | * | | tools: imx_header should not include flash_offset | Stefano Babic | 2013-08-31 | -8/+8 |
| | |/ |
|
| * | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-04 | -0/+0 |
| |\ \ |
|
| | * | | arm, am335x: add support for 3 siemens boards | Heiko Schocher | 2013-08-28 | -0/+0 |
| | |/ |
|
* | | | fw_env: fix writing environment for mtd devices | Oliver Metz | 2013-09-06 | -28/+42 |
* | | | fw_env: add redundant env support for MTD_ABSENT | Oliver Metz | 2013-09-06 | -0/+3 |
|/ / |
|
* | | tools/Makefile: Move _GNU_SOURCE to Makefile | York Sun | 2013-08-16 | -21/+3 |
* | | tools, bmp_logo: fix index from uint16_t to int to allow bigger logos | Heiko Schocher | 2013-08-10 | -1/+1 |
* | | Validate dtc is new enough | Stephen Warren | 2013-08-02 | -0/+20 |
|/ |
|
* | Add LGPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -52/+4 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -1262/+84 |
* | patman: README documentation nits (unit test) | Gerhard Sittig | 2013-07-15 | -4/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-07-12 | -0/+177 |
|\ |
|
| * | pxa: palmtreo680 flash programming utility | Mike Dunn | 2013-06-22 | -0/+177 |
* | | tools/proftool: remove REG_NOERROR | Andreas Bießmann | 2013-07-03 | -1/+1 |
* | | mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE | Simon Glass | 2013-06-28 | -1/+1 |
* | | image: Add support for signing of FIT configurations | Simon Glass | 2013-06-26 | -1/+340 |
* | | mkimage: Add -r option to specify keys that must be verified | Simon Glass | 2013-06-26 | -6/+12 |
* | | mkimage: Add -c option to specify a comment for key signing | Simon Glass | 2013-06-26 | -3/+10 |
* | | mkimage: Add -F option to modify an existing .fit file | Simon Glass | 2013-06-26 | -9/+18 |
* | | mkimage: Add -K to write public keys to an FDT blob | Simon Glass | 2013-06-26 | -4/+28 |