This is an automated email from Gerrit. "zapb <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9799
-- gerrit commit 98a14fb9617114481a4bf3a746b7b0b563543091 Author: Marc Schink <[email protected]> Date: Thu Jul 16 14:19:47 2026 +0200 tcl/fpga: Move Xilinx Series-7 configs into vendor folder Move the configuration files into a dedicated vendor folder as required by the developer guidelines. Additionally, move files from 'cpld' to 'fpga' subfolder since the devices are FPGAs, not CPLDs. Change-Id: I1122db3c21f2e7daead2a5783a613243cbcf037b Signed-off-by: Marc Schink <[email protected]> diff --git a/tcl/file_renaming.cfg b/tcl/file_renaming.cfg index 844899f724..0145f80cd6 100644 --- a/tcl/file_renaming.cfg +++ b/tcl/file_renaming.cfg @@ -24,6 +24,10 @@ set _file_renaming { board/ti_beaglebone-base.cfg board/beagle/beaglebone-base.cfg board/ti_beaglebone_black.cfg board/beagle/beaglebone-black.cfg board/ti_beaglebone.cfg board/beagle/beaglebone.cfg + cpld/xilinx-xc7.cfg fpga/xlnx/xc7.cfg + cpld/xilinx-xc7v.cfg fpga/xlnx/xc7v.cfg + cpld/xilinx-xc7vh580t.cfg fpga/xlnx/xc7vh580t.cfg + cpld/xilinx-xc7vh870t.cfg fpga/xlnx/xc7vh870t.cfg interface/chameleon.cfg interface/parport/chameleon.cfg interface/flashlink.cfg interface/parport/flashlink.cfg } diff --git a/tcl/cpld/xilinx-xc7.cfg b/tcl/fpga/xlnx/xc7.cfg similarity index 100% rename from tcl/cpld/xilinx-xc7.cfg rename to tcl/fpga/xlnx/xc7.cfg diff --git a/tcl/cpld/xilinx-xc7v.cfg b/tcl/fpga/xlnx/xc7v.cfg similarity index 100% rename from tcl/cpld/xilinx-xc7v.cfg rename to tcl/fpga/xlnx/xc7v.cfg diff --git a/tcl/cpld/xilinx-xc7vh580t.cfg b/tcl/fpga/xlnx/xc7vh580t.cfg similarity index 100% rename from tcl/cpld/xilinx-xc7vh580t.cfg rename to tcl/fpga/xlnx/xc7vh580t.cfg diff --git a/tcl/cpld/xilinx-xc7vh870t.cfg b/tcl/fpga/xlnx/xc7vh870t.cfg similarity index 100% rename from tcl/cpld/xilinx-xc7vh870t.cfg rename to tcl/fpga/xlnx/xc7vh870t.cfg --
