tcl/board: Add TI TMDX570LS20SUSB board config
[openocd.git] / tcl / board / or1k_generic.cfg
1 # If you want to use the VJTAG TAP or the XILINX BSCAN,
2 # you must set your FPGA TAP ID here
3
4 set FPGATAPID 0x020b30dd
5
6 # Choose your TAP core (VJTAG , MOHOR or XILINX_BSCAN)
7 if { [info exists TAP_TYPE] == 0} {
8 set TAP_TYPE VJTAG
9 }
10
11 # Set your chip name
12 set CHIPNAME or1200
13
14 source [find target/or1k.cfg]
15
16 # Set the servers polling period to 1ms (needed to JSP Server)
17 poll_period 1
18
19 # Set the adapter speed
20 adapter_khz 3000
21
22 # Enable the target description feature
23 gdb_target_description enable
24
25 # Add a new register in the cpu register list. This register will be
26 # included in the generated target descriptor file.
27 # format is addreg [name] [address] [feature] [reg_group]
28 addreg rtest 0x1234 org.gnu.gdb.or1k.group0 system
29
30 # Override default init_reset
31 proc init_reset {mode} {
32 soft_reset_halt
33 resume
34 }
35
36 # Target initialization
37 init
38 echo "Halting processor"
39 halt
40
41 foreach name [target names] {
42 set y [$name cget -endian]
43 set z [$name cget -type]
44 puts [format "Chip is %s, Endian: %s, type: %s" \
45 $name $y $z]
46 }
47
48 set c_blue "\033\[01;34m"
49 set c_reset "\033\[0m"
50
51 puts [format "%sTarget ready...%s" $c_blue $c_reset]

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)