1. 9ace3fc image: add support for Android's boot image format by Sebastian Siewior · 10 years ago
  2. bf411ea tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · 10 years ago
  3. 29a23f9 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  4. db1b5f3 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  5. 646257d rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  6. 2842c1c fit: add sha256 support by Heiko Schocher · 11 years ago
  7. 95f7062 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP by Masahiro Yamada · 11 years ago
  8. bc5d542 arc: bdinfo, image and arc-specific init functions declarations support by Alexey Brodkin · 11 years ago
  9. 0ae7653 arm64: core support by David Feng · 11 years ago
  10. bce8837 ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  11. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  12. f320a4d bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  13. a5266d6 bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  14. 29ce737 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · 11 years ago
  15. 4d09852 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
  16. 56518e7 image: Support signing of images by Simon Glass · 11 years ago
  17. 3e569a6 image: Add signing infrastructure by Simon Glass · 11 years ago
  18. d0ae31e Add a 'fake' go command to the bootm command by Simon Glass · 11 years ago
  19. 35fc84f Refactor the bootm command to reduce code duplication by Simon Glass · 11 years ago
  20. 4651800 image: Use fit_image_load() to load kernel by Simon Glass · 11 years ago
  21. 53f375f image: Use fit_image_load() to load FDT by Simon Glass · 11 years ago
  22. a51ec63 image: Use fit_image_load() to load ramdisk by Simon Glass · 11 years ago
  23. 782cfbb image: Introduce fit_image_load() to load images from FITs by Simon Glass · 11 years ago
  24. 13d0698 image: Add device tree setup to image library by Simon Glass · 11 years ago
  25. 87ebee3 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL by Simon Glass · 11 years ago
  26. 1fe7d93 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 11 years ago
  27. 35e7b0f sandbox: image: Add support for booting images in sandbox by Simon Glass · 11 years ago
  28. d8b7536 image: Rename hash printing to fit_image_print_verification_data() by Simon Glass · 11 years ago
  29. bbb467d image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · 11 years ago
  30. 003efd7 image: Export fit_conf_get_prop_node() by Simon Glass · 11 years ago
  31. ab9efc6 image: Move hash checking into its own function by Simon Glass · 11 years ago
  32. b8da836 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 11 years ago
  33. b726091 image: Convert fit_image_hash_set_value() to static, and rename by Simon Glass · 11 years ago
  34. 604f23d image: Move HOSTCC image code to tools/ by Simon Glass · 11 years ago
  35. 61a439a image: Export fit_check_ramdisk() by Simon Glass · 11 years ago
  36. 859e92b image: Move timestamp #ifdefs to header file by Simon Glass · 11 years ago
  37. 04d4140 image: Add support for Plan 9 by Steven Stallion · 12 years ago
  38. 12e06fe treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  39. 7528cf5 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  40. 1411fb3 tools: imximage: Load a size that is multiple of 512 by Fabio Estevam · 12 years ago
  41. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  42. d95f6ec fdt: Add option to default to most compatible conf in a fit image by Gabe Black · 12 years ago
  43. 2f22050 include/image.h: sparse fixes by Kim Phillips · 12 years ago
  44. 8ac88f2 fdt: Check for a token to skip auto-hash validation by Joe Hershberger · 12 years ago
  45. 5d898a0 powerpc/CoreNet: add tool to support pbl image build. by Shaohui Xie · 12 years ago
  46. 314f634 image/fit: drop inline markings on parser code by Mike Frysinger · 12 years ago
  47. 1648a37 Add cmd_spl command by Simon Schwarz · 13 years ago
  48. 3ddcacc openrisc: Add architecture image support by Stefan Kristiansson · 13 years ago
  49. b9b50e89 image: Implement IH_TYPE_KERNEL_NOLOAD by Stephen Warren · 13 years ago
  50. f52138a Fix clash between IH_ARCH_NDS32 and IH_ARCH_SANDBOX by Stefan Kristiansson · 13 years ago
  51. 7566832 image: Fix inverted logic in architecture check. by Thierry Reding · 13 years ago
  52. 4962e38 mkimage: adding support for Davinci AIS image by Stefano Babic · 13 years ago
  53. 712fbcf checkpatch whitespace cleanups by Stephen Warren · 13 years ago
  54. 64d6146 nds32: common bdinfo, bootm, image support by Macpaul Lin · 13 years ago
  55. 65bf1d3 sandbox: Add architecture image support by Simon Glass · 13 years ago
  56. 476af29 image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  57. 3decb14 mkimage: Add OMAP boot image support by John Rigby · 13 years ago
  58. 7816f2c mkimage: add UBL header support for booting davinci cpus by Heiko Schocher · 13 years ago
  59. 55b0a39 Respect memreserve regions specified in the device tree by Grant Likely · 14 years ago
  60. c3624e6 Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined by Grant Likely · 14 years ago
  61. 590d3ca Stop passing around bootmem_base value. by Grant Likely · 14 years ago
  62. 7edb186 image: constify lookup tables by Mike Frysinger · 14 years ago
  63. fca43cc boot: change some arch ifdefs to feature ifdefs by John Rigby · 14 years ago
  64. 3df6195 Add support for operating system OSE by Torkel Lundgren · 14 years ago
  65. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  66. 178e26d image.h: remove bogus ';' after function declarations by Wolfgang Denk · 14 years ago
  67. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  68. 8edcde5 mkimage: Add Freescale imx Boot Image support (imximage) by Stefano Babic · 15 years ago
  69. 5daa1c1 image.h: avoid command.h for host tools by Mike Frysinger · 15 years ago
  70. a16028d lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  71. dac4d7e sha1: add dedicated config option by Mike Frysinger · 15 years ago
  72. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  73. 20dde48 add lzop decompression support by Peter Korsgaard · 15 years ago
  74. b25e38f Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y by Remy Bohmer · 15 years ago
  75. aa0c7a8 mkimage: Add Kirkwood Boot Image support (kwbimage) by Prafulla Wadaskar · 15 years ago
  76. b029ddd mkimage: Make table_entry code global by Prafulla Wadaskar · 15 years ago
  77. f666dea mkimage: Make genimg_print_size() global by Prafulla Wadaskar · 15 years ago
  78. 3a2003f tools/mkimage: fix compiler warnings, use "const" by Wolfgang Denk · 15 years ago
  79. 3756609 compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  80. 2f8d396 Add support for building native win32 tools by Peter Tyser · 16 years ago
  81. f05fa92 include/image.h: Ease grepping of image_* functions by Petri Lehtinen · 16 years ago
  82. cd67345 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  83. 49c3a86 bootm: Add subcommands by Kumar Gala · 16 years ago
  84. def0819 FDT: don't use private kernel header files by Wolfgang Denk · 16 years ago
  85. fc9c172 Add support for LZMA uncompression algorithm. by Luigi 'Comio' Mantellini · 16 years ago
  86. 919f550 FIT: add ability to check hashes of all images in FIT, improve output by Bartlomiej Sieka · 16 years ago
  87. f5ed9e3 Add support for booting of INTEGRITY operating system uImages by Peter Tyser · 16 years ago
  88. 396f635 bootm: refactor image detection and os load steps by Kumar Gala · 16 years ago
  89. e906cfa bootm: move lmb into the bootm_headers_t structure by Kumar Gala · 16 years ago
  90. 06a0991 bootm: refactor fdt locating and relocation code by Kumar Gala · 16 years ago
  91. c4f9419 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  92. c160a95 bootm: refactor entry point code by Kumar Gala · 16 years ago
  93. 0bf202e Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  94. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  95. 7590378 Use watchdog-aware functions when calculating hashes of images - take two by Bartlomiej Sieka · 16 years ago
  96. edbed24 Memory footprint optimizations by Bartlomiej Sieka · 16 years ago
  97. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  98. bf3d8b3 SPARC: added SPARC support for new uimage in common code. by Daniel Hellstrom · 17 years ago
  99. 95f4ec2 [new uImage] Do not compile new uImage format support by default by Bartlomiej Sieka · 17 years ago
  100. 766529f Add MD5 support to the new uImage format by Bartlomiej Sieka · 17 years ago