1. dd4d16f rockchip: sdram: add dram bank with usable memory beyond 4GB by Jonas Karlman · Tue Feb 07 17:27:11 2023 +0000
  2. f570c25 rockchip: sdram: add basic support for sdram reg info version 3 by Jonas Karlman · Tue Feb 07 17:27:10 2023 +0000
  3. 036052e rockchip: ringneck: fix SDRAM init fail by Quentin Schulz · Tue Jan 17 18:26:54 2023 +0100
  4. 9f9e918 mmc: rockchip_dw_mmc: fix DDR52 8-bit mode handling by John Keeping · Tue Jan 17 17:07:47 2023 +0000
  5. b4f7ce1 arm: dts: rockchip: rk3399: nanopi-r4s: Provide smbios sysinfo by Christian Kohlschütter · Mon Oct 17 19:02:36 2022 +0000
  6. b8743e2 Prepare v2023.04-rc3 by Tom Rini · Mon Feb 27 17:18:36 2023 -0500
  7. 583c029 configs: Resync with savedefconfig by Tom Rini · Mon Feb 27 09:11:57 2023 -0500
  8. 79a2dbb Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · Thu Feb 23 17:32:22 2023 -0500
  9. 3a34aea Merge branch '2023-02-23-assorted-fixes' by Tom Rini · Thu Feb 23 17:30:49 2023 -0500
  10. f8700e4 ARM: tegra20: implement BCT patching by Svyatoslav Ryhel · Tue Feb 14 19:35:38 2023 +0200
  11. f2f708d ARM: tegra30: implement BCT patching by Ramin Khonsari · Tue Feb 14 19:35:37 2023 +0200
  12. c14b207 ARM: tegra: crypto: extend crypto functional by Svyatoslav Ryhel · Tue Feb 14 19:35:36 2023 +0200
  13. 7d5a2f4 ARM: tegra: expose crypto module for all Tegra SoCs by Svyatoslav Ryhel · Tue Feb 14 19:35:35 2023 +0200
  14. 3212879 board: tegra30: switch to updated pre-dm i2c write by Svyatoslav Ryhel · Tue Feb 14 19:35:34 2023 +0200
  15. 9e1ba0a board: tegra124: switch to updated pre-dm i2c write by Svyatoslav Ryhel · Tue Feb 14 19:35:33 2023 +0200
  16. 018e737 ARM: tegra: create common pre-dm i2c write by Svyatoslav Ryhel · Tue Feb 14 19:35:32 2023 +0200
  17. b99f3df ARM: tegra: add late init support by Svyatoslav Ryhel · Tue Feb 14 19:35:31 2023 +0200
  18. 562b997 ARM: tegra: provide default USB gadget setup by Maxim Schwalm · Tue Feb 14 19:35:30 2023 +0200
  19. 74916e8 spi: tegra20_slink: accept any word length by Svyatoslav Ryhel · Tue Feb 14 19:35:29 2023 +0200
  20. c226fc7 ARM: tegra: Fix Tegra PWM parent clock by Svyatoslav Ryhel · Tue Feb 14 19:35:28 2023 +0200
  21. 7646ba5 ARM: tegra30: add PLLD to pll setup by Svyatoslav Ryhel · Tue Feb 14 19:35:27 2023 +0200
  22. b6e50b8 ARM: tegra: clock: add clock_decode_pair helper by Svyatoslav Ryhel · Tue Feb 14 19:35:26 2023 +0200
  23. 19a5b03 ARM: tegra: clock: add clk_id_to_pll_id helper by Svyatoslav Ryhel · Tue Feb 14 19:35:25 2023 +0200
  24. 932ec72 ARM: t20/t30: swap host1x and disp1 clock parents by Svyatoslav Ryhel · Tue Feb 14 19:35:24 2023 +0200
  25. d956f35 tegra30: clock: add EXTPERIPH by Svyatoslav Ryhel · Tue Feb 14 19:35:23 2023 +0200
  26. 1f2473a env: mmc: Apply GPT only on eMMC user HW partition by Marek Vasut · Thu Feb 09 13:30:10 2023 +0100
  27. 420107b trace: Relax test requirements by Simon Glass · Fri Feb 17 15:45:16 2023 -0700
  28. e189adf x86: Pass -z execstack for EFI payload flags by Tom Rini · Tue Feb 14 15:09:32 2023 -0500
  29. 98dc4b3 Makefile: Link with -z noexectack by Tom Rini · Tue Feb 14 15:09:31 2023 -0500
  30. 8309e11 fs: btrfs: limit the mapped length to the original length by Qu Wenruo · Mon Feb 13 08:37:59 2023 +0800
  31. d56196b Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Wed Feb 22 13:36:29 2023 -0500
  32. 2dd1fbb Merge https://source.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · Wed Feb 22 09:28:03 2023 -0500
  33. 74ae332 chameleonv3: Convert CONFIG_SPL_MAX_SIZE to Kconfig by Paweł Anikiel · Tue Feb 21 16:17:06 2023 +0100
  34. d949dda arm: dts: chameleonv3: Add 270-2 variant by Paweł Anikiel · Tue Feb 21 16:17:05 2023 +0100
  35. faebb86 arm: dts: chameleonv3: Rename chameleonv3.dts to .dtsi by Paweł Anikiel · Tue Feb 21 16:17:04 2023 +0100
  36. d897af5 arm: dts: chameleonv3: Override chameleonv3 bitstream names by Paweł Anikiel · Tue Feb 21 16:17:03 2023 +0100
  37. a3382bb socfpga: chameleonv3: Move environment to a text file by Paweł Anikiel · Tue Feb 21 16:17:02 2023 +0100
  38. a21ae3f socfpga: chameleonv3: Enable ext4 in SPL by Paweł Anikiel · Tue Feb 21 16:17:01 2023 +0100
  39. 5f70b0a usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio by Venkatesh Yadav Abbarapu · Fri Jan 13 10:42:02 2023 +0530
  40. f2eef62 Merge tag 'efi-2023-04-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Feb 19 17:03:30 2023 -0500
  41. d5bcbb6 doc: remove superfluous warning by Heinrich Schuchardt · Sun Feb 19 21:26:24 2023 +0100
  42. 6326e91 efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX by Etienne Carriere · Thu Feb 16 18:21:41 2023 +0100
  43. b906435 efi_loader: Measure the loaded DTB by Etienne Carriere · Thu Feb 16 17:29:48 2023 +0100
  44. 4fa3504 efi_loader: fix wrong attribute check for QueryVariableInfo by Masahisa Kojima · Wed Feb 15 11:32:17 2023 +0900
  45. 4939020 efi_loader: avoid buffer overrun in efi_var_mem_compare by Heinrich Schuchardt · Mon Feb 13 19:22:33 2023 +0100
  46. fc795ac doc: arch: Add document for RISC-V architecture by Yu Chien Peter Lin · Tue Feb 14 18:18:51 2023 +0800
  47. fb602f6 board: gateworks: venice: move README to RST by Tim Harvey · Mon Feb 13 09:44:27 2023 -0800
  48. b966be8 doc: board: bcm7xxx: Convert to reStructuredText format by Thomas Fitzsimmons · Mon Feb 13 11:21:27 2023 -0500
  49. 2df8ea8 doc: devicetree: dt_qemu.rst: Fix the typo and space by Yu Chien Peter Lin · Sun Feb 12 15:09:51 2023 +0800
  50. c2424e2 Merge branch '2023-02-17-assorted-fixes' by Tom Rini · Fri Feb 17 14:18:46 2023 -0500
  51. 2800ac9 common: avb_verify: prevent opening incorrect session by Ivan Khoronzhuk · Fri Jan 27 22:02:14 2023 +0200
  52. faa537a cpsw_mdio.c: Use correct reg in cpsw_mdio_get_alive by Ulf Samuelsson · Tue Feb 07 09:25:27 2023 +0100
  53. 9924ca1 configs: Resync with savedefconfig by Tom Rini · Fri Feb 17 09:58:06 2023 -0500
  54. 78257a0 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Fri Feb 17 09:03:35 2023 -0500
  55. ddcdd94 riscv: binman: Add help message for missing blobs by Rick Chen · Fri Feb 17 16:57:01 2023 +0800
  56. b25115c riscv: ae350: Adjust the memory layout of ae350 by Leo Yu-Chi Liang · Tue Feb 14 20:42:50 2023 +0800
  57. 249ce73 riscv: Rename Andes cpu and board names by Leo Yu-Chi Liang · Tue Feb 14 20:42:49 2023 +0800
  58. 7b17066 driver: cache-v5l2: Fix type casting warning on RV32 by Yu Chien Peter Lin · Mon Feb 06 16:10:53 2023 +0800
  59. 6edeb94 configs: ae350: Display CPU and board info for AE350 platforms by Yu Chien Peter Lin · Mon Feb 06 16:10:52 2023 +0800
  60. 6b79c60 configs: ae350: Increase maximum retry count for AE350 platforms by Yu Chien Peter Lin · Mon Feb 06 16:10:51 2023 +0800
  61. e440ed4 configs: ae350: Enable v5l2 cache for AE350 platforms in SPL by Yu Chien Peter Lin · Mon Feb 06 16:10:50 2023 +0800
  62. b2ccd1c riscv: ax25: cache.c: Cleanups to L1/L2 cache function used in SPL by Yu Chien Peter Lin · Mon Feb 06 16:10:49 2023 +0800
  63. 5cc6b3f riscv: ae350: dts: Update L2 cache compatible string by Yu Chien Peter Lin · Mon Feb 06 16:10:48 2023 +0800
  64. 82f0f53 riscv: cpu: ax25: Simplify cache enabling logic in harts_early_init() by Yu Chien Peter Lin · Mon Feb 06 16:10:47 2023 +0800
  65. 31e1bd0 driver: cache: cache-v5l2: Update memory-mapped scheme to support Gen2 platform by Yu Chien Peter Lin · Mon Feb 06 16:10:46 2023 +0800
  66. 39689a9 board: AndesTech: ax25-ae350.c: Enable v5l2-cache in spl_board_init() by Yu Chien Peter Lin · Mon Feb 06 16:10:45 2023 +0800
  67. 816979a riscv: Remove redundant Kconfig "RISCV_NDS_CACHE" by Leo Yu-Chi Liang · Mon Feb 06 16:10:44 2023 +0800
  68. 52d54e1 riscv: global_data.h: Correct the comment for PLICSW by Yu Chien Peter Lin · Mon Feb 06 10:06:29 2023 +0800
  69. f9269c7 Prepare v2023.04-rc2 by Tom Rini · Mon Feb 13 18:39:15 2023 -0500
  70. 89e0dff clocks: qcs404: Add support for I2C clocks by Sumit Garg · Mon Feb 13 10:19:09 2023 +0530
  71. 7dfe570 Merge tag 'i2c-updates-for-v2023.04' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · Mon Feb 13 09:57:35 2023 -0500
  72. 4146167 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Mon Feb 13 09:39:15 2023 -0500
  73. 27fdd6b arm: kirkwood: Enable uart0 dm-pre-reloc for Pogoplug V4 board by Tony Dinh · Fri Feb 10 13:08:17 2023 -0800
  74. 6aebc1a arm: mvebu: Add support for Synology DS116 (Armada 385) by Tony Dinh · Thu Feb 09 14:00:03 2023 -0800
  75. 0812068 arm: mvebu: Power up 2nd SATA port for Thecus N2350 by Tony Dinh · Mon Feb 06 17:00:11 2023 -0800
  76. 9d90001 arm: kirkwood: sheevaplug: reduce u-boot image size by Tony Dinh · Thu Feb 02 14:16:53 2023 -0800
  77. 63eba13 arm: mvebu: Add support for Thecus N2350 (Armada 385) board by Tony Dinh · Wed Feb 01 15:13:05 2023 -0800
  78. 68b735b arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boards by Tony Dinh · Tue Jan 31 14:06:54 2023 -0800
  79. e894121 cmd: return code when tlv_eeprom incorrectly called by Heinrich Schuchardt · Fri Jan 27 22:49:10 2023 +0100
  80. ca39472 i2c: i2c-cdns.c: Update driver to read fifo-depth from device tree by Pei Yue Ho · Mon Feb 13 00:02:41 2023 -0800
  81. cf1778c dt-bindings: i2c: i2c-cdns.txt: Add description for an optional parameter, fifo-depth by Pei Yue Ho · Mon Feb 13 00:02:40 2023 -0800
  82. 56dd918 arm: aspeed: dtsi: add reg for i2c by Ryan Chen · Mon Jan 30 14:19:25 2023 +0800
  83. 0c7132a i2c:aspeed:support ast2600 i2c new register mode driver by Ryan Chen · Mon Jan 30 14:19:24 2023 +0800
  84. 4086808 i2c: mxc_i2c: Use hex notation for the base address by Fabio Estevam · Tue Jan 03 16:03:44 2023 -0300
  85. 5bb6676 Merge tag 'dm-pull-12feb23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sun Feb 12 20:11:22 2023 -0500
  86. e904994 cmd: fdt: allow standalone "fdt move" by Andre Przywara · Fri Feb 10 11:02:12 2023 +0000
  87. a906f87 cmd: fdt: move: Use map_sysmem to convert pointers by Andre Przywara · Fri Feb 10 11:02:11 2023 +0000
  88. 49cd2b3 binman: Show the image name for the top-level section by Simon Glass · Tue Feb 07 14:34:18 2023 -0700
  89. 6fcc987 socfpga: fix the serial console on DE1-SoC by Jade Lovelace · Fri Feb 10 17:15:26 2023 -0800
  90. 3849de4 Merge tag 'clk-2023.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · Sun Feb 12 15:25:32 2023 -0500
  91. 5c4a9c1 Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx by Tom Rini · Sun Feb 12 15:25:09 2023 -0500
  92. 6078bff reset: Allow reset_get_by_name() with NULL name by Samuel Holland · Sat Jan 21 18:02:52 2023 -0600
  93. bae0f4f clk: Allow clk_get_by_name() with NULL name by Samuel Holland · Sat Jan 21 18:02:51 2023 -0600
  94. aac5b9a cmd: clk: probe the clock before dump them by Patrick Delaunay · Tue Dec 13 14:57:10 2022 +0100
  95. 91f8c0b clk: imx8mn: fix imx8mn_enet_phy_sels clocks list by Dario Binacchi · Mon Dec 19 12:31:26 2022 +0100
  96. 2f51cf9 clk: imx: rename video_pll1 to video_pll by Dario Binacchi · Mon Dec 19 12:31:25 2022 +0100
  97. 22d85d2 clk: imx8mn: rename vpu_pll to m7_alt_pll by Dario Binacchi · Mon Dec 19 12:31:24 2022 +0100
  98. 8603db4 clk: nuvoton: fix bug for calculate pll clock by Jim Liu · Mon Nov 21 17:15:28 2022 +0800
  99. 8cce491 lmb: Treat a region which is a subset as equal by Sjoerd Simons · Sun Feb 12 16:07:05 2023 +0100
  100. 45889f0 Merge branch '2023-02-10-update-trace-feature-to-work-with-trace-cmd' by Tom Rini · Sun Feb 12 10:56:54 2023 -0500