aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/ti_tms570.cfg
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-02-08 14:39:47 -0800
committerTim Newsome <tim@sifive.com>2019-02-08 14:39:47 -0800
commit1c6d52cd88076cf22e55e0294cbb9751a3492470 (patch)
treeaaa36ec90b01caccadfe2c07932f2a22e3967d0c /tcl/target/ti_tms570.cfg
parent80ef54dba2411f9354b3793d5832c5d8ad871b4b (diff)
parent6c2020eb48803b941a94d600e2a96728d05a7da9 (diff)
downloadriscv-openocd-1c6d52cd88076cf22e55e0294cbb9751a3492470.zip
riscv-openocd-1c6d52cd88076cf22e55e0294cbb9751a3492470.tar.gz
riscv-openocd-1c6d52cd88076cf22e55e0294cbb9751a3492470.tar.bz2
Merge branch 'master' into from_upstream
Conflicts: README contrib/loaders/flash/fespi/Makefile src/flash/nor/fespi.c src/flash/nor/spi.c Change-Id: I78a4e73685cc95daace95e9d16066a6fb51034fb
Diffstat (limited to 'tcl/target/ti_tms570.cfg')
-rw-r--r--tcl/target/ti_tms570.cfg17
1 files changed, 7 insertions, 10 deletions
diff --git a/tcl/target/ti_tms570.cfg b/tcl/target/ti_tms570.cfg
index 21da6c0..ce3a176 100644
--- a/tcl/target/ti_tms570.cfg
+++ b/tcl/target/ti_tms570.cfg
@@ -20,8 +20,8 @@ source [find target/icepick.cfg]
if { [info exists DAP_TAPID] } {
set _DAP_TAPID $DAP_TAPID
}
-jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_DAP_TAPID -disable
-jtag configure $_CHIPNAME.dap -event tap-enable "icepick_c_tapenable $_CHIPNAME.jrc 0"
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_DAP_TAPID -disable
+jtag configure $_CHIPNAME.cpu -event tap-enable "icepick_c_tapenable $_CHIPNAME.jrc 0"
# ICEpick-C (JTAG route controller)
# JRC_TAPID should be set before source-ing this file
@@ -50,21 +50,18 @@ jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \
-expected-id $_JRC_TAPID8 \
-expected-id $_JRC_TAPID9 \
-ignore-version
-jtag configure $_CHIPNAME.jrc -event setup "jtag tapenable $_CHIPNAME.dap"
+jtag configure $_CHIPNAME.jrc -event setup "jtag tapenable $_CHIPNAME.cpu"
jtag configure $_CHIPNAME.jrc -event post-reset "runtest 100"
+dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
+
# Cortex-R4 target
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME cortex_r4 -endian $_ENDIAN \
- -chain-position $_CHIPNAME.dap -coreid 0 -dbgbase 0x00001003
+ -dap $_CHIPNAME.dap -coreid 0 -dbgbase 0x00001003
# TMS570 uses quirky BE-32 mode
-$_TARGETNAME dap ti_be_32_quirks 1
-
-$_TARGETNAME configure -event gdb-attach {
- cortex_r4 dbginit
- halt
-}
+$_CHIPNAME.dap ti_be_32_quirks 1
$_TARGETNAME configure -event "reset-assert" {
global _CHIPNAME