aboutsummaryrefslogtreecommitdiff
path: root/tools/imximage.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-27tools/imximage.c: Fix compiling warningYork Sun1-4/+4
2013-09-05Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-16/+164
2013-08-31tools: add support for setting the CSF into imximageStefano Babic1-3/+38
2013-08-31tools: add padding of data image file for imximageStefano Babic1-3/+85
2013-08-31tools: dynamically allocate imx_header in imximageStefano Babic1-7/+36
2013-08-31tools: rename mximage_flash_offset to imximage_ivt_offsetStefano Babic1-8/+9
2013-08-31tools: imx_header should not include flash_offsetStefano Babic1-7/+8
2013-08-16tools/Makefile: Move _GNU_SOURCE to MakefileYork Sun1-3/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-05imx: Align the imximage header and payload to multiples of 4kMarek Vasut1-4/+7
2013-04-28tools: arm: imx: Implement BOOT_OFFSET command for imximageMarek Vasut1-0/+6
2013-01-28tools: imximage: Let .name field be more genericFabio Estevam1-1/+1
2013-01-05tools: imximage: Load a size that is multiple of 512Fabio Estevam1-1/+8
2012-10-20imximage: make set_imx_hdr_v1/v2 easier to readTroy Kisky1-19/+11
2012-10-20imximage: change parameters to set_imx_hdrTroy Kisky1-11/+9
2012-10-20imximage: delay setting of image sizeTroy Kisky1-6/+6
2012-10-20imximage: fix size of image to load.Troy Kisky1-4/+2
2012-10-20imximage: move flash_offset check to common locationTroy Kisky1-14/+5
2012-10-20imximage: remove redundant setting of app_dest_ptrTroy Kisky1-1/+0
2012-10-20imximage: check dcd_len as entries addedTroy Kisky1-15/+11
2012-03-27imximage: Remove overwriting of flash_offsetDirk Behme1-4/+14
2012-02-12imximage: Sort bootops alphabeticallyDirk Behme1-3/+3
2012-02-12imximage: Add support for i.MX6Dirk Behme1-1/+3
2011-02-02imximage: Add MX53 boot image supportLiu Hui-R643431-138/+387
2010-04-30mkimage: correct spelling error in imximageStefano Babic1-1/+1
2010-02-24tools: fix imximage warningKim Phillips1-1/+1
2010-02-24mkimage: SEGFAULT with imximage on 64 bit systemsStefano Babic1-16/+14
2010-01-27Fix compiler warning in imximage.c due to getline prototypeKumar Gala1-0/+3
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+324