Hi Tom,
I have collected couple of patches for current release which are fixing issues
and would be good to get them to current release. It include issues reported by
Coverity and Smatch and also fixing small issues.
Gitlab CI is not reporting any issue.
Thanks,
Michal
The following changes since commit 7d879baa6f7ca201bcecff74f2a7545560289280:
Merge branch 'u-boot-nand-23082025' of
https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2025-08-24 08:01:29
-0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
tags/xilinx-for-v2025.10-rc3
for you to fetch changes up to 37aee09d83863cf7fecb67f0f0eeea18e03a43ea:
configs: versal2: Add usb_pgood_delay for versal2 boards (2025-08-25 16:20:48
+0200)
----------------------------------------------------------------
AMD/Xilinx/FPGA changes for v2025.10-rc3
Fix smatch issues in zynqmp ipi and pinctrl drivers
zynqmp:
- Add missing zu1cg device
- Add missing ethernet alias for kr260-revB
- Define empty BOOTENV_DEV_SHARED_XSPI macro
fpga:
- Address reported coverity issues
net:
- axi_emac: Fix timeout test
versal2:
- Define usb_pgood_delay for fix device detection
----------------------------------------------------------------
Alexander Dahl (1):
fpga: cyclon2: Remove message never printed
Andrew Goodbody (4):
mailbox: zynqmp: Fix off by 1 errors
pinctrl: zynqmp: Ensure ret is initialised
pinctrl: zynqmp: Avoid using uninitialised variable
net: axi_emac: Fix timeout test
Frank Böwingloh (1):
soc: xilinx: zynqmp: Fix zu1cg device detection
Michal Simek (5):
fpga: xilinx: Check valid desc structure
fpga: Remove ancient ACEX1K support
fpga: lattice: Remove unused support
arm64: zynqmp: Add missing ethernet alias for kr260-revB
arm64: versal2: Define BOOTENV_DEV_SHARED_XSPI when distro is disabled
Venkatesh Yadav Abbarapu (1):
configs: versal2: Add usb_pgood_delay for versal2 boards
arch/arm/dts/zynqmp-sck-kr-g-revB.dtso | 5 +
configs/sandbox_defconfig | 2 -
drivers/fpga/ACEX1K.c | 245 --
drivers/fpga/Kconfig | 12 -
drivers/fpga/Makefile | 2 -
drivers/fpga/altera.c | 5 +-
drivers/fpga/cyclon2.c | 5 +-
drivers/fpga/fpga.c | 23 -
drivers/fpga/ivm_core.c | 3149 --------------------
drivers/fpga/lattice.c | 379 ---
drivers/fpga/xilinx.c | 3 +
drivers/mailbox/zynqmp-ipi.c | 8 +-
drivers/net/xilinx_axi_emac.c | 8 +-
drivers/pinctrl/pinctrl-zynqmp.c | 6 +-
drivers/soc/soc_xilinx_zynqmp.c | 2 +-
include/ACEX1K.h | 32 -
include/configs/amd_versal2.h | 2 +
include/fpga.h | 1 -
include/lattice.h | 298 --
19 files changed, 24 insertions(+), 4163 deletions(-)
delete mode 100644 drivers/fpga/ACEX1K.c
delete mode 100644 drivers/fpga/ivm_core.c
delete mode 100644 drivers/fpga/lattice.c
delete mode 100644 include/lattice.h
--
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