1 #use combined on interfaces or targets that can't set TRST/SRST separately
3 # Hmmm.... should srst_pulls_trst be used here like i.MX27???
4 reset_config trst_and_srst
6 if { [info exists CHIPNAME] } {
7 set _CHIPNAME $CHIPNAME
12 if { [info exists ENDIAN] } {
19 # Note above there is 1 tap
22 if { [info exists CPUTAPID ] } {
23 set _CPUTAPID $CPUTAPID
25 set _CPUTAPID 0x0792611f
27 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
30 # Create the GDB Target.
31 set _TARGETNAME $_CHIPNAME.cpu
32 target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm926ejs
34 arm7_9 dcc_downloads enable