index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
mkimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mkimage: Fix warning from fix for generating multi and script images again
Marek Vasut
2015-12-07
1
-2
/
+1
*
mkimage : Fix generating multi and script images
Philippe De Swert
2015-12-05
1
-13
/
+18
*
tools/mkimage.c: Clarify help text for -D slightly
Tom Rini
2015-10-11
1
-1
/
+1
*
mkimage: Allow padding to any length
Simon Glass
2015-09-02
1
-11
/
+12
*
mkimage: Set up a file size parameter and keep it updated
Simon Glass
2015-07-21
1
-0
/
+18
*
mkimage: Display a better list of available image types
Simon Glass
2015-07-21
1
-7
/
+52
*
dumpimage: add 'T' option to explicitly set the image type
Guilherme Maciel Ferreira
2015-01-29
1
-3
/
+0
*
imagetool: replace image registration function by linker_lists feature
Guilherme Maciel Ferreira
2015-01-29
1
-42
/
+2
*
imagetool: move common code to imagetool module
Guilherme Maciel Ferreira
2015-01-29
1
-67
/
+5
*
mkimage: fix compilation issues on OpenBSD
Luka Perkov
2014-08-14
1
-0
/
+2
*
tools: moved code common to all image tools to a separated module.
Guilherme Maciel Ferreira
2013-12-13
1
-19
/
+3
*
mkimage: added 'static' specifier to match function's prototype.
Guilherme Maciel Ferreira
2013-12-13
1
-2
/
+1
*
ARM: mxs: tools: Add mkimage support for MXS bootstream
Marek Vasut
2013-08-31
1
-0
/
+2
*
tools: add variable padding of data image in mkimage
Stefano Babic
2013-08-31
1
-3
/
+21
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-14
/
+1
*
mkimage: Add -r option to specify keys that must be verified
Simon Glass
2013-06-26
1
-2
/
+6
*
mkimage: Add -c option to specify a comment for key signing
Simon Glass
2013-06-26
1
-1
/
+7
*
mkimage: Add -F option to modify an existing .fit file
Simon Glass
2013-06-26
1
-3
/
+6
*
mkimage: Add -K to write public keys to an FDT blob
Simon Glass
2013-06-26
1
-2
/
+8
*
mkimage: Add -k option to specify key directory
Simon Glass
2013-06-26
1
-1
/
+14
*
powerpc/CoreNet: add tool to support pbl image build.
Shaohui Xie
2012-08-23
1
-0
/
+15
*
mkimage: Fix variable length header support
Christian Riesch
2011-12-24
1
-48
/
+49
*
mkimage: adding support for Davinci AIS image
Stefano Babic
2011-10-23
1
-0
/
+2
*
mkimage: Add variable lenght header support
Stefano Babic
2011-10-05
1
-5
/
+14
*
mkimage: Add OMAP boot image support
John Rigby
2011-08-03
1
-0
/
+2
*
mkimage: add UBL header support for booting davinci cpus
Heiko Schocher
2011-07-28
1
-0
/
+2
*
mkimage: add "-V" option to print version information
Wolfgang Denk
2011-04-12
1
-0
/
+6
*
mkimage: Fix strict-aliasing compiler warning
Peter Tyser
2010-04-10
1
-5
/
+3
*
mkimage: fix Segmentation Fault when run without "-n name" option
Wolfgang Denk
2010-03-28
1
-0
/
+1
*
mkimage: dont force entry point with xip
Mike Frysinger
2010-03-11
1
-14
/
+0
*
mkimage: Add Freescale imx Boot Image support (imximage)
Stefano Babic
2010-01-25
1
-0
/
+2
*
tools/mkimage: Remove duplicate line of code
Peter Tyser
2009-12-07
1
-4
/
+2
*
tools/mkimage: Print FIT image contents after creation
Peter Tyser
2009-12-05
1
-25
/
+26
*
tools/mkimage: Assume FDT image type for FIT images
Peter Tyser
2009-12-05
1
-0
/
+6
*
Building of FIT images does not work.
Remy Bohmer
2009-11-23
1
-0
/
+1
*
mkimage: Add Kirkwood Boot Image support (kwbimage)
Prafulla Wadaskar
2009-09-10
1
-0
/
+2
*
tools: mkimage: split code into core, default and FIT image specific
Prafulla Wadaskar
2009-09-10
1
-291
/
+260
*
tools: mkimage: Fixed build warnings
Prafulla Wadaskar
2009-09-10
1
-7
/
+9
*
tools: mkimage : bugfix returns correct value for list command
Prafulla Wadaskar
2009-09-10
1
-12
/
+14
*
License cleanup: remove unintended "All Rights Reserved" notices.
Wolfgang Denk
2009-09-04
1
-1
/
+0
*
compiler.h: unify system ifdef cruft here
Mike Frysinger
2009-07-19
1
-10
/
+4
*
mkimage: make mmap() checks consistent
Mike Frysinger
2008-05-03
1
-13
/
+9
*
Memory footprint optimizations
Bartlomiej Sieka
2008-04-24
1
-3
/
+3
*
[new uImage] Add support for new uImage format to mkimage tool
Bartlomiej Sieka
2008-03-11
1
-52
/
+205
*
[new uImage] Share common uImage code between mkimage and U-boot
Marian Balakowicz
2008-02-29
1
-234
/
+10
*
[new uImage] Update naming convention for bootm/uImage related code
Marian Balakowicz
2008-02-29
1
-2
/
+2
*
[new uImage] Define a API for image handling operations
Marian Balakowicz
2008-02-07
1
-111
/
+69
*
Fix compilation issues on MACOSX
Aubrey.Li
2007-05-15
1
-2
/
+2
*
Merge with /home/wd/git/u-boot/master
Wolfgang Denk
2006-10-11
1
-1
/
+2
|
\
|
*
Define IH_CPU_AVR32
Stefan Roese
2006-10-09
1
-0
/
+1
[next]