This is an automated email from Gerrit. "Nishanth Menon <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9206
-- gerrit commit b014281a03b0c904a75aa401aab9cf85b9af5a06 Author: Nishanth Menon <[email protected]> Date: Mon Nov 3 11:39:34 2025 -0600 board/ti: Rename _swd_native.cfg as _self_hosted.cfg Rename the _swd_native.cfg files as _self_hosted.cfg files as a better representation of what we are using the configuration files to be. Change-Id: I4eb469a219b83de6a9e7a8dfef5607306f59a7cd Suggested-by: Antonio Borneo <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index e90fd6aa50..3a51cd6ff7 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3840,7 +3840,7 @@ device configuration, this function may be blocked out. Typical behavior observed in such cases is a firewall exception report on the security controller and armv8 processor reporting a system error. -See @file{tcl/board/ti/am625_swd_native.cfg} for a sample configuration +See @file{tcl/board/ti/am625_self_hosted.cfg} for a sample configuration file. @deffn {Command} {dmem info} diff --git a/tcl/board/ti/am625_swd_native.cfg b/tcl/board/ti/am625_self_hosted.cfg similarity index 100% rename from tcl/board/ti/am625_swd_native.cfg rename to tcl/board/ti/am625_self_hosted.cfg diff --git a/tcl/board/ti/am62a7_swd_native.cfg b/tcl/board/ti/am62a7_self_hosted.cfg similarity index 100% rename from tcl/board/ti/am62a7_swd_native.cfg rename to tcl/board/ti/am62a7_self_hosted.cfg diff --git a/tcl/board/ti/am62p_swd_native.cfg b/tcl/board/ti/am62p_self_hosted.cfg similarity index 100% rename from tcl/board/ti/am62p_swd_native.cfg rename to tcl/board/ti/am62p_self_hosted.cfg diff --git a/tcl/board/ti/am64xx_swd_native.cfg b/tcl/board/ti/am64xx_self_hosted.cfg similarity index 100% rename from tcl/board/ti/am64xx_swd_native.cfg rename to tcl/board/ti/am64xx_self_hosted.cfg diff --git a/tcl/board/ti/j721e_swd_native.cfg b/tcl/board/ti/j721e_self_hosted.cfg similarity index 100% rename from tcl/board/ti/j721e_swd_native.cfg rename to tcl/board/ti/j721e_self_hosted.cfg diff --git a/tcl/board/ti/j722s_swd_native.cfg b/tcl/board/ti/j722s_self_hosted.cfg similarity index 100% rename from tcl/board/ti/j722s_swd_native.cfg rename to tcl/board/ti/j722s_self_hosted.cfg diff --git a/tcl/board/ti/j784s4_swd_native.cfg b/tcl/board/ti/j784s4_self_hosted.cfg similarity index 100% rename from tcl/board/ti/j784s4_swd_native.cfg rename to tcl/board/ti/j784s4_self_hosted.cfg --
