Hi Tom,

please pull these patches to your next branch. The biggest patch is around UFS which has been acked by Neil. I hope that mbv in azure CI will just work fine because I am not running it. Please let me know if you see any issue.

Thanks,
Michal


The following changes since commit fceb37d802b65beb4713f17e9167e7ecc4dbbe67:

  Merge tag 'v2025.10-rc3' into next (2025-08-25 13:28:49 -0600)

are available in the Git repository at:

https://source.denx.de/u-boot/custodians/u-boot-microblaze.git tags/xilinx-for-v2026.01-rc1

for you to fetch changes up to a51b7dfc6fec0aa76367114af59a7114b040b090:

ufs: amd-versal2: Configure RMMI and M-PHY registers for HS mode (2025-08-26 07:30:10 +0200)

----------------------------------------------------------------
AMD/Xilinx/FPGA changes for v2026.01-rc1

mbv:
- Add it to CI loop

versal2:
- Wire UFS driver

serial:
- Add support for OF_PLATDATA in uartlite

misc:
- Mark some structures as const

----------------------------------------------------------------
Michal Simek (7):
      xilinx: Make XILINX_OF_BOARD_DTB_ADDR depending on OF_BOARD only
      serial: uartlite: Use private data instead of platform
      serial: uartlite: Add support for OF_PLATDATA
      clk: zynqmp: Mark zynqmp_clk_ops as const
      mailbox: zynqmp-ipi: Mark zynqmp_ipi_dest_mbox_ops as const
      dm: core: Mark root_info as const
      CI: Wire mbv32 combinations

Venkatesh Yadav Abbarapu (1):
      ufs: amd-versal2: Configure RMMI and M-PHY registers for HS mode

 .azure-pipelines.yml              |  20 +++-
 .gitlab-ci.yml                    |  32 +++++-
 board/xilinx/Kconfig              |   2 +-
 drivers/clk/clk_zynqmp.c          |   2 +-
 drivers/core/root.c               |   2 +-
 drivers/mailbox/zynqmp-ipi.c      |   2 +-
 drivers/serial/serial_xuartlite.c |  39 +++++--
 drivers/ufs/ufs-amd-versal2.c     | 112 ++++++++++++++++++++
 drivers/ufs/ufs.c                 |  15 +++
 drivers/ufs/ufs.h                 |   3 +
 drivers/ufs/ufshcd-dwc.h          |   3 +
 11 files changed, 217 insertions(+), 15 deletions(-)

--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP/Versal ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal/Versal NET SoCs
TF-A maintainer - Xilinx ZynqMP/Versal/Versal NET SoCs

Reply via email to