1. e2a168a Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sat Oct 09 17:47:27 2021 -0400
  2. 5b2bc14 common: Kconfig: use 'vidconsole' name instead of old 'video' by Anatolij Gustschin · Mon Oct 04 16:04:32 2021 +0200
  3. caf6267 lz4: Use a private header for U-Boot by Simon Glass · Sat Oct 09 09:28:21 2021 -0600
  4. 8a876e4 image: Split up boot_get_fdt() by Simon Glass · Sat Sep 25 19:43:41 2021 -0600
  5. 3afbb60 image: Reduce variable scope in boot_get_fdt() by Simon Glass · Sat Sep 25 19:43:40 2021 -0600
  6. c0cabbc image: Remove some #ifdefs from image-fit and image-fit-sig by Simon Glass · Sat Sep 25 19:43:39 2021 -0600
  7. e5661c9 image: Remove #ifdefs from select_ramdisk() by Simon Glass · Sat Sep 25 19:43:38 2021 -0600
  8. ccda2fa image: Split up boot_get_ramdisk() by Simon Glass · Sat Sep 25 19:43:37 2021 -0600
  9. 2de5b01 image: Reduce variable scope in boot_get_ramdisk() by Simon Glass · Sat Sep 25 19:43:36 2021 -0600
  10. 0f78138 image: Drop most #ifdefs in image-board.c by Simon Glass · Sat Sep 25 19:43:35 2021 -0600
  11. 800b6fb image: Drop #ifdefs for fit_print_contents() by Simon Glass · Sat Sep 25 19:43:34 2021 -0600
  12. 4a00af4 image: Tidy up fit_unsupported_reset() by Simon Glass · Sat Sep 25 19:43:32 2021 -0600
  13. a0cfb84 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · Sat Sep 25 19:43:28 2021 -0600
  14. 336b9c7 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · Sat Sep 25 19:43:27 2021 -0600
  15. d49049f image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · Sat Sep 25 19:43:26 2021 -0600
  16. b8eb1fe image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · Sat Sep 25 19:43:25 2021 -0600
  17. 577226c image: Use the correct checks for CRC32 by Simon Glass · Sat Sep 25 19:43:24 2021 -0600
  18. 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · Sat Sep 25 19:43:21 2021 -0600
  19. e719d3b image: Drop IMAGE_ENABLE_FIT by Simon Glass · Sat Sep 25 19:43:20 2021 -0600
  20. 866178e hash: Drop some #ifdefs in hash.c by Simon Glass · Sat Sep 25 19:43:19 2021 -0600
  21. 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · Sat Sep 25 19:43:18 2021 -0600
  22. f16dc6c image: Add Kconfig options for FIT in the tools build by Simon Glass · Sat Sep 25 19:43:16 2021 -0600
  23. db503fb compiler: Rename host_build() to tools_build() by Simon Glass · Sat Sep 25 19:43:14 2021 -0600
  24. bc0c4db image: Remove ifdefs around image_setup_linux() el at by Simon Glass · Sat Sep 25 07:03:20 2021 -0600
  25. 48a1b68 image: Avoid #ifdefs for manual relocation by Simon Glass · Sat Sep 25 07:03:19 2021 -0600
  26. 684ef38 image: Create a function to do manual relocation by Simon Glass · Sat Sep 25 07:03:18 2021 -0600
  27. 4a8a8a1 image: Split host code out into its own file by Simon Glass · Sat Sep 25 07:03:17 2021 -0600
  28. 60d7154 image: Fix up checkpatch warnings in image-board.c by Simon Glass · Sat Sep 25 07:03:16 2021 -0600
  29. 4d7237b image: Split board code out into its own file by Simon Glass · Sat Sep 25 07:03:15 2021 -0600
  30. fd86d01 image: Update image_decomp() to avoid ifdefs by Simon Glass · Sat Sep 25 07:03:14 2021 -0600
  31. 7e1aa64 image: Update zstd to avoid reporting error twice by Simon Glass · Sat Sep 25 07:03:12 2021 -0600
  32. eefec3d image: Avoid switch default in image_decomp() by Simon Glass · Sat Sep 25 07:03:11 2021 -0600
  33. 3eb3cce zstd: Create a function for use from U-Boot by Simon Glass · Sat Sep 25 07:03:09 2021 -0600
  34. db4ed12 riscv: image: Use the first DRAM bank for bootm_low by Samuel Holland · Sun Sep 12 11:26:45 2021 -0500
  35. a7ca480 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · Thu Sep 02 11:56:16 2021 +0200
  36. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  37. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  38. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  39. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · Sun Sep 12 20:32:32 2021 -0400
  40. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  41. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  42. c81801d image: add lz4 zstd compression magic map by Artem Lapkin · Tue Aug 31 18:22:18 2021 +0800
  43. 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · Mon Aug 02 15:18:38 2021 +0200
  44. ba87ddf version: Move version_string[] from version.h to version_string.h by Pali Rohár · Mon Aug 02 15:18:31 2021 +0200
  45. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  46. ebabece image: Avoid erroneous double byte-swap in CRC value by Alexandru Gagniuc · Tue Sep 14 15:53:33 2021 -0500
  47. f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · Wed Aug 18 17:49:02 2021 -0500
  48. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  49. 650b786 image: Drop if/elseif hash selection in calculate_hash() by Alexandru Gagniuc · Thu Sep 02 19:54:21 2021 -0500
  50. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · Thu Sep 02 19:54:20 2021 -0500
  51. 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
  52. 8d310ef common: Remove unused CONFIG_FIT_SHAxxx selectors by Alexandru Gagniuc · Thu Sep 02 19:54:17 2021 -0500
  53. a33070c common: board_r: support enable_caches for RISC-V by Zong Li · Wed Sep 01 15:01:40 2021 +0800
  54. 1d92624 net: Move network rules to drivers/net by Simon Glass · Sun Aug 08 12:20:31 2021 -0600
  55. 041a0ac net: Rename SPL_NET_SUPPORT to SPL_NET by Simon Glass · Sun Aug 08 12:20:30 2021 -0600
  56. a0e4487 power: Refactor Makefile rules by Simon Glass · Sun Aug 08 12:20:29 2021 -0600
  57. 081a45a sata: Rename SATA_SUPPORT to SATA by Simon Glass · Sun Aug 08 12:20:17 2021 -0600
  58. 6457106 ppc: Rename MPC8XXX_INIT_DDR_SUPPORT to MPC8XXX_INIT_DDR by Simon Glass · Sun Aug 08 12:20:16 2021 -0600
  59. de3fd53 Rename CACHE_SUPPORT to CACHE by Simon Glass · Sun Aug 08 12:20:15 2021 -0600
  60. a582047 spi: Rename SPI_SUPPORT to SPI by Simon Glass · Sun Aug 08 12:20:14 2021 -0600
  61. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · Sun Aug 08 12:20:12 2021 -0600
  62. 3198531 rtc: Rename RTC_SUPPORT to RTC by Simon Glass · Sun Aug 08 12:20:11 2021 -0600
  63. ff67f23 pch: Rename PCH_SUPPORT to PCH by Simon Glass · Sun Aug 08 12:20:10 2021 -0600
  64. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  65. 647ae2c xyz-modem: Allow to cancel transfer also by CTRL+C by Pali Rohár · Tue Aug 03 16:28:44 2021 +0200
  66. 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
  67. 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
  68. 094cfbb xyz-modem: Fix crash after cancelling transfer by Pali Rohár · Tue Aug 03 16:28:38 2021 +0200
  69. 4a733b3 fit: Use DM hash driver if supported by Chia-Wei Wang · Fri Jul 30 09:08:05 2021 +0800
  70. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  71. 9ff815a Convert CONFIG_RAMBOOT_PBL et al to Kconfig by Tom Rini · Tue Aug 24 23:11:49 2021 -0400
  72. 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
  73. 4abdf14 Convert CONFIG_ID_EEPROM to Kconfig by Tom Rini · Tue Aug 17 17:59:41 2021 -0400
  74. 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
  75. 9628373 fdt_support: Add kernel-doc for fdt_fixup_memory_banks() by Michal Simek · Tue Aug 10 09:21:54 2021 +0200
  76. 1f2e231 Kconfig: FIT_SIGNATURE should not select RSA_VERIFY by Alexandru Gagniuc · Thu Jul 29 11:47:18 2021 -0500
  77. 741fc33 fit: Fix verification of images with external data by John Keeping · Tue Apr 20 19:19:44 2021 +0100
  78. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  79. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  80. b827f39 hash: Ensure verification hex pairs are terminated by Simon Glass · Sat Jul 24 09:03:28 2021 -0600
  81. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · Sat Jul 24 15:14:39 2021 -0600
  82. adc70b8 common: board_r: print error if binman_init fails by Tim Harvey · Fri Jul 16 15:44:12 2021 -0700
  83. 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
  84. bde23cb SPL: Add support for parsing board / BootROM specific image types by Pali Rohár · Fri Jul 23 11:14:28 2021 +0200
  85. 1104167 SPL: Add support for specifying offset between header and image by Pali Rohár · Fri Jul 23 11:14:27 2021 +0200
  86. bccfc2e i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · Sat Jul 10 21:14:36 2021 -0600
  87. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · Sat Jul 10 21:14:32 2021 -0600
  88. 284cb9c Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · Sat Jul 10 21:14:31 2021 -0600
  89. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  90. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  91. 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · Sat Jul 10 21:14:28 2021 -0600
  92. 762b997 Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · Sat Jul 10 21:14:27 2021 -0600
  93. e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · Sat Jul 10 21:14:26 2021 -0600
  94. a8437ce Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO by Simon Glass · Sat Jul 10 21:14:25 2021 -0600
  95. e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · Sat Jul 10 21:14:24 2021 -0600
  96. f2b410a spl: Introduce spl_board_prepare_for_optee() hook by Alexandru Gagniuc · Thu Jul 15 14:19:24 2021 -0500
  97. 36fd3ba spl: mmc: Support OP-TEE payloads in Falcon mode by Alexandru Gagniuc · Thu Jul 15 14:19:23 2021 -0500
  98. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · Thu Jul 08 15:57:40 2021 +0200
  99. 28be70d common: add support to fallback to plain SHA256 by Steffen Jaeckel · Thu Jul 08 15:57:39 2021 +0200
  100. dfc9732 common: add AUTOBOOT_FLUSH_STDIN option by Steffen Jaeckel · Thu Jul 08 15:57:38 2021 +0200