1. 2c96acb clk: versal: Update the reference clocks as per bindings by Venkatesh Yadav Abbarapu · Thu Feb 06 14:45:33 2025 +0530
  2. 9427c23 Merge tag 'u-boot-rockchip-20250301' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sat Mar 01 07:51:14 2025 -0600
  3. 5d57e3a rockchip: nanopi-r3s-rk3566: disable unneeded CONFIG_NVME_PCI by Tianling Shen · Wed Jan 15 13:37:05 2025 +0800
  4. 4853fbc rockchip: nanopi-r4s: Enable second usb port and fix crash by Justin Klaassen · Fri Jan 31 17:06:13 2025 +0000
  5. 67b328e clk: rockchip: Correct usage of IS_ENABLED() macro by Tom Rini · Wed Feb 26 14:31:23 2025 -0600
  6. 831c989 rockchip: rk3308-rock-s0: Fix SD-card boot on v1.1 hw revision by Jonas Karlman · Thu Feb 20 18:31:28 2025 +0000
  7. 70ddacc Merge patch series "mbedtls: fix incorrect kconfig dependencies on mbedtls" by Tom Rini · Thu Feb 27 12:11:07 2025 -0600
  8. 9f4ca0d mbedtls: refactor mbedtls build for XPL by Raymond Mao · Mon Feb 03 14:08:14 2025 -0800
  9. 8e79549 mbedtls: access mbedtls private members in mscode and pkcs7 parser by Raymond Mao · Mon Feb 03 14:08:13 2025 -0800
  10. 0c57570 mbedtls: fix incorrect kconfig dependencies on mbedtls by Raymond Mao · Mon Feb 03 14:08:12 2025 -0800
  11. 64e056e arch: arm: dts: k3-am642-phycore-som-binman: Add custMpk to overlays by Daniel Schultz · Mon Feb 10 22:42:05 2025 -0800
  12. 84b9b0c arch: arm: dts: k3-am625-phycore-som-binman: Add custMpk to overlays by Daniel Schultz · Mon Feb 10 22:42:04 2025 -0800
  13. ffdb111 Merge tag 'u-boot-imx-master-20250227' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Thu Feb 27 08:00:30 2025 -0600
  14. 3ce6af1 imx8mp_evk: Pass kernel_addr_r by Fabio Estevam · Thu Feb 27 07:29:16 2025 -0300
  15. d63aeb2 imx93_evk: Pass kernel_addr_r by Fabio Estevam · Thu Feb 27 07:29:15 2025 -0300
  16. 83afe48 imx8mm: imx8mm_evk: fix BOOTSTD boot by Peng Fan · Sat Feb 22 20:17:11 2025 +0800
  17. 830a138 imx8mq: imx8mq_evk: fix DEFAULT_FDT_FILE by Peng Fan · Sat Feb 22 20:17:10 2025 +0800
  18. 814c84b Merge tag 'qcom-fixes-2025.04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon by Tom Rini · Wed Feb 26 08:55:32 2025 -0600
  19. 1f7af19 cmd: ufetch: use 3-bit colour ANSI codes by Sam Day · Mon Feb 03 16:42:20 2025 +0000
  20. 47739ac pinctrl: qcom: sm8250: fix pin count by Caleb Connolly · Mon Feb 10 16:30:24 2025 +0000
  21. b105552 power: regulator: add additional supported LDOs for pm8150l by Caleb Connolly · Mon Feb 10 16:30:23 2025 +0000
  22. 6f1ea25 clk: stub: add sm8150 compatible id by Julius Lehmann · Mon Feb 10 16:27:27 2025 +0000
  23. 4c6081a qcom_defconfig: enable stub clock by Caleb Connolly · Mon Feb 10 16:27:26 2025 +0000
  24. d2e24c1 clk: add stub clock driver by Caleb Connolly · Mon Feb 10 16:27:25 2025 +0000
  25. 12614bc Prepare v2025.04-rc3 by Tom Rini · Mon Feb 24 16:53:59 2025 -0600
  26. 1d8d172 mmc: Fix size calculation for sector addressed MMC version 4 by Marek Vasut · Wed Jan 29 12:15:54 2025 +0100
  27. 652277d fs/squashfs: fix potential integer overflows by Joao Marcos Costa · Wed Feb 19 11:16:33 2025 +0100
  28. 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
  29. 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
  30. 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
  31. 48f8472 Merge tag 'u-boot-rockchip-20250220' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Thu Feb 20 08:32:53 2025 -0600
  32. a7058df efi_loader: make efi_add_memory_map_pg() static by Heinrich Schuchardt · Sun Feb 16 12:12:41 2025 +0100
  33. fabdb73 lmb: move lmb_map_update_notify() to EFI by Heinrich Schuchardt · Sun Feb 16 12:12:40 2025 +0100
  34. 63bb30b lmb: avoid superfluous value check in lmb_map_update_notify() by Heinrich Schuchardt · Sun Feb 16 12:12:39 2025 +0100
  35. 41ae6f0 efi_driver: create a parent device for all EFI block devices by Heinrich Schuchardt · Sat Feb 15 16:22:06 2025 +0100
  36. 7d2cd3e efi_loader: remove comparisons to string literals from runtime by Ilias Apalodimas · Fri Feb 14 15:46:45 2025 +0200
  37. 55bd6b3 efi_loader: Fix potential deref-after-null by Maks Mishin · Sun Feb 02 20:59:40 2025 +0300
  38. e3cdedc lib: uuid: support more efi protocols in uuid_guid_get_str() by Vincent Stehlé · Fri Jan 17 18:13:26 2025 +0100
  39. 6aa1df6 configs: starfive: use LwIP network stack and enable wget command by E Shattow · Mon Feb 10 12:22:08 2025 -0800
  40. 25d5422 board: starfive: Update the maintainer file for VisionFive 2 board by Hal Feng · Mon Feb 10 10:57:43 2025 +0800
  41. e9490e8 configs: microchip_mpfs_icicle: set DEFAULT_FDT_FILE by Heinrich Schuchardt · Thu Feb 06 14:05:03 2025 +0100
  42. 1a72369 arm64: dts: rockchip: Fix sdmmc access on rk3308-rock-s0 v1.1 boards by Jonas Karlman · Tue Feb 04 21:38:43 2025 +0000
  43. d10173e net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK3588 by Jonas Karlman · Sun Feb 09 23:27:56 2025 +0000
  44. e92bd1f net: dwc_eth_qos_rockchip: Fix disable of RX/TX delay for RK356x by Jonas Karlman · Sun Feb 09 23:27:55 2025 +0000
  45. 91a62db pinctrl: rockchip: rk3328: Fix pinmux for GPIO2-B and GPIO3-B pins by Jonas Karlman · Mon Jan 06 21:39:42 2025 +0000
  46. 7e7bcd2 rockchip: rk3288: Use rk3288-cru.h from dts/upstream by Jonas Karlman · Sun Jan 12 22:27:29 2025 +0000
  47. e632c64 rockchip: use OF_UPSTREAM for rk3036 by Johan Jonker · Tue Jan 07 22:36:01 2025 +0100
  48. c7575e4 rockchip: sdram: Ensure ram_base is correct in SPL by Jonas Karlman · Thu Jan 30 22:07:13 2025 +0000
  49. 4345e39 rockchip: sdram: Limit usable ram_top to max 4G by Jonas Karlman · Thu Jan 30 22:07:12 2025 +0000
  50. 83cb846 rockchip: sdram: Allow the first bank to extend beyond 4 GiB by Jonas Karlman · Thu Jan 30 22:07:11 2025 +0000
  51. c2fc0be rockchip: rk3399: grf: Fix enum typos for UART2 by Chen-Yu Tsai · Wed Feb 05 01:29:53 2025 +0800
  52. 6c0fc6d Revert "rockchip: rk3399: Fix TPL build of bob and kevin" by Jonas Karlman · Sat Feb 08 22:49:40 2025 +0000
  53. 825070e rockchip: rk3399-gru: Enable TPL_GPIO for bob and kevin by Jonas Karlman · Sat Feb 08 22:49:39 2025 +0000
  54. a2087fc Revert "rockchip: rk3399: Drop unneeded bob and kevin board specific code" by Jonas Karlman · Sat Feb 08 22:49:38 2025 +0000
  55. fbe1de8 board: verdin-am62: add dram_init_banksize by Stefan Eichenberger · Mon Feb 10 08:27:47 2025 +0100
  56. 89c5936 fs/erofs: fix an integer overflow in symlink resolution by Gao Xiang · Thu Feb 13 19:28:47 2025 +0800
  57. 8b493a2 led: fix coverity scan error by Heiko Schocher · Wed Feb 12 10:10:55 2025 +0100
  58. a774750 tools: use cryptographically safe RNG by Heinrich Schuchardt · Tue Feb 11 14:55:22 2025 +0100
  59. 41a5446 power: regulator: tps65941: Fix voltage calculation for ldo by Udit Kumar · Tue Feb 11 23:21:58 2025 +0530
  60. 0199a90 tpm: unconstify tpm_tis_chip_data by Ilias Apalodimas · Thu Feb 06 11:28:56 2025 +0200
  61. 6d5c6ef Gitlab: Add missing symlink for qemu_arm64_lwip boardenv file by Tom Rini · Sun Feb 16 10:29:03 2025 -0600
  62. 26b302e board: acer: picasso: add Acer Iconia Tab A500 support by Svyatoslav Ryhel · Sun Jan 21 15:37:57 2024 +0200
  63. a5b7115 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sat Feb 15 15:29:20 2025 -0600
  64. 6cacddc image: Add support for starting TFA BL31 as fitImage loadables by Marek Vasut · Wed Jan 29 22:59:19 2025 +0100
  65. c1c6318 arm64: Add late jump to kernel board hook by Marek Vasut · Wed Jan 29 22:59:18 2025 +0100
  66. 0dee65f Merge branch 'misc' of https://source.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · Thu Feb 13 12:37:26 2025 -0600
  67. 8a4ee39 mbedtls/external: remove broken git submodule by ZHANG Yuntian · Tue Feb 11 15:30:27 2025 +0800
  68. 0c14fbc board: transformer-t30: fix model detection by Svyatoslav Ryhel · Sat Dec 28 15:21:03 2024 +0200
  69. fb6a434 doc: board: tegra: update device information by Svyatoslav Ryhel · Tue Dec 03 12:50:45 2024 +0200
  70. 3bc2747 ARM: tegra124: dts: mark HOST1X and DC with pre-relocation flag by Svyatoslav Ryhel · Wed Nov 20 09:26:38 2024 +0200
  71. 6d9f86b Merge branch 'u-boot-net-20250212' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Wed Feb 12 08:41:36 2025 -0600
  72. 4212954 net: Kconfig: depend on DM_RNG for WGET_HTTPS by Jerome Forissier · Tue Feb 04 17:00:49 2025 +0100
  73. d0d89ad net: use strnstr() for lwip_strnstr() by Heinrich Schuchardt · Mon Feb 03 10:12:02 2025 +0100
  74. d2e5def test: unit tests for strstr() and strnstr() by Heinrich Schuchardt · Mon Feb 03 10:12:01 2025 +0100
  75. 6e00e36 lib: implement strnstr() by Heinrich Schuchardt · Mon Feb 03 10:12:00 2025 +0100
  76. 890c9bf net: lwip: tftp: fix find_option() by Heinrich Schuchardt · Mon Feb 03 10:11:59 2025 +0100
  77. 3782928 net: lwip: move eth_init() out of new_netif() by Jerome Forissier · Thu Jan 30 09:22:20 2025 +0100
  78. 3d3f02d ARM: tegra124: dts: add missing DSI nodes by Svyatoslav Ryhel · Mon Nov 18 08:32:13 2024 +0200
  79. 1b3c210 ARM: tegra30: dts: complete DSI nodes by Svyatoslav Ryhel · Sun Nov 24 14:27:17 2024 +0200
  80. d9672d7 ARM: tegra210: clock: implement PLLD2 support by Svyatoslav Ryhel · Fri Nov 29 08:14:21 2024 +0200
  81. 007d497 ARM: tegra124: clock: implement PLLD2 support by Svyatoslav Ryhel · Fri Nov 15 21:13:15 2024 +0200
  82. f806d9c board: asus: convert SPL to XPL by Svyatoslav Ryhel · Fri Nov 29 19:30:54 2024 +0200
  83. 0467360 pinctrl: tegra20: adjust pin type detection by Svyatoslav Ryhel · Fri Dec 06 17:50:58 2024 +0200
  84. dfe51a0 pmic: palmas: bind sysreset to parent node by Svyatoslav Ryhel · Mon Dec 09 12:58:19 2024 +0200
  85. 0b5132d pmic: max77663: bind children to parent node by Svyatoslav Ryhel · Mon Dec 09 12:51:33 2024 +0200
  86. cd39ae1 Revert "drivers: gpio-uclass: support PMIC GPIO children" by Svyatoslav Ryhel · Mon Dec 09 12:45:18 2024 +0200
  87. 0a725b0 configs: Resync with savedefconfig by Tom Rini · Tue Feb 11 09:11:21 2025 -0600
  88. 1069f28 Merge tag 'u-boot-dfu-20250211' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Tue Feb 11 08:56:54 2025 -0600
  89. 83d0c2f configs: stih410-b2260: Enable CMD_USB_MASS_STORAGE flag by Patrice Chotard · Thu Jan 30 17:35:47 2025 +0100
  90. 9057b99 board: stih410-b2260: Remove board_usb_init/cleanup() by Patrice Chotard · Thu Jan 30 17:35:46 2025 +0100
  91. b0884bf configs: stih410-b2260: Enable DM_USB_GADGET flag by Patrice Chotard · Thu Jan 30 17:35:45 2025 +0100
  92. 7485110 configs: stih410-b2260: Enable USB_DWC3_GENERIC and USB_DWC3_STI flags by Patrice Chotard · Thu Jan 30 17:35:44 2025 +0100
  93. e23fd0c usb: dwc3-generic: Add STih407 support by Patrice Chotard · Thu Jan 30 17:35:43 2025 +0100
  94. 94be152 usb: dwc3-generic: Reorder include by Patrice Chotard · Thu Jan 30 17:35:42 2025 +0100
  95. ef44e7a usb: dwc3: Remove dwc3 glue driver support for STi by Patrice Chotard · Thu Jan 30 17:35:41 2025 +0100
  96. af8c70e configs: stih410-b2260: Enable DM_REGULATOR flag by Patrice Chotard · Thu Jan 30 17:35:40 2025 +0100
  97. 33551b5 ARM: dts: sti: Add fixed clock for ehci and ohci nodes in stih410-b2260.dtsi by Patrice Chotard · Thu Jan 30 17:35:39 2025 +0100
  98. 5f9d646 usb: gadget: f_mass_storage: Add schedule() in sleep_thread() by Patrice Chotard · Mon Dec 02 08:46:44 2024 +0100
  99. 775dd69 Prepare v2025.04-rc2 by Tom Rini · Mon Feb 10 16:00:49 2025 -0600
  100. 854a4c7 CI: Drop extra condition for sjg lab by Simon Glass · Sun Dec 01 07:42:29 2024 -0700