0a4d7233046394b953a51a4d26f46e41cbfb0cc8
[openocd.git] / src / jtag / commands.h
1 /***************************************************************************
2 * Copyright (C) 2005 by Dominic Rath *
3 * Dominic.Rath@gmx.de *
4 * *
5 * Copyright (C) 2007,2008 Øyvind Harboe *
6 * oyvind.harboe@zylin.com *
7 * *
8 * Copyright (C) 2009 Zachary T Welch *
9 * zw@superlucidity.net *
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 * This program is distributed in the hope that it will be useful, *
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
19 * GNU General Public License for more details. *
20 * *
21 * You should have received a copy of the GNU General Public License *
22 * along with this program; if not, write to the *
23 * Free Software Foundation, Inc., *
24 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
25 ***************************************************************************/
26 #ifndef JTAG_COMMANDS_H
27 #define JTAG_COMMANDS_H
28
29 #include "jtag.h"
30
31 /**
32 * The inferred type of a scan_command_s structure, indicating whether
33 * the command has the host scan in from the device, the host scan out
34 * to the device, or both.
35 */
36 enum scan_type {
37 /// From device to host,
38 SCAN_IN = 1,
39 /// From host to device,
40 SCAN_OUT = 2,
41 /// Full-duplex scan.
42 SCAN_IO = 3
43 };
44
45 /**
46 * The scan_command provide a means of encapsulating a set of scan_field_s
47 * structures that should be scanned in/out to the device.
48 */
49 struct scan_command {
50 /// instruction/not data scan
51 bool ir_scan;
52 /// number of fields in *fields array
53 int num_fields;
54 /// pointer to an array of data scan fields
55 struct scan_field* fields;
56 /// state in which JTAG commands should finish
57 tap_state_t end_state;
58 };
59
60 struct statemove_command {
61 /// state in which JTAG commands should finish
62 tap_state_t end_state;
63 };
64
65 struct pathmove_command {
66 /// number of states in *path
67 int num_states;
68 /// states that have to be passed
69 tap_state_t* path;
70 };
71
72 struct runtest_command {
73 /// number of cycles to spend in Run-Test/Idle state
74 int num_cycles;
75 /// state in which JTAG commands should finish
76 tap_state_t end_state;
77 };
78
79
80 struct stableclocks_command {
81 /// number of clock cycles that should be sent
82 int num_cycles;
83 };
84
85
86 struct reset_command {
87 /// Set TRST output: 0 = deassert, 1 = assert, -1 = no change
88 int trst;
89 /// Set SRST output: 0 = deassert, 1 = assert, -1 = no change
90 int srst;
91 };
92
93 typedef struct end_state_command_s
94 {
95 /// state in which JTAG commands should finish
96 tap_state_t end_state;
97 } end_state_command_t;
98
99 typedef struct sleep_command_s
100 {
101 /// number of microseconds to sleep
102 uint32_t us;
103 } sleep_command_t;
104
105 /**
106 * Defines a container type that hold a pointer to a JTAG command
107 * structure of any defined type.
108 */
109 typedef union jtag_command_container_u
110 {
111 struct scan_command* scan;
112 struct statemove_command* statemove;
113 struct pathmove_command* pathmove;
114 struct runtest_command* runtest;
115 struct stableclocks_command* stableclocks;
116 struct reset_command* reset;
117 end_state_command_t* end_state;
118 sleep_command_t* sleep;
119 } jtag_command_container_t;
120
121 /**
122 * The type of the @c jtag_command_container_u contained by a
123 * @c jtag_command_s structure.
124 */
125 enum jtag_command_type {
126 JTAG_SCAN = 1,
127 JTAG_STATEMOVE = 2,
128 JTAG_RUNTEST = 3,
129 JTAG_RESET = 4,
130 JTAG_PATHMOVE = 6,
131 JTAG_SLEEP = 7,
132 JTAG_STABLECLOCKS = 8
133 };
134
135 typedef struct jtag_command_s
136 {
137 jtag_command_container_t cmd;
138 enum jtag_command_type type;
139 struct jtag_command_s* next;
140 } jtag_command_t;
141
142 /// The current queue of jtag_command_s structures.
143 extern jtag_command_t* jtag_command_queue;
144
145 void* cmd_queue_alloc(size_t size);
146 void cmd_queue_free(void);
147
148 void jtag_queue_command(jtag_command_t *cmd);
149 void jtag_command_queue_reset(void);
150
151 enum scan_type jtag_scan_type(const struct scan_command* cmd);
152 int jtag_scan_size(const struct scan_command* cmd);
153 int jtag_read_buffer(uint8_t* buffer, const struct scan_command* cmd);
154 int jtag_build_buffer(const struct scan_command* cmd, uint8_t** buffer);
155
156 #endif // JTAG_COMMANDS_H

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)