1. 033ac4e image-fit: Accept OP-TEE images when booting a FIT by Alexandru Gagniuc · 3 years, 7 months ago
  2. 47b6f7f image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid by Alexandru Gagniuc · 3 years, 7 months ago
  3. 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 7 months ago
  4. e2734d6 sandbox: image: Allow sandbox to load any image by Simon Glass · 3 years, 7 months ago
  5. 29cbc4b image: Avoid -ENODATA in host tools by Simon Glass · 3 years, 8 months ago
  6. 3f04db8 image: Check for unit addresses in FITs by Simon Glass · 3 years, 8 months ago
  7. 6f3c2d8 image: Add an option to do a full check of the FIT by Simon Glass · 3 years, 8 months ago
  8. c581970 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 8 months ago
  9. 79af75f fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 8 months ago
  10. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  11. 7a01882 common: Kconfig.boot: Add FIT_PRINT config option by Ravik Hasija · 3 years, 9 months ago
  12. 93af80f image-fit: Fix FIT_CIPHER linking by Joel Stanley · 3 years, 11 months ago
  13. ea1a9ec image-fit: fit_check_format check for valid FDT by Heinrich Schuchardt · 3 years, 9 months ago
  14. d8ab0fe image: support board_fit_config_name_match by Sebastian Reichel · 3 years, 10 months ago
  15. f14e6ee image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 10 months ago
  16. 13d1ca8 spl: fdt: Record load/entry fit-images entries in 64bit format by Michal Simek · 4 years, 2 months ago
  17. d16b38f Add support for SHA384 and SHA512 by Reuben Dowle · 4 years, 6 months ago
  18. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  19. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  20. 1f47e2a Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 7 months ago
  21. 72188f5 image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 7 months ago
  22. 382cf62 image: Be a little more verbose when checking signatures by Simon Glass · 4 years, 7 months ago
  23. 390b26d image: Correct comment for fit_conf_get_node() by Simon Glass · 4 years, 7 months ago
  24. 2b18b89 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 7 months ago
  25. 0df27d6 image-fit: Allow loading FIT image for VxWorks by Lihua Zhao · 4 years, 7 months ago
  26. 1837804 fit: check return value of fit_image_get_data_size() by Heinrich Schuchardt · 4 years, 7 months ago
  27. b983cc2 lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 8 months ago
  28. 4df3578 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 4 years, 10 months ago
  29. 7298e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 4 years, 10 months ago
  30. a031b03 image: Add IH_OS_EFI for EFI chain-load boot by Cristian Ciocaltea · 4 years, 10 months ago
  31. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  32. bddd985 fit: Do not automatically decompress ramdisk images by Julius Werner · 5 years ago
  33. 18cfa61 fit: Support compat string property in configuration node by Julius Werner · 5 years ago
  34. b1307f8 fit: Support compression for non-kernel components (e.g. FDT) by Julius Werner · 5 years ago
  35. 35c7527 fit: load all fragments from the extra configurations by Peter Ujfalusi · 6 years ago
  36. 2003156 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
  37. 078e558 fit: Verify all configuration signatures by Marek Vasut · 6 years ago
  38. c3c8638 add FIT data-position & data-offset property support by Kelvin Cheung · 6 years ago
  39. 0298d20 fit: Add standalone image type handling by Marek Vasut · 6 years ago
  40. a3c43b1 fit: Add empty fit_print_contents() and fit_image_print() by Marek Vasut · 6 years ago
  41. b527b9c fit: Fix CONFIG_FIT_SPL_PRINT by Marek Vasut · 6 years ago
  42. 16c4b16 FIT: Make fit_conf_print() be a static function by Tom Rini · 6 years ago
  43. 71412d7 image: fit: Show signatures and hashes for configurations by Clément Péron · 6 years ago
  44. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  45. 6faf462 image: fit: Show information about OS type in firwmare case too by Michal Simek · 7 years ago
  46. 1f8e4bf image: fit: Show firmware configuration property if present by Michal Simek · 7 years ago
  47. 5c643db SPL: Add signature verification when loading image by Jun Nie · 7 years ago
  48. b2267e8 fix incorrect usage of DT node unit address in comments by Andre Przywara · 7 years ago
  49. a1be94b SPL: Add FIT data-position property support by Peng Fan · 7 years ago
  50. 169043d fit: Introduce methods for applying overlays on fit-load by Pantelis Antoniou · 7 years ago
  51. 7c3dc77 fit: Do not throw away extra configuration on fit_image_load() by Pantelis Antoniou · 7 years ago
  52. ad026ad fit: Allow multiple images per property by Pantelis Antoniou · 7 years ago
  53. db1b79b splash: add support for loading splash from a FIT image by tomas.melin@vaisala.com · 8 years ago
  54. 44402fe common: image: Remove FIT header update from image post-processing by Andrew F. Davis · 8 years ago
  55. 020198b image-fit: Fix compiling error caused by autoconf.h by York Sun · 8 years ago
  56. ec6617c armv8: Support loading 32-bit OS in AArch32 execution state by Alison Wang · 8 years ago
  57. df87e6b libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  58. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  59. bd86ef1 image-fit: Fix fit_get_node_from_config semantics by Paul Burton · 8 years ago
  60. bac17b7 image-fit: switch ENOLINK to ENOENT by Jonathan Gray · 8 years ago
  61. 950fe26 image-fit: fix fit_image_load() OS check by Andreas Bießmann · 8 years ago
  62. eba3fbd common: image: Add support for post-processing of images by Andreas Dannenberg · 8 years ago
  63. e8fb435 common: fit: Allow U-Boot images to be booted by mario.six@gdsys.cc · 8 years ago
  64. e17adbb common: image-fit: Cleanup spelling mistakes by Andreas Dannenberg · 8 years ago
  65. 62afc60 image: Add boot_get_fpga() to load fpga with bootm by Michal Simek · 8 years ago
  66. ed0cea7 mkimage: Report information about fpga by Michal Simek · 8 years ago
  67. 8df81e1 image-fit: Don't display an error in fit_set_timestamp() by Simon Glass · 8 years ago
  68. c1913cb common: image-fit: Fix load and entry addresses in FIT image by York Sun · 9 years ago
  69. 6004765 common: image-fit: Use a common function to get address by York Sun · 9 years ago
  70. 73223f0 Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  71. 2e33e76 Revert "image-fit: Fix signature checking" by Simon Glass · 9 years ago
  72. 7a80de4 image: Correct the OS location code to work on sandbox by Simon Glass · 9 years ago
  73. 84ca65a image-fit: Fix signature checking by Andrej Rosano · 9 years ago
  74. 5bcec54 image-fit: Fix compiler warning in fit_conf_print() by Hans de Goede · 9 years ago
  75. 84a07db add boot_get_loadables() to load listed images by Karl Apsite · 9 years ago
  76. ecf8cd6 mkimage will now report information about loadable by Karl Apsite · 9 years ago
  77. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  78. 364ac5b image: Convert to use fdt_for_each_subnode macro by Axel Lin · 10 years ago
  79. 39931f9 dumpimage: fit: extract FIT images by Guilherme Maciel Ferreira · 10 years ago
  80. 3811723 image: Enable OpenRTOS booting via fitImage by Marek Vasut · 10 years ago
  81. 5bda35c x86: image: Add new image type for x64_64 by Simon Glass · 10 years ago
  82. 718feca image-fit: make local function static by Jeroen Hofstee · 10 years ago
  83. 90268b8 x86: Support loading kernel setup from a FIT by Simon Glass · 10 years ago
  84. 5ba63dd sandbox: bootm: Don't fail the architecture check by Simon Glass · 10 years ago
  85. fe20a81 Fix test failure caused by bad handling of ramdisk by Simon Glass · 10 years ago
  86. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  87. ce1400f Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
  88. e3c83c0 Fix small 'case' typo in image-fit.c by Simon Glass · 10 years ago
  89. 126cc86 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  90. 12df2ab Reverse the meaning of the fit_config_verify() return code by Simon Glass · 10 years ago
  91. 4f427a4 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · 10 years ago
  92. 2842c1c fit: add sha256 support by Heiko Schocher · 11 years ago
  93. f150c83 cosmetic: FIT: fix a strange comment by Masahiro Yamada · 11 years ago
  94. 2f0877c FIT: delete unnecessary casts by Masahiro Yamada · 11 years ago
  95. 069d594 cosmetic: FIT: fix typos in comments by Masahiro Yamada · 11 years ago
  96. 1f8b546 Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  97. 1fd1e2f image: Display FIT timestamp when booting by Simon Glass · 11 years ago
  98. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  99. f320a4d bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  100. 56518e7 image: Support signing of images by Simon Glass · 11 years ago