blob: 122866fc05c2c2cd5c2b2e79cd438127286602bf [file] [log] [blame]
Paul Fox05dfbe62009-06-16 21:08:06 +00001/*
2 * This file is part of the flashrom project.
3 *
4 * Copyright (C) 2009 Paul Fox <pgf@laptop.org>
Carl-Daniel Hailfinger5824fbf2010-05-21 23:09:42 +00005 * Copyright (C) 2009, 2010 Carl-Daniel Hailfinger
Paul Fox05dfbe62009-06-16 21:08:06 +00006 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000021#if CONFIG_FT2232_SPI == 1
Carl-Daniel Hailfinger3426ef62009-08-19 13:27:58 +000022
Paul Fox05dfbe62009-06-16 21:08:06 +000023#include <stdio.h>
Paul Fox05dfbe62009-06-16 21:08:06 +000024#include <string.h>
25#include <stdlib.h>
Carl-Daniel Hailfingerfeea2722009-07-01 00:02:23 +000026#include <ctype.h>
Paul Fox05dfbe62009-06-16 21:08:06 +000027#include "flash.h"
Carl-Daniel Hailfinger5b997c32010-07-27 22:41:39 +000028#include "programmer.h"
Paul Fox05dfbe62009-06-16 21:08:06 +000029#include "spi.h"
Paul Fox05dfbe62009-06-16 21:08:06 +000030#include <ftdi.h>
31
Uwe Hermann836b26a2011-10-14 20:33:14 +000032/* Please keep sorted by vendor ID, then device ID. */
33
Uwe Hermann70145292010-07-29 19:57:55 +000034#define FTDI_VID 0x0403
35#define FTDI_FT2232H_PID 0x6010
36#define FTDI_FT4232H_PID 0x6011
Uwe Hermann836b26a2011-10-14 20:33:14 +000037#define TIAO_TUMPA_PID 0x8a98
Uwe Hermann70145292010-07-29 19:57:55 +000038#define AMONTEC_JTAGKEY_PID 0xCFF8
Jörg Fischer6529b9f2010-07-29 15:54:53 +000039
Samir Ibradžić7189a5f2011-10-20 23:14:10 +000040#define GOEPEL_VID 0x096C
41#define GOEPEL_PICOTAP_PID 0x1449
42
Alex Badeacaf2d422010-11-10 03:26:57 +000043#define FIC_VID 0x1457
44#define OPENMOKO_DBGBOARD_PID 0x5118
45
Pete Batardc0207062011-06-11 12:21:37 +000046#define OLIMEX_VID 0x15BA
47#define OLIMEX_ARM_OCD_PID 0x0003
48#define OLIMEX_ARM_TINY_PID 0x0004
49#define OLIMEX_ARM_OCD_H_PID 0x002B
50#define OLIMEX_ARM_TINY_H_PID 0x002A
51
Jörg Fischer6529b9f2010-07-29 15:54:53 +000052const struct usbdev_status devs_ft2232spi[] = {
Uwe Hermann70145292010-07-29 19:57:55 +000053 {FTDI_VID, FTDI_FT2232H_PID, OK, "FTDI", "FT2232H"},
54 {FTDI_VID, FTDI_FT4232H_PID, OK, "FTDI", "FT4232H"},
Uwe Hermann836b26a2011-10-14 20:33:14 +000055 {FTDI_VID, TIAO_TUMPA_PID, OK, "TIAO", "USB Multi-Protocol Adapter"},
Uwe Hermann70145292010-07-29 19:57:55 +000056 {FTDI_VID, AMONTEC_JTAGKEY_PID, OK, "Amontec", "JTAGkey"},
Samir Ibradžić7189a5f2011-10-20 23:14:10 +000057 {GOEPEL_VID, GOEPEL_PICOTAP_PID, OK, "GOEPEL", "PicoTAP"},
Pete Batardc0207062011-06-11 12:21:37 +000058 {FIC_VID, OPENMOKO_DBGBOARD_PID, OK, "FIC",
Alex Badeacaf2d422010-11-10 03:26:57 +000059 "OpenMoko Neo1973 Debug board (V2+)"},
Pete Batardc0207062011-06-11 12:21:37 +000060 {OLIMEX_VID, OLIMEX_ARM_OCD_PID, NT, "Olimex", "ARM-USB-OCD"},
61 {OLIMEX_VID, OLIMEX_ARM_TINY_PID, OK, "Olimex", "ARM-USB-TINY"},
62 {OLIMEX_VID, OLIMEX_ARM_OCD_H_PID, NT, "Olimex", "ARM-USB-OCD-H"},
63 {OLIMEX_VID, OLIMEX_ARM_TINY_H_PID, NT, "Olimex", "ARM-USB-TINY-H"},
Uwe Hermann70145292010-07-29 19:57:55 +000064 {},
Jörg Fischer6529b9f2010-07-29 15:54:53 +000065};
66
Uwe Hermannc67d0372009-10-01 18:40:02 +000067/*
68 * The 'H' chips can run internally at either 12MHz or 60MHz.
69 * The non-H chips can only run at 12MHz.
70 */
Alex Badea0b94d052010-11-10 03:18:41 +000071static uint8_t clock_5x = 1;
Paul Fox05dfbe62009-06-16 21:08:06 +000072
Uwe Hermannc67d0372009-10-01 18:40:02 +000073/*
74 * In either case, the divisor is a simple integer clock divider.
Alex Badea0b94d052010-11-10 03:18:41 +000075 * If clock_5x is set, this divisor divides 30MHz, else it divides 6MHz.
Uwe Hermannc67d0372009-10-01 18:40:02 +000076 */
77#define DIVIDE_BY 3 /* e.g. '3' will give either 10MHz or 2MHz SPI clock. */
Paul Fox05dfbe62009-06-16 21:08:06 +000078
Uwe Hermannc67d0372009-10-01 18:40:02 +000079#define BITMODE_BITBANG_NORMAL 1
80#define BITMODE_BITBANG_SPI 2
Paul Fox05dfbe62009-06-16 21:08:06 +000081
Jörg Fischer6529b9f2010-07-29 15:54:53 +000082/* Set data bits low-byte command:
83 * value: 0x08 CS=high, DI=low, DO=low, SK=low
84 * dir: 0x0b CS=output, DI=input, DO=output, SK=output
85 *
86 * JTAGkey(2) needs to enable its output via Bit4 / GPIOL0
87 * value: 0x18 OE=high, CS=high, DI=low, DO=low, SK=low
88 * dir: 0x1b OE=output, CS=output, DI=input, DO=output, SK=output
Jörg Fischer6529b9f2010-07-29 15:54:53 +000089 */
Uwe Hermann70145292010-07-29 19:57:55 +000090static uint8_t cs_bits = 0x08;
91static uint8_t pindir = 0x0b;
Paul Fox05dfbe62009-06-16 21:08:06 +000092static struct ftdi_context ftdic_context;
93
Jörg Fischer6529b9f2010-07-29 15:54:53 +000094static const char *get_ft2232_devicename(int ft2232_vid, int ft2232_type)
95{
96 int i;
Uwe Hermann70145292010-07-29 19:57:55 +000097 for (i = 0; devs_ft2232spi[i].vendor_name != NULL; i++) {
Jörg Fischer6529b9f2010-07-29 15:54:53 +000098 if ((devs_ft2232spi[i].device_id == ft2232_type)
99 && (devs_ft2232spi[i].vendor_id == ft2232_vid))
100 return devs_ft2232spi[i].device_name;
101 }
102 return "unknown device";
103}
104
105static const char *get_ft2232_vendorname(int ft2232_vid, int ft2232_type)
106{
107 int i;
Uwe Hermann70145292010-07-29 19:57:55 +0000108 for (i = 0; devs_ft2232spi[i].vendor_name != NULL; i++) {
109 if ((devs_ft2232spi[i].device_id == ft2232_type)
110 && (devs_ft2232spi[i].vendor_id == ft2232_vid))
111 return devs_ft2232spi[i].vendor_name;
112 }
113 return "unknown vendor";
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000114}
115
Uwe Hermann70145292010-07-29 19:57:55 +0000116static int send_buf(struct ftdi_context *ftdic, const unsigned char *buf,
117 int size)
Paul Fox05dfbe62009-06-16 21:08:06 +0000118{
119 int r;
120 r = ftdi_write_data(ftdic, (unsigned char *) buf, size);
121 if (r < 0) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000122 msg_perr("ftdi_write_data: %d, %s\n", r,
Paul Fox05dfbe62009-06-16 21:08:06 +0000123 ftdi_get_error_string(ftdic));
124 return 1;
125 }
126 return 0;
127}
128
Uwe Hermann70145292010-07-29 19:57:55 +0000129static int get_buf(struct ftdi_context *ftdic, const unsigned char *buf,
130 int size)
Paul Fox05dfbe62009-06-16 21:08:06 +0000131{
132 int r;
Alex Badeab9556e02010-11-10 03:10:41 +0000133
134 while (size > 0) {
135 r = ftdi_read_data(ftdic, (unsigned char *) buf, size);
136 if (r < 0) {
137 msg_perr("ftdi_read_data: %d, %s\n", r,
138 ftdi_get_error_string(ftdic));
139 return 1;
140 }
141 buf += r;
142 size -= r;
Paul Fox05dfbe62009-06-16 21:08:06 +0000143 }
144 return 0;
145}
146
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000147static int ft2232_spi_send_command(struct flashctx *flash,
148 unsigned int writecnt, unsigned int readcnt,
149 const unsigned char *writearr,
150 unsigned char *readarr);
Michael Karcherb9dbe482011-05-11 17:07:07 +0000151
152static const struct spi_programmer spi_programmer_ft2232 = {
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000153 .type = SPI_CONTROLLER_FT2232,
154 .max_data_read = 64 * 1024,
155 .max_data_write = 256,
156 .command = ft2232_spi_send_command,
157 .multicommand = default_spi_send_multicommand,
158 .read = default_spi_read,
159 .write_256 = default_spi_write_256,
Michael Karcherb9dbe482011-05-11 17:07:07 +0000160};
161
Uwe Hermann274a20d2011-07-21 09:18:18 +0000162/* Returns 0 upon success, a negative number upon errors. */
Paul Fox05dfbe62009-06-16 21:08:06 +0000163int ft2232_spi_init(void)
164{
Uwe Hermann274a20d2011-07-21 09:18:18 +0000165 int f, ret = 0;
Paul Fox05dfbe62009-06-16 21:08:06 +0000166 struct ftdi_context *ftdic = &ftdic_context;
167 unsigned char buf[512];
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000168 int ft2232_vid = FTDI_VID;
169 int ft2232_type = FTDI_FT4232H_PID;
Carl-Daniel Hailfingerfeea2722009-07-01 00:02:23 +0000170 enum ftdi_interface ft2232_interface = INTERFACE_B;
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000171 char *arg;
Alex Badea0b94d052010-11-10 03:18:41 +0000172 double mpsse_clk;
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000173
Carl-Daniel Hailfinger2b6dcb32010-07-08 10:13:37 +0000174 arg = extract_programmer_param("type");
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000175 if (arg) {
176 if (!strcasecmp(arg, "2232H"))
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000177 ft2232_type = FTDI_FT2232H_PID;
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000178 else if (!strcasecmp(arg, "4232H"))
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000179 ft2232_type = FTDI_FT4232H_PID;
180 else if (!strcasecmp(arg, "jtagkey")) {
181 ft2232_type = AMONTEC_JTAGKEY_PID;
182 ft2232_interface = INTERFACE_A;
183 cs_bits = 0x18;
Uwe Hermann70145292010-07-29 19:57:55 +0000184 pindir = 0x1b;
Samir Ibradžić7189a5f2011-10-20 23:14:10 +0000185 } else if (!strcasecmp(arg, "picotap")) {
186 ft2232_vid = GOEPEL_VID;
187 ft2232_type = GOEPEL_PICOTAP_PID;
188 ft2232_interface = INTERFACE_A;
Uwe Hermann836b26a2011-10-14 20:33:14 +0000189 } else if (!strcasecmp(arg, "tumpa")) {
190 /* Interface A is SPI1, B is SPI2. */
191 ft2232_type = TIAO_TUMPA_PID;
192 ft2232_interface = INTERFACE_A;
Steve Markgraf0528b7f2011-08-12 01:19:32 +0000193 } else if (!strcasecmp(arg, "busblaster")) {
194 /* In its default configuration it is a jtagkey clone */
195 ft2232_type = FTDI_FT2232H_PID;
196 ft2232_interface = INTERFACE_A;
197 cs_bits = 0x18;
198 pindir = 0x1b;
Alex Badeacaf2d422010-11-10 03:26:57 +0000199 } else if (!strcasecmp(arg, "openmoko")) {
200 ft2232_vid = FIC_VID;
201 ft2232_type = OPENMOKO_DBGBOARD_PID;
202 ft2232_interface = INTERFACE_A;
Pete Batardc0207062011-06-11 12:21:37 +0000203 } else if (!strcasecmp(arg, "arm-usb-ocd")) {
204 ft2232_vid = OLIMEX_VID;
205 ft2232_type = OLIMEX_ARM_OCD_PID;
206 ft2232_interface = INTERFACE_A;
Paul Fertser3cf335e2011-12-20 02:08:14 +0000207 cs_bits = 0x08;
208 pindir = 0x1b;
Pete Batardc0207062011-06-11 12:21:37 +0000209 } else if (!strcasecmp(arg, "arm-usb-tiny")) {
210 ft2232_vid = OLIMEX_VID;
211 ft2232_type = OLIMEX_ARM_TINY_PID;
212 ft2232_interface = INTERFACE_A;
213 } else if (!strcasecmp(arg, "arm-usb-ocd-h")) {
214 ft2232_vid = OLIMEX_VID;
215 ft2232_type = OLIMEX_ARM_OCD_H_PID;
216 ft2232_interface = INTERFACE_A;
Paul Fertser3cf335e2011-12-20 02:08:14 +0000217 cs_bits = 0x08;
218 pindir = 0x1b;
Pete Batardc0207062011-06-11 12:21:37 +0000219 } else if (!strcasecmp(arg, "arm-usb-tiny-h")) {
220 ft2232_vid = OLIMEX_VID;
221 ft2232_type = OLIMEX_ARM_TINY_H_PID;
222 ft2232_interface = INTERFACE_A;
Alex Badeacaf2d422010-11-10 03:26:57 +0000223 } else {
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000224 msg_perr("Error: Invalid device type specified.\n");
225 free(arg);
Uwe Hermann274a20d2011-07-21 09:18:18 +0000226 return -1;
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000227 }
228 }
229 free(arg);
Carl-Daniel Hailfinger2b6dcb32010-07-08 10:13:37 +0000230 arg = extract_programmer_param("port");
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000231 if (arg) {
Carl-Daniel Hailfinger9e3a6c42010-10-08 12:40:09 +0000232 switch (toupper((unsigned char)*arg)) {
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000233 case 'A':
234 ft2232_interface = INTERFACE_A;
235 break;
236 case 'B':
237 ft2232_interface = INTERFACE_B;
238 break;
239 default:
240 msg_perr("Error: Invalid port/interface specified.\n");
241 free(arg);
Uwe Hermann274a20d2011-07-21 09:18:18 +0000242 return -2;
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000243 }
244 }
245 free(arg);
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000246 msg_pdbg("Using device type %s %s ",
Uwe Hermann70145292010-07-29 19:57:55 +0000247 get_ft2232_vendorname(ft2232_vid, ft2232_type),
248 get_ft2232_devicename(ft2232_vid, ft2232_type));
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000249 msg_pdbg("interface %s\n",
Uwe Hermann70145292010-07-29 19:57:55 +0000250 (ft2232_interface == INTERFACE_A) ? "A" : "B");
Paul Fox05dfbe62009-06-16 21:08:06 +0000251
252 if (ftdi_init(ftdic) < 0) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000253 msg_perr("ftdi_init failed\n");
Uwe Hermann274a20d2011-07-21 09:18:18 +0000254 return -3;
Paul Fox05dfbe62009-06-16 21:08:06 +0000255 }
256
Alex Badeab1b459c2010-11-10 03:22:39 +0000257 f = ftdi_usb_open(ftdic, ft2232_vid, ft2232_type);
Paul Fox05dfbe62009-06-16 21:08:06 +0000258
259 if (f < 0 && f != -5) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000260 msg_perr("Unable to open FTDI device: %d (%s)\n", f,
Paul Fox05dfbe62009-06-16 21:08:06 +0000261 ftdi_get_error_string(ftdic));
Uwe Hermann274a20d2011-07-21 09:18:18 +0000262 return -4;
Paul Fox05dfbe62009-06-16 21:08:06 +0000263 }
264
Alex Badea0b94d052010-11-10 03:18:41 +0000265 if (ftdic->type != TYPE_2232H && ftdic->type != TYPE_4232H) {
266 msg_pdbg("FTDI chip type %d is not high-speed\n",
267 ftdic->type);
268 clock_5x = 0;
269 }
270
Carl-Daniel Hailfingerfeea2722009-07-01 00:02:23 +0000271 if (ftdi_set_interface(ftdic, ft2232_interface) < 0) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000272 msg_perr("Unable to select interface: %s\n",
Paul Fox05dfbe62009-06-16 21:08:06 +0000273 ftdic->error_str);
274 }
275
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000276 if (ftdi_usb_reset(ftdic) < 0) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000277 msg_perr("Unable to reset FTDI device\n");
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000278 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000279
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000280 if (ftdi_set_latency_timer(ftdic, 2) < 0) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000281 msg_perr("Unable to set latency timer\n");
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000282 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000283
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000284 if (ftdi_write_data_set_chunksize(ftdic, 256)) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000285 msg_perr("Unable to set chunk size\n");
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000286 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000287
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000288 if (ftdi_set_bitmode(ftdic, 0x00, BITMODE_BITBANG_SPI) < 0) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000289 msg_perr("Unable to set bitmode to SPI\n");
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000290 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000291
Alex Badea0b94d052010-11-10 03:18:41 +0000292 if (clock_5x) {
293 msg_pdbg("Disable divide-by-5 front stage\n");
294 buf[0] = 0x8a; /* Disable divide-by-5. */
Uwe Hermann274a20d2011-07-21 09:18:18 +0000295 if (send_buf(ftdic, buf, 1)) {
296 ret = -5;
297 goto ftdi_err;
298 }
Alex Badea0b94d052010-11-10 03:18:41 +0000299 mpsse_clk = 60.0;
300 } else {
301 mpsse_clk = 12.0;
302 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000303
Sean Nelson34b5db72010-01-10 01:08:37 +0000304 msg_pdbg("Set clock divisor\n");
Paul Fox05dfbe62009-06-16 21:08:06 +0000305 buf[0] = 0x86; /* command "set divisor" */
306 /* valueL/valueH are (desired_divisor - 1) */
Uwe Hermannc67d0372009-10-01 18:40:02 +0000307 buf[1] = (DIVIDE_BY - 1) & 0xff;
308 buf[2] = ((DIVIDE_BY - 1) >> 8) & 0xff;
Uwe Hermann274a20d2011-07-21 09:18:18 +0000309 if (send_buf(ftdic, buf, 3)) {
310 ret = -6;
311 goto ftdi_err;
312 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000313
Alex Badea0b94d052010-11-10 03:18:41 +0000314 msg_pdbg("MPSSE clock: %f MHz divisor: %d "
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000315 "SPI clock: %f MHz\n", mpsse_clk, DIVIDE_BY,
Alex Badea0b94d052010-11-10 03:18:41 +0000316 (double)(mpsse_clk / (((DIVIDE_BY - 1) + 1) * 2)));
Paul Fox05dfbe62009-06-16 21:08:06 +0000317
Uwe Hermannc67d0372009-10-01 18:40:02 +0000318 /* Disconnect TDI/DO to TDO/DI for loopback. */
Sean Nelson34b5db72010-01-10 01:08:37 +0000319 msg_pdbg("No loopback of TDI/DO TDO/DI\n");
Paul Fox05dfbe62009-06-16 21:08:06 +0000320 buf[0] = 0x85;
Uwe Hermann274a20d2011-07-21 09:18:18 +0000321 if (send_buf(ftdic, buf, 1)) {
322 ret = -7;
323 goto ftdi_err;
324 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000325
Sean Nelson34b5db72010-01-10 01:08:37 +0000326 msg_pdbg("Set data bits\n");
Paul Fox05dfbe62009-06-16 21:08:06 +0000327 buf[0] = SET_BITS_LOW;
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000328 buf[1] = cs_bits;
329 buf[2] = pindir;
Uwe Hermann274a20d2011-07-21 09:18:18 +0000330 if (send_buf(ftdic, buf, 3)) {
331 ret = -8;
332 goto ftdi_err;
333 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000334
Sean Nelson34b5db72010-01-10 01:08:37 +0000335 // msg_pdbg("\nft2232 chosen\n");
Paul Fox05dfbe62009-06-16 21:08:06 +0000336
Michael Karcherb9dbe482011-05-11 17:07:07 +0000337 register_spi_programmer(&spi_programmer_ft2232);
Paul Fox05dfbe62009-06-16 21:08:06 +0000338
339 return 0;
Uwe Hermann274a20d2011-07-21 09:18:18 +0000340
341ftdi_err:
342 if ((f = ftdi_usb_close(ftdic)) < 0) {
343 msg_perr("Unable to close FTDI device: %d (%s)\n", f,
344 ftdi_get_error_string(ftdic));
345 }
346
347 return ret;
Paul Fox05dfbe62009-06-16 21:08:06 +0000348}
349
Uwe Hermann274a20d2011-07-21 09:18:18 +0000350/* Returns 0 upon success, a negative number upon errors. */
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000351static int ft2232_spi_send_command(struct flashctx *flash,
352 unsigned int writecnt, unsigned int readcnt,
353 const unsigned char *writearr,
354 unsigned char *readarr)
Paul Fox05dfbe62009-06-16 21:08:06 +0000355{
356 struct ftdi_context *ftdic = &ftdic_context;
357 static unsigned char *buf = NULL;
Carl-Daniel Hailfingera2441ce2009-11-22 01:33:40 +0000358 /* failed is special. We use bitwise ops, but it is essentially bool. */
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000359 int i = 0, ret = 0, failed = 0;
360 int bufsize;
Carl-Daniel Hailfingerb7e01452009-11-25 16:58:17 +0000361 static int oldbufsize = 0;
Paul Fox05dfbe62009-06-16 21:08:06 +0000362
Carl-Daniel Hailfinger142e30f2009-07-14 10:26:56 +0000363 if (writecnt > 65536 || readcnt > 65536)
364 return SPI_INVALID_LENGTH;
365
Carl-Daniel Hailfingerb7e01452009-11-25 16:58:17 +0000366 /* buf is not used for the response from the chip. */
367 bufsize = max(writecnt + 9, 260 + 9);
368 /* Never shrink. realloc() calls are expensive. */
369 if (bufsize > oldbufsize) {
370 buf = realloc(buf, bufsize);
371 if (!buf) {
Sean Nelson34b5db72010-01-10 01:08:37 +0000372 msg_perr("Out of memory!\n");
Uwe Hermann274a20d2011-07-21 09:18:18 +0000373 /* TODO: What to do with buf? */
374 return SPI_GENERIC_ERROR;
Carl-Daniel Hailfingerb7e01452009-11-25 16:58:17 +0000375 }
376 oldbufsize = bufsize;
Paul Fox05dfbe62009-06-16 21:08:06 +0000377 }
378
Uwe Hermannc67d0372009-10-01 18:40:02 +0000379 /*
380 * Minimize USB transfers by packing as many commands as possible
381 * together. If we're not expecting to read, we can assert CS#, write,
382 * and deassert CS# all in one shot. If reading, we do three separate
Stefan Reinauerab044b22009-09-16 08:26:59 +0000383 * operations.
384 */
Sean Nelson34b5db72010-01-10 01:08:37 +0000385 msg_pspew("Assert CS#\n");
Paul Fox05dfbe62009-06-16 21:08:06 +0000386 buf[i++] = SET_BITS_LOW;
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000387 buf[i++] = 0 & ~cs_bits; /* assertive */
388 buf[i++] = pindir;
Paul Fox05dfbe62009-06-16 21:08:06 +0000389
390 if (writecnt) {
391 buf[i++] = 0x11;
392 buf[i++] = (writecnt - 1) & 0xff;
393 buf[i++] = ((writecnt - 1) >> 8) & 0xff;
Uwe Hermannc67d0372009-10-01 18:40:02 +0000394 memcpy(buf + i, writearr, writecnt);
Paul Fox05dfbe62009-06-16 21:08:06 +0000395 i += writecnt;
396 }
397
Uwe Hermannc67d0372009-10-01 18:40:02 +0000398 /*
399 * Optionally terminate this batch of commands with a
Paul Fox05dfbe62009-06-16 21:08:06 +0000400 * read command, then do the fetch of the results.
401 */
402 if (readcnt) {
403 buf[i++] = 0x20;
404 buf[i++] = (readcnt - 1) & 0xff;
405 buf[i++] = ((readcnt - 1) >> 8) & 0xff;
406 ret = send_buf(ftdic, buf, i);
Carl-Daniel Hailfingera2441ce2009-11-22 01:33:40 +0000407 failed = ret;
408 /* We can't abort here, we still have to deassert CS#. */
409 if (ret)
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000410 msg_perr("send_buf failed before read: %i\n", ret);
Paul Fox05dfbe62009-06-16 21:08:06 +0000411 i = 0;
Stefan Reinauerab044b22009-09-16 08:26:59 +0000412 if (ret == 0) {
Uwe Hermannc67d0372009-10-01 18:40:02 +0000413 /*
414 * FIXME: This is unreliable. There's no guarantee that
415 * we read the response directly after sending the read
416 * command. We may be scheduled out etc.
Stefan Reinauerab044b22009-09-16 08:26:59 +0000417 */
418 ret = get_buf(ftdic, readarr, readcnt);
Carl-Daniel Hailfingera2441ce2009-11-22 01:33:40 +0000419 failed |= ret;
420 /* We can't abort here either. */
421 if (ret)
Sean Nelson34b5db72010-01-10 01:08:37 +0000422 msg_perr("get_buf failed: %i\n", ret);
Stefan Reinauerab044b22009-09-16 08:26:59 +0000423 }
Paul Fox05dfbe62009-06-16 21:08:06 +0000424 }
425
Sean Nelson34b5db72010-01-10 01:08:37 +0000426 msg_pspew("De-assert CS#\n");
Paul Fox05dfbe62009-06-16 21:08:06 +0000427 buf[i++] = SET_BITS_LOW;
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000428 buf[i++] = cs_bits;
429 buf[i++] = pindir;
Carl-Daniel Hailfingera2441ce2009-11-22 01:33:40 +0000430 ret = send_buf(ftdic, buf, i);
431 failed |= ret;
432 if (ret)
Sean Nelson34b5db72010-01-10 01:08:37 +0000433 msg_perr("send_buf failed at end: %i\n", ret);
Paul Fox05dfbe62009-06-16 21:08:06 +0000434
Carl-Daniel Hailfingera2441ce2009-11-22 01:33:40 +0000435 return failed ? -1 : 0;
Paul Fox05dfbe62009-06-16 21:08:06 +0000436}
437
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000438void print_supported_usbdevs(const struct usbdev_status *devs)
439{
Uwe Hermann70145292010-07-29 19:57:55 +0000440 int i;
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000441
Carl-Daniel Hailfingera73fb492010-10-06 23:48:34 +0000442 msg_pinfo("USB devices:\n");
Uwe Hermann70145292010-07-29 19:57:55 +0000443 for (i = 0; devs[i].vendor_name != NULL; i++) {
444 msg_pinfo("%s %s [%04x:%04x]%s\n", devs[i].vendor_name,
445 devs[i].device_name, devs[i].vendor_id,
446 devs[i].device_id,
447 (devs[i].status == NT) ? " (untested)" : "");
448 }
Jörg Fischer6529b9f2010-07-29 15:54:53 +0000449}
450
Paul Fox05dfbe62009-06-16 21:08:06 +0000451#endif