Files
sw_openocd/tcl/board/ti_tmdx570ls20susb.cfg
Nishanth Menon 2f8ddc0835 tcl/target: Move TI targets to ti folder
Move the ti targets to a TI folder. Since the folder is ti, we can
drop the "ti" prefix from the files themselves.

Done via the following script:

 mkdir target/ti
 FILES=`ls target/ti*.cfg target/omap*.cfg target/am335x.cfg
           target/amdm37x.cfg target/icepick.cfg target/stellaris.cfg
		   target/davinci.cfg`
 for cname in $FILES
 do
   bname=`basename $cname`
   nname=`echo $bname|sed -e "s/^ti-//g"|sed -e "s/ti_//g"`
   npath="target/ti/$nname"
   echo "$cname => $npath"
   fref=`git grep $cname .|cut -d ':' -f1|sort -u`
   sed -i -e "s&$cname&$npath&g" $fref
   git mv $cname $npath
 done

Change-Id: I9f94dc6bb01f73721d4ff96be92cb51de2cbf0e2
Suggested-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9203
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2025-12-13 17:19:48 +00:00

19 lines
467 B
INI

# SPDX-License-Identifier: GPL-2.0-or-later
# TMS570 Microcontroller USB Kit
# http://www.ti.com/tool/TMDX570LS20SUSB
# Board uses a FT2232H to emulate an XDS100v2 JTAG debugger
# TODO: board also supports an SCI UART on the 2232's B Bus
source [find interface/ftdi/xds100v2.cfg]
# Processor is TMS570LS20216
source [find target/ti/tms570ls20xxx.cfg]
reset_config trst_only
# xds100v2 config says add this to the end
init
ftdi set_signal PWR_RST 1
jtag arp_init