1. fc3c967 imagetool: make the image_save_datafile() available to all image types by Guilherme Maciel Ferreira · Thu Jan 15 02:48:06 2015 -0200
  2. 0e3b512 image: bootm: Add OpenRTOS image type by Marek Vasut · Tue Dec 16 14:07:21 2014 +0100
  3. 76ae5d9 memmove_wd: copy chunk down from big address if parameter to is larger than from by Sonic Zhang · Wed Dec 10 18:20:53 2014 +0800
  4. 9d42830 x86: image: Add new image type for x64_64 by Simon Glass · Fri Oct 10 08:21:57 2014 -0600
  5. 9a1cb5d image: Fix Android boot image support by Ahmad Draidi · Thu Oct 23 20:50:07 2014 +0300
  6. 0129b52 x86: Support loading kernel setup from a FIT by Simon Glass · Sun Oct 19 21:11:24 2014 -0600
  7. 685e87f tools: socfpga: Add socfpga preloader signing to mkimage by Charles Manning · Thu Mar 06 15:40:50 2014 +1300
  8. 05a9ad7 Fix test failure caused by bad handling of ramdisk by Simon Glass · Fri Aug 22 14:26:43 2014 -0600
  9. f5c377a image: fix bootm failure for FIT image by Bryan Wu · Fri Aug 15 16:51:38 2014 -0700
  10. af7b0de image: introduce genimg_get_kernel_addr() by Bryan Wu · Thu Jul 31 17:39:58 2014 -0700
  11. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · Thu Jun 12 22:27:12 2014 +0200
  12. a0c0b63 image: Remove the fit_load_image() property parameter by Simon Glass · Thu Jun 12 07:24:47 2014 -0600
  13. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · Wed May 28 11:33:33 2014 +0200
  14. 7c75d3e mkimage: add atmelimage by Andreas Bießmann · Mon May 19 14:23:39 2014 +0200
  15. e61add1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu May 22 12:56:15 2014 -0400
  16. 686d667 image: add support for Android's boot image format by Sebastian Siewior · Mon May 05 15:08:09 2014 -0500
  17. 8277793 tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · Fri Apr 04 13:16:48 2014 -0400
  18. 78bc86f arc: bdinfo, image and arc-specific init functions declarations support by Alexey Brodkin · Tue Feb 04 12:56:16 2014 +0400
  19. 8bb6424 common/image.c: move VxWorks header string out of CONFIG_CMD_ELF by miao.yan@windriver.com · Fri Dec 27 16:01:50 2013 +0800
  20. 85fd5f1 arm64: core support by David Feng · Sat Dec 14 11:47:35 2013 +0800
  21. bc2a07d FIT: delete unnecessary casts by Masahiro Yamada · Thu Sep 19 12:10:18 2013 +0900
  22. 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · Mon Sep 16 07:15:45 2013 -0400
  23. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · Mon Aug 26 20:43:33 2013 +0200
  24. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  25. 6376752 common/image.c: Fix regression with ramdisk load/entry points in FIT by Stefano Babic · Fri Jul 12 15:09:23 2013 +0200
  26. ad68fc3 bootm: Use selected configuration for ramdisk and fdt by Simon Glass · Wed Jul 10 23:08:10 2013 -0700
  27. 794a921 Clarify bootm OS arguments by Simon Glass · Tue Jun 11 11:14:46 2013 -0700
  28. 65817a6 image: Use fit_image_load() to load ramdisk by Simon Glass · Thu May 16 13:53:22 2013 +0000
  29. 9ca3742 image: Add device tree setup to image library by Simon Glass · Wed May 08 08:06:01 2013 +0000
  30. c6bdabb image: Split libfdt code into image-fdt.c by Simon Glass · Wed May 08 08:06:00 2013 +0000
  31. 1030f16 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · Wed May 08 08:05:58 2013 +0000
  32. 4964806 sandbox: image: Add support for booting images in sandbox by Simon Glass · Tue May 07 06:12:03 2013 +0000
  33. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · Tue May 07 06:11:57 2013 +0000
  34. da0af36 image: Split FIT code into new image-fit.c by Simon Glass · Tue May 07 06:11:53 2013 +0000
  35. 36b916a image: Export fit_check_ramdisk() by Simon Glass · Tue May 07 06:11:52 2013 +0000
  36. af0ec0d image: Move timestamp #ifdefs to header file by Simon Glass · Tue May 07 06:11:51 2013 +0000
  37. 36ec8ac image: Add support for Plan 9 by Steven Stallion · Wed Mar 20 06:31:35 2013 +0000
  38. 9adb686 image: Use crc header file instead of C prototypes by Simon Glass · Sun Feb 24 17:33:25 2013 +0000
  39. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  40. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · Tue Dec 11 22:16:28 2012 -0600
  41. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  42. d572e16 fdt: Add option to default to most compatible conf in a fit image by Gabe Black · Thu Oct 25 16:31:10 2012 +0000
  43. b052b60 common/misc: sparse fixes by Kim Phillips · Mon Oct 29 13:34:32 2012 +0000
  44. 8b7d32a fdt: Check for a token to skip auto-hash validation by Joe Hershberger · Fri Aug 17 10:34:39 2012 +0000
  45. a261e52 fdt: Check error codes returned from fdtlib when loading ITB by Joe Hershberger · Fri Aug 17 10:34:35 2012 +0000
  46. e6cb5cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue Sep 25 12:23:55 2012 -0700
  47. 52e4040 image/FIT: Add ramdisk load, entry address and OS tag inclusion by Jagannadha Sutradharudu Teki · Fri Jul 27 22:02:22 2012 +0000
  48. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · Fri Aug 10 02:49:35 2012 +0000
  49. 711453d image/fit: drop inline markings on parser code by Mike Frysinger · Sun Apr 22 06:59:06 2012 +0000
  50. 6988d13 RAMDISK: Fix unused variable issue caused by raw rd support by Marek Vasut · Fri Mar 30 23:19:10 2012 +0200
  51. 28850d0 BOOT: Add RAW ramdisk support to bootz by Marek Vasut · Sun Mar 18 11:47:58 2012 +0000
  52. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  53. 52823fd bootstage: Convert FIT progress numbers to enums by Simon Glass · Sat Dec 10 11:08:02 2011 +0000
  54. 3038f80 bootstage: Convert progress numbers 10-19 to enums by Simon Glass · Sat Dec 10 11:07:57 2011 +0000
  55. 53624e0 bootstage: Convert progress numbers 1-9 into enums by Simon Glass · Sat Jan 14 15:24:47 2012 +0000
  56. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  57. 84d6228 image: Support FDTs already loaded at their load address by Stephen Warren · Tue Nov 01 06:28:21 2011 +0000
  58. 0ca9e98 common/image.c: align usage of fdt_high with initrd_high by Shawn Guo · Mon Jan 09 21:54:08 2012 +0000
  59. 15c669c openrisc: Add architecture image support by Stefan Kristiansson · Sat Nov 26 19:04:50 2011 +0000
  60. 180c581 powerpc/bootm: Flush ramdisk and device tree image when booting on MP by Kumar Gala · Wed Dec 07 04:42:58 2011 +0000
  61. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · Thu Nov 10 13:17:53 2011 -0700
  62. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · Mon Oct 17 00:07:43 2011 +0000
  63. 6904b6e checkpatch whitespace cleanups by Stephen Warren · Tue Oct 18 11:11:49 2011 +0000
  64. 354b4e3 nds32: common bdinfo, bootm, image support by Macpaul Lin · Wed Oct 19 20:41:09 2011 +0000
  65. 00aa988 Fix use of int as pointer in image.c by Simon Glass · Fri Sep 23 06:22:04 2011 +0000
  66. 6c9cbb7 common/image.c: remove duplicated IH_TYPE entries. by Wolfgang Denk · Fri Oct 07 08:33:16 2011 +0200
  67. 17426d0 ARM: remove broken "evb4510" board. by Wolfgang Denk · Mon Sep 05 14:37:28 2011 +0200
  68. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · Thu Jul 21 09:10:30 2011 -0400
  69. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · Sat Jul 16 00:06:42 2011 +0000
  70. dcf6fd7 Fix typo from 'mb_alloc' -> 'lmb_alloc' by Matthew McClintock · Mon Jul 18 13:08:05 2011 +0000
  71. d558a4e Add uboot "fdt_high" enviroment variable by David A. Long · Sat Jul 09 16:40:19 2011 -0400
  72. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · Mon Mar 28 09:59:01 2011 +0000
  73. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · Mon Mar 28 09:58:49 2011 +0000
  74. 2639638 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · Mon Mar 28 09:58:43 2011 +0000
  75. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · Mon Mar 28 09:58:34 2011 +0000
  76. cf2feb1 image: constify lookup tables by Mike Frysinger · Wed Oct 20 07:17:39 2010 -0400
  77. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  78. 6b8f2f8 always relocate fdt into an lmb-allocated memory block by Timur Tabi · Mon May 24 15:10:25 2010 -0500
  79. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · Wed Oct 13 13:57:35 2010 -0600
  80. b763f93 common/image.c remove extra calls to be32_to_cpu in boot_get_fdt by John Rigby · Wed Oct 13 13:57:32 2010 -0600
  81. 6902aeb common/image.c fix length calculation in boot_relocate_fdt by John Rigby · Wed Oct 13 13:57:31 2010 -0600
  82. 29a5866 Add support for operating system OSE by Torkel Lundgren · Tue Sep 28 11:05:36 2010 +0200
  83. 1c4361d fdt relocate: have more attention to use a bootmap or not by Stephan Linz · Fri Jun 25 18:04:59 2010 +0200
  84. 6fc7d3a Fix condition where bootm_size not set and wrong memory size reported by Matthew McClintock · Thu Jul 08 10:11:08 2010 -0500
  85. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  86. 56fff49 nios: remove nios-32 arch by Thomas Chou · Fri May 28 10:56:50 2010 +0800
  87. e455100 Move test for unnecessary memmove to memmove_wd() by Larry Johnson · Tue Apr 20 08:09:43 2010 -0400
  88. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · Wed Jan 20 18:19:10 2010 +0100
  89. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
  90. f7440cd add lzop decompression support by Peter Korsgaard · Thu Nov 19 11:37:51 2009 +0100
  91. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · Mon Sep 21 11:20:36 2009 -0500
  92. 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · Mon Sep 07 15:05:02 2009 +0530
  93. 4454c9e mkimage: Make table_entry code global by Prafulla Wadaskar · Mon Sep 07 14:59:08 2009 +0530
  94. 49432ab mkimage: Make genimg_print_size() global by Prafulla Wadaskar · Mon Sep 07 14:59:07 2009 +0530
  95. 3b50677 tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · Wed Aug 19 11:42:56 2009 +0200
  96. 68498ab common/image.c: Relocate strings in tables. by Scott Wood · Thu Apr 02 16:15:10 2009 -0500
  97. 0ba0a77 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · Mon Nov 24 13:33:51 2008 +0100
  98. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  99. 0cc0b21 FIT: output image load address for type 'firmware', fix message while there by Bartlomiej Sieka · Wed Oct 01 15:26:32 2008 +0200
  100. 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · Mon Sep 08 02:46:13 2008 +0200