target/adi_v5_swd: move setting of do_reconnect one level up
[openocd.git] / tcl / target / armada370.cfg
blobccf4b3606a8a89125dfc7922dd3849e28a97723e
1 # SPDX-License-Identifier: GPL-2.0-or-later
4 # armada370 -- support for the Marvell Armada/370 CPU family
6 # gerg@uclinux.org, OCT-2013
9 if { [info exists CHIPNAME] } {
10    set _CHIPNAME $CHIPNAME
11 } else {
12    set _CHIPNAME armada370
15 if { [info exists CPUTAPID] } {
16    set _CPUTAPID $CPUTAPID
17 } else {
18    set _CPUTAPID 0x4ba00477
21 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
23 set _TARGETNAME $_CHIPNAME.cpu
24 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
25 target create $_TARGETNAME cortex_a -dap $_CHIPNAME.dap
27 proc armada370_dbginit {target} {
28      cortex_a dbginit
31 $_TARGETNAME configure -event reset-assert-post "armada370_dbginit $_TARGETNAME"
33 dap apsel 1