1. 4abdf14 Convert CONFIG_ID_EEPROM to Kconfig by Tom Rini · 3 years, 3 months ago
  2. 052f050 Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 3 months ago
  3. 9628373 fdt_support: Add kernel-doc for fdt_fixup_memory_banks() by Michal Simek · 3 years, 4 months ago
  4. 1f2e231 Kconfig: FIT_SIGNATURE should not select RSA_VERIFY by Alexandru Gagniuc · 3 years, 4 months ago
  5. 741fc33 fit: Fix verification of images with external data by John Keeping · 3 years, 7 months ago
  6. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  7. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  8. b827f39 hash: Ensure verification hex pairs are terminated by Simon Glass · 3 years, 4 months ago
  9. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 4 months ago
  10. adc70b8 common: board_r: print error if binman_init fails by Tim Harvey · 3 years, 4 months ago
  11. cf97b82 arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header by Pali Rohár · 3 years, 4 months ago
  12. bde23cb SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · 3 years, 4 months ago
  13. 1104167 SPL: Add support for specifying offset between header and image by Pali Rohár · 3 years, 4 months ago
  14. bccfc2e i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · 3 years, 5 months ago
  15. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 5 months ago
  16. 284cb9c Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · 3 years, 5 months ago
  17. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 5 months ago
  18. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · 3 years, 5 months ago
  19. 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · 3 years, 5 months ago
  20. 762b997 Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · 3 years, 5 months ago
  21. e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · 3 years, 5 months ago
  22. a8437ce Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO by Simon Glass · 3 years, 5 months ago
  23. e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · 3 years, 5 months ago
  24. f2b410a spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · 3 years, 4 months ago
  25. 36fd3ba spl: mmc: Support OP-TEE payloads in Falcon mode by Alexandru Gagniuc · 3 years, 4 months ago
  26. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 5 months ago
  27. 28be70d common: add support to fallback to plain SHA256 by Steffen Jaeckel · 3 years, 5 months ago
  28. dfc9732 common: add AUTOBOOT_FLUSH_STDIN option by Steffen Jaeckel · 3 years, 5 months ago
  29. 792a13f common: allow disabling of timeout for password entry by Steffen Jaeckel · 3 years, 5 months ago
  30. 092c8c6 common: Rename macro appropriately by Steffen Jaeckel · 3 years, 5 months ago
  31. 6aa6bfb common: integrate crypt-based passwords by Steffen Jaeckel · 3 years, 5 months ago
  32. 63471d5 Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENT by Tom Rini · 3 years, 5 months ago
  33. 645a312 fit: Allow external data for FDTs by John Keeping · 3 years, 5 months ago
  34. 6e6f204 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · 3 years, 6 months ago
  35. 81cd040 log: Allow padding of the function name by Simon Glass · 3 years, 5 months ago
  36. 58254e0 spl: Provide more information on boot failure by Simon Glass · 3 years, 5 months ago
  37. 3d70218 image: Allow @ in node names when not using signatures by Simon Glass · 3 years, 5 months ago
  38. 3e26de5 bloblist: Correct condition in bloblist_addrec() by Simon Glass · 3 years, 5 months ago
  39. f20a113 bloblist: Support resizing a blob by Simon Glass · 3 years, 5 months ago
  40. 1e198a6 sandbox: Adjust the bloblist default address by Simon Glass · 3 years, 5 months ago
  41. 1f3b92a Merge branch '2021-07-16-cleanup-image-support' by Tom Rini · 3 years, 4 months ago
  42. f5e1d9e Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 4 months ago
  43. b2c5f9b image: Add support for relocating crypto_algos in linker lists by Alexandru Gagniuc · 3 years, 4 months ago
  44. cd8f12b image: image-sig.c: Remove crypto_algos array by Alexandru Gagniuc · 3 years, 4 months ago
  45. 92c5fdc image: rsa: Move verification algorithm to a linker list by Alexandru Gagniuc · 3 years, 4 months ago
  46. b04e918 image: Add support for placing crypto_algo in linker lists by Alexandru Gagniuc · 3 years, 4 months ago
  47. afb1bca common: image-sig.c: Remove host-specific logic and #ifdefs by Alexandru Gagniuc · 3 years, 4 months ago
  48. 0434ea1 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · 3 years, 4 months ago
  49. 64a4624 image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · 3 years, 4 months ago
  50. c2da20f image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · 3 years, 4 months ago
  51. e025c65 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · 3 years, 4 months ago
  52. efc1223 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · 3 years, 4 months ago
  53. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · 3 years, 4 months ago
  54. b8cacf2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · 3 years, 4 months ago
  55. c728811 image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · 3 years, 4 months ago
  56. 9e5111d image: android: Automatically detect more compression types by Stephan Gerhold · 3 years, 5 months ago
  57. f7d2461 fit: Load DTO into temporary buffer and ignore load address by Marek Vasut · 3 years, 6 months ago
  58. 2227c82 board-info: Call sysinfo_detect() before sysinfo_get_str() by Marek Vasut · 3 years, 5 months ago
  59. 0093769 board-info: Use sysinfo_get() by Marek Vasut · 3 years, 5 months ago
  60. de1ce23 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · 3 years, 5 months ago
  61. 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 5 months ago
  62. a9765d0 bootstage: Eliminate when not enabled by Tom Rini · 3 years, 7 months ago
  63. e7301bb sandbox: don't refer to symbol _init by Heinrich Schuchardt · 3 years, 6 months ago
  64. bfc606b Merge branch 'next' by Tom Rini · 3 years, 5 months ago
  65. 4387f2e autoboot: fix MENUKEY by Da Xue · 3 years, 5 months ago
  66. 08b3fd6 Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 5 months ago
  67. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 5 months ago
  68. 862dd21 malloc: add SPDX license identifiers by Heinrich Schuchardt · 3 years, 6 months ago
  69. 0e4f43d spl: fit: Also record architecture in /fit-images by Michal Simek · 3 years, 6 months ago
  70. 3769e55 autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY by Da Xue · 3 years, 5 months ago
  71. b36dd3e common: fit: Update board_fit_image_post_process() to pass fit and node_offset by Lokesh Vutla · 3 years, 6 months ago
  72. 7fb9759 log: Add support for logging a buffer by Simon Glass · 3 years, 7 months ago
  73. d6ed4af console: Report an error when output buffer is exhausted by Simon Glass · 3 years, 7 months ago
  74. 4a4992b image-fdt: save no-map parameter of reserve-memory by Patrick Delaunay · 3 years, 7 months ago
  75. 2e5da52 board: sifive: add HiFive Unmatched board support by Green Wan · 3 years, 6 months ago
  76. 57e5636 Revert "lib: introduce HASH_CALCULATE option" by Alexandru Gagniuc · 3 years, 6 months ago
  77. 0606f9e spl: Kconfig: Use tabs instead of space for alignment by Michal Simek · 3 years, 6 months ago
  78. 442d446 riscv: Drop USE_SPL_FIT_GENERATOR by Bin Meng · 3 years, 7 months ago
  79. 91cdcb9 common: kconfig: Correct a typo in SPL_LOAD_FIT by Bin Meng · 3 years, 7 months ago
  80. 6187bf5 Merge branch '2021-05-17-assorted-fixes' by Tom Rini · 3 years, 6 months ago
  81. 8a8eeee lib: introduce HASH_CALCULATE option by Masahisa Kojima · 3 years, 7 months ago
  82. d42f81f hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · 3 years, 6 months ago
  83. d18973c cli: slighly more clear error messages by peng.wang@smartm.com · 3 years, 7 months ago
  84. 623e1ac fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c by Kory Maincent · 3 years, 7 months ago
  85. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 7 months ago
  86. 673db43 fdt_support.c: Allow late kernel cmdline modification by Niko Mauno · 3 years, 9 months ago
  87. cf8e543 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 7 months ago
  88. 6ccf10a sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 7 months ago
  89. 1748241 IOMUX: Fix buffer overflow in iomux_replace_device() by Yuichiro Goto · 3 years, 7 months ago
  90. 04f173e common: edid: Search for valid timing in extension block by Jernej Skrabec · 3 years, 7 months ago
  91. 89efafe common: edid: extract code for detailed timing search by Jernej Skrabec · 3 years, 7 months ago
  92. 37d3bc6 common: edid: check for digital display earlier by Jernej Skrabec · 3 years, 7 months ago
  93. 369d87a Add support for stack-protector by Joel Peshkin · 3 years, 8 months ago
  94. 7861f8b Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 8 months ago
  95. e14c9b4 image-fit: Accept OP-TEE images when booting a FIT by Alexandru Gagniuc · 3 years, 8 months ago
  96. d1f7826 image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid by Alexandru Gagniuc · 3 years, 8 months ago
  97. 5d6a29b spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties by Alexandru Gagniuc · 3 years, 8 months ago
  98. d8d728e spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads by Alexandru Gagniuc · 3 years, 8 months ago
  99. 089f7cf spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT by Alexandru Gagniuc · 3 years, 8 months ago
  100. fdf312e spl: LOAD_FIT_FULL: Fix selection of the "fdt" node by Alexandru Gagniuc · 3 years, 8 months ago