1. 137aefb common: Remove genimg_get_image() by Tuomas Tynkkynen · 7 years ago
  2. 02035d0 fit: If no matching config is found in fit_find_config_node(), use the default one by Jean-Jacques Hiblot · 7 years ago
  3. 169043d fit: Introduce methods for applying overlays on fit-load by Pantelis Antoniou · 7 years ago
  4. 6442c96 image: Add TI PMMC image type by Andrew F. Davis · 7 years ago
  5. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  6. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  7. 92926bc boot_fit: Create helper functions that can be used to select DTB out of FIT by Cooper Jr., Franklin · 7 years ago
  8. 3863f84 spl: fit: Break out some functions into a common file by Cooper Jr., Franklin · 7 years ago
  9. 4ac0a32 armv8: Support loading 32-bit OS which is not in the form of FIT by Alison Wang · 7 years ago
  10. 089df18 lib: move hash CONFIG options to Kconfig by Tom Rini · 7 years ago
  11. 0db7f68 FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORT by Tom Rini · 7 years ago
  12. a5c7e41 image: Fixes build warning with CONFIG_FIT_IMAGE_POST_PROCESS by Madan Srinivas · 7 years ago
  13. aeb9c53 Kconfig: define MD5 dependency for FIT support by Andre Przywara · 8 years ago
  14. c2e7e72 bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set by Rick Altherr · 8 years ago
  15. f253f29 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  16. f1ca1fd mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
  17. db1b79b splash: add support for loading splash from a FIT image by tomas.melin@vaisala.com · 8 years ago
  18. d21bd69 tools: mkimage: add firmware-ivt image type for HAB verification by Sven Ebenfeld · 8 years ago
  19. 7e719ee image: Add Trusted Execution Environment image type by Andrew F. Davis · 8 years ago
  20. d7be509 image: Add FIT image loadable section custom processing by Andrew F. Davis · 8 years ago
  21. 83dd98e image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
  22. 0c1d74f image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
  23. da29f29 rsa: Verify RSA padding programatically by Andrew Duda · 8 years ago
  24. 5300a4f rsa: cosmetic: rename pad_len to key_len by Andrew Duda · 8 years ago
  25. ed0c2c0 tools: mkimage: add support for Vybrid image format by Albert ARIBAUD \(3ADEV\) · 8 years ago
  26. de5e5ce xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · 8 years ago
  27. ff87b08 image: fix IH_ARCH_... values for uImage compatibility by Masahiro Yamada · 8 years ago
  28. 1426220 image: Add functions to obtain category information by Simon Glass · 8 years ago
  29. 56d7ab7 image: Create a table of information for each category by Simon Glass · 8 years ago
  30. 555f45d image: Convert the IH_... values to enums by Simon Glass · 8 years ago
  31. da74d1f spl: fit: add support for post-processing of images by Daniel Allred · 8 years ago
  32. 4f1318b common: image: minimal android image iminfo support by Michael Trimarchi · 8 years ago
  33. 6f41751 Revert "image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro." by Masahiro Yamada · 8 years ago
  34. 56adbb3 image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro. by Robert P. J. Day · 8 years ago
  35. 62afc60 image: Add boot_get_fpga() to load fpga with bootm by Michal Simek · 8 years ago
  36. ed0cea7 mkimage: Report information about fpga by Michal Simek · 8 years ago
  37. d9b58b3 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation by Michal Simek · 8 years ago
  38. f1dcee5 spl: Add an option to load a FIT containing U-Boot by Simon Glass · 9 years ago
  39. 4b307f2 spl: Add a way for boards to select which device tree to load by Simon Glass · 9 years ago
  40. cef2e51 image: Add functions to obtain short names by Simon Glass · 9 years ago
  41. aa34fbc fdt: Allow libfdt to be used in SPL by Simon Glass · 9 years ago
  42. 73223f0 Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  43. 69e173e Move CONFIG_OF_LIBFDT to Kconfig by Simon Glass · 9 years ago
  44. 7a80de4 image: Correct the OS location code to work on sandbox by Simon Glass · 9 years ago
  45. 66eef1e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · 9 years ago
  46. 027b728 Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  47. 10b84fe rockchip: Add support for the SPI image by Simon Glass · 9 years ago
  48. f9a3c27 rockchip: Add support for the SD image by Simon Glass · 9 years ago
  49. a131c1f rockchip: Add the rkimage format to mkimage by Simon Glass · 9 years ago
  50. 5b9d44d mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  51. 84a07db add boot_get_loadables() to load listed images by Karl Apsite · 9 years ago
  52. ecf8cd6 mkimage will now report information about loadable by Karl Apsite · 9 years ago
  53. 26e355d Fix musl build by Jörg Krause · 9 years ago
  54. 39f520b lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · 9 years ago
  55. 8e3da9d Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  56. b37b46f rsa: Use checksum algorithms from struct hash_algo by Ruchika Gupta · 10 years ago
  57. 39931f9 dumpimage: fit: extract FIT images by Guilherme Maciel Ferreira · 10 years ago
  58. 67ddd95 image: bootm: Add OpenRTOS image type by Marek Vasut · 10 years ago
  59. c654b51 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · 10 years ago
  60. 5bda35c x86: image: Add new image type for x64_64 by Simon Glass · 10 years ago
  61. 90268b8 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  62. 832472a tools: socfpga: Add socfpga preloader signing to mkimage by Charles Manning · 11 years ago
  63. fe20a81 Fix test failure caused by bad handling of ramdisk by Simon Glass · 10 years ago
  64. 6c454fe image: fix bootm failure for FIT image by Bryan Wu · 10 years ago
  65. 0f64140 image: introduce genimg_get_kernel_addr() by Bryan Wu · 10 years ago
  66. 9a4f479 fit: make sha256 support optional by Dirk Eibach · 10 years ago
  67. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  68. ce1400f Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
  69. 126cc86 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  70. 1de7bb4 Prevent a buffer overflow in mkimage when signing with SHA256 by Michael van der Westhuizen · 10 years ago
  71. 21d29f7 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  72. 7b1a411 mkimage: add atmelimage by Andreas Bießmann · 10 years ago
  73. c9afa7c Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  74. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  75. 9ace3fc image: add support for Android's boot image format by Sebastian Siewior · 10 years ago
  76. bf411ea tools: mkimage: add support for gpimage format by Karicheri, Muralidharan · 10 years ago
  77. 29a23f9 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  78. db1b5f3 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  79. 646257d rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  80. 2842c1c fit: add sha256 support by Heiko Schocher · 11 years ago
  81. 95f7062 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP by Masahiro Yamada · 11 years ago
  82. bc5d542 arc: bdinfo, image and arc-specific init functions declarations support by Alexey Brodkin · 11 years ago
  83. 0ae7653 arm64: core support by David Feng · 11 years ago
  84. bce8837 ARM: mxs: tools: Add mkimage support for MXS bootstream by Marek Vasut · 11 years ago
  85. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  86. f320a4d bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  87. a5266d6 bootm: Clean up bootz_setup() function by Simon Glass · 11 years ago
  88. 29ce737 mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE by Simon Glass · 11 years ago
  89. 4d09852 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
  90. 56518e7 image: Support signing of images by Simon Glass · 11 years ago
  91. 3e569a6 image: Add signing infrastructure by Simon Glass · 11 years ago
  92. d0ae31e Add a 'fake' go command to the bootm command by Simon Glass · 11 years ago
  93. 35fc84f Refactor the bootm command to reduce code duplication by Simon Glass · 11 years ago
  94. 4651800 image: Use fit_image_load() to load kernel by Simon Glass · 11 years ago
  95. 53f375f image: Use fit_image_load() to load FDT by Simon Glass · 11 years ago
  96. a51ec63 image: Use fit_image_load() to load ramdisk by Simon Glass · 11 years ago
  97. 782cfbb image: Introduce fit_image_load() to load images from FITs by Simon Glass · 11 years ago
  98. 13d0698 image: Add device tree setup to image library by Simon Glass · 11 years ago
  99. 87ebee3 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL by Simon Glass · 11 years ago
  100. 1fe7d93 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 11 years ago