target/xtensa: avoid IHI for writes to non-executable memory
[openocd.git] / tcl / target / imx21.cfg
blob7c9cca35d4f30fb4ccd3ac8382936b926590b641
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 #use combined on interfaces or targets that can't set TRST/SRST separately
5 # Hmmm.... should srst_pulls_trst be used here like i.MX27???
6 reset_config trst_and_srst
8 if { [info exists CHIPNAME] } {
9    set _CHIPNAME $CHIPNAME
10 } else {
11    set _CHIPNAME imx21
14 if { [info exists ENDIAN] } {
15    set _ENDIAN $ENDIAN
16 } else {
17    set _ENDIAN little
21 # Note above there is 1 tap
23 # The CPU tap
24 if { [info exists CPUTAPID] } {
25    set _CPUTAPID $CPUTAPID
26 } else {
27    set _CPUTAPID 0x0792611f
29 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
32 # Create the GDB Target.
33 set _TARGETNAME $_CHIPNAME.cpu
34 target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME
36 arm7_9 dcc_downloads enable