3b055d19a565995fb7d1e3b1015edec527c6cea8
[openocd.git] / src / flash / nor / drivers.c
1 /***************************************************************************
2 * Copyright (C) 2009 Zachary T Welch <zw@superlucidity.net> *
3 * *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
8 * *
9 * This program is distributed in the hope that it will be useful, *
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12 * GNU General Public License for more details. *
13 * *
14 * You should have received a copy of the GNU General Public License *
15 * along with this program. If not, see <http://www.gnu.org/licenses/>. *
16 ***************************************************************************/
17
18 #ifdef HAVE_CONFIG_H
19 #include "config.h"
20 #endif
21 #include "imp.h"
22
23 extern struct flash_driver aduc702x_flash;
24 extern struct flash_driver aducm360_flash;
25 extern struct flash_driver ambiqmicro_flash;
26 extern struct flash_driver at91sam3_flash;
27 extern struct flash_driver at91sam4_flash;
28 extern struct flash_driver at91sam4l_flash;
29 extern struct flash_driver at91sam7_flash;
30 extern struct flash_driver at91samd_flash;
31 extern struct flash_driver ath79_flash;
32 extern struct flash_driver atsamv_flash;
33 extern struct flash_driver avr_flash;
34 extern struct flash_driver cfi_flash;
35 extern struct flash_driver dsp5680xx_flash;
36 extern struct flash_driver efm32_flash;
37 extern struct flash_driver em357_flash;
38 extern struct flash_driver faux_flash;
39 extern struct flash_driver fm3_flash;
40 extern struct flash_driver fm4_flash;
41 extern struct flash_driver jtagspi_flash;
42 extern struct flash_driver kinetis_flash;
43 extern struct flash_driver kinetis_ke_flash;
44 extern struct flash_driver lpc2000_flash;
45 extern struct flash_driver lpc288x_flash;
46 extern struct flash_driver lpc2900_flash;
47 extern struct flash_driver lpcspifi_flash;
48 extern struct flash_driver mdr_flash;
49 extern struct flash_driver mrvlqspi_flash;
50 extern struct flash_driver niietcm4_flash;
51 extern struct flash_driver nrf5_flash;
52 extern struct flash_driver nrf51_flash;
53 extern struct flash_driver numicro_flash;
54 extern struct flash_driver ocl_flash;
55 extern struct flash_driver pic32mx_flash;
56 extern struct flash_driver psoc4_flash;
57 extern struct flash_driver sim3x_flash;
58 extern struct flash_driver stellaris_flash;
59 extern struct flash_driver stm32f1x_flash;
60 extern struct flash_driver stm32f2x_flash;
61 extern struct flash_driver stm32lx_flash;
62 extern struct flash_driver stm32l4x_flash;
63 extern struct flash_driver stm32h7x_flash;
64 extern struct flash_driver stmsmi_flash;
65 extern struct flash_driver str7x_flash;
66 extern struct flash_driver str9x_flash;
67 extern struct flash_driver str9xpec_flash;
68 extern struct flash_driver tms470_flash;
69 extern struct flash_driver virtual_flash;
70 extern struct flash_driver xcf_flash;
71 extern struct flash_driver xmc1xxx_flash;
72 extern struct flash_driver xmc4xxx_flash;
73
74 /**
75 * The list of built-in flash drivers.
76 * @todo Make this dynamically extendable with loadable modules.
77 */
78 static struct flash_driver *flash_drivers[] = {
79 &aduc702x_flash,
80 &aducm360_flash,
81 &ambiqmicro_flash,
82 &at91sam3_flash,
83 &at91sam4_flash,
84 &at91sam4l_flash,
85 &at91sam7_flash,
86 &at91samd_flash,
87 &ath79_flash,
88 &atsamv_flash,
89 &avr_flash,
90 &cfi_flash,
91 &dsp5680xx_flash,
92 &efm32_flash,
93 &em357_flash,
94 &faux_flash,
95 &fm3_flash,
96 &fm4_flash,
97 &jtagspi_flash,
98 &kinetis_flash,
99 &kinetis_ke_flash,
100 &lpc2000_flash,
101 &lpc288x_flash,
102 &lpc2900_flash,
103 &lpcspifi_flash,
104 &mdr_flash,
105 &mrvlqspi_flash,
106 &niietcm4_flash,
107 &nrf5_flash,
108 &nrf51_flash,
109 &numicro_flash,
110 &ocl_flash,
111 &pic32mx_flash,
112 &psoc4_flash,
113 &sim3x_flash,
114 &stellaris_flash,
115 &stm32f1x_flash,
116 &stm32f2x_flash,
117 &stm32lx_flash,
118 &stm32l4x_flash,
119 &stm32h7x_flash,
120 &stmsmi_flash,
121 &str7x_flash,
122 &str9x_flash,
123 &str9xpec_flash,
124 &tms470_flash,
125 &virtual_flash,
126 &xcf_flash,
127 &xmc1xxx_flash,
128 &xmc4xxx_flash,
129 NULL,
130 };
131
132 struct flash_driver *flash_driver_find_by_name(const char *name)
133 {
134 for (unsigned i = 0; flash_drivers[i]; i++) {
135 if (strcmp(name, flash_drivers[i]->name) == 0)
136 return flash_drivers[i];
137 }
138 return NULL;
139 }

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)