On 7/28/25 09:07, Michal Simek wrote:
Hi, when fpga drivers were enabled via sandbox some coverity issues came and make no sense to fix them when there is no user of these drivers that's why it is easier just remove them completely. Another candidate for removal is FPGA_CYCLON2 which is enabled only by mx53cx9020_defconfig. Patrick: Is this board still maintained? Thanks, Michal Changes in v2: - Get EP2/EP3/EP4 sizes back even they are not used by any code today Michal Simek (3): fpga: xilinx: Check valid desc structure fpga: Remove ancient ACEX1K support fpga: lattice: Remove unused support configs/sandbox_defconfig | 2 - drivers/fpga/ACEX1K.c | 245 --- drivers/fpga/Kconfig | 12 - drivers/fpga/Makefile | 2 - drivers/fpga/altera.c | 5 +- drivers/fpga/fpga.c | 23 - drivers/fpga/ivm_core.c | 3149 ------------------------------------- drivers/fpga/lattice.c | 379 ----- drivers/fpga/xilinx.c | 3 + include/ACEX1K.h | 32 - include/fpga.h | 1 - include/lattice.h | 298 ---- 12 files changed, 4 insertions(+), 4147 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
Applied. M -- 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