| Commit message (Expand) | Author | Age | Lines |
* | tools/kwbimage: fix size computations for v1 images | Reinhard Pfau | 2015-11-29 | -3/+4 |
* | tools/kwbimage: fix endianess issue | Reinhard Pfau | 2015-11-29 | -20/+26 |
* | tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned | Stefan Roese | 2015-11-29 | -1/+9 |
* | tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage | Nathan Rossi | 2015-11-19 | -0/+258 |
* | Allow fw env tools to be available as library | Stefano Babic | 2015-11-18 | -1/+3 |
* | tools/env: allow config filename to be passed via command line argument | Michael Heimpold | 2015-11-18 | -3/+38 |
* | tools/kwbimage.c: Fix generation of binary header | Stefan Roese | 2015-11-17 | -3/+9 |
* | tools/proftool: fix use-after-free | Vincent Stehlé | 2015-11-16 | -2/+3 |
* | Various Makefiles: Add SPDX-License-Identifier tags | Tom Rini | 2015-11-10 | -0/+4 |
* | fdtgrep: Simplify the alias generation code | Simon Glass | 2015-11-04 | -22/+10 |
* | Fix bad return value checks (detected with Coccinelle) | Thomas Huth | 2015-10-24 | -2/+2 |
* | kwbimage: Align payload size to 4 bytes | Stefan Roese | 2015-10-21 | -0/+3 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-10-13 | -25/+64 |
|\ |
|
| * | imximage: fix commands other than write_data | Troy Kisky | 2015-10-07 | -23/+62 |
| * | imximage: header.length of 4 is valid | Troy Kisky | 2015-10-07 | -2/+2 |
* | | Fix variation in timestamps caused by timezone differences. | Vagrant Cascadian | 2015-10-11 | -5/+1 |
* | | tools/mkimage.c: Clarify help text for -D slightly | Tom Rini | 2015-10-11 | -1/+1 |
* | | Merge git://git.denx.de/u-boot-marvell | Tom Rini | 2015-09-30 | -139/+125 |
|\ \ |
|
| * | | tools: kwboot: Add support for UART boot mode patching for Armada XP/38x | Stefan Roese | 2015-10-01 | -139/+125 |
| |/ |
|
* | | sunxi: (mksunxiboot) signature to indicate "sunxi" SPL variant | Bernhard Nortmann | 2015-09-29 | -0/+4 |
* | | sunxi: move SPL-related definitions to platform-specific include | Bernhard Nortmann | 2015-09-29 | -16/+1 |
|/ |
|
* | tools: moveconfig: Update the URL for nds32 toolchain | Bin Meng | 2015-09-28 | -1/+1 |
* | tools: gen_eth_addr: add getpid() to time(0) to avoid duplicated seed | Josh Wu | 2015-09-28 | -1/+1 |
* | mxs: mxsboot: fix endianess for sd boot images | Michael Heimpold | 2015-09-13 | -9/+10 |
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini | 2015-09-11 | -1/+1 |
|\ |
|
| * | sunxi: Ensure that 'mksunxiboot' tool produces deterministic output | Siarhei Siamashka | 2015-09-10 | -1/+1 |
* | | buildman: Improve the config comparison feature | Simon Glass | 2015-09-09 | -44/+142 |
* | | Revert "patman: use -D option for git format-patch" | Masahiro Yamada | 2015-09-09 | -1/+1 |
* | | x86: ifdtool: Support checking region overlap before U-Boot | Bin Meng | 2015-09-09 | -20/+46 |
|/ |
|
* | Merge git://git.denx.de/u-boot-rockchip | Tom Rini | 2015-09-03 | -11/+397 |
|\ |
|
| * | rockchip: Drop first 32kb of zeros from the rkSD image type | Sjoerd Simons | 2015-09-02 | -7/+2 |
| * | rockchip: Add support for the SPI image | Simon Glass | 2015-09-02 | -0/+119 |
| * | rockchip: Add support for the SD image | Simon Glass | 2015-09-02 | -1/+103 |
| * | rockchip: Add the rkimage format to mkimage | Simon Glass | 2015-09-02 | -0/+168 |
| * | mkimage: Allow the original file size to be recorded | Simon Glass | 2015-09-02 | -0/+1 |
| * | mkimage: Allow padding to any length | Simon Glass | 2015-09-02 | -11/+12 |
* | | tools: mxsboot: calculate ECC block level dynamically | Jörg Krause | 2015-09-02 | -17/+4 |
* | | tools/imximage: set DCD pointer to NULL when its length is 0 | Baruch Siach | 2015-09-02 | -1/+5 |
|/ |
|
* | buildman: Correct 'Series-cover-cc' detection logic | Simon Glass | 2015-08-31 | -1/+1 |
* | tools/atmelimage.c: Fix warning when debug is enabled | Tom Rini | 2015-08-28 | -1/+1 |
* | kconfiglib: update to the latest version | Ulf Magnusson | 2015-08-28 | -2252/+1906 |
* | patman: use -D option for git format-patch | Masahiro Yamada | 2015-08-26 | -1/+1 |
* | x86: ifdtool: Drop microcode from the device tree when collating | Simon Glass | 2015-08-26 | -2/+53 |
* | x86: ifdtool: Support collating microcode into one place | Simon Glass | 2015-08-26 | -10/+55 |
* | x86: ifdtool: Split microcode linking into its own function | Simon Glass | 2015-08-26 | -27/+78 |
* | x86: ifdtool: Check that U-Boot does not overlap other regions | Simon Glass | 2015-08-26 | -11/+22 |
* | logos: add Toradex logo | Stefan Agner | 2015-08-13 | -0/+0 |
* | gitignore: Add defconfig and fdtgrep | Bin Meng | 2015-08-05 | -0/+1 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-08-02 | -27/+94 |
|\ |
|
| * | imx: imximage: add new CHECK/CLR BIT command | Adrian Alonso | 2015-07-26 | -27/+93 |