| Commit message (Expand) | Author | Age | Lines |
* | tools: imximage: refactor header length calculations for imximage v1 | Martin Kaiser | 2017-01-27 | -22/+16 |
* | tools: imximage: display DCD block offset, length | Eric Nelson | 2016-11-29 | -1/+9 |
* | tools: imximage: check return value when open the plugin file | Peng Fan | 2016-11-05 | -1/+8 |
* | tools: imximage: add plugin support | Peng Fan | 2016-10-24 | -59/+224 |
* | imx: tools: imximage: fix CLR bit command | Adrian Alonso | 2016-05-17 | -1/+1 |
* | imximage: fix commands other than write_data | Troy Kisky | 2015-10-07 | -21/+56 |
* | imximage: header.length of 4 is valid | Troy Kisky | 2015-10-07 | -2/+2 |
* | tools/imximage: set DCD pointer to NULL when its length is 0 | Baruch Siach | 2015-09-02 | -1/+5 |
* | imx: imximage: add new CHECK/CLR BIT command | Adrian Alonso | 2015-07-26 | -20/+75 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-02-10 | -0/+2 |
|\ |
|
| * | imx: imximage: Add QuadSPI boot support | Ye.Li | 2015-02-10 | -0/+2 |
* | | imagetool: replace image registration function by linker_lists feature | Guilherme Maciel Ferreira | 2015-01-29 | -16/+14 |
|/ |
|
* | imximage: Fix the bootdata.size calculation | Ye.Li | 2014-11-03 | -1/+1 |
* | imximage: Fix imximage IVT bug for EIM-NOR boot | Ye.Li | 2014-09-09 | -0/+7 |
* | tools: moved code common to all image tools to a separated module. | Guilherme Maciel Ferreira | 2013-12-13 | -6/+6 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -1/+1 |
* | tools/imximage.c: Fix compiling warning | York Sun | 2013-09-27 | -4/+4 |
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-05 | -16/+164 |
|\ |
|
| * | tools: add support for setting the CSF into imximage | Stefano Babic | 2013-08-31 | -3/+38 |
| * | tools: add padding of data image file for imximage | Stefano Babic | 2013-08-31 | -3/+85 |
| * | tools: dynamically allocate imx_header in imximage | Stefano Babic | 2013-08-31 | -7/+36 |
| * | 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 | -7/+8 |
* | | tools/Makefile: Move _GNU_SOURCE to Makefile | York Sun | 2013-08-16 | -3/+0 |
|/ |
|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | imx: Align the imximage header and payload to multiples of 4k | Marek Vasut | 2013-05-05 | -4/+7 |
* | tools: arm: imx: Implement BOOT_OFFSET command for imximage | Marek Vasut | 2013-04-28 | -0/+6 |
* | tools: imximage: Let .name field be more generic | Fabio Estevam | 2013-01-28 | -1/+1 |
* | tools: imximage: Load a size that is multiple of 512 | Fabio Estevam | 2013-01-05 | -1/+8 |
* | imximage: make set_imx_hdr_v1/v2 easier to read | Troy Kisky | 2012-10-20 | -19/+11 |
* | imximage: change parameters to set_imx_hdr | Troy Kisky | 2012-10-20 | -11/+9 |
* | imximage: delay setting of image size | Troy Kisky | 2012-10-20 | -6/+6 |
* | imximage: fix size of image to load. | Troy Kisky | 2012-10-20 | -4/+2 |
* | imximage: move flash_offset check to common location | Troy Kisky | 2012-10-20 | -14/+5 |
* | imximage: remove redundant setting of app_dest_ptr | Troy Kisky | 2012-10-20 | -1/+0 |
* | imximage: check dcd_len as entries added | Troy Kisky | 2012-10-20 | -15/+11 |
* | imximage: Remove overwriting of flash_offset | Dirk Behme | 2012-03-27 | -4/+14 |
* | imximage: Sort bootops alphabetically | Dirk Behme | 2012-02-12 | -3/+3 |
* | imximage: Add support for i.MX6 | Dirk Behme | 2012-02-12 | -1/+3 |
* | imximage: Add MX53 boot image support | Liu Hui-R64343 | 2011-02-02 | -138/+387 |
* | mkimage: correct spelling error in imximage | Stefano Babic | 2010-04-30 | -1/+1 |
* | tools: fix imximage warning | Kim Phillips | 2010-02-24 | -1/+1 |
* | mkimage: SEGFAULT with imximage on 64 bit systems | Stefano Babic | 2010-02-24 | -16/+14 |
* | Fix compiler warning in imximage.c due to getline prototype | Kumar Gala | 2010-01-27 | -0/+3 |
* | mkimage: Add Freescale imx Boot Image support (imximage) | Stefano Babic | 2010-01-25 | -0/+324 |