From a1719e004865fb9ca556f693fd8e5c56992bc1de Mon Sep 17 00:00:00 2001 From: Alex Ray Date: Thu, 3 Apr 2014 23:14:37 -0700 Subject: TI TMS570 USB Kit board config Split TMS570 target into LS31/LS21 and LS20/LS10 targets. Board for the TMS570LS20SUSB Kit, which uses the TMS570 Cortex-R4 MCU from TI. Tested attaching. Change-Id: I1a69ac1ed800d0d6b7f9860c19cbd149e3e47620 Signed-off-by: Alex Ray Reviewed-on: http://openocd.zylin.com/2089 Tested-by: jenkins Reviewed-by: Paul Fertser --- tcl/target/ti_tms570ls20xxx.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tcl/target/ti_tms570ls20xxx.cfg (limited to 'tcl/target/ti_tms570ls20xxx.cfg') diff --git a/tcl/target/ti_tms570ls20xxx.cfg b/tcl/target/ti_tms570ls20xxx.cfg new file mode 100644 index 00000000..ef45b7a5 --- /dev/null +++ b/tcl/target/ti_tms570ls20xxx.cfg @@ -0,0 +1,6 @@ +# TMS570LS20216, TMS570LS20206, TMS570LS10216 +# TMS570LS10206, TMS570LS10116, TMS570LS10106 +set DAP_TAPID 0x0B7B302F +set JRC_TAPID 0x0B7B302F + +source [find target/ti_tms570.cfg] -- cgit v1.2.3-18-g5258