From 6a5e4dc2a37c2dd0386a0495c89763b1bdd1b03c Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Mon, 3 Nov 2025 11:39:34 -0600 Subject: [PATCH] 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 Signed-off-by: Nishanth Menon Reviewed-on: https://review.openocd.org/c/openocd/+/9206 Reviewed-by: Antonio Borneo Tested-by: jenkins --- doc/openocd.texi | 2 +- tcl/board/ti/{am625_swd_native.cfg => am625-self-hosted.cfg} | 0 tcl/board/ti/{am62a7_swd_native.cfg => am62a7-self-hosted.cfg} | 0 tcl/board/ti/{am62p_swd_native.cfg => am62p-self-hosted.cfg} | 0 tcl/board/ti/{am64xx_swd_native.cfg => am64xx-self-hosted.cfg} | 0 tcl/board/ti/{j721e_swd_native.cfg => j721e-self-hosted.cfg} | 0 tcl/board/ti/{j722s_swd_native.cfg => j722s-self-hosted.cfg} | 0 tcl/board/ti/{j784s4_swd_native.cfg => j784s4-self-hosted.cfg} | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename tcl/board/ti/{am625_swd_native.cfg => am625-self-hosted.cfg} (100%) rename tcl/board/ti/{am62a7_swd_native.cfg => am62a7-self-hosted.cfg} (100%) rename tcl/board/ti/{am62p_swd_native.cfg => am62p-self-hosted.cfg} (100%) rename tcl/board/ti/{am64xx_swd_native.cfg => am64xx-self-hosted.cfg} (100%) rename tcl/board/ti/{j721e_swd_native.cfg => j721e-self-hosted.cfg} (100%) rename tcl/board/ti/{j722s_swd_native.cfg => j722s-self-hosted.cfg} (100%) rename tcl/board/ti/{j784s4_swd_native.cfg => j784s4-self-hosted.cfg} (100%) diff --git a/doc/openocd.texi b/doc/openocd.texi index 9f5ec2ff3..f623d716e 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3869,7 +3869,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