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