1. 05a9ad7 Fix test failure caused by bad handling of ramdisk by Simon Glass · Fri Aug 22 14:26:43 2014 -0600
  2. f5c377a image: fix bootm failure for FIT image by Bryan Wu · Fri Aug 15 16:51:38 2014 -0700
  3. af7b0de image: introduce genimg_get_kernel_addr() by Bryan Wu · Thu Jul 31 17:39:58 2014 -0700
  4. 88919ca fit: make sha256 support optional by Dirk Eibach · Thu Jul 03 09:28:26 2014 +0200
  5. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · Thu Jun 12 22:27:12 2014 +0200
  6. a51991d Enhance fit_check_sign to check all images by Simon Glass · Thu Jun 12 07:24:53 2014 -0600
  7. a0c0b63 image: Remove the fit_load_image() property parameter by Simon Glass · Thu Jun 12 07:24:47 2014 -0600
  8. e36c6c3 Prevent a buffer overflow in mkimage when signing with SHA256 by Michael van der Westhuizen · Fri May 30 20:59:00 2014 +0200
  9. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · Wed May 28 11:33:33 2014 +0200
  10. 7c75d3e mkimage: add atmelimage by Andreas Bießmann · Mon May 19 14:23:39 2014 +0200
  11. e61add1 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu May 22 12:56:15 2014 -0400
  12. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri May 09 10:47:05 2014 +0200
  13. 686d667 image: add support for Android's boot image format by Sebastian Siewior · Mon May 05 15:08:09 2014 -0500
  14. 8277793 tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · Fri Apr 04 13:16:48 2014 -0400
  15. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · Mon Mar 03 12:19:30 2014 +0100
  16. 4b81756 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · Mon Mar 03 12:19:27 2014 +0100
  17. edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · Mon Mar 03 12:19:26 2014 +0100
  18. 8ae3380 fit: add sha256 support by Heiko Schocher · Mon Mar 03 12:19:25 2014 +0100
  19. 7e4a4b2 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP by Masahiro Yamada · Wed Jan 29 16:29:16 2014 +0900
  20. 78bc86f arc: bdinfo, image and arc-specific init functions declarations support by Alexey Brodkin · Tue Feb 04 12:56:16 2014 +0400
  21. 85fd5f1 arm64: core support by David Feng · Sat Dec 14 11:47:35 2013 +0800
  22. 4a0e05d ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · Mon Aug 26 20:43:33 2013 +0200
  23. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  24. ad68fc3 bootm: Use selected configuration for ramdisk and fdt by Simon Glass · Wed Jul 10 23:08:10 2013 -0700
  25. 5f1afdd bootm: Clean up bootz_setup() function by Simon Glass · Thu Jul 04 13:26:10 2013 -0700
  26. f19be41 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · Thu Jun 27 10:43:18 2013 -0700
  27. 56ab8d6 image: Add support for signing of FIT configurations by Simon Glass · Thu Jun 13 15:10:09 2013 -0700
  28. fbabc0f image: Support signing of images by Simon Glass · Thu Jun 13 15:10:01 2013 -0700
  29. 58fe7e5 image: Add signing infrastructure by Simon Glass · Thu Jun 13 15:10:00 2013 -0700
  30. 0013488 Add a 'fake' go command to the bootm command by Simon Glass · Tue Jun 11 11:14:48 2013 -0700
  31. 3081e2e Refactor the bootm command to reduce code duplication by Simon Glass · Tue Jun 11 11:14:47 2013 -0700
  32. e6b127a image: Use fit_image_load() to load kernel by Simon Glass · Thu May 16 13:53:25 2013 +0000
  33. b1b7992 image: Use fit_image_load() to load FDT by Simon Glass · Thu May 16 13:53:23 2013 +0000
  34. 65817a6 image: Use fit_image_load() to load ramdisk by Simon Glass · Thu May 16 13:53:22 2013 +0000
  35. 384d86d image: Introduce fit_image_load() to load images from FITs by Simon Glass · Thu May 16 13:53:21 2013 +0000
  36. 9ca3742 image: Add device tree setup to image library by Simon Glass · Wed May 08 08:06:01 2013 +0000
  37. 82d9453 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL by Simon Glass · Wed May 08 08:05:59 2013 +0000
  38. 1030f16 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · Wed May 08 08:05:58 2013 +0000
  39. 4964806 sandbox: image: Add support for booting images in sandbox by Simon Glass · Tue May 07 06:12:03 2013 +0000
  40. e61aa44 image: Rename hash printing to fit_image_print_verification_data() by Simon Glass · Tue May 07 06:12:02 2013 +0000
  41. ee38265 image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · Tue May 07 06:12:01 2013 +0000
  42. dc0f52c image: Export fit_conf_get_prop_node() by Simon Glass · Tue May 07 06:12:00 2013 +0000
  43. f0fd511 image: Move hash checking into its own function by Simon Glass · Tue May 07 06:11:58 2013 +0000
  44. 7428ad1 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · Tue May 07 06:11:57 2013 +0000
  45. 0ce6e3d image: Convert fit_image_hash_set_value() to static, and rename by Simon Glass · Tue May 07 06:11:56 2013 +0000
  46. 10a1eca image: Move HOSTCC image code to tools/ by Simon Glass · Tue May 07 06:11:54 2013 +0000
  47. 36b916a image: Export fit_check_ramdisk() by Simon Glass · Tue May 07 06:11:52 2013 +0000
  48. af0ec0d image: Move timestamp #ifdefs to header file by Simon Glass · Tue May 07 06:11:51 2013 +0000
  49. 36ec8ac image: Add support for Plan 9 by Steven Stallion · Wed Mar 20 06:31:35 2013 +0000
  50. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  51. a8343eb Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Jan 08 14:59:37 2013 +0100
  52. 5fd7c5d tools: imximage: Load a size that is multiple of 512 by Fabio Estevam · Thu Jan 03 08:24:33 2013 +0000
  53. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  54. 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
  55. e69030c include/image.h: sparse fixes by Kim Phillips · Mon Oct 29 13:34:30 2012 +0000
  56. 8b7d32a fdt: Check for a token to skip auto-hash validation by Joe Hershberger · Fri Aug 17 10:34:39 2012 +0000
  57. ea65fd8 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · Fri Aug 10 02:49:35 2012 +0000
  58. 711453d image/fit: drop inline markings on parser code by Mike Frysinger · Sun Apr 22 06:59:06 2012 +0000
  59. af775a0 Add cmd_spl command by Simon Schwarz · Thu Mar 15 04:01:34 2012 +0000
  60. 15c669c openrisc: Add architecture image support by Stefan Kristiansson · Sat Nov 26 19:04:50 2011 +0000
  61. 8c87eba image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · Thu Nov 10 13:17:53 2011 -0700
  62. 546d332 Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX by Stefan Kristiansson · Mon Nov 21 23:43:58 2011 +0000
  63. 7d731a9 image: Fix inverted logic in architecture check. by Thierry Reding · Thu Oct 27 08:58:25 2011 +0000
  64. 3885551 mkimage: adding support for Davinci AIS image by Stefano Babic · Mon Oct 17 00:07:43 2011 +0000
  65. 6904b6e checkpatch whitespace cleanups by Stephen Warren · Tue Oct 18 11:11:49 2011 +0000
  66. 354b4e3 nds32: common bdinfo, bootm, image support by Macpaul Lin · Wed Oct 19 20:41:09 2011 +0000
  67. 033b0a9 sandbox: Add architecture image support by Simon Glass · Fri Oct 07 13:53:34 2011 +0000
  68. 5da0bed image: push default arch values to arch headers by Mike Frysinger · Mon Oct 03 14:50:33 2011 +0000
  69. 34d12a1 mkimage: Add OMAP boot image support by John Rigby · Thu Jul 21 09:10:30 2011 -0400
  70. 58cb84d mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · Sat Jul 16 00:06:42 2011 +0000
  71. 20f5492 Respect memreserve regions specified in the device tree by Grant Likely · Mon Mar 28 09:59:01 2011 +0000
  72. 2639638 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · Mon Mar 28 09:58:43 2011 +0000
  73. dfff7a2 Stop passing around bootmem_base value. by Grant Likely · Mon Mar 28 09:58:34 2011 +0000
  74. cf2feb1 image: constify lookup tables by Mike Frysinger · Wed Oct 20 07:17:39 2010 -0400
  75. eea8e69 boot: change some arch ifdefs to feature ifdefs by John Rigby · Wed Oct 13 13:57:35 2010 -0600
  76. 29a5866 Add support for operating system OSE by Torkel Lundgren · Tue Sep 28 11:05:36 2010 +0200
  77. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  78. ddb5de8 image.h: remove bogus ';' after function declarations by Wolfgang Denk · Sat Jun 26 23:46:40 2010 +0200
  79. 56fff49 nios: remove nios-32 arch by Thomas Chou · Fri May 28 10:56:50 2010 +0800
  80. 7b07f09 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · Wed Jan 20 18:19:10 2010 +0100
  81. 175467a image.h: avoid command.h for host tools by Mike Frysinger · Thu Jan 21 04:03:20 2010 -0500
  82. a0dadf8 lmb: only force on arches that use it by Mike Frysinger · Tue Nov 03 11:35:59 2009 -0500
  83. 9a84980 sha1: add dedicated config option by Mike Frysinger · Sun Jan 17 21:08:00 2010 -0500
  84. e3c1dc5 Merge branch 'master' into next by Wolfgang Denk · Sat Dec 05 02:11:59 2009 +0100
  85. f7440cd add lzop decompression support by Peter Korsgaard · Thu Nov 19 11:37:51 2009 +0100
  86. 00d8656 Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · Thu Oct 29 14:24:22 2009 +0100
  87. 0732941 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · Mon Sep 07 15:05:02 2009 +0530
  88. 4454c9e mkimage: Make table_entry code global by Prafulla Wadaskar · Mon Sep 07 14:59:08 2009 +0530
  89. 49432ab mkimage: Make genimg_print_size() global by Prafulla Wadaskar · Mon Sep 07 14:59:07 2009 +0530
  90. 3b50677 tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · Wed Aug 19 11:42:56 2009 +0200
  91. 4ad8e9f compiler.h: unify system ifdef cruft here by Mike Frysinger · Thu Jul 02 19:23:25 2009 -0400
  92. b06976d Add support for building native win32 tools by Peter Tyser · Fri Mar 13 18:54:51 2009 -0500
  93. b55c74d include/image.h: Ease grepping of image_* functions by Petri Lehtinen · Thu Jan 29 10:35:40 2009 +0200
  94. 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
  95. 18178bc bootm: Add subcommands by Kumar Gala · Tue Oct 21 17:25:45 2008 -0500
  96. bf36877 FDT: don't use private kernel header files by Wolfgang Denk · Tue Oct 21 11:23:56 2008 +0200
  97. 35afc06 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · Mon Sep 08 02:46:13 2008 +0200
  98. 1557a54 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · Tue Sep 09 12:58:15 2008 +0200
  99. 56b8dd1 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · Mon Sep 08 14:56:49 2008 -0500
  100. bd70bbe bootm: refactor image detection and os load steps by Kumar Gala · Fri Aug 15 08:24:41 2008 -0500