1. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 3 months ago
  2. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
  3. 955415b boot: android: fix booting without a ramdisk by Michael Walle · 4 months ago
  4. b47db02 android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr() by Mattijs Korpershoek · 5 months ago
  5. e2b258c cmd: bootm: add ELF file support by Maxim Moskalets · 5 months ago
  6. 826e0be abootimg: Add init_boot image support by Roman Stratiienko · 6 months ago
  7. f816c42 boot: fdt: Change type of env_get_bootm_low() to phys_addr_t by Marek Vasut · 8 months ago
  8. dcfb633 tools: fix build without LIBCRYPTO support by Paul-Erwan Rio · 11 months ago
  9. a0e7612 Merge patch series "bootm: Handle compressed arm64 images with bootm" by Tom Rini · 11 months ago
  10. 8938a62 image: Correct load_bug typo by Simon Glass · 1 year ago
  11. 30762dd boot: Drop size parameter from image_setup_libfdt() by Simon Glass · 1 year ago
  12. 4fdc559 bootm: Reduce arguments to boot_get_loadables() by Simon Glass · 1 year ago
  13. 01080ab bootm: Reduce arguments to boot_get_fpga() by Simon Glass · 1 year ago
  14. db125e0 bootm: Reduce arguments to boot_get_fdt() by Simon Glass · 1 year ago
  15. af2c72c bootm: Pass image buffer to boot_get_fdt() by Simon Glass · 1 year ago
  16. 8eef77e bootm: Reduce arguments to boot_get_ramdisk() by Simon Glass · 1 year ago
  17. 04ad34a image: Document error codes from fit_image_load() by Simon Glass · 1 year ago
  18. 4e8ec47 image: Tidy up genimg_get_kernel_addr_fit() by Simon Glass · 1 year ago
  19. 32401ba bootm: Support boot measurement by Eddie James · 1 year, 1 month ago
  20. b28f8f3 tools: mkimage: Add StarFive SPL image support by Heinrich Schuchardt · 1 year, 2 months ago
  21. 2d283fa tools: spkgimage: add Renesas SPKG format by Ralph Siemsen · 1 year, 7 months ago
  22. 51c981b android: boot: support boot image header version 3 and 4 by Safae Ouajih · 1 year, 10 months ago
  23. 5b01a88 android: boot: ramdisk: support vendor ramdisk by Safae Ouajih · 1 year, 10 months ago
  24. 889005f android: boot: update android_image_get_data to support v3, v4 by Safae Ouajih · 1 year, 10 months ago
  25. c60ae10 android: boot: add vendor boot image to prepare for v3, v4 support by Safae Ouajih · 1 year, 10 months ago
  26. 027191d android: boot: kcomp: support andr_image_data by Safae Ouajih · 1 year, 10 months ago
  27. 88ad0c1 android: boot: replace android_image_check_header by Safae Ouajih · 1 year, 10 months ago
  28. 8656e38 android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0 by Safae Ouajih · 1 year, 10 months ago
  29. daee3ba image: Move common image code to image_board and command by Simon Glass · 1 year, 11 months ago
  30. ac9853e image: Add a function to find a script in an image by Simon Glass · 1 year, 11 months ago
  31. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · 2 years ago
  32. ca58ca8 image: Add fallback for fit_config_verify by Sean Anderson · 2 years ago
  33. 0aa1da6 tools: mkimage: add new image type "fdt_legacy" by Marc Kleine-Budde · 2 years ago
  34. d30b6fc image: Correct strncpy() warning with image_set_name() by Simon Glass · 2 years ago
  35. a42f11f image: Allow loading a FIT image for a particular phase by Simon Glass · 2 years, 1 month ago
  36. e3f81ae image: Add the concept of a phase to FIT by Simon Glass · 2 years, 1 month ago
  37. 4bf6987 image: Move comment for fit_conf_find_compat() by Simon Glass · 2 years, 1 month ago
  38. db7b157 image-pre-load: Move macros/definitions to image.h by Steven Lawrance · 2 years, 2 months ago
  39. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  40. 74578f5 treewide: Drop image_info_t typedef by Simon Glass · 2 years, 3 months ago
  41. df00afa treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  42. 5f074d4 image: Fix BOOTM_STATE values by Simon Glass · 2 years, 3 months ago
  43. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  44. 7ae16bb image: Drop some other #ifdefs in image-board.c by Simon Glass · 2 years, 3 months ago
  45. 080d3a0 image: fit: Add some helpers for getting data by Sean Anderson · 2 years, 3 months ago
  46. 1304b46 lib: rsa: Fix const-correctness of rsassa_pss functions by SESA644425 · 2 years, 9 months ago
  47. cbe85e7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 8 months ago
  48. 7572878 tools: mkimage: Add Allwinner TOC0 support by Samuel Holland · 2 years, 8 months ago
  49. 3e3899c mkimage: add public key for image pre-load stage by Philippe Reynes · 2 years, 8 months ago
  50. ae1f2ca cmd: bootm: add a stage pre-load by Philippe Reynes · 2 years, 8 months ago
  51. d28484e boot: image: add a stage pre-load by Philippe Reynes · 2 years, 8 months ago
  52. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · 3 years ago
  53. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · 3 years ago
  54. e10e2ee tools: Pass the key blob around by Simon Glass · 3 years ago
  55. 6a0efc8 tools: Improve comments in signing functions by Simon Glass · 3 years ago
  56. 4043f32 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 10 months ago
  57. 27beec2 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 10 months ago
  58. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  59. e2b1e1f image.h: make image_sign_info.fit point to const by Hannu Lounento · 3 years, 1 month ago
  60. 0f78138 image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years, 2 months ago
  61. 2c6a1b0 image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 2 months ago
  62. 4a00af4 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years, 2 months ago
  63. a0cfb84 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years, 2 months ago
  64. 336b9c7 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years, 2 months ago
  65. d49049f image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years, 2 months ago
  66. b8eb1fe image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years, 2 months ago
  67. effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 2 months ago
  68. bd0d735 image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host by Simon Glass · 3 years, 2 months ago
  69. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
  70. e719d3b image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years, 2 months ago
  71. 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 2 months ago
  72. f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 3 months ago
  73. 3d3f5bf image: Drop IMAGE_ENABLE_{MD5, CRC32} #defines by Alexandru Gagniuc · 3 years, 3 months ago
  74. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 3 months ago
  75. 8d310ef common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · 3 years, 3 months ago
  76. 46c8d31 image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro by Alexandru Gagniuc · 3 years, 4 months ago
  77. bf11ae6 image: Eliminate IMAGE_ENABLE_VERIFY macro by Alexandru Gagniuc · 3 years, 4 months ago
  78. b04e918 image: Add support for placing crypto_algo in linker lists by Alexandru Gagniuc · 3 years, 4 months ago
  79. 0434ea1 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · 3 years, 4 months ago
  80. 64a4624 image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · 3 years, 4 months ago
  81. c2da20f image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · 3 years, 4 months ago
  82. e025c65 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · 3 years, 4 months ago
  83. efc1223 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · 3 years, 4 months ago
  84. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 4 months ago
  85. b8cacf2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · 3 years, 4 months ago
  86. c728811 image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · 3 years, 4 months ago
  87. b36dd3e common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 6 months ago
  88. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  89. 8fcea12 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 9 months ago
  90. 3ebd200 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 9 months ago
  91. db182c4 lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 months ago
  92. a18a36f Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 8 months ago
  93. 062e79f sandbox: image: Allow sandbox to load any image by Simon Glass · 3 years, 8 months ago
  94. b641de8 image: Avoid -ENODATA in host tools by Simon Glass · 3 years, 9 months ago
  95. 0622fe1 image: Do not #if guard board_fit_image_post_process() prototype by Alexandru Gagniuc · 3 years, 10 months ago
  96. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
  97. e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
  98. bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 11 months ago
  99. 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years, 1 month ago
  100. 9f1622f cosmetic: image: Fix comments and the order of definitions by Naoki Hayama · 4 years, 2 months ago