[GIT PULL] AMD/Xilinx/FPGA changes for 2025-10-rc1-v
Michal Simek
michal.simek at amd.com
Thu Jul 24 14:10:05 CEST 2025
Hi,
I am sending you another series of patches for rc1. Gitlab CI is not showing any
issue. The biggest is FPGA series and there is on patch revert in spi which
should get to tree.
I have some other patches pending but I want to give others more time for review
that's why will apply them in future.
Thanks,
Michal
The following changes since commit 3532f1f5edfc97c9dcea723cdeb732eda44bc669:
block: Remove blk_find_first/next (2025-07-23 17:37:14 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
tags/xilinx-for-v2025.10-rc1-v2
for you to fetch changes up to 27fa1e2c1794cc589d72d485488c0bbb3b877f09:
firmware: zynqmp: Simplify power-domain driver bind (2025-07-24 09:06:52 +0200)
----------------------------------------------------------------
AMD/Xilinx/FPGA changes for v2025.10-rc1 v2
zynqmp:
- Generate fit-dtb.blob all the time
- Simplify power-domain driver bind
zynqmp_mini:
- Remove PSCI_RESET
fpga:
- Improve user feedback in case of FPGA bitstream load failure
misc:
- Fix kernel-doc in gpio zynq and axi_mrmac
spi:
- Revert fix in STIG mode
----------------------------------------------------------------
Michal Simek (3):
xilinx: zynqmp: Remove PSCI_RESET from mini configurations
arm64: zynqmp: Let fit-dtb.blob generated all the time
firmware: zynqmp: Simplify power-domain driver bind
Pieter Van Trappen (6):
cmd: fpga: improve user feedback in case of bitstream load failure
drivers: fpga: add Kconfig dependency
drivers: fpga: correct compiler errors and warnings
drivers: fpga: cleanup printf usage
drivers: fpga: fix function declaration without a prototype
configs: enable FPGA commands and drivers at sandbox_defconfig
Prasanth Babu Mantena (1):
Revert "spi: cadence_qspi: Fix odd byte write issue in STIG mode"
Venkatesh Yadav Abbarapu (2):
gpio: zynq: Fix the documentation warning in zynq_gpio_get_bank_pin
net: xilinx: Fix kernel-doc for axi_mrmac function parameters
arch/arm/dts/zynqmp-binman-som.dts | 2 +-
cmd/fpga.c | 101 +++++++--------
configs/sandbox_defconfig | 20 +++
configs/xilinx_zynqmp_mini_defconfig | 1 +
configs/xilinx_zynqmp_mini_emmc0_defconfig | 1 +
configs/xilinx_zynqmp_mini_emmc1_defconfig | 1 +
configs/xilinx_zynqmp_mini_nand_defconfig | 1 +
configs/xilinx_zynqmp_mini_nand_single_defconfig | 1 +
drivers/firmware/firmware-zynqmp.c | 7 +-
drivers/fpga/ACEX1K.c | 1 +
drivers/fpga/Kconfig | 1 +
drivers/fpga/fpga.c | 103 +++++++--------
drivers/fpga/ivm_core.c | 13 +-
drivers/fpga/lattice.c | 4 +-
drivers/fpga/spartan2.c | 1 +
drivers/fpga/stratixII.c | 132 +++++++++-----------
drivers/fpga/stratixv.c | 2 +-
drivers/fpga/versalpl.c | 1 -
drivers/fpga/virtex2.c | 2 +
drivers/fpga/xilinx.c | 2 +-
drivers/fpga/zynqmppl.c | 4 +-
drivers/fpga/zynqpl.c | 4 +-
drivers/gpio/zynq_gpio.c | 1 +
drivers/net/xilinx_axi_mrmac.c | 4 +-
drivers/spi/cadence_qspi_apb.c | 3 -
include/fpga.h | 2 +-
include/stratixII.h | 6 +-
27 files changed, 209 insertions(+), 212 deletions(-)
More information about the U-Boot
mailing list