1. 348fb56 configs: SiFive Unmatched: add 'nvme scan' to preboot by Heinrich Schuchardt · Tue Nov 12 11:26:44 2024 +0100
  2. 6e0d927 Merge tag 'qcom-next-20250324' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon into next by Tom Rini · Mon Mar 24 12:38:48 2025 -0600
  3. 1e37aff Merge tag 'u-boot-imx-next-20250321' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · Fri Mar 21 07:30:32 2025 -0600
  4. 7b379d9 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · Thu Mar 20 08:07:56 2025 -0600
  5. b235164 configs: Remove duplicated bootcmd 'mmc dev ${mmcdev}' by Aristo Chen · Wed Mar 19 15:25:20 2025 +0800
  6. 1f3f21e phycore_imx8mp: Rework some of the RAM related Kconfig symbols by Tom Rini · Fri Mar 14 19:29:16 2025 -0600
  7. ff9a1ae board: beacon: imx8mp: Let clock system enable UART clock by Adam Ford · Tue Mar 18 18:38:38 2025 -0500
  8. e3d17b5 configs: imx8mp_beacon: Select SPL_CLK_IMX8MP by Adam Ford · Tue Mar 18 18:38:37 2025 -0500
  9. f280364 clk: imx: select SPL_CLK_COMPOSITE_CCF when SPL_CLK_IMX8MP by Adam Ford · Tue Mar 18 18:38:36 2025 -0500
  10. 3d2f632 board: beacon: imx8mn: Let clock system enable UART clock by Adam Ford · Tue Mar 18 18:38:35 2025 -0500
  11. 8fc9282 board: beacon: imx8mm: Let clock system enable UART clock by Adam Ford · Tue Mar 18 18:38:34 2025 -0500
  12. a8765a0 serial: mxc: Support bulk enabling clocks by Adam Ford · Tue Mar 18 18:38:33 2025 -0500
  13. 4a041da clk: imx8mn: register UART clocks by Adam Ford · Tue Mar 18 18:38:32 2025 -0500
  14. 2db56b6 clk: imx8mm: register UART clocks by Adam Ford · Tue Mar 18 18:38:31 2025 -0500
  15. a64506a clk: imx6q: Register UART clocks by Adam Ford · Tue Mar 18 18:38:30 2025 -0500
  16. 5a7c1c1 clk: imx6q: Properly handle imx6qp ECSPI clk_sels by Adam Ford · Tue Mar 18 18:38:29 2025 -0500
  17. a70be05 net: phy: ksz90x1: Simplify ksz9131_config_rgmii_delay by Paul Barker · Fri Feb 28 12:47:55 2025 +0000
  18. 59beaf3 net: phy: ksz90x1: Load skew values from device tree by Paul Barker · Fri Feb 28 12:47:54 2025 +0000
  19. ef6bef6 net: phy: ksz90x1: Handle ksz9131 LED errata by Paul Barker · Fri Feb 28 12:47:53 2025 +0000
  20. 2c59f74 net: phy: Port set/clear bits from Linux by Paul Barker · Fri Feb 28 12:47:52 2025 +0000
  21. 433863a net: ravb: Fix error handling in ravb_probe by Paul Barker · Tue Mar 04 20:07:09 2025 +0000
  22. 56314f2 renesas_rzg2l_smarc_defconfig: Enable USB support by Paul Barker · Tue Mar 11 20:57:47 2025 +0000
  23. 0a13264 phy: rcar: Support RZ/G2L USB PHY by Paul Barker · Tue Mar 11 20:57:46 2025 +0000
  24. ced6d03 reset: rzg2l-usbphy-ctrl: Connect up vbus regulator by Paul Barker · Tue Mar 11 20:57:45 2025 +0000
  25. 9b34df7 regulator: rzg2l-usbphy: Add new driver by Paul Barker · Tue Mar 11 20:57:44 2025 +0000
  26. c819698 reset: rzg2l-usbphy-ctrl: Add new driver by Paul Barker · Tue Mar 11 20:57:43 2025 +0000
  27. 8b2f125 Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE" by Tom Rini · Tue Mar 18 13:12:51 2025 -0600
  28. 54a1ef2 net: Provide a function to run network operations by Simon Glass · Wed Mar 05 17:25:23 2025 -0700
  29. 40cf1ae net: Drop #ifdef in parse_args() by Simon Glass · Wed Mar 05 17:25:22 2025 -0700
  30. b16765e net: Refactor part of netboot_common() into a function by Simon Glass · Wed Mar 05 17:25:21 2025 -0700
  31. 043fc44 net: Return the size from parse_args() by Simon Glass · Wed Mar 05 17:25:20 2025 -0700
  32. a6ac32f net: Return the address and size from parse_addr_size() by Simon Glass · Wed Mar 05 17:25:19 2025 -0700
  33. 16c69f3 net: Return the load address from parse_args() by Simon Glass · Wed Mar 05 17:25:18 2025 -0700
  34. 607cc16 net: Simplify parse_args() by Simon Glass · Wed Mar 05 17:25:17 2025 -0700
  35. 2f51227 net: Tidy up the comments to parse_args() by Simon Glass · Wed Mar 05 17:25:16 2025 -0700
  36. bbf89fb net: Keep the bootstage functions together by Simon Glass · Wed Mar 05 17:25:15 2025 -0700
  37. 92beb243 boot: pxe: Refactor label_run_boot() to avoid cmdline by Simon Glass · Wed Mar 05 17:25:14 2025 -0700
  38. 60acbbc pxe_utils: Simplify default fdt in label_run_boot() by Simon Glass · Wed Mar 05 17:25:13 2025 -0700
  39. b3beb6f boot: pxe: Use bootm_...() functions where possible by Simon Glass · Wed Mar 05 17:25:12 2025 -0700
  40. e5dcf7d boot: Support compressed booti images in bootm by Simon Glass · Wed Mar 05 17:25:11 2025 -0700
  41. 7c39983 boot: Support booti format in bootm by Simon Glass · Wed Mar 05 17:25:10 2025 -0700
  42. 5047fcc boot: arm: riscv: sandbox: Add a format for the booti file by Simon Glass · Wed Mar 05 17:25:09 2025 -0700
  43. 2f93767 boot: Convert IMAGE_FORMAT into an enum by Simon Glass · Wed Mar 05 17:25:08 2025 -0700
  44. 1cdfab5 bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN by Simon Glass · Wed Mar 05 17:25:07 2025 -0700
  45. 08d0f4a boot: Pass just the FDT argument to label_process_fdt() by Simon Glass · Wed Mar 05 17:25:06 2025 -0700
  46. 09786df boot: Split pxe label_run_boot() into two parts by Simon Glass · Wed Mar 05 17:25:05 2025 -0700
  47. 827cd9c boot: Split pxe label_boot() into two parts by Simon Glass · Wed Mar 05 17:25:04 2025 -0700
  48. 1a47ebb boot: Use strlcpy() in label_boot() by Simon Glass · Wed Mar 05 17:25:03 2025 -0700
  49. e3b0def x86: Drop the unnecessary base_ptr argument to zboot_dump() by Simon Glass · Wed Mar 05 17:25:02 2025 -0700
  50. c031591 bootstd: Correct display of kernel version by Simon Glass · Wed Mar 05 17:25:01 2025 -0700
  51. 7b15c57 x86: Move the bootm state for zimage into cmd/ by Simon Glass · Wed Mar 05 17:25:00 2025 -0700
  52. 4e46ef2 x86: Rename state to bmi by Simon Glass · Wed Mar 05 17:24:59 2025 -0700
  53. 0fdb4b3 x86: Move x86 zboot state into struct bootm_info by Simon Glass · Wed Mar 05 17:24:58 2025 -0700
  54. 921990f x86: Drop duplicate definition of zimage_dump() by Simon Glass · Wed Mar 05 17:24:57 2025 -0700
  55. 0951937 x86: Rename zboot_run() to zboot_run_args() by Simon Glass · Wed Mar 05 17:24:56 2025 -0700
  56. eeab4d5 x86: Make do_zboot_states() static by Simon Glass · Wed Mar 05 17:24:55 2025 -0700
  57. 5afe36e Merge tag 'u-boot-ufs-next-20250318' of https://source.denx.de/u-boot/custodians/u-boot-ufs into next by Tom Rini · Tue Mar 18 11:03:53 2025 -0600
  58. df9096f Merge tag 'u-boot-amlogic-20250318' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · Tue Mar 18 11:03:28 2025 -0600
  59. c3a0b53 Merge patch series "vepxpress64: disable CRC32 by default and add FVP with TF-A guide" by Tom Rini · Tue Mar 18 08:12:40 2025 -0600
  60. bbb4669 Merge patch series "*** Various Improvements for phyCORE-AM62/A SoMs ***" by Tom Rini · Tue Mar 18 08:14:13 2025 -0600
  61. 2348490 configs: j784s4-am69: Enable UFS by Udit Kumar · Wed Mar 05 11:43:51 2025 +0530
  62. 23bc5e8 ufs: core: sync ufshci.h with Linux v6.12 by Neil Armstrong · Mon Dec 30 11:31:00 2024 +0100
  63. cb656ef ufs: core: sync unipro.h with Linux v6.12 by Neil Armstrong · Mon Dec 30 11:30:59 2024 +0100
  64. ac4fa42 ufs: core: move ufshci defines in a separate header by Neil Armstrong · Mon Dec 30 11:30:58 2024 +0100
  65. 671feab ufs: core: cosmetic fixups by Neil Armstrong · Mon Dec 30 11:30:57 2024 +0100
  66. 1161797 ufs: core: mark unexported functions as static by Neil Armstrong · Mon Dec 30 11:30:56 2024 +0100
  67. 9218c2a ufs: core: include missing include/ufs.h by Neil Armstrong · Mon Dec 30 11:30:55 2024 +0100
  68. b93c2b4 board: odroid-n2: Update docs for signing by Baltazár Radics · Fri Jan 10 12:11:24 2025 +0100
  69. 98eb5e4 arch: arm: meson: support Amlogic chip_id v1 and v2 by Evgeny Bachinin · Mon Feb 10 20:50:16 2025 +0300
  70. a76509c arm: meson: sm: get rid of SM_CHIP_ID_SIZE by Evgeny Bachinin · Mon Feb 10 20:50:15 2025 +0300
  71. a8270de arm: meson: unify type being used for socinfo by Evgeny Bachinin · Mon Feb 10 20:50:14 2025 +0300
  72. 1a23dcb configs: phycore_am62ax_a53_defconfig: Add SoM overlays to OF_OVERLAY_LIST by Wadim Egorov · Wed Mar 05 05:58:38 2025 +0100
  73. 42548a9 arm: dts: k3-am62a-phycore-som-binman: Add SoM overlays by Wadim Egorov · Wed Mar 05 05:58:37 2025 +0100
  74. cd58e2b board: phytec: common: Add phyCORE-AM62Ax by Daniel Schultz · Wed Mar 05 05:58:36 2025 +0100
  75. 58ec183 board: phytec: common: k3: Make configure_capsule_updates() static by Wadim Egorov · Wed Mar 05 05:58:35 2025 +0100
  76. 46c3062 arch: arm: dts: k3-am625-phyboard-lyra: Add missing boot phase tag by Wadim Egorov · Wed Mar 05 05:58:34 2025 +0100
  77. 351e3bc arch: arm: dts: k3-am62a7-phyboard-lyra: Add missing boot phase tag by Wadim Egorov · Wed Mar 05 05:58:33 2025 +0100
  78. 4549492 board: phytec: phycore_am62ax: Add Network/SPI/DFU env variables by Wadim Egorov · Wed Mar 05 05:58:32 2025 +0100
  79. 701c88b board: phytec: phycore_am62x: Use custom k3_dfu.env fragment by Wadim Egorov · Wed Mar 05 05:58:31 2025 +0100
  80. d95afc0 configs: Add phycore_am62ax_r5_usbdfu_defconfig by Wadim Egorov · Wed Mar 05 05:58:30 2025 +0100
  81. bb20f72 doc: phytec: k3: Add a common part for Environment and EFI Capsules by Wadim Egorov · Wed Mar 05 05:58:29 2025 +0100
  82. bc6b619 configs: phycore_am62ax_a53_defconfig: Enable capsule update by Wadim Egorov · Wed Mar 05 05:58:28 2025 +0100
  83. d27c068 include: configs: phycore-am62ax: Define capsule FW names by Wadim Egorov · Wed Mar 05 05:58:27 2025 +0100
  84. f7ca81e arm: dts: k3-am62a-phycore-som-binman: Provide capsule nodes by Wadim Egorov · Wed Mar 05 05:58:26 2025 +0100
  85. eb3a32b vepxress64: add guide for running FVP with TF-A by Harrison Mutai · Tue Mar 04 16:52:02 2025 +0000
  86. 17131cc vepxress64: disable CRC32 by default to prevent aborts by Harrison Mutai · Tue Mar 04 16:52:01 2025 +0000
  87. 55f06df sandbox_vpl: Enable missing TPL_DM_I2C symbol by Tom Rini · Tue Mar 04 14:32:35 2025 -0600
  88. 947eb7d serial: Add missing TPL_SYS_NS16550_SERIAL symbol by Tom Rini · Tue Mar 04 14:24:36 2025 -0600
  89. 8b415f75 board: beagle: Add support for BeagleY-AI by Robert Nelson · Mon Mar 03 13:15:15 2025 -0600
  90. 17c0dba mach-snapdragon: always select SYSRESET_PSCI for ARCH_SNAPDRAGON by Caleb Connolly · Tue Mar 18 11:55:14 2025 +0000
  91. 2a6c052 Merge patch series "lmb: miscellaneous fixes and improvements" by Tom Rini · Mon Mar 17 19:39:36 2025 -0600
  92. 2c85ba2 lmb: optimise the lmb allocation functions by Sughosh Ganu · Mon Mar 03 19:02:31 2025 +0530
  93. 86b6394 lmb: use a common function to check if regions overlap or are adjacent by Sughosh Ganu · Mon Mar 03 19:02:30 2025 +0530
  94. 17ac301 lmb: remove superfluous address overlap check from lmb_add_region_flags() by Sughosh Ganu · Mon Mar 03 19:02:29 2025 +0530
  95. 4ee6588 lmb: check for a region's coalescing with all existing regions by Sughosh Ganu · Mon Mar 03 19:02:28 2025 +0530
  96. a92c5bb lmb: handle scenario of encompassing overlap by Sughosh Ganu · Mon Mar 03 19:02:27 2025 +0530
  97. 9fa71c9 lmb: check if a region can be reserved by lmb_reserve() by Sughosh Ganu · Mon Mar 03 19:02:26 2025 +0530
  98. 4931d2b Merge branch 'next' of git://source.denx.de/u-boot-usb into next by Tom Rini · Mon Mar 17 10:18:59 2025 -0600
  99. 31f853f Merge branch 'nand-next' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash into next by Tom Rini · Mon Mar 17 10:18:18 2025 -0600
  100. 398c579 clk/stub: add sc7280-rpmh clock by Caleb Connolly · Mon Mar 17 15:54:36 2025 +0000