1. 726d93a Merge patch series "airoha: Add initial support AN7581" by Tom Rini · Tue Apr 01 08:45:46 2025 -0600
  2. c771b63 airoha: Add initial support for Airoha AN7581 SoC by Christian Marangi · Fri Mar 14 19:59:21 2025 +0100
  3. 4de50b5 config: falcon: move CFG_SYS_SPI_* to Kconfig by Anshul Dalal · Tue Mar 11 10:14:12 2025 +0530
  4. 85ff87f Merge patch series "Clarify DM_FLAG_PROBE_AFTER_BIND behaviour" by Tom Rini · Sun Mar 30 09:10:57 2025 -0600
  5. 581b96d dm: clarify DM_FLAG_PROBE_AFTER_BIND behaviour by Caleb Connolly · Fri Jan 17 08:28:56 2025 +0100
  6. 27e0fcb Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · Wed Mar 26 14:07:37 2025 -0600
  7. 8231d03 blkmap: pass information on ISO image to the OS by Sughosh Ganu · Mon Mar 17 14:04:02 2025 +0530
  8. cf37722 blkmap: add an attribute to preserve the mem mapping by Sughosh Ganu · Mon Mar 17 14:04:01 2025 +0530
  9. 9e0db62 efi_loader: allow for removal of memory from the EFI map by Ilias Apalodimas · Mon Mar 17 14:03:58 2025 +0530
  10. 4bd6206 fdt: add support for adding pmem nodes by Masahisa Kojima · Mon Mar 17 14:03:57 2025 +0530
  11. 00e3165 Merge tag 'u-boot-imx-next-20250325' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · Tue Mar 25 08:57:38 2025 -0600
  12. 9c6ece6 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Tue Mar 25 08:57:00 2025 -0600
  13. 3c23b93 riscv: dt-binding: k1: Add reset driver binding definition by Huan Zhou · Tue Mar 11 09:38:48 2025 +0800
  14. 8e9a68a RISCV: config: Remove CFG_SYS_SDRAM_BASE by Jimmy Ho · Mon Mar 10 09:47:48 2025 +0800
  15. fda9f76 Merge tag 'v2025.04-rc5' into next by Tom Rini · Mon Mar 24 20:10:55 2025 -0600
  16. 299c87d lmb: change the return code on lmb_alloc_addr() by Ilias Apalodimas · Fri Mar 14 12:57:02 2025 +0200
  17. b45fd57 clk: clk-fixed-factor: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:51 2025 +0100
  18. 1f2da1a clk: clk-divider: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:48 2025 +0100
  19. 2bd4c5e clk: clk-composite: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:42 2025 +0100
  20. 8996868 clk: clk-gate: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:36 2025 +0100
  21. e1be4fc clk: clk-mux: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:32 2025 +0100
  22. 1e090df clk: Add clk_resolve_parent_clk() by Marek Vasut · Sun Mar 23 16:58:30 2025 +0100
  23. 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
  24. a8765a0 serial: mxc: Support bulk enabling clocks by Adam Ford · Tue Mar 18 18:38:33 2025 -0500
  25. 238f418 board: ouya: add Ouya Game Console support by Svyatoslav Ryhel · Wed Mar 05 15:05:30 2025 +0200
  26. 2c59f74 net: phy: Port set/clear bits from Linux by Paul Barker · Fri Feb 28 12:47:52 2025 +0000
  27. c819698 reset: rzg2l-usbphy-ctrl: Add new driver by Paul Barker · Tue Mar 11 20:57:43 2025 +0000
  28. 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
  29. 54a1ef2 net: Provide a function to run network operations by Simon Glass · Wed Mar 05 17:25:23 2025 -0700
  30. 92beb243 boot: pxe: Refactor label_run_boot() to avoid cmdline by Simon Glass · Wed Mar 05 17:25:14 2025 -0700
  31. e5dcf7d boot: Support compressed booti images in bootm by Simon Glass · Wed Mar 05 17:25:11 2025 -0700
  32. 7c39983 boot: Support booti format in bootm by Simon Glass · Wed Mar 05 17:25:10 2025 -0700
  33. 5047fcc boot: arm: riscv: sandbox: Add a format for the booti file by Simon Glass · Wed Mar 05 17:25:09 2025 -0700
  34. 2f93767 boot: Convert IMAGE_FORMAT into an enum by Simon Glass · Wed Mar 05 17:25:08 2025 -0700
  35. 1cdfab5 bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN by Simon Glass · Wed Mar 05 17:25:07 2025 -0700
  36. e3b0def x86: Drop the unnecessary base_ptr argument to zboot_dump() by Simon Glass · Wed Mar 05 17:25:02 2025 -0700
  37. 7b15c57 x86: Move the bootm state for zimage into cmd/ by Simon Glass · Wed Mar 05 17:25:00 2025 -0700
  38. 0fdb4b3 x86: Move x86 zboot state into struct bootm_info by Simon Glass · Wed Mar 05 17:24:58 2025 -0700
  39. 0951937 x86: Rename zboot_run() to zboot_run_args() by Simon Glass · Wed Mar 05 17:24:56 2025 -0700
  40. bbb4669 Merge patch series "*** Various Improvements for phyCORE-AM62/A SoMs ***" by Tom Rini · Tue Mar 18 08:14:13 2025 -0600
  41. 701c88b board: phytec: phycore_am62x: Use custom k3_dfu.env fragment by Wadim Egorov · Wed Mar 05 05:58:31 2025 +0100
  42. d27c068 include: configs: phycore-am62ax: Define capsule FW names by Wadim Egorov · Wed Mar 05 05:58:27 2025 +0100
  43. 8b415f75 board: beagle: Add support for BeagleY-AI by Robert Nelson · Mon Mar 03 13:15:15 2025 -0600
  44. 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
  45. 232ad8a ram: renesas: dbsc5: Make struct renesas_dbsc5_board_config public by Marek Vasut · Sun Mar 16 14:51:44 2025 +0100
  46. ad2868f drivers: mtd: nand: base: Add support for Hardware ECC for check bad block by Dinesh Maniyam · Thu Feb 27 00:18:28 2025 +0800
  47. d7bc856 drivers: mtd: nand: cadence: Add support for read status command by Dinesh Maniyam · Thu Feb 27 00:18:18 2025 +0800
  48. f61a221 drivers: mtd: nand: Add driver for Cadence Nand by Dinesh Maniyam · Thu Feb 27 00:18:17 2025 +0800
  49. 83d982d Merge tag 'mmu-next-14032025' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next by Tom Rini · Fri Mar 14 09:31:36 2025 -0600
  50. e9e1865 treewide: Add a function to change page permissions by Ilias Apalodimas · Thu Feb 20 15:54:42 2025 +0200
  51. 3f9a311 arm: Prepare linker scripts for memory permissions by Ilias Apalodimas · Thu Feb 20 15:54:40 2025 +0200
  52. 133facb mmc: fsl_esdhc: Migrate ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE to Kconfig by Tom Rini · Thu Feb 27 09:29:42 2025 -0600
  53. 8ebf6eb Merge patch series "drivers: Driver support for ADI SC5xx SoCs" by Tom Rini · Wed Mar 12 10:25:13 2025 -0600
  54. dabc000 doc: Add dt-bindings and descriptions for ADI SC5xx-family pinctrl by Greg Malysa · Wed Feb 26 12:30:24 2025 -0500
  55. f183afa Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · Wed Mar 12 07:56:16 2025 -0600
  56. 117c8b4 Merge branch 'graph' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · Wed Mar 12 07:55:47 2025 -0600
  57. 1de70d5 net: miiphybb: Drop mdio_init() by Marek Vasut · Sun Mar 02 02:24:52 2025 +0100
  58. 2826f71 net: miiphybb: Drop bb_miiphy_alloc()/bb_miiphy_free() and struct bb_miiphy_bus by Marek Vasut · Sun Mar 02 02:24:51 2025 +0100
  59. 4df4f59 net: miiphybb: Drop priv from struct bb_miiphy_bus by Marek Vasut · Sun Mar 02 02:24:46 2025 +0100
  60. 183c10a net: miiphybb: Pass struct mii_dev directly to bb_miiphy_read/write() by Marek Vasut · Sun Mar 02 02:24:45 2025 +0100
  61. 65867d3 net: miiphybb: Pass struct bb_miiphy_bus_ops directly to bb_miiphy_read/write() by Marek Vasut · Sun Mar 02 02:24:44 2025 +0100
  62. 3d5149c net: miiphybb: Split off struct bb_miiphy_bus_ops by Marek Vasut · Sun Mar 02 02:24:42 2025 +0100
  63. df7c418 board: xiaomi: mocha: add Xiaomi Mi Pad A0101 support by Svyatoslav Ryhel · Sat Nov 16 14:33:47 2024 +0200
  64. 8ec5570 Merge tag 'v2025.04-rc4' into next by Tom Rini · Mon Mar 10 18:12:27 2025 -0600
  65. 8423e78 Merge tag 'u-boot-dfu-next-20250310' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · Mon Mar 10 10:13:03 2025 -0600
  66. 49b4732 usb: gadget: Remove the legacy usbtty driver by Tom Rini · Thu Feb 27 14:51:01 2025 -0600
  67. 11c9cee efi_loader: Clean up usage of structure jmp_buf_data by Yao Zi · Sun Mar 02 15:21:20 2025 +0100
  68. f6782bb common: clean up setjmp.h by Heinrich Schuchardt · Sun Mar 02 15:21:19 2025 +0100
  69. 28d6777 efi_loader: efi_net: Add support for multiple efi_net_obj by Adriano Cordova · Mon Mar 03 11:13:17 2025 -0300
  70. 5467469 efi_loader: efi_net: Add device path cache by Adriano Cordova · Mon Mar 03 11:13:15 2025 -0300
  71. 1d37031 efi_loader: efi_device_path: Pass net udevice as argument by Adriano Cordova · Mon Mar 03 11:13:14 2025 -0300
  72. 1d70b68 efi_loader: efi_net: Add efi_net_do_start() to efi_net.c by Adriano Cordova · Mon Mar 03 11:13:13 2025 -0300
  73. 7f2bcd4 efi_loader: expose symbols to be used by the EFI network stack by Adriano Cordova · Mon Mar 03 11:13:11 2025 -0300
  74. e2ccbf1 video: bridge-uclass: add inline fallbacks of video bridge functions by Svyatoslav Ryhel · Fri Feb 21 13:09:30 2025 +0200
  75. ff9d092 video: bridge-uclass: add get_display_timing ops by Svyatoslav Ryhel · Fri Feb 14 10:57:05 2025 +0200
  76. 2e23746 core: ofnode: add of_graph parsing helpers by Svyatoslav Ryhel · Sat Feb 15 19:46:29 2025 +0200
  77. 3a3df1f sandbox: remap memory load addresses by Svyatoslav Ryhel · Fri Mar 07 10:59:57 2025 +0200
  78. a38896b Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL.SetInfo()." by Tom Rini · Fri Mar 07 11:50:34 2025 -0600
  79. 4b93d6e fs: fat: add rename by Gabriel Dalimonte · Mon Feb 17 13:26:44 2025 -0500
  80. a205e8e fs: add rename infrastructure by Gabriel Dalimonte · Mon Feb 17 13:26:43 2025 -0500
  81. 9bdc8f0 mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later by Diederik de Haas · Sat Mar 01 11:14:12 2025 +0100
  82. 81d8492 miiphy: define mii_devs with LIST_HEAD() by Weijie Gao · Sat Jan 25 23:26:32 2025 +0800
  83. ca2f36d Merge patch series "rsa: Add rsa_verify_openssl() to use openssl for host builds" by Tom Rini · Fri Feb 28 16:51:10 2025 -0600
  84. ee5925a rsa: Add rsa_verify_openssl() to use openssl for host builds by Paul HENRYS · Mon Feb 24 22:20:50 2025 +0100
  85. 71a4d01 Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fixes & cleanups" by Tom Rini · Fri Feb 28 08:42:01 2025 -0600
  86. 172240c sysinfo: Add SYSID_BOARD_RAM_SIZE_MB by Baocheng Su · Tue Feb 18 10:36:12 2025 +0800
  87. 94d59e3 sysinfo: Add API for accessing data elements by Baocheng Su · Tue Feb 18 10:36:11 2025 +0800
  88. 5cb083e smbios: Fill UUID from sysinfo when available by Baocheng Su · Tue Feb 18 10:36:10 2025 +0800
  89. 8e79549 mbedtls: access mbedtls private members in mscode and pkcs7 parser by Raymond Mao · Mon Feb 03 14:08:13 2025 -0800
  90. 1b5fcca net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_num by Marek Vasut · Sat Feb 22 21:33:33 2025 +0100
  91. d1dddbf net: miiphybb: Drop name field from struct bb_miiphy_bus by Marek Vasut · Sat Feb 22 21:33:29 2025 +0100
  92. a392ff5 net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappers by Marek Vasut · Sat Feb 22 21:33:23 2025 +0100
  93. bbf7a22 net: miiphy: Introduce mdio_init() by Marek Vasut · Sat Feb 22 21:33:22 2025 +0100
  94. 9b82e01 net: miiphybb: Drop bb_miiphy_init() and .init callback by Marek Vasut · Sat Feb 22 21:33:19 2025 +0100
  95. 60ebe0c Merge tag 'u-boot-socfpga-next-20250225' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next by Tom Rini · Tue Feb 25 08:25:00 2025 -0600
  96. 6c3c0d3 configs: socfpga: soc64: agilex5: Enable QSPI boot with UBI / UBIFS by Alif Zakuan Yuslaimi · Tue Feb 18 16:35:10 2025 +0800
  97. 599a0ce Merge tag 'v2025.04-rc3' into next by Tom Rini · Mon Feb 24 17:15:14 2025 -0600
  98. 79aa33e Revert "Merge patch series "Add preload_check_sign tool"" by Tom Rini · Mon Feb 24 10:32:04 2025 -0600
  99. 10ecdd5 Merge branch 'picasso' of https://source.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · Sat Feb 22 08:42:01 2025 -0600
  100. 02c5204 Merge patch series "Add preload_check_sign tool" by Tom Rini · Fri Feb 21 08:34:34 2025 -0600