1. a8765a0 serial: mxc: Support bulk enabling clocks by Adam Ford · Tue Mar 18 18:38:33 2025 -0500
  2. 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
  3. 54a1ef2 net: Provide a function to run network operations by Simon Glass · Wed Mar 05 17:25:23 2025 -0700
  4. 92beb243 boot: pxe: Refactor label_run_boot() to avoid cmdline by Simon Glass · Wed Mar 05 17:25:14 2025 -0700
  5. e5dcf7d boot: Support compressed booti images in bootm by Simon Glass · Wed Mar 05 17:25:11 2025 -0700
  6. 7c39983 boot: Support booti format in bootm by Simon Glass · Wed Mar 05 17:25:10 2025 -0700
  7. 5047fcc boot: arm: riscv: sandbox: Add a format for the booti file by Simon Glass · Wed Mar 05 17:25:09 2025 -0700
  8. 2f93767 boot: Convert IMAGE_FORMAT into an enum by Simon Glass · Wed Mar 05 17:25:08 2025 -0700
  9. 1cdfab5 bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN by Simon Glass · Wed Mar 05 17:25:07 2025 -0700
  10. e3b0def x86: Drop the unnecessary base_ptr argument to zboot_dump() by Simon Glass · Wed Mar 05 17:25:02 2025 -0700
  11. 7b15c57 x86: Move the bootm state for zimage into cmd/ by Simon Glass · Wed Mar 05 17:25:00 2025 -0700
  12. 0fdb4b3 x86: Move x86 zboot state into struct bootm_info by Simon Glass · Wed Mar 05 17:24:58 2025 -0700
  13. 0951937 x86: Rename zboot_run() to zboot_run_args() by Simon Glass · Wed Mar 05 17:24:56 2025 -0700
  14. bbb4669 Merge patch series "*** Various Improvements for phyCORE-AM62/A SoMs ***" by Tom Rini · Tue Mar 18 08:14:13 2025 -0600
  15. 701c88b board: phytec: phycore_am62x: Use custom k3_dfu.env fragment by Wadim Egorov · Wed Mar 05 05:58:31 2025 +0100
  16. d27c068 include: configs: phycore-am62ax: Define capsule FW names by Wadim Egorov · Wed Mar 05 05:58:27 2025 +0100
  17. 8b415f75 board: beagle: Add support for BeagleY-AI by Robert Nelson · Mon Mar 03 13:15:15 2025 -0600
  18. 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
  19. 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
  20. d7bc856 drivers: mtd: nand: cadence: Add support for read status command by Dinesh Maniyam · Thu Feb 27 00:18:18 2025 +0800
  21. f61a221 drivers: mtd: nand: Add driver for Cadence Nand by Dinesh Maniyam · Thu Feb 27 00:18:17 2025 +0800
  22. 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
  23. e9e1865 treewide: Add a function to change page permissions by Ilias Apalodimas · Thu Feb 20 15:54:42 2025 +0200
  24. 3f9a311 arm: Prepare linker scripts for memory permissions by Ilias Apalodimas · Thu Feb 20 15:54:40 2025 +0200
  25. 133facb mmc: fsl_esdhc: Migrate ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE to Kconfig by Tom Rini · Thu Feb 27 09:29:42 2025 -0600
  26. 8ebf6eb Merge patch series "drivers: Driver support for ADI SC5xx SoCs" by Tom Rini · Wed Mar 12 10:25:13 2025 -0600
  27. dabc000 doc: Add dt-bindings and descriptions for ADI SC5xx-family pinctrl by Greg Malysa · Wed Feb 26 12:30:24 2025 -0500
  28. 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
  29. 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
  30. 1de70d5 net: miiphybb: Drop mdio_init() by Marek Vasut · Sun Mar 02 02:24:52 2025 +0100
  31. 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
  32. 4df4f59 net: miiphybb: Drop priv from struct bb_miiphy_bus by Marek Vasut · Sun Mar 02 02:24:46 2025 +0100
  33. 183c10a net: miiphybb: Pass struct mii_dev directly to bb_miiphy_read/write() by Marek Vasut · Sun Mar 02 02:24:45 2025 +0100
  34. 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
  35. 3d5149c net: miiphybb: Split off struct bb_miiphy_bus_ops by Marek Vasut · Sun Mar 02 02:24:42 2025 +0100
  36. df7c418 board: xiaomi: mocha: add Xiaomi Mi Pad A0101 support by Svyatoslav Ryhel · Sat Nov 16 14:33:47 2024 +0200
  37. 8ec5570 Merge tag 'v2025.04-rc4' into next by Tom Rini · Mon Mar 10 18:12:27 2025 -0600
  38. 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
  39. 49b4732 usb: gadget: Remove the legacy usbtty driver by Tom Rini · Thu Feb 27 14:51:01 2025 -0600
  40. 11c9cee efi_loader: Clean up usage of structure jmp_buf_data by Yao Zi · Sun Mar 02 15:21:20 2025 +0100
  41. f6782bb common: clean up setjmp.h by Heinrich Schuchardt · Sun Mar 02 15:21:19 2025 +0100
  42. 28d6777 efi_loader: efi_net: Add support for multiple efi_net_obj by Adriano Cordova · Mon Mar 03 11:13:17 2025 -0300
  43. 5467469 efi_loader: efi_net: Add device path cache by Adriano Cordova · Mon Mar 03 11:13:15 2025 -0300
  44. 1d37031 efi_loader: efi_device_path: Pass net udevice as argument by Adriano Cordova · Mon Mar 03 11:13:14 2025 -0300
  45. 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
  46. 7f2bcd4 efi_loader: expose symbols to be used by the EFI network stack by Adriano Cordova · Mon Mar 03 11:13:11 2025 -0300
  47. e2ccbf1 video: bridge-uclass: add inline fallbacks of video bridge functions by Svyatoslav Ryhel · Fri Feb 21 13:09:30 2025 +0200
  48. ff9d092 video: bridge-uclass: add get_display_timing ops by Svyatoslav Ryhel · Fri Feb 14 10:57:05 2025 +0200
  49. 2e23746 core: ofnode: add of_graph parsing helpers by Svyatoslav Ryhel · Sat Feb 15 19:46:29 2025 +0200
  50. 3a3df1f sandbox: remap memory load addresses by Svyatoslav Ryhel · Fri Mar 07 10:59:57 2025 +0200
  51. 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
  52. 4b93d6e fs: fat: add rename by Gabriel Dalimonte · Mon Feb 17 13:26:44 2025 -0500
  53. a205e8e fs: add rename infrastructure by Gabriel Dalimonte · Mon Feb 17 13:26:43 2025 -0500
  54. 9bdc8f0 mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later by Diederik de Haas · Sat Mar 01 11:14:12 2025 +0100
  55. 81d8492 miiphy: define mii_devs with LIST_HEAD() by Weijie Gao · Sat Jan 25 23:26:32 2025 +0800
  56. 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
  57. ee5925a rsa: Add rsa_verify_openssl() to use openssl for host builds by Paul HENRYS · Mon Feb 24 22:20:50 2025 +0100
  58. 71a4d01 Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fixes & cleanups" by Tom Rini · Fri Feb 28 08:42:01 2025 -0600
  59. 172240c sysinfo: Add SYSID_BOARD_RAM_SIZE_MB by Baocheng Su · Tue Feb 18 10:36:12 2025 +0800
  60. 94d59e3 sysinfo: Add API for accessing data elements by Baocheng Su · Tue Feb 18 10:36:11 2025 +0800
  61. 5cb083e smbios: Fill UUID from sysinfo when available by Baocheng Su · Tue Feb 18 10:36:10 2025 +0800
  62. 8e79549 mbedtls: access mbedtls private members in mscode and pkcs7 parser by Raymond Mao · Mon Feb 03 14:08:13 2025 -0800
  63. 1b5fcca net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_num by Marek Vasut · Sat Feb 22 21:33:33 2025 +0100
  64. d1dddbf net: miiphybb: Drop name field from struct bb_miiphy_bus by Marek Vasut · Sat Feb 22 21:33:29 2025 +0100
  65. a392ff5 net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappers by Marek Vasut · Sat Feb 22 21:33:23 2025 +0100
  66. bbf7a22 net: miiphy: Introduce mdio_init() by Marek Vasut · Sat Feb 22 21:33:22 2025 +0100
  67. 9b82e01 net: miiphybb: Drop bb_miiphy_init() and .init callback by Marek Vasut · Sat Feb 22 21:33:19 2025 +0100
  68. 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
  69. 6c3c0d3 configs: socfpga: soc64: agilex5: Enable QSPI boot with UBI / UBIFS by Alif Zakuan Yuslaimi · Tue Feb 18 16:35:10 2025 +0800
  70. 599a0ce Merge tag 'v2025.04-rc3' into next by Tom Rini · Mon Feb 24 17:15:14 2025 -0600
  71. 79aa33e Revert "Merge patch series "Add preload_check_sign tool"" by Tom Rini · Mon Feb 24 10:32:04 2025 -0600
  72. 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
  73. 02c5204 Merge patch series "Add preload_check_sign tool" by Tom Rini · Fri Feb 21 08:34:34 2025 -0600
  74. c8859af rsa: Add rsa_verify_openssl() to use openssl for host builds by Paul HENRYS · Wed Feb 12 10:31:21 2025 +0100
  75. f8c370b include: configs: omap5: Add support for FDT overlay by Sinthu Raja · Tue Feb 11 15:19:31 2025 +0530
  76. e651a84 configs: omap5: Enable custom mmc boot to distroboot for AM57x by Sinthu Raja · Tue Feb 11 15:19:30 2025 +0530
  77. 00752a4 include: configs: Override get_fit_config to get FIT config for AM57x by Sinthu Raja · Tue Feb 11 15:19:29 2025 +0530
  78. c4c899b Merge tag 'efi-2025-04-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Feb 20 11:21:41 2025 -0600
  79. 24ca436 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Thu Feb 20 08:34:52 2025 -0600
  80. a7058df efi_loader: make efi_add_memory_map_pg() static by Heinrich Schuchardt · Sun Feb 16 12:12:41 2025 +0100
  81. fabdb73 lmb: move lmb_map_update_notify() to EFI by Heinrich Schuchardt · Sun Feb 16 12:12:40 2025 +0100
  82. 63bb30b lmb: avoid superfluous value check in lmb_map_update_notify() by Heinrich Schuchardt · Sun Feb 16 12:12:39 2025 +0100
  83. e9490e8 configs: microchip_mpfs_icicle: set DEFAULT_FDT_FILE by Heinrich Schuchardt · Thu Feb 06 14:05:03 2025 +0100
  84. 99a6094 Merge patch series "bloblist: refactor xferlist and bloblist" by Tom Rini · Wed Feb 19 18:49:47 2025 -0600
  85. b9319e4 bloblist: kconfig for mandatory incoming standard passage by Raymond Mao · Wed Feb 19 16:02:20 2025 -0800
  86. ba72dd1 bloblist: refactor xferlist and bloblist by Raymond Mao · Wed Feb 19 16:02:19 2025 -0800
  87. 7e7bcd2 rockchip: rk3288: Use rk3288-cru.h from dts/upstream by Jonas Karlman · Sun Jan 12 22:27:29 2025 +0000
  88. e632c64 rockchip: use OF_UPSTREAM for rk3036 by Johan Jonker · Tue Jan 07 22:36:01 2025 +0100
  89. 41a5446 power: regulator: tps65941: Fix voltage calculation for ldo by Udit Kumar · Tue Feb 11 23:21:58 2025 +0530
  90. 26b302e board: acer: picasso: add Acer Iconia Tab A500 support by Svyatoslav Ryhel · Sun Jan 21 15:37:57 2024 +0200
  91. 6cacddc image: Add support for starting TFA BL31 as fitImage loadables by Marek Vasut · Wed Jan 29 22:59:19 2025 +0100
  92. 10b17e3 Kconfig: Move CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig by Tomas Peterka · Fri Jan 31 11:08:44 2025 +0100
  93. 6e00e36 lib: implement strnstr() by Heinrich Schuchardt · Mon Feb 03 10:12:00 2025 +0100
  94. 3782928 net: lwip: move eth_init() out of new_netif() by Jerome Forissier · Thu Jan 30 09:22:20 2025 +0100
  95. d5005b3 test: Drop suites.h by Simon Glass · Fri Feb 07 11:30:56 2025 -0700
  96. 623e01c test: Make cmd_ut_category() static by Simon Glass · Fri Feb 07 11:30:55 2025 -0700
  97. 0a85dd0 test: Drop support for test commands by Simon Glass · Fri Feb 07 11:30:54 2025 -0700
  98. 3947f79 test: Drop the function for running optee tests by Simon Glass · Fri Feb 07 11:30:52 2025 -0700
  99. b0f3bbd test: Update optee to do init and uninit from tests by Simon Glass · Fri Feb 07 11:30:50 2025 -0700
  100. f8573fc test: Drop the function for running bootstd tests by Simon Glass · Fri Feb 07 11:30:49 2025 -0700