[GIT PULL] AMD/Xilinx changes for 2026-07-rc1 v2
Michal Simek
michal.simek at amd.com
Fri Mar 27 16:34:10 CET 2026
Hi Tom,
please pull these patches to your next branch.
Thanks,
Michal
The following changes since commit eb00c710508d09b2a3b9aca75dd18280f1304703:
Merge patch series "bootm: Clean up arch-specific, pre-OS clean-up"
(2026-03-18 18:36:50 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
tags/xilinx-for-v2026.07-rc1-v2
for you to fetch changes up to fcc50761f3d0518c4d1693f75d2e79ad7b108355:
cpu: microblaze: Fix unmet direct dependencies for XILINX_MICROBLAZE0_PVR
(2026-03-27 14:49:32 +0100)
----------------------------------------------------------------
AMD/Xilinx/FPGA changes for v2026.07-rc1 v2
Kconfig:
- Correct XILINX_TIMER entry
- Rework TARGET_MICROBLAZE_GENERIC
- Fix CPU_MICROBLAZE PVR logic
- Remove non existing SPL_BINMAN_FDT
i2c:
- Wire pca9848 support
spi/cadence-qspi:
- Disable DAC mode
- Do reset pulse
net/gem:
- Disable broadcast packets
- Clear TXSR transfer complete
- Add support for dma-coherent
versal2:
- Enable GIC600 support
- Fix UFS distro boot wiring
----------------------------------------------------------------
Heinrich Schuchardt (1):
board/BuR/zynq: don't select non-existent SPL_BINMAN_FDT
Michal Simek (5):
i2c: muxes: pca954x: Add support for pca9848
xilinx: Enable GPIO delay driver on Versal platforms
net: zynq_gem: Disable broadcast packets
net: zynq_gem: Add support for dma-coherent flag
cpu: microblaze: Fix unmet direct dependencies for XILINX_MICROBLAZE0_PVR
Padmarao Begari (4):
arm64: versal2: Enable GIC600 support
spi: cadence_qspi: pulse controller reset at probe
net: zynq_gem: clear TXSR transfer complete
arm64: versal2: Fix UFS boot command sequence
Tom Rini (2):
timer: Correct Kconfig entry for XILINX_TIMER
microblaze: Rework TARGET_MICROBLAZE_GENERIC implementation
Venkatesh Yadav Abbarapu (1):
spi: cadence_qspi: Disable the DAC mode in indirect read
arch/arm/mach-versal2/Kconfig | 3 ++
arch/microblaze/Kconfig | 10 ++----
board/BuR/zynq/Kconfig | 1 -
configs/amd_versal2_virt_defconfig | 1 +
configs/xilinx_versal_virt_defconfig | 1 +
drivers/cpu/Kconfig | 3 +-
drivers/i2c/muxes/pca954x.c | 6 ++++
drivers/net/zynq_gem.c | 34 ++++++++++++++------
drivers/spi/cadence_ospi_versal.c | 7 ++++
drivers/spi/cadence_qspi.c | 20 ++++++++++--
drivers/timer/Kconfig | 2 +-
include/configs/amd_versal2.h | 3 +-
12 files changed, 68 insertions(+), 23 deletions(-)
More information about the U-Boot
mailing list