ipdbg: fix double free of virtual-ir data
[openocd.git] / tcl / board / ampere_qs_mq_1s.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 #
3 # OpenOCD Board Configuration for Ampere Altra ("Quicksilver") and
4 # Ampere Altra Max ("Mystique") processors
5 #
6 # Copyright (c) 2019-2021, Ampere Computing LLC
7
8 # Argument Description
9 #
10 # JTAGFREQ
11 # Set the JTAG clock frequency
12 # Syntax: -c "set JTAGFREQ {freq_in_khz}"
13 #
14 # SYSNAME
15 # Set the system name
16 # If not specified, defaults to "qs"
17 # Syntax: -c "set SYSNAME {qs}"
18 #
19 # Life-Cycle State (LCS)
20 # If not specified, defaults to "Secure LCS"
21 # LCS=0, "Secure LCS"
22 # LCS=1, "Chip Manufacturing LCS"
23 # Syntax: -c "set LCS {0}"
24 # Syntax: -c "set LCS {1}"
25 #
26 # CORELIST_S0
27 # Specify available physical cores by number
28 # Example syntax to connect to physical cores 16 and 17 for S0
29 # Syntax: -c "set CORELIST_S0 {16 17}"
30 #
31 # COREMASK_S0_LO
32 # Specify available physical cores 0-63 by mask
33 # Example syntax to connect to physical cores 16 and 17 for S0
34 # Syntax: -c "set COREMASK_S0_LO {0x0000000000030000}"
35 #
36 # COREMASK_S0_HI
37 # Specify available physical cores 64 and above by mask
38 # Example syntax to connect to physical cores 94 and 95 for S0
39 # Syntax: -c "set COREMASK_S0_HI {0x00000000C0000000}"
40 #
41 # PHYS_IDX
42 # Enable OpenOCD ARMv8 core target physical indexing
43 # If not specified, defaults to OpenOCD ARMv8 core target logical indexing
44 # Syntax: -c "set PHYS_IDX {}"
45
46 #
47 # Configure JTAG speed
48 #
49
50 if { [info exists JTAGFREQ] } {
51 adapter speed $JTAGFREQ
52 } else {
53 adapter speed 100
54 }
55
56 #
57 # Set the system name
58 #
59
60 if { [info exists SYSNAME] } {
61 set _SYSNAME $SYSNAME
62 } else {
63 set _SYSNAME qs
64 }
65
66 #
67 # Configure Resets
68 #
69
70 jtag_ntrst_delay 100
71 reset_config trst_only
72
73 #
74 # Configure Targets
75 #
76
77 if { [info exists CORELIST_S0] || [info exists COREMASK_S0_LO] || [info exists COREMASK_S0_HI] } {
78 set CHIPNAME ${_SYSNAME}0
79 if { [info exists CORELIST_S0] } {
80 set CORELIST $CORELIST_S0
81 } else {
82 if { [info exists COREMASK_S0_LO] } {
83 set COREMASK_LO $COREMASK_S0_LO
84 } else {
85 set COREMASK_LO 0x0
86 }
87
88 if { [info exists COREMASK_S0_HI] } {
89 set COREMASK_HI $COREMASK_S0_HI
90 } else {
91 set COREMASK_HI 0x0
92 }
93 }
94 } else {
95 set CHIPNAME ${_SYSNAME}0
96 set COREMASK_LO 0x1
97 set COREMASK_HI 0x0
98 }
99
100 source [find target/ampere_qs_mq.cfg]

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)