1. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  2. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  3. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  4. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · Sun Sep 12 20:32:32 2021 -0400
  5. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  6. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  7. c81801d image: add lz4 zstd compression magic map by Artem Lapkin · Tue Aug 31 18:22:18 2021 +0800
  8. 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · Mon Aug 02 15:18:38 2021 +0200
  9. ba87ddf version: Move version_string[] from version.h to version_string.h by Pali Rohár · Mon Aug 02 15:18:31 2021 +0200
  10. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  11. ebabece image: Avoid erroneous double byte-swap in CRC value by Alexandru Gagniuc · Tue Sep 14 15:53:33 2021 -0500
  12. f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · Wed Aug 18 17:49:02 2021 -0500
  13. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  14. 650b786 image: Drop if/elseif hash selection in calculate_hash() by Alexandru Gagniuc · Thu Sep 02 19:54:21 2021 -0500
  15. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · Thu Sep 02 19:54:20 2021 -0500
  16. 97464ff common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH by Alexandru Gagniuc · Thu Sep 02 19:54:19 2021 -0500
  17. 8d310ef common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · Thu Sep 02 19:54:17 2021 -0500
  18. a33070c common: board_r: support enable_caches for RISC-V by Zong Li · Wed Sep 01 15:01:40 2021 +0800
  19. 1d92624 net: Move network rules to drivers/net by Simon Glass · Sun Aug 08 12:20:31 2021 -0600
  20. 041a0ac net: Rename SPL_NET_SUPPORT to SPL_NET by Simon Glass · Sun Aug 08 12:20:30 2021 -0600
  21. a0e4487 power: Refactor Makefile rules by Simon Glass · Sun Aug 08 12:20:29 2021 -0600
  22. 081a45a sata: Rename SATA_SUPPORT to SATA by Simon Glass · Sun Aug 08 12:20:17 2021 -0600
  23. 6457106 ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDR by Simon Glass · Sun Aug 08 12:20:16 2021 -0600
  24. de3fd53 Rename CACHE_SUPPORT to CACHE by Simon Glass · Sun Aug 08 12:20:15 2021 -0600
  25. a582047 spi: Rename SPI_SUPPORT to SPI by Simon Glass · Sun Aug 08 12:20:14 2021 -0600
  26. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · Sun Aug 08 12:20:12 2021 -0600
  27. 3198531 rtc: Rename RTC_SUPPORT to RTC by Simon Glass · Sun Aug 08 12:20:11 2021 -0600
  28. ff67f23 pch: Rename PCH_SUPPORT to PCH by Simon Glass · Sun Aug 08 12:20:10 2021 -0600
  29. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  30. 647ae2c xyz-modem: Allow to cancel transfer also by CTRL+C by Pali Rohár · Tue Aug 03 16:28:44 2021 +0200
  31. 81f0491 xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG() by Pali Rohár · Tue Aug 03 16:28:40 2021 +0200
  32. c2d20c7 xyz-modem: Fix x-modem "xyzModem_eof error" at the end of file by Pali Rohár · Tue Aug 03 16:28:39 2021 +0200
  33. 094cfbb xyz-modem: Fix crash after cancelling transfer by Pali Rohár · Tue Aug 03 16:28:38 2021 +0200
  34. 4a733b3 fit: Use DM hash driver if supported by Chia-Wei Wang · Fri Jul 30 09:08:05 2021 +0800
  35. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  36. 9ff815a Convert CONFIG_RAMBOOT_PBL et al to Kconfig by Tom Rini · Tue Aug 24 23:11:49 2021 -0400
  37. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · Wed Aug 18 23:12:24 2021 -0400
  38. 4abdf14 Convert CONFIG_ID_EEPROM to Kconfig by Tom Rini · Tue Aug 17 17:59:41 2021 -0400
  39. 052f050 Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Fri Aug 27 08:33:02 2021 -0400
  40. 9628373 fdt_support: Add kernel-doc for fdt_fixup_memory_banks() by Michal Simek · Tue Aug 10 09:21:54 2021 +0200
  41. 1f2e231 Kconfig: FIT_SIGNATURE should not select RSA_VERIFY by Alexandru Gagniuc · Thu Jul 29 11:47:18 2021 -0500
  42. 741fc33 fit: Fix verification of images with external data by John Keeping · Tue Apr 20 19:19:44 2021 +0100
  43. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  44. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  45. b827f39 hash: Ensure verification hex pairs are terminated by Simon Glass · Sat Jul 24 09:03:28 2021 -0600
  46. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · Sat Jul 24 15:14:39 2021 -0600
  47. adc70b8 common: board_r: print error if binman_init fails by Tim Harvey · Fri Jul 16 15:44:12 2021 -0700
  48. cf97b82 arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header by Pali Rohár · Fri Jul 23 11:14:29 2021 +0200
  49. bde23cb SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · Fri Jul 23 11:14:28 2021 +0200
  50. 1104167 SPL: Add support for specifying offset between header and image by Pali Rohár · Fri Jul 23 11:14:27 2021 +0200
  51. bccfc2e i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · Sat Jul 10 21:14:36 2021 -0600
  52. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · Sat Jul 10 21:14:32 2021 -0600
  53. 284cb9c Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · Sat Jul 10 21:14:31 2021 -0600
  54. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  55. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  56. 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · Sat Jul 10 21:14:28 2021 -0600
  57. 762b997 Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · Sat Jul 10 21:14:27 2021 -0600
  58. e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · Sat Jul 10 21:14:26 2021 -0600
  59. a8437ce Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO by Simon Glass · Sat Jul 10 21:14:25 2021 -0600
  60. e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · Sat Jul 10 21:14:24 2021 -0600
  61. f2b410a spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · Thu Jul 15 14:19:24 2021 -0500
  62. 36fd3ba spl: mmc: Support OP-TEE payloads in Falcon mode by Alexandru Gagniuc · Thu Jul 15 14:19:23 2021 -0500
  63. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · Thu Jul 08 15:57:40 2021 +0200
  64. 28be70d common: add support to fallback to plain SHA256 by Steffen Jaeckel · Thu Jul 08 15:57:39 2021 +0200
  65. dfc9732 common: add AUTOBOOT_FLUSH_STDIN option by Steffen Jaeckel · Thu Jul 08 15:57:38 2021 +0200
  66. 792a13f common: allow disabling of timeout for password entry by Steffen Jaeckel · Thu Jul 08 15:57:37 2021 +0200
  67. 092c8c6 common: Rename macro appropriately by Steffen Jaeckel · Thu Jul 08 15:57:36 2021 +0200
  68. 6aa6bfb common: integrate crypt-based passwords by Steffen Jaeckel · Thu Jul 08 15:57:35 2021 +0200
  69. 63471d5 Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENT by Tom Rini · Fri Jul 09 10:39:21 2021 -0400
  70. 645a312 fit: Allow external data for FDTs by John Keeping · Fri Jun 25 17:58:04 2021 +0100
  71. 6e6f204 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · Wed May 19 15:05:53 2021 +0100
  72. 81cd040 log: Allow padding of the function name by Simon Glass · Mon Jul 05 16:33:00 2021 -0600
  73. 58254e0 spl: Provide more information on boot failure by Simon Glass · Mon Jul 05 16:32:57 2021 -0600
  74. 3d70218 image: Allow @ in node names when not using signatures by Simon Glass · Mon Jul 05 16:32:56 2021 -0600
  75. 3e26de5 bloblist: Correct condition in bloblist_addrec() by Simon Glass · Mon Jul 05 16:32:55 2021 -0600
  76. f20a113 bloblist: Support resizing a blob by Simon Glass · Mon Jul 05 16:32:53 2021 -0600
  77. 1e198a6 sandbox: Adjust the bloblist default address by Simon Glass · Mon Jul 05 16:32:48 2021 -0600
  78. 1f3b92a Merge branch '2021-07-16-cleanup-image-support' by Tom Rini · Sat Jul 17 11:39:50 2021 -0400
  79. f5e1d9e Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 17 10:52:21 2021 -0400
  80. b2c5f9b image: Add support for relocating crypto_algos in linker lists by Alexandru Gagniuc · Wed Jul 14 17:05:46 2021 -0500
  81. cd8f12b image: image-sig.c: Remove crypto_algos array by Alexandru Gagniuc · Wed Jul 14 17:05:41 2021 -0500
  82. 92c5fdc image: rsa: Move verification algorithm to a linker list by Alexandru Gagniuc · Wed Jul 14 17:05:40 2021 -0500
  83. b04e918 image: Add support for placing crypto_algo in linker lists by Alexandru Gagniuc · Wed Jul 14 17:05:39 2021 -0500
  84. afb1bca common: image-sig.c: Remove host-specific logic and #ifdefs by Alexandru Gagniuc · Wed Jul 14 17:05:38 2021 -0500
  85. 0434ea1 image: Drop IMAGE_ENABLE_BEST_MATCH by Simon Glass · Wed Jul 14 17:05:36 2021 -0500
  86. 64a4624 image: Drop IMAGE_ENABLE_SHAxxx by Simon Glass · Wed Jul 14 17:05:35 2021 -0500
  87. c2da20f image: Drop IMAGE_ENABLE_SHA1 by Simon Glass · Wed Jul 14 17:05:34 2021 -0500
  88. e025c65 Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5 by Simon Glass · Wed Jul 14 17:05:33 2021 -0500
  89. efc1223 Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32 by Simon Glass · Wed Jul 14 17:05:32 2021 -0500
  90. 66b00c8 image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT by Simon Glass · Wed Jul 14 17:05:31 2021 -0500
  91. b8cacf2 image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx by Simon Glass · Wed Jul 14 17:05:30 2021 -0500
  92. c728811 image: Shorten FIT_ENABLE_SHAxxx_SUPPORT by Simon Glass · Wed Jul 14 17:05:29 2021 -0500
  93. 9e5111d image: android: Automatically detect more compression types by Stephan Gerhold · Thu Jul 01 20:33:16 2021 +0200
  94. f7d2461 fit: Load DTO into temporary buffer and ignore load address by Marek Vasut · Fri Jun 11 04:09:56 2021 +0200
  95. 2227c82 board-info: Call sysinfo_detect() before sysinfo_get_str() by Marek Vasut · Sun Jul 04 21:32:05 2021 +0200
  96. 0093769 board-info: Use sysinfo_get() by Marek Vasut · Sun Jul 04 21:32:04 2021 +0200
  97. de1ce23 spl: mmc: Factor out eMMC boot partition selection code by Marek Vasut · Sat Jul 03 04:55:32 2021 +0200
  98. 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Jul 07 13:34:42 2021 -0400
  99. a9765d0 bootstage: Eliminate when not enabled by Tom Rini · Mon May 03 16:48:58 2021 -0400
  100. e7301bb sandbox: don't refer to symbol _init by Heinrich Schuchardt · Wed May 19 12:02:39 2021 +0200