target: Remove "-variant" argument
[openocd.git] / tcl / target / imx27.cfg
1 # page 3-34 of "MCIMC27 Multimedia Applications Processor Reference Manual, Rev 0.3"
2 # SRST pulls TRST
3 #
4 # Without setting these options correctly you'll see all sorts
5 # of weird errors, e.g. MOE=0xe, invalid cpsr values, reset
6 # failing, etc.
7 reset_config trst_and_srst srst_pulls_trst
8
9 if { [info exists CHIPNAME] } {
10 set _CHIPNAME $CHIPNAME
11 } else {
12 set _CHIPNAME imx27
13 }
14
15 if { [info exists ENDIAN] } {
16 set _ENDIAN $ENDIAN
17 } else {
18 set _ENDIAN little
19 }
20
21
22 # Note above there are 2 taps
23
24 # trace buffer
25 if { [info exists ETBTAPID] } {
26 set _ETBTAPID $ETBTAPID
27 } else {
28 set _ETBTAPID 0x1b900f0f
29 }
30 jtag newtap $_CHIPNAME etb -irlen 4 -irmask 0xf -expected-id $_ETBTAPID
31
32 # The CPU tap
33 if { [info exists CPUTAPID] } {
34 set _CPUTAPID $CPUTAPID
35 } else {
36 set _CPUTAPID 0x07926121
37 }
38 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
39
40 # Create the GDB Target.
41 set _TARGETNAME $_CHIPNAME.cpu
42 target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME
43 # REVISIT what operating environment sets up this virtual address mapping?
44 $_TARGETNAME configure -work-area-virt 0xffff4c00 -work-area-phys 0xffff4c00 \
45 -work-area-size 0x8000 -work-area-backup 1
46 # Internal to the chip, there is 45K of SRAM
47 #
48
49 arm7_9 dcc_downloads enable
50
51 # trace setup
52 etm config $_TARGETNAME 16 normal full etb
53 etb config $_TARGETNAME $_CHIPNAME.etb

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)