summaryrefslogtreecommitdiffstats
path: root/tools/imximage.c
Commit message (Expand)AuthorAgeFilesLines
* imximage: fix commands other than write_dataTroy Kisky2015-10-071-21/+56
* imximage: header.length of 4 is validTroy Kisky2015-10-071-2/+2
* tools/imximage: set DCD pointer to NULL when its length is 0Baruch Siach2015-09-021-1/+5
* imx: imximage: add new CHECK/CLR BIT commandAdrian Alonso2015-07-261-20/+75
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-02-101-0/+2
|\
| * imx: imximage: Add QuadSPI boot supportYe.Li2015-02-101-0/+2
* | imagetool: replace image registration function by linker_lists featureGuilherme Maciel Ferreira2015-01-291-16/+14
|/
* imximage: Fix the bootdata.size calculationYe.Li2014-11-031-1/+1
* imximage: Fix imximage IVT bug for EIM-NOR bootYe.Li2014-09-091-0/+7
* tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira2013-12-131-6/+6
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* tools/imximage.c: Fix compiling warningYork Sun2013-09-271-4/+4
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-051-16/+164
|\
| * tools: add support for setting the CSF into imximageStefano Babic2013-08-311-3/+38
| * tools: add padding of data image file for imximageStefano Babic2013-08-311-3/+85
| * tools: dynamically allocate imx_header in imximageStefano Babic2013-08-311-7/+36
| * tools: rename mximage_flash_offset to imximage_ivt_offsetStefano Babic2013-08-311-8/+9
| * tools: imx_header should not include flash_offsetStefano Babic2013-08-311-7/+8
* | tools/Makefile: Move _GNU_SOURCE to MakefileYork Sun2013-08-161-3/+0
|/
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* imx: Align the imximage header and payload to multiples of 4kMarek Vasut2013-05-051-4/+7
* tools: arm: imx: Implement BOOT_OFFSET command for imximageMarek Vasut2013-04-281-0/+6
* tools: imximage: Let .name field be more genericFabio Estevam2013-01-281-1/+1
* tools: imximage: Load a size that is multiple of 512Fabio Estevam2013-01-051-1/+8
* imximage: make set_imx_hdr_v1/v2 easier to readTroy Kisky2012-10-201-19/+11
* imximage: change parameters to set_imx_hdrTroy Kisky2012-10-201-11/+9
* imximage: delay setting of image sizeTroy Kisky2012-10-201-6/+6
* imximage: fix size of image to load.Troy Kisky2012-10-201-4/+2
* imximage: move flash_offset check to common locationTroy Kisky2012-10-201-14/+5
* imximage: remove redundant setting of app_dest_ptrTroy Kisky2012-10-201-1/+0
* imximage: check dcd_len as entries addedTroy Kisky2012-10-201-15/+11
* imximage: Remove overwriting of flash_offsetDirk Behme2012-03-271-4/+14
* imximage: Sort bootops alphabeticallyDirk Behme2012-02-121-3/+3
* imximage: Add support for i.MX6Dirk Behme2012-02-121-1/+3
* imximage: Add MX53 boot image supportLiu Hui-R643432011-02-021-138/+387
* mkimage: correct spelling error in imximageStefano Babic2010-04-301-1/+1
* tools: fix imximage warningKim Phillips2010-02-241-1/+1
* mkimage: SEGFAULT with imximage on 64 bit systemsStefano Babic2010-02-241-16/+14
* Fix compiler warning in imximage.c due to getline prototypeKumar Gala2010-01-271-0/+3
* mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic2010-01-251-0/+324
OpenPOWER on IntegriCloud