1. 43b9c29 Convert CONFIG_SYS_KWD_CONFIG to Kconfig by Tom Rini · Fri Dec 17 18:08:45 2021 -0500
  2. 72f2c14 Convert CONFIG_CPU_PXA27X to Kconfig by Tom Rini · Fri Dec 17 18:08:40 2021 -0500
  3. 50e6f1b Convert CONFIG_SYS_PCI_64BIT to Kconfig by Tom Rini · Sun Dec 12 22:12:32 2021 -0500
  4. 94886db fdt: Enable OF_HAS_PRIOR_STAGE for most boards with OF_BOARD by Simon Glass · Thu Dec 16 20:59:36 2021 -0700
  5. c932976 pinctrl: Add Apple pinctrl driver by Mark Kettenis · Tue Nov 02 18:21:57 2021 +0100
  6. faf6078 Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Wed Nov 10 14:11:30 2021 -0500
  7. 7dccd89 gpio: stm32: create include file for driver private data by Patrick Delaunay · Fri Oct 22 20:12:34 2021 +0200
  8. f97d676 sunxi: Use sysreset framework for poweroff/reset by Samuel Holland · Wed Nov 03 22:55:16 2021 -0500
  9. 357a256 iommu: Add Apple DART driver by Mark Kettenis · Sat Oct 23 16:58:05 2021 +0200
  10. 835cb5d serial: s5p: Add Apple M1 support by Mark Kettenis · Sat Oct 23 16:58:04 2021 +0200
  11. 58d5127 arm: apple: Add initial support for Apple's M1 SoC by Mark Kettenis · Sat Oct 23 16:58:03 2021 +0200
  12. 29b1d33 Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details" by Michael Walle · Wed Oct 27 18:54:54 2021 +0200
  13. 576ccd6 sunxi: Enable watchdog timer support by default by Samuel Holland · Sun Aug 22 13:53:28 2021 -0500
  14. d30ac69 sunxi: Select SPL_SEPARATE_BSS by Samuel Holland · Sun Aug 22 13:23:53 2021 -0500
  15. cd851d0 board: arm: Remove OF_PRIOR_STAGE from the remaining Arm boards by Ilias Apalodimas · Tue Oct 12 00:00:14 2021 +0300
  16. 468f23b sunxi: Enable DM_I2C for all sunxi boards by Samuel Holland · Fri Oct 08 00:17:25 2021 -0500
  17. eac76b8 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · Thu Sep 09 07:54:50 2021 -0400
  18. f0d7650 arm: Remove aspenite board by Tom Rini · Thu Sep 09 07:54:49 2021 -0400
  19. 74f00e8 arm: Remove flea3 board by Tom Rini · Tue Sep 14 09:09:31 2021 -0400
  20. 8f8a299 ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU. by Kristian Amlie · Tue Sep 07 08:37:51 2021 +0200
  21. 330807f arm64: Kconfig: Enable usage of optimized memset/memcpy/memmove by Stefan Roese · Thu Sep 02 17:00:19 2021 +0200
  22. 355405c crc32: Add crc32 implementation using __builtin_aarch64_crc32b by Marek Vasut · Mon Aug 30 15:05:23 2021 +0200
  23. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · Thu Sep 16 10:29:40 2021 -0400
  24. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  25. ea1e52b arm: Add Kconfig entry for MACH_TYPE by Tom Rini · Mon Aug 30 09:16:31 2021 -0400
  26. 4cc3885 arm: Disable ATAGs support by Tom Rini · Mon Aug 30 09:16:30 2021 -0400
  27. a582047 spi: Rename SPI_SUPPORT to SPI by Simon Glass · Sun Aug 08 12:20:14 2021 -0600
  28. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · Sun Aug 08 12:20:12 2021 -0600
  29. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  30. 3a6d453 Revert most of the series for adding vexpress_aemv8r support by Tom Rini · Fri Sep 03 10:40:28 2021 -0400
  31. 5775bbc vexpress64: Add BASER_FVP vexpress board variant by Peter Hoyes · Thu Aug 19 16:53:12 2021 +0100
  32. bbd3c61 armv7: Add Position Independent Execution support by Chia-Wei Wang · Tue Aug 03 10:50:10 2021 +0800
  33. 8810320 arm: Fix option dependency with Kconfig language by Chia-Wei Wang · Tue Aug 03 10:50:09 2021 +0800
  34. d772045 arm: u8500: Prefer building in thumb mode by default by Stephan Gerhold · Sat Aug 07 15:07:24 2021 +0200
  35. ca0a82b arm: u8500: Imply options for new drivers by Stephan Gerhold · Sat Aug 07 15:07:19 2021 +0200
  36. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  37. 3ef67ae Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig by Tom Rini · Thu Aug 26 11:47:59 2021 -0400
  38. 8086a82 imx: Introduce CONFIG_MACH_IMX by Tom Rini · Tue Aug 24 20:40:59 2021 -0400
  39. fe2cea6 ddr: Migrate DDR_SPD to Kconfig by Tom Rini · Sat Aug 21 13:50:16 2021 -0400
  40. 249f11f arm: Migrate GICV2 / GICV3 to Kconfig by Tom Rini · Thu Aug 19 14:19:39 2021 -0400
  41. 1a19588 Convert CONFIG_SYS_I2C_MXC et al to Kconfig by Tom Rini · Wed Aug 18 23:12:33 2021 -0400
  42. 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
  43. cb8485b soc: xilinx: versal: Add soc_xilinx_versal driver by T Karthik Reddy · Tue Aug 10 06:50:19 2021 -0600
  44. 501c206 soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driver by T Karthik Reddy · Tue Aug 10 06:50:18 2021 -0600
  45. 5dd60ce rockchip: Fix u-boot-rockchip.bin build by Johan Gunnarsson · Sun Jul 25 16:25:58 2021 +0200
  46. 570dc4f arm: imx: add i.MX8ULP basic Kconfig option by Peng Fan · Sat Aug 07 16:00:30 2021 +0800
  47. c14d7b3 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · Tue Aug 03 09:07:01 2021 -0400
  48. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  49. 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · Sat Jul 10 21:14:28 2021 -0600
  50. e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · Sat Jul 10 21:14:24 2021 -0600
  51. 881c886 samsung: exynos: Convert SROMC interface to a driver by Simon Glass · Sun Jul 18 19:02:40 2021 -0600
  52. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · Fri Jul 09 10:11:56 2021 -0400
  53. 00b6a1a arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · Sat May 22 08:47:14 2021 -0400
  54. 4393901 arm: Remove spear320 boards by Tom Rini · Sat May 22 08:47:13 2021 -0400
  55. 665ffc2 arm: Remove spear310 boards by Tom Rini · Sat May 22 08:47:12 2021 -0400
  56. 98ae150 arm: Remove spear300 boards by Tom Rini · Sat May 22 08:47:11 2021 -0400
  57. 88572c2 arm: Remove gplugd board by Tom Rini · Sat May 22 08:47:09 2021 -0400
  58. 0ba2f37 arm: Remove edb9315a board by Tom Rini · Sat May 22 08:47:08 2021 -0400
  59. 7c74127 board: synquacer: Add DeveloperBox 96boards EE support by Masami Hiramatsu · Fri Jun 04 18:45:10 2021 +0900
  60. cc32c0b gpio: Introduce CONFIG_GPIO_EXTRA_HEADER to cleanup #ifdefs by Masami Hiramatsu · Fri Jun 04 18:43:55 2021 +0900
  61. 008e772 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Thu Jun 17 08:44:56 2021 -0400
  62. 3b24bbd board/km: add support for expu1 design based on nxp by Aleksandar Gerasimovski · Tue Jun 08 14:16:28 2021 +0000
  63. 3b2cc73 imx: Add SeeedStudio NPI-IMX6ULL Support by Navin Sankar Velliangiri · Tue May 18 09:03:20 2021 +0530
  64. 126d9a6 arm: highbank: Do DRAM init from DT by Andre Przywara · Mon Apr 12 01:04:54 2021 +0100
  65. 7352fb9 net: calxedagmac: Convert to DM_ETH by Andre Przywara · Mon Apr 12 01:04:52 2021 +0100
  66. 8d1069f arm: highbank: Enable OF_CONTROL by Andre Przywara · Mon Apr 12 01:04:51 2021 +0100
  67. 339539c arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled by Wasim Khan · Mon Mar 08 16:48:14 2021 +0100
  68. 7a66ef0 board: sl28: enable DM_SERIAL by Michael Walle · Fri Mar 26 19:40:58 2021 +0100
  69. b53a4f3 board: sl28: move DM_* configs to Kconfig by Michael Walle · Fri Mar 26 19:40:57 2021 +0100
  70. 032bdbc board/km: add support for seli8 design based on nxp ls102x by Aleksandar Gerasimovski · Mon Feb 22 18:18:11 2021 +0000
  71. 9997293 arm: Remove Broadcom Cygnus boards by Tom Rini · Sat Feb 20 20:05:57 2021 -0500
  72. 89c12e7 arm: Remove bcm23550_w1d board by Tom Rini · Sat Feb 20 20:05:55 2021 -0500
  73. 884fe96 arm: Remove bcm28155_ap board by Tom Rini · Sat Feb 20 20:05:54 2021 -0500
  74. 556ab18 arm: Remove bcm958712k board by Tom Rini · Sat Feb 20 20:05:50 2021 -0500
  75. 79d9a96 arm: Remove s32v234evb board by Tom Rini · Sat Feb 20 20:05:49 2021 -0500
  76. 5af921e arm: Remove vexpress_ca15_tc2 board by Tom Rini · Sat Feb 20 20:05:47 2021 -0500
  77. 80b1497 arm: Remove apf27 board by Tom Rini · Sat Feb 20 20:05:43 2021 -0500
  78. 4da2569 crypto: caam: Add CAAM support to i.MX8M platforms by Aymen Sghaier · Thu Mar 25 17:30:25 2021 +0800
  79. 4fde0a1 caam: enable support for iMX7ULP by Franck LENORMAND · Thu Mar 25 17:30:23 2021 +0800
  80. 8a71416 arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64 by Siew Chin Lim · Mon Mar 01 20:04:10 2021 +0800
  81. 48425b1 arm: Remove ls2080a_simu board by Tom Rini · Tue Feb 09 08:03:10 2021 -0500
  82. b58ba76 arm: Remove mx35pdk board by Tom Rini · Tue Feb 09 08:03:02 2021 -0500
  83. adf6db9 Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Tue Jan 12 09:32:48 2021 -0500
  84. d1cb3f6 bus: ti: add minimal sysc interconnect target driver by Dario Binacchi · Wed Dec 30 00:06:29 2020 +0100
  85. 1facc0f sunxi: board: Move USB ethernet initialization to board_late_init() by Andy Shevchenko · Tue Dec 08 17:45:31 2020 +0200
  86. 8a03b0d armv8: lx2162aqds: Add support for LX2162AQDS platform by Meenakshi Aggarwal · Fri Dec 04 20:17:28 2020 +0530
  87. 217a036 rockchip: Enable BINMAN for boards enable SPL_OPTEE by Kever Yang · Tue Nov 10 11:43:32 2020 +0800
  88. 36ba764 board: kontron: add sl28 support by Michael Walle · Thu Oct 15 23:08:57 2020 +0200
  89. fbd1865 arm: octeontx: Select CLK by Stefan Roese · Wed Sep 23 11:01:30 2020 +0200
  90. 2ebc22c arm: enable DM_RNG on QEMU by default by Heinrich Schuchardt · Sat Sep 19 07:55:35 2020 +0200
  91. 8dcfee9 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · Mon Oct 12 07:55:17 2020 -0400
  92. 3f78b53 sysreset: socfpga: agilex: Enable sysreset support by Chee Hong Ang · Wed Aug 05 20:11:26 2020 +0800
  93. 673e98e sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64 by Chee Hong Ang · Wed Aug 05 20:11:25 2020 +0800
  94. 4d71189 qemu-arm64: Enable POSITION_INDEPENDENT by Andre Przywara · Wed Sep 30 17:39:18 2020 +0100
  95. 5097e73 qemu-arm: Drop ARCH_SUPPORT_TFABOOT by Andre Przywara · Wed Sep 30 17:39:17 2020 +0100
  96. a834b77 arm64: PIE: Allow fixed stack pointer by Andre Przywara · Wed Sep 30 17:39:15 2020 +0100
  97. f7582ee arm64: PIE: Do not skip static relocation by Andre Przywara · Wed Sep 30 17:39:13 2020 +0100
  98. 41087af arm: Kconfig: Explain TFABOOT by Andre Przywara · Wed Sep 30 15:45:07 2020 +0100
  99. 055763a arm: rmobile: Use imply for BOARD_EARLY_INIT_F by Biju Das · Tue Sep 22 13:06:49 2020 +0100
  100. 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Sep 24 08:33:47 2020 -0400