| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: moved code common to all image tools to a separated module. | Guilherme Maciel Ferreira | 2013-12-13 | 1 | -6/+6 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 1 | -1/+1 |
* | tools/imximage.c: Fix compiling warning | York Sun | 2013-09-27 | 1 | -4/+4 |
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-05 | 1 | -16/+164 |
|\ |
|
| * | tools: add support for setting the CSF into imximage | Stefano Babic | 2013-08-31 | 1 | -3/+38 |
| * | tools: add padding of data image file for imximage | Stefano Babic | 2013-08-31 | 1 | -3/+85 |
| * | tools: dynamically allocate imx_header in imximage | Stefano Babic | 2013-08-31 | 1 | -7/+36 |
| * | tools: rename mximage_flash_offset to imximage_ivt_offset | Stefano Babic | 2013-08-31 | 1 | -8/+9 |
| * | tools: imx_header should not include flash_offset | Stefano Babic | 2013-08-31 | 1 | -7/+8 |
* | | tools/Makefile: Move _GNU_SOURCE to Makefile | York Sun | 2013-08-16 | 1 | -3/+0 |
|/ |
|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | imx: Align the imximage header and payload to multiples of 4k | Marek Vasut | 2013-05-05 | 1 | -4/+7 |
* | tools: arm: imx: Implement BOOT_OFFSET command for imximage | Marek Vasut | 2013-04-28 | 1 | -0/+6 |
* | tools: imximage: Let .name field be more generic | Fabio Estevam | 2013-01-28 | 1 | -1/+1 |
* | tools: imximage: Load a size that is multiple of 512 | Fabio Estevam | 2013-01-05 | 1 | -1/+8 |
* | imximage: make set_imx_hdr_v1/v2 easier to read | Troy Kisky | 2012-10-20 | 1 | -19/+11 |
* | imximage: change parameters to set_imx_hdr | Troy Kisky | 2012-10-20 | 1 | -11/+9 |
* | imximage: delay setting of image size | Troy Kisky | 2012-10-20 | 1 | -6/+6 |
* | imximage: fix size of image to load. | Troy Kisky | 2012-10-20 | 1 | -4/+2 |
* | imximage: move flash_offset check to common location | Troy Kisky | 2012-10-20 | 1 | -14/+5 |
* | imximage: remove redundant setting of app_dest_ptr | Troy Kisky | 2012-10-20 | 1 | -1/+0 |
* | imximage: check dcd_len as entries added | Troy Kisky | 2012-10-20 | 1 | -15/+11 |
* | imximage: Remove overwriting of flash_offset | Dirk Behme | 2012-03-27 | 1 | -4/+14 |
* | imximage: Sort bootops alphabetically | Dirk Behme | 2012-02-12 | 1 | -3/+3 |
* | imximage: Add support for i.MX6 | Dirk Behme | 2012-02-12 | 1 | -1/+3 |
* | imximage: Add MX53 boot image support | Liu Hui-R64343 | 2011-02-02 | 1 | -138/+387 |
* | mkimage: correct spelling error in imximage | Stefano Babic | 2010-04-30 | 1 | -1/+1 |
* | tools: fix imximage warning | Kim Phillips | 2010-02-24 | 1 | -1/+1 |
* | mkimage: SEGFAULT with imximage on 64 bit systems | Stefano Babic | 2010-02-24 | 1 | -16/+14 |
* | Fix compiler warning in imximage.c due to getline prototype | Kumar Gala | 2010-01-27 | 1 | -0/+3 |
* | mkimage: Add Freescale imx Boot Image support (imximage) | Stefano Babic | 2010-01-25 | 1 | -0/+324 |