jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / tcl / board / spear300evb.cfg
1 # Configuration for the ST SPEAr300 Evaluation board
2 # EVALSPEAr300 Rev. 1.0
3 # http://www.st.com/spear
4 #
5 # Date: 2010-11-27
6 # Author: Antonio Borneo <borneo.antonio@gmail.com>
7
8 # The standard board has JTAG SRST not connected.
9 # This script targets such boards using quirky code to bypass the issue.
10
11
12 source [find mem_helper.tcl]
13 source [find target/spear3xx.cfg]
14 source [find chip/st/spear/spear3xx_ddr.tcl]
15 source [find chip/st/spear/spear3xx.tcl]
16
17 arm7_9 dcc_downloads enable
18 arm7_9 fast_memory_access enable
19
20
21 # Serial NOR on SMI CS0. 8Mbyte.
22 set _FLASHNAME1 $_CHIPNAME.snor
23 flash bank $_FLASHNAME1 stmsmi 0xf8000000 0 0 0 $_TARGETNAME
24
25 if { [info exists BOARD_HAS_SRST] } {
26 # Modified board has SRST on JTAG connector
27 reset_config trst_and_srst separate srst_gates_jtag \
28 trst_push_pull srst_open_drain
29 } else {
30 # Standard board has no SRST on JTAG connector
31 reset_config trst_only separate srst_gates_jtag trst_push_pull
32 source [find chip/st/spear/quirk_no_srst.tcl]
33 }
34
35 $_TARGETNAME configure -event reset-init { spear300evb_init }
36
37 proc spear300evb_init {} {
38 reg pc 0xffff0020; # loop forever
39
40 sp3xx_clock_default
41 sp3xx_common_init
42 sp3xx_ddr_init "mt47h64m16_3_333_cl5_async"
43 sp300_init
44 }

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)