2 # armada370 -- support for the Marvell Armada/370 CPU family
4 # gerg@uclinux.org, OCT-2013
7 if { [info exists CHIPNAME] } {
8 set _CHIPNAME $CHIPNAME
10 set _CHIPNAME armada370
13 if { [info exists CPUTAPID] } {
14 set _CPUTAPID $CPUTAPID
16 set _CPUTAPID 0x4ba00477
19 jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
21 set _TARGETNAME $_CHIPNAME.cpu
22 target create $_TARGETNAME cortex_a -chain-position $_CHIPNAME.dap
24 proc armada370_dbginit {target} {
28 $_TARGETNAME configure -event reset-assert-post "armada370_dbginit $_TARGETNAME"
30 # We need to init now, so we can run the apsel command.