index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
mkimage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
mkimage: fix display of image types list
Baruch Siach
1
-1
/
+5
2017-01-20
tools: mkimage: fix sizeof_mismatch found by coverity
Sven Ebenfeld
1
-1
/
+1
2017-01-14
mkimage: Add support for signing with pkcs11
George McCollister
1
-3
/
+7
2017-01-02
tools: mkimage: add firmware-ivt image type for HAB verification
Sven Ebenfeld
1
-0
/
+32
2016-11-06
mkimage: Allow including a ramdisk in FIT auto mode
Tomeu Vizoso
1
-3
/
+7
2016-10-31
mkimage: Fix missing free() in show_valid_options()
Simon Glass
1
-0
/
+1
2016-10-31
Fix spelling of "occur".
Vagrant Cascadian
1
-1
/
+1
2016-08-05
mkimage: Fix argument parsing with signature comment
Karl Beldan
1
-1
/
+1
2016-07-14
mkimage: fix missing break for -p switch
Teddy Reed
1
-0
/
+1
2016-07-14
mkimage: Show item lists for all categories
Simon Glass
1
-3
/
+9
2016-07-14
mkimage: Use generic code for showing an 'image type' error
Simon Glass
1
-43
/
+2
2016-07-14
mkimage: Allow display of a list of any image header category
Simon Glass
1
-0
/
+43
2016-07-14
mkimage: Drop blank line before main()
Simon Glass
1
-1
/
+0
2016-07-14
mkimage: Drop premature setting of params.fit_image_type
Simon Glass
1
-1
/
+0
2016-07-14
mkimage: Require a data file when auto-fit is used
Simon Glass
1
-0
/
+2
2016-07-14
mkimage: Explain the auto-fit imagefile special case
Simon Glass
1
-0
/
+1
2016-07-14
mkimage: Honour the default image type with auto-fit
Simon Glass
1
-1
/
+1
2016-06-24
mkimage: fit: spl: Add an optional static offset for external data
Teddy Reed
1
-2
/
+11
2016-05-23
mkimage: Add a quiet mode
Simon Glass
1
-1
/
+4
2016-05-03
mkimage: fix generation of FIT image
Andreas Bießmann
1
-6
/
+3
2016-05-02
mkimage: fix argument parsing on BSD systems
Andreas Bießmann
1
-21
/
+12
2016-03-14
mkimage: Support placing data outside the FIT
Simon Glass
1
-1
/
+4
2016-03-14
mkimage: Support adding device tree files to a FIT
Simon Glass
1
-2
/
+36
2016-03-14
mkimage: Support automatic creating of a FIT without a .its
Simon Glass
1
-3
/
+5
2016-03-14
mkimage: Allow a FIT to include an image of any type
Simon Glass
1
-5
/
+28
2016-03-14
mkimage: Make 'params' static
Simon Glass
1
-1
/
+1
2016-03-14
mkimage: Show an error message when usage() is called
Simon Glass
1
-8
/
+9
2016-03-14
mkimage: Move usage() up to the top
Simon Glass
1
-39
/
+42
2016-03-14
mkimage: Sort the option processing code by option
Simon Glass
1
-25
/
+25
2016-03-14
mkimage: Convert to use getopt()
Simon Glass
1
-132
/
+101
2016-03-14
mkimage: Move argument processing into its own function
Simon Glass
1
-24
/
+32
2016-02-24
Gracefully handle 64-bit signed-extended 32-bit Load addresses
William Cohen
1
-2
/
+2
2015-12-07
mkimage: Fix warning from fix for generating multi and script images again
Marek Vasut
1
-2
/
+1
2015-12-05
mkimage : Fix generating multi and script images
Philippe De Swert
1
-13
/
+18
2015-10-11
tools/mkimage.c: Clarify help text for -D slightly
Tom Rini
1
-1
/
+1
2015-09-02
mkimage: Allow padding to any length
Simon Glass
1
-11
/
+12
2015-07-21
mkimage: Set up a file size parameter and keep it updated
Simon Glass
1
-0
/
+18
2015-07-21
mkimage: Display a better list of available image types
Simon Glass
1
-7
/
+52
2015-01-29
dumpimage: add 'T' option to explicitly set the image type
Guilherme Maciel Ferreira
1
-3
/
+0
2015-01-29
imagetool: replace image registration function by linker_lists feature
Guilherme Maciel Ferreira
1
-42
/
+2
2015-01-29
imagetool: move common code to imagetool module
Guilherme Maciel Ferreira
1
-67
/
+5
2014-08-14
mkimage: fix compilation issues on OpenBSD
Luka Perkov
1
-0
/
+2
2013-12-13
tools: moved code common to all image tools to a separated module.
Guilherme Maciel Ferreira
1
-19
/
+3
2013-12-13
mkimage: added 'static' specifier to match function's prototype.
Guilherme Maciel Ferreira
1
-2
/
+1
2013-08-31
ARM: mxs: tools: Add mkimage support for MXS bootstream
Marek Vasut
1
-0
/
+2
2013-08-31
tools: add variable padding of data image in mkimage
Stefano Babic
1
-3
/
+21
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-14
/
+1
2013-06-26
mkimage: Add -r option to specify keys that must be verified
Simon Glass
1
-2
/
+6
2013-06-26
mkimage: Add -c option to specify a comment for key signing
Simon Glass
1
-1
/
+7
2013-06-26
mkimage: Add -F option to modify an existing .fit file
Simon Glass
1
-3
/
+6
[next]