index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
mkimage.c
Commit message (
Expand
)
Author
Age
Lines
*
tools: moved code common to all image tools to a separated module.
Guilherme Maciel Ferreira
2013-12-13
-19
/
+3
*
mkimage: added 'static' specifier to match function's prototype.
Guilherme Maciel Ferreira
2013-12-13
-2
/
+1
*
ARM: mxs: tools: Add mkimage support for MXS bootstream
Marek Vasut
2013-08-31
-0
/
+2
*
tools: add variable padding of data image in mkimage
Stefano Babic
2013-08-31
-3
/
+21
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
-14
/
+1
*
mkimage: Add -r option to specify keys that must be verified
Simon Glass
2013-06-26
-2
/
+6
*
mkimage: Add -c option to specify a comment for key signing
Simon Glass
2013-06-26
-1
/
+7
*
mkimage: Add -F option to modify an existing .fit file
Simon Glass
2013-06-26
-3
/
+6
*
mkimage: Add -K to write public keys to an FDT blob
Simon Glass
2013-06-26
-2
/
+8
*
mkimage: Add -k option to specify key directory
Simon Glass
2013-06-26
-1
/
+14
*
powerpc/CoreNet: add tool to support pbl image build.
Shaohui Xie
2012-08-23
-0
/
+15
*
mkimage: Fix variable length header support
Christian Riesch
2011-12-24
-48
/
+49
*
mkimage: adding support for Davinci AIS image
Stefano Babic
2011-10-23
-0
/
+2
*
mkimage: Add variable lenght header support
Stefano Babic
2011-10-05
-5
/
+14
*
mkimage: Add OMAP boot image support
John Rigby
2011-08-03
-0
/
+2
*
mkimage: add UBL header support for booting davinci cpus
Heiko Schocher
2011-07-28
-0
/
+2
*
mkimage: add "-V" option to print version information
Wolfgang Denk
2011-04-12
-0
/
+6
*
mkimage: Fix strict-aliasing compiler warning
Peter Tyser
2010-04-10
-5
/
+3
*
mkimage: fix Segmentation Fault when run without "-n name" option
Wolfgang Denk
2010-03-28
-0
/
+1
*
mkimage: dont force entry point with xip
Mike Frysinger
2010-03-11
-14
/
+0
*
mkimage: Add Freescale imx Boot Image support (imximage)
Stefano Babic
2010-01-25
-0
/
+2
*
tools/mkimage: Remove duplicate line of code
Peter Tyser
2009-12-07
-4
/
+2
*
tools/mkimage: Print FIT image contents after creation
Peter Tyser
2009-12-05
-25
/
+26
*
tools/mkimage: Assume FDT image type for FIT images
Peter Tyser
2009-12-05
-0
/
+6
*
Building of FIT images does not work.
Remy Bohmer
2009-11-23
-0
/
+1
*
mkimage: Add Kirkwood Boot Image support (kwbimage)
Prafulla Wadaskar
2009-09-10
-0
/
+2
*
tools: mkimage: split code into core, default and FIT image specific
Prafulla Wadaskar
2009-09-10
-291
/
+260
*
tools: mkimage: Fixed build warnings
Prafulla Wadaskar
2009-09-10
-7
/
+9
*
tools: mkimage : bugfix returns correct value for list command
Prafulla Wadaskar
2009-09-10
-12
/
+14
*
License cleanup: remove unintended "All Rights Reserved" notices.
Wolfgang Denk
2009-09-04
-1
/
+0
*
compiler.h: unify system ifdef cruft here
Mike Frysinger
2009-07-19
-10
/
+4
*
mkimage: make mmap() checks consistent
Mike Frysinger
2008-05-03
-13
/
+9
*
Memory footprint optimizations
Bartlomiej Sieka
2008-04-24
-3
/
+3
*
[new uImage] Add support for new uImage format to mkimage tool
Bartlomiej Sieka
2008-03-11
-52
/
+205
*
[new uImage] Share common uImage code between mkimage and U-boot
Marian Balakowicz
2008-02-29
-234
/
+10
*
[new uImage] Update naming convention for bootm/uImage related code
Marian Balakowicz
2008-02-29
-2
/
+2
*
[new uImage] Define a API for image handling operations
Marian Balakowicz
2008-02-07
-111
/
+69
*
Fix compilation issues on MACOSX
Aubrey.Li
2007-05-15
-2
/
+2
*
Merge with /home/wd/git/u-boot/master
Wolfgang Denk
2006-10-11
-1
/
+2
|
\
|
*
Define IH_CPU_AVR32
Stefan Roese
2006-10-09
-0
/
+1
|
*
Fix mkimage -l bug with multifile images on 64bit platforms
Wolfgang Denk
2006-09-06
-1
/
+1
*
|
* Support for FDT in uImage format, error when using FDT from flash
Matthew McClintock
2006-08-16
-0
/
+1
|
/
*
Fixed handling of bad checksums with "mkimage -l"
Wolfgang Denk
2006-04-28
-5
/
+8
*
Add ADI Blackfin support
Wolfgang Denk
2006-03-12
-0
/
+1
*
Fix mkimage bug with multifile images created on 64 bit systems.
Wolfgang Denk
2006-01-11
-1
/
+1
*
* Patch by Scott McNutt, 01 Nov 2004:
wdenk
2005-04-03
-0
/
+2
*
* Update for AT91RM9200DK and CMC_PU2 boards:
wdenk
2004-11-21
-1
/
+1
*
* Rename SBC8560 into sbc8560 for consistency
wdenk
2004-07-10
-31
/
+32
*
* Patch by Rahul Shanbhag, 19 Feb 2004:
wdenk
2004-02-26
-1
/
+16
*
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with
wdenk
2003-11-17
-2
/
+2
[next]