blob: 383ca585e40885a519937ded5ffab7cb525d7c41 [file] [log] [blame]
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +00001/*
2 * This file is part of the flashrom project.
3 *
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +00004 * Copyright (C) 2009,2010 Carl-Daniel Hailfinger
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +00005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +00008 * the Free Software Foundation; version 2 of the License.
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +00009 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +000020#include <string.h>
21#include <stdlib.h>
Carl-Daniel Hailfinger1b83be52012-02-08 23:28:54 +000022#include <stdio.h>
23#include <ctype.h>
Stefan Tauner5e695ab2012-05-06 17:03:40 +000024#include <errno.h>
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +000025#include "flash.h"
Carl-Daniel Hailfinger1b0ba892010-06-20 10:58:32 +000026#include "chipdrivers.h"
Carl-Daniel Hailfinger5b997c32010-07-27 22:41:39 +000027#include "programmer.h"
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +000028
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +000029/* Remove the #define below if you don't want SPI flash chip emulation. */
30#define EMULATE_SPI_CHIP 1
31
32#if EMULATE_SPI_CHIP
33#define EMULATE_CHIP 1
34#include "spi.h"
35#endif
36
37#if EMULATE_CHIP
38#include <sys/types.h>
39#include <sys/stat.h>
40#endif
41
42#if EMULATE_CHIP
43static uint8_t *flashchip_contents = NULL;
44enum emu_chip {
45 EMULATE_NONE,
46 EMULATE_ST_M25P10_RES,
47 EMULATE_SST_SST25VF040_REMS,
48 EMULATE_SST_SST25VF032B,
Stefan Tauner0b9df972012-05-07 22:12:16 +000049 EMULATE_MACRONIX_MX25L6436,
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +000050};
51static enum emu_chip emu_chip = EMULATE_NONE;
52static char *emu_persistent_image = NULL;
Stefan Taunerc69c9c82011-11-23 09:13:48 +000053static unsigned int emu_chip_size = 0;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +000054#if EMULATE_SPI_CHIP
Stefan Taunerc69c9c82011-11-23 09:13:48 +000055static unsigned int emu_max_byteprogram_size = 0;
56static unsigned int emu_max_aai_size = 0;
57static unsigned int emu_jedec_se_size = 0;
58static unsigned int emu_jedec_be_52_size = 0;
59static unsigned int emu_jedec_be_d8_size = 0;
60static unsigned int emu_jedec_ce_60_size = 0;
61static unsigned int emu_jedec_ce_c7_size = 0;
Carl-Daniel Hailfinger1b83be52012-02-08 23:28:54 +000062unsigned char spi_blacklist[256];
63unsigned char spi_ignorelist[256];
64int spi_blacklist_size = 0;
65int spi_ignorelist_size = 0;
Stefan Tauner5e695ab2012-05-06 17:03:40 +000066static uint8_t emu_status = 0;
Stefan Tauner0b9df972012-05-07 22:12:16 +000067
68/* A legit complete SFDP table based on the MX25L6436E (rev. 1.8) datasheet. */
Stefan Tauner67d163d2013-01-15 17:37:48 +000069static const uint8_t sfdp_table[] = {
Stefan Tauner0b9df972012-05-07 22:12:16 +000070 0x53, 0x46, 0x44, 0x50, // @0x00: SFDP signature
71 0x00, 0x01, 0x01, 0xFF, // @0x04: revision 1.0, 2 headers
72 0x00, 0x00, 0x01, 0x09, // @0x08: JEDEC SFDP header rev. 1.0, 9 DW long
73 0x1C, 0x00, 0x00, 0xFF, // @0x0C: PTP0 = 0x1C (instead of 0x30)
74 0xC2, 0x00, 0x01, 0x04, // @0x10: Macronix header rev. 1.0, 4 DW long
75 0x48, 0x00, 0x00, 0xFF, // @0x14: PTP1 = 0x48 (instead of 0x60)
76 0xFF, 0xFF, 0xFF, 0xFF, // @0x18: hole.
77 0xE5, 0x20, 0xC9, 0xFF, // @0x1C: SFDP parameter table start
78 0xFF, 0xFF, 0xFF, 0x03, // @0x20
79 0x00, 0xFF, 0x08, 0x6B, // @0x24
80 0x08, 0x3B, 0x00, 0xFF, // @0x28
81 0xEE, 0xFF, 0xFF, 0xFF, // @0x2C
82 0xFF, 0xFF, 0x00, 0x00, // @0x30
83 0xFF, 0xFF, 0x00, 0xFF, // @0x34
84 0x0C, 0x20, 0x0F, 0x52, // @0x38
85 0x10, 0xD8, 0x00, 0xFF, // @0x3C: SFDP parameter table end
86 0xFF, 0xFF, 0xFF, 0xFF, // @0x40: hole.
87 0xFF, 0xFF, 0xFF, 0xFF, // @0x44: hole.
88 0x00, 0x36, 0x00, 0x27, // @0x48: Macronix parameter table start
89 0xF4, 0x4F, 0xFF, 0xFF, // @0x4C
90 0xD9, 0xC8, 0xFF, 0xFF, // @0x50
91 0xFF, 0xFF, 0xFF, 0xFF, // @0x54: Macronix parameter table end
92};
93
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +000094#endif
95#endif
96
Stefan Taunerc69c9c82011-11-23 09:13:48 +000097static unsigned int spi_write_256_chunksize = 256;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +000098
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +000099static int dummy_spi_send_command(struct flashctx *flash, unsigned int writecnt,
100 unsigned int readcnt,
101 const unsigned char *writearr,
102 unsigned char *readarr);
Carl-Daniel Hailfinger63fd9022011-12-14 22:25:15 +0000103static int dummy_spi_write_256(struct flashctx *flash, uint8_t *buf,
Stefan Taunerc69c9c82011-11-23 09:13:48 +0000104 unsigned int start, unsigned int len);
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000105static void dummy_chip_writeb(const struct flashctx *flash, uint8_t val,
106 chipaddr addr);
107static void dummy_chip_writew(const struct flashctx *flash, uint16_t val,
108 chipaddr addr);
109static void dummy_chip_writel(const struct flashctx *flash, uint32_t val,
110 chipaddr addr);
111static void dummy_chip_writen(const struct flashctx *flash, uint8_t *buf,
112 chipaddr addr, size_t len);
113static uint8_t dummy_chip_readb(const struct flashctx *flash,
114 const chipaddr addr);
115static uint16_t dummy_chip_readw(const struct flashctx *flash,
116 const chipaddr addr);
117static uint32_t dummy_chip_readl(const struct flashctx *flash,
118 const chipaddr addr);
119static void dummy_chip_readn(const struct flashctx *flash, uint8_t *buf,
120 const chipaddr addr, size_t len);
Michael Karcherb9dbe482011-05-11 17:07:07 +0000121
122static const struct spi_programmer spi_programmer_dummyflasher = {
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000123 .type = SPI_CONTROLLER_DUMMY,
124 .max_data_read = MAX_DATA_READ_UNLIMITED,
125 .max_data_write = MAX_DATA_UNSPECIFIED,
126 .command = dummy_spi_send_command,
127 .multicommand = default_spi_send_multicommand,
128 .read = default_spi_read,
129 .write_256 = dummy_spi_write_256,
Nico Huber7bca1262012-06-15 22:28:12 +0000130 .write_aai = default_spi_write_aai,
Michael Karcherb9dbe482011-05-11 17:07:07 +0000131};
David Hendricks8bb20212011-06-14 01:35:36 +0000132
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000133static const struct par_programmer par_programmer_dummy = {
134 .chip_readb = dummy_chip_readb,
135 .chip_readw = dummy_chip_readw,
136 .chip_readl = dummy_chip_readl,
137 .chip_readn = dummy_chip_readn,
138 .chip_writeb = dummy_chip_writeb,
139 .chip_writew = dummy_chip_writew,
140 .chip_writel = dummy_chip_writel,
141 .chip_writen = dummy_chip_writen,
142};
143
144enum chipbustype dummy_buses_supported = BUS_NONE;
145
David Hendricks8bb20212011-06-14 01:35:36 +0000146static int dummy_shutdown(void *data)
147{
148 msg_pspew("%s\n", __func__);
149#if EMULATE_CHIP
150 if (emu_chip != EMULATE_NONE) {
151 if (emu_persistent_image) {
152 msg_pdbg("Writing %s\n", emu_persistent_image);
Stefan Taunere0ff1652012-09-22 22:56:09 +0000153 write_buf_to_file(flashchip_contents, emu_chip_size, emu_persistent_image);
154 free(emu_persistent_image);
155 emu_persistent_image = NULL;
David Hendricks8bb20212011-06-14 01:35:36 +0000156 }
157 free(flashchip_contents);
158 }
159#endif
160 return 0;
161}
162
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000163int dummy_init(void)
164{
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000165 char *bustext = NULL;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000166 char *tmp = NULL;
Carl-Daniel Hailfinger1b83be52012-02-08 23:28:54 +0000167 int i;
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000168#if EMULATE_SPI_CHIP
169 char *status = NULL;
170#endif
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000171#if EMULATE_CHIP
172 struct stat image_stat;
173#endif
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000174
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000175 msg_pspew("%s\n", __func__);
Carl-Daniel Hailfinger3504b532009-06-01 00:02:11 +0000176
Carl-Daniel Hailfinger2b6dcb32010-07-08 10:13:37 +0000177 bustext = extract_programmer_param("bus");
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000178 msg_pdbg("Requested buses are: %s\n", bustext ? bustext : "default");
179 if (!bustext)
180 bustext = strdup("parallel+lpc+fwh+spi");
Carl-Daniel Hailfinger3504b532009-06-01 00:02:11 +0000181 /* Convert the parameters to lowercase. */
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000182 tolower_string(bustext);
Carl-Daniel Hailfinger3504b532009-06-01 00:02:11 +0000183
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000184 dummy_buses_supported = BUS_NONE;
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000185 if (strstr(bustext, "parallel")) {
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000186 dummy_buses_supported |= BUS_PARALLEL;
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000187 msg_pdbg("Enabling support for %s flash.\n", "parallel");
Carl-Daniel Hailfinger3504b532009-06-01 00:02:11 +0000188 }
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000189 if (strstr(bustext, "lpc")) {
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000190 dummy_buses_supported |= BUS_LPC;
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000191 msg_pdbg("Enabling support for %s flash.\n", "LPC");
Carl-Daniel Hailfinger3504b532009-06-01 00:02:11 +0000192 }
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000193 if (strstr(bustext, "fwh")) {
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000194 dummy_buses_supported |= BUS_FWH;
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000195 msg_pdbg("Enabling support for %s flash.\n", "FWH");
Carl-Daniel Hailfinger3504b532009-06-01 00:02:11 +0000196 }
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000197 if (strstr(bustext, "spi")) {
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000198 dummy_buses_supported |= BUS_SPI;
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000199 msg_pdbg("Enabling support for %s flash.\n", "SPI");
Carl-Daniel Hailfinger3504b532009-06-01 00:02:11 +0000200 }
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000201 if (dummy_buses_supported == BUS_NONE)
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000202 msg_pdbg("Support for all flash bus types disabled.\n");
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000203 free(bustext);
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000204
205 tmp = extract_programmer_param("spi_write_256_chunksize");
206 if (tmp) {
207 spi_write_256_chunksize = atoi(tmp);
208 free(tmp);
209 if (spi_write_256_chunksize < 1) {
210 msg_perr("invalid spi_write_256_chunksize\n");
211 return 1;
212 }
213 }
214
Carl-Daniel Hailfinger1b83be52012-02-08 23:28:54 +0000215 tmp = extract_programmer_param("spi_blacklist");
216 if (tmp) {
217 i = strlen(tmp);
218 if (!strncmp(tmp, "0x", 2)) {
219 i -= 2;
220 memmove(tmp, tmp + 2, i + 1);
221 }
222 if ((i > 512) || (i % 2)) {
223 msg_perr("Invalid SPI command blacklist length\n");
224 free(tmp);
225 return 1;
226 }
227 spi_blacklist_size = i / 2;
228 for (i = 0; i < spi_blacklist_size * 2; i++) {
229 if (!isxdigit((unsigned char)tmp[i])) {
230 msg_perr("Invalid char \"%c\" in SPI command "
231 "blacklist\n", tmp[i]);
232 free(tmp);
233 return 1;
234 }
235 }
236 for (i = 0; i < spi_blacklist_size; i++) {
Carl-Daniel Hailfinger5b554712012-02-16 01:43:06 +0000237 unsigned int tmp2;
238 /* SCNx8 is apparently not supported by MSVC (and thus
239 * MinGW), so work around it with an extra variable
240 */
241 sscanf(tmp + i * 2, "%2x", &tmp2);
242 spi_blacklist[i] = (uint8_t)tmp2;
Carl-Daniel Hailfinger1b83be52012-02-08 23:28:54 +0000243 }
244 msg_pdbg("SPI blacklist is ");
245 for (i = 0; i < spi_blacklist_size; i++)
246 msg_pdbg("%02x ", spi_blacklist[i]);
247 msg_pdbg(", size %i\n", spi_blacklist_size);
248 }
249 free(tmp);
250
251 tmp = extract_programmer_param("spi_ignorelist");
252 if (tmp) {
253 i = strlen(tmp);
254 if (!strncmp(tmp, "0x", 2)) {
255 i -= 2;
256 memmove(tmp, tmp + 2, i + 1);
257 }
258 if ((i > 512) || (i % 2)) {
259 msg_perr("Invalid SPI command ignorelist length\n");
260 free(tmp);
261 return 1;
262 }
263 spi_ignorelist_size = i / 2;
264 for (i = 0; i < spi_ignorelist_size * 2; i++) {
265 if (!isxdigit((unsigned char)tmp[i])) {
266 msg_perr("Invalid char \"%c\" in SPI command "
267 "ignorelist\n", tmp[i]);
268 free(tmp);
269 return 1;
270 }
271 }
272 for (i = 0; i < spi_ignorelist_size; i++) {
Carl-Daniel Hailfinger5b554712012-02-16 01:43:06 +0000273 unsigned int tmp2;
274 /* SCNx8 is apparently not supported by MSVC (and thus
275 * MinGW), so work around it with an extra variable
276 */
277 sscanf(tmp + i * 2, "%2x", &tmp2);
278 spi_ignorelist[i] = (uint8_t)tmp2;
Carl-Daniel Hailfinger1b83be52012-02-08 23:28:54 +0000279 }
280 msg_pdbg("SPI ignorelist is ");
281 for (i = 0; i < spi_ignorelist_size; i++)
282 msg_pdbg("%02x ", spi_ignorelist[i]);
283 msg_pdbg(", size %i\n", spi_ignorelist_size);
284 }
285 free(tmp);
286
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000287#if EMULATE_CHIP
288 tmp = extract_programmer_param("emulate");
289 if (!tmp) {
290 msg_pdbg("Not emulating any flash chip.\n");
291 /* Nothing else to do. */
David Hendricks8bb20212011-06-14 01:35:36 +0000292 goto dummy_init_out;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000293 }
294#if EMULATE_SPI_CHIP
295 if (!strcmp(tmp, "M25P10.RES")) {
296 emu_chip = EMULATE_ST_M25P10_RES;
297 emu_chip_size = 128 * 1024;
298 emu_max_byteprogram_size = 128;
299 emu_max_aai_size = 0;
300 emu_jedec_se_size = 0;
301 emu_jedec_be_52_size = 0;
302 emu_jedec_be_d8_size = 32 * 1024;
303 emu_jedec_ce_60_size = 0;
304 emu_jedec_ce_c7_size = emu_chip_size;
305 msg_pdbg("Emulating ST M25P10.RES SPI flash chip (RES, page "
306 "write)\n");
307 }
308 if (!strcmp(tmp, "SST25VF040.REMS")) {
309 emu_chip = EMULATE_SST_SST25VF040_REMS;
310 emu_chip_size = 512 * 1024;
311 emu_max_byteprogram_size = 1;
312 emu_max_aai_size = 0;
313 emu_jedec_se_size = 4 * 1024;
314 emu_jedec_be_52_size = 32 * 1024;
315 emu_jedec_be_d8_size = 0;
316 emu_jedec_ce_60_size = emu_chip_size;
317 emu_jedec_ce_c7_size = 0;
318 msg_pdbg("Emulating SST SST25VF040.REMS SPI flash chip (REMS, "
319 "byte write)\n");
320 }
321 if (!strcmp(tmp, "SST25VF032B")) {
322 emu_chip = EMULATE_SST_SST25VF032B;
323 emu_chip_size = 4 * 1024 * 1024;
324 emu_max_byteprogram_size = 1;
325 emu_max_aai_size = 2;
326 emu_jedec_se_size = 4 * 1024;
327 emu_jedec_be_52_size = 32 * 1024;
328 emu_jedec_be_d8_size = 64 * 1024;
329 emu_jedec_ce_60_size = emu_chip_size;
330 emu_jedec_ce_c7_size = emu_chip_size;
331 msg_pdbg("Emulating SST SST25VF032B SPI flash chip (RDID, AAI "
332 "write)\n");
333 }
Stefan Tauner0b9df972012-05-07 22:12:16 +0000334 if (!strcmp(tmp, "MX25L6436")) {
335 emu_chip = EMULATE_MACRONIX_MX25L6436;
336 emu_chip_size = 8 * 1024 * 1024;
337 emu_max_byteprogram_size = 256;
338 emu_max_aai_size = 0;
339 emu_jedec_se_size = 4 * 1024;
340 emu_jedec_be_52_size = 32 * 1024;
341 emu_jedec_be_d8_size = 64 * 1024;
342 emu_jedec_ce_60_size = emu_chip_size;
343 emu_jedec_ce_c7_size = emu_chip_size;
344 msg_pdbg("Emulating Macronix MX25L6436 SPI flash chip (RDID, "
345 "SFDP)\n");
346 }
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000347#endif
348 if (emu_chip == EMULATE_NONE) {
349 msg_perr("Invalid chip specified for emulation: %s\n", tmp);
350 free(tmp);
351 return 1;
352 }
353 free(tmp);
354 flashchip_contents = malloc(emu_chip_size);
355 if (!flashchip_contents) {
356 msg_perr("Out of memory!\n");
357 return 1;
358 }
David Hendricks8bb20212011-06-14 01:35:36 +0000359
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000360#ifdef EMULATE_SPI_CHIP
361 status = extract_programmer_param("spi_status");
362 if (status) {
363 char *endptr;
364 errno = 0;
365 emu_status = strtoul(status, &endptr, 0);
366 free(status);
367 if (errno != 0 || status == endptr) {
368 msg_perr("Error: initial status register specified, "
369 "but the value could not be converted.\n");
370 return 1;
371 }
372 msg_pdbg("Initial status register is set to 0x%02x.\n",
373 emu_status);
374 }
375#endif
376
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000377 msg_pdbg("Filling fake flash chip with 0xff, size %i\n", emu_chip_size);
378 memset(flashchip_contents, 0xff, emu_chip_size);
379
380 emu_persistent_image = extract_programmer_param("image");
381 if (!emu_persistent_image) {
382 /* Nothing else to do. */
David Hendricks8bb20212011-06-14 01:35:36 +0000383 goto dummy_init_out;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000384 }
385 if (!stat(emu_persistent_image, &image_stat)) {
386 msg_pdbg("Found persistent image %s, size %li ",
387 emu_persistent_image, (long)image_stat.st_size);
388 if (image_stat.st_size == emu_chip_size) {
389 msg_pdbg("matches.\n");
390 msg_pdbg("Reading %s\n", emu_persistent_image);
391 read_buf_from_file(flashchip_contents, emu_chip_size,
392 emu_persistent_image);
393 } else {
394 msg_pdbg("doesn't match.\n");
395 }
396 }
397#endif
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000398
David Hendricks8bb20212011-06-14 01:35:36 +0000399dummy_init_out:
400 if (register_shutdown(dummy_shutdown, NULL)) {
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000401 free(flashchip_contents);
David Hendricks8bb20212011-06-14 01:35:36 +0000402 return 1;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000403 }
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000404 if (dummy_buses_supported & (BUS_PARALLEL | BUS_LPC | BUS_FWH))
405 register_par_programmer(&par_programmer_dummy,
406 dummy_buses_supported &
407 (BUS_PARALLEL | BUS_LPC |
408 BUS_FWH));
409 if (dummy_buses_supported & BUS_SPI)
410 register_spi_programmer(&spi_programmer_dummyflasher);
411
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000412 return 0;
413}
414
Carl-Daniel Hailfinger1455b2b2009-05-11 14:13:25 +0000415void *dummy_map(const char *descr, unsigned long phys_addr, size_t len)
416{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000417 msg_pspew("%s: Mapping %s, 0x%lx bytes at 0x%08lx\n",
418 __func__, descr, (unsigned long)len, phys_addr);
Carl-Daniel Hailfinger1455b2b2009-05-11 14:13:25 +0000419 return (void *)phys_addr;
420}
421
422void dummy_unmap(void *virt_addr, size_t len)
423{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000424 msg_pspew("%s: Unmapping 0x%lx bytes at %p\n",
425 __func__, (unsigned long)len, virt_addr);
Carl-Daniel Hailfinger1455b2b2009-05-11 14:13:25 +0000426}
427
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000428static void dummy_chip_writeb(const struct flashctx *flash, uint8_t val,
429 chipaddr addr)
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000430{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000431 msg_pspew("%s: addr=0x%lx, val=0x%02x\n", __func__, addr, val);
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000432}
433
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000434static void dummy_chip_writew(const struct flashctx *flash, uint16_t val,
435 chipaddr addr)
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000436{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000437 msg_pspew("%s: addr=0x%lx, val=0x%04x\n", __func__, addr, val);
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000438}
439
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000440static void dummy_chip_writel(const struct flashctx *flash, uint32_t val,
441 chipaddr addr)
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000442{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000443 msg_pspew("%s: addr=0x%lx, val=0x%08x\n", __func__, addr, val);
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000444}
445
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000446static void dummy_chip_writen(const struct flashctx *flash, uint8_t *buf,
447 chipaddr addr, size_t len)
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000448{
449 size_t i;
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000450 msg_pspew("%s: addr=0x%lx, len=0x%08lx, writing data (hex):",
451 __func__, addr, (unsigned long)len);
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000452 for (i = 0; i < len; i++) {
453 if ((i % 16) == 0)
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000454 msg_pspew("\n");
455 msg_pspew("%02x ", buf[i]);
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000456 }
457}
458
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000459static uint8_t dummy_chip_readb(const struct flashctx *flash,
460 const chipaddr addr)
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000461{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000462 msg_pspew("%s: addr=0x%lx, returning 0xff\n", __func__, addr);
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000463 return 0xff;
464}
465
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000466static uint16_t dummy_chip_readw(const struct flashctx *flash,
467 const chipaddr addr)
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000468{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000469 msg_pspew("%s: addr=0x%lx, returning 0xffff\n", __func__, addr);
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000470 return 0xffff;
471}
472
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000473static uint32_t dummy_chip_readl(const struct flashctx *flash,
474 const chipaddr addr)
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000475{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000476 msg_pspew("%s: addr=0x%lx, returning 0xffffffff\n", __func__, addr);
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000477 return 0xffffffff;
478}
479
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000480static void dummy_chip_readn(const struct flashctx *flash, uint8_t *buf,
481 const chipaddr addr, size_t len)
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000482{
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000483 msg_pspew("%s: addr=0x%lx, len=0x%lx, returning array of 0xff\n",
484 __func__, addr, (unsigned long)len);
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000485 memset(buf, 0xff, len);
486 return;
487}
488
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000489#if EMULATE_SPI_CHIP
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000490static int emulate_spi_chip_response(unsigned int writecnt,
491 unsigned int readcnt,
492 const unsigned char *writearr,
493 unsigned char *readarr)
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000494{
Stefan Tauner0b9df972012-05-07 22:12:16 +0000495 unsigned int offs, i, toread;
Stefan Taunerc69c9c82011-11-23 09:13:48 +0000496 static int unsigned aai_offs;
Carl-Daniel Hailfingeraf2cac02012-08-30 21:41:00 +0000497 const unsigned char sst25vf040_rems_response[2] = {0xbf, 0x44};
498 const unsigned char sst25vf032b_rems_response[2] = {0xbf, 0x4a};
499 const unsigned char mx25l6436_rems_response[2] = {0xc2, 0x16};
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000500
501 if (writecnt == 0) {
502 msg_perr("No command sent to the chip!\n");
503 return 1;
504 }
Paul Menzelac427b22012-02-16 21:07:07 +0000505 /* spi_blacklist has precedence over spi_ignorelist. */
Carl-Daniel Hailfinger1b83be52012-02-08 23:28:54 +0000506 for (i = 0; i < spi_blacklist_size; i++) {
507 if (writearr[0] == spi_blacklist[i]) {
508 msg_pdbg("Refusing blacklisted SPI command 0x%02x\n",
509 spi_blacklist[i]);
510 return SPI_INVALID_OPCODE;
511 }
512 }
513 for (i = 0; i < spi_ignorelist_size; i++) {
514 if (writearr[0] == spi_ignorelist[i]) {
515 msg_cdbg("Ignoring ignorelisted SPI command 0x%02x\n",
516 spi_ignorelist[i]);
517 /* Return success because the command does not fail,
518 * it is simply ignored.
519 */
520 return 0;
521 }
522 }
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000523
524 if (emu_max_aai_size && (emu_status & SPI_SR_AAI)) {
525 if (writearr[0] != JEDEC_AAI_WORD_PROGRAM &&
526 writearr[0] != JEDEC_WRDI &&
527 writearr[0] != JEDEC_RDSR) {
528 msg_perr("Forbidden opcode (0x%02x) attempted during "
529 "AAI sequence!\n", writearr[0]);
530 return 0;
531 }
532 }
533
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000534 switch (writearr[0]) {
535 case JEDEC_RES:
Carl-Daniel Hailfingeraf2cac02012-08-30 21:41:00 +0000536 if (writecnt < JEDEC_RES_OUTSIZE)
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000537 break;
Carl-Daniel Hailfingeraf2cac02012-08-30 21:41:00 +0000538 /* offs calculation is only needed for SST chips which treat RES like REMS. */
539 offs = writearr[1] << 16 | writearr[2] << 8 | writearr[3];
540 offs += writecnt - JEDEC_REMS_OUTSIZE;
541 switch (emu_chip) {
542 case EMULATE_ST_M25P10_RES:
543 if (readcnt > 0)
544 memset(readarr, 0x10, readcnt);
545 break;
546 case EMULATE_SST_SST25VF040_REMS:
547 for (i = 0; i < readcnt; i++)
548 readarr[i] = sst25vf040_rems_response[(offs + i) % 2];
549 break;
550 case EMULATE_SST_SST25VF032B:
551 for (i = 0; i < readcnt; i++)
552 readarr[i] = sst25vf032b_rems_response[(offs + i) % 2];
553 break;
554 case EMULATE_MACRONIX_MX25L6436:
555 if (readcnt > 0)
556 memset(readarr, 0x16, readcnt);
557 break;
558 default: /* ignore */
559 break;
560 }
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000561 break;
562 case JEDEC_REMS:
Carl-Daniel Hailfingeraf2cac02012-08-30 21:41:00 +0000563 /* REMS response has wraparound and uses an address parameter. */
564 if (writecnt < JEDEC_REMS_OUTSIZE)
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000565 break;
Carl-Daniel Hailfingeraf2cac02012-08-30 21:41:00 +0000566 offs = writearr[1] << 16 | writearr[2] << 8 | writearr[3];
567 offs += writecnt - JEDEC_REMS_OUTSIZE;
568 switch (emu_chip) {
569 case EMULATE_SST_SST25VF040_REMS:
570 for (i = 0; i < readcnt; i++)
571 readarr[i] = sst25vf040_rems_response[(offs + i) % 2];
572 break;
573 case EMULATE_SST_SST25VF032B:
574 for (i = 0; i < readcnt; i++)
575 readarr[i] = sst25vf032b_rems_response[(offs + i) % 2];
576 break;
577 case EMULATE_MACRONIX_MX25L6436:
578 for (i = 0; i < readcnt; i++)
579 readarr[i] = mx25l6436_rems_response[(offs + i) % 2];
580 break;
581 default: /* ignore */
582 break;
583 }
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000584 break;
585 case JEDEC_RDID:
Stefan Tauner0b9df972012-05-07 22:12:16 +0000586 switch (emu_chip) {
587 case EMULATE_SST_SST25VF032B:
588 if (readcnt > 0)
589 readarr[0] = 0xbf;
590 if (readcnt > 1)
591 readarr[1] = 0x25;
592 if (readcnt > 2)
593 readarr[2] = 0x4a;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000594 break;
Stefan Tauner0b9df972012-05-07 22:12:16 +0000595 case EMULATE_MACRONIX_MX25L6436:
596 if (readcnt > 0)
597 readarr[0] = 0xc2;
598 if (readcnt > 1)
599 readarr[1] = 0x20;
600 if (readcnt > 2)
601 readarr[2] = 0x17;
602 break;
603 default: /* ignore */
604 break;
605 }
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000606 break;
Stefan Tauner0b9df972012-05-07 22:12:16 +0000607 case JEDEC_RDSR:
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000608 memset(readarr, emu_status, readcnt);
609 break;
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000610 /* FIXME: this should be chip-specific. */
611 case JEDEC_EWSR:
612 case JEDEC_WREN:
613 emu_status |= SPI_SR_WEL;
614 break;
615 case JEDEC_WRSR:
616 if (!(emu_status & SPI_SR_WEL)) {
617 msg_perr("WRSR attempted, but WEL is 0!\n");
618 break;
619 }
620 /* FIXME: add some reasonable simulation of the busy flag */
621 emu_status = writearr[1] & ~SPI_SR_WIP;
622 msg_pdbg2("WRSR wrote 0x%02x.\n", emu_status);
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000623 break;
624 case JEDEC_READ:
625 offs = writearr[1] << 16 | writearr[2] << 8 | writearr[3];
626 /* Truncate to emu_chip_size. */
627 offs %= emu_chip_size;
628 if (readcnt > 0)
629 memcpy(readarr, flashchip_contents + offs, readcnt);
630 break;
631 case JEDEC_BYTE_PROGRAM:
632 offs = writearr[1] << 16 | writearr[2] << 8 | writearr[3];
633 /* Truncate to emu_chip_size. */
634 offs %= emu_chip_size;
635 if (writecnt < 5) {
636 msg_perr("BYTE PROGRAM size too short!\n");
637 return 1;
638 }
639 if (writecnt - 4 > emu_max_byteprogram_size) {
640 msg_perr("Max BYTE PROGRAM size exceeded!\n");
641 return 1;
642 }
643 memcpy(flashchip_contents + offs, writearr + 4, writecnt - 4);
644 break;
645 case JEDEC_AAI_WORD_PROGRAM:
646 if (!emu_max_aai_size)
647 break;
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000648 if (!(emu_status & SPI_SR_AAI)) {
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000649 if (writecnt < JEDEC_AAI_WORD_PROGRAM_OUTSIZE) {
650 msg_perr("Initial AAI WORD PROGRAM size too "
651 "short!\n");
652 return 1;
653 }
654 if (writecnt > JEDEC_AAI_WORD_PROGRAM_OUTSIZE) {
655 msg_perr("Initial AAI WORD PROGRAM size too "
656 "long!\n");
657 return 1;
658 }
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000659 emu_status |= SPI_SR_AAI;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000660 aai_offs = writearr[1] << 16 | writearr[2] << 8 |
661 writearr[3];
662 /* Truncate to emu_chip_size. */
663 aai_offs %= emu_chip_size;
664 memcpy(flashchip_contents + aai_offs, writearr + 4, 2);
665 aai_offs += 2;
666 } else {
667 if (writecnt < JEDEC_AAI_WORD_PROGRAM_CONT_OUTSIZE) {
668 msg_perr("Continuation AAI WORD PROGRAM size "
669 "too short!\n");
670 return 1;
671 }
672 if (writecnt > JEDEC_AAI_WORD_PROGRAM_CONT_OUTSIZE) {
673 msg_perr("Continuation AAI WORD PROGRAM size "
674 "too long!\n");
675 return 1;
676 }
677 memcpy(flashchip_contents + aai_offs, writearr + 1, 2);
678 aai_offs += 2;
679 }
680 break;
681 case JEDEC_WRDI:
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000682 if (emu_max_aai_size)
683 emu_status &= ~SPI_SR_AAI;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000684 break;
685 case JEDEC_SE:
686 if (!emu_jedec_se_size)
687 break;
688 if (writecnt != JEDEC_SE_OUTSIZE) {
689 msg_perr("SECTOR ERASE 0x20 outsize invalid!\n");
690 return 1;
691 }
692 if (readcnt != JEDEC_SE_INSIZE) {
693 msg_perr("SECTOR ERASE 0x20 insize invalid!\n");
694 return 1;
695 }
696 offs = writearr[1] << 16 | writearr[2] << 8 | writearr[3];
697 if (offs & (emu_jedec_se_size - 1))
Carl-Daniel Hailfinger146b77d2011-02-04 22:52:04 +0000698 msg_pdbg("Unaligned SECTOR ERASE 0x20: 0x%x\n", offs);
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000699 offs &= ~(emu_jedec_se_size - 1);
700 memset(flashchip_contents + offs, 0xff, emu_jedec_se_size);
701 break;
702 case JEDEC_BE_52:
703 if (!emu_jedec_be_52_size)
704 break;
705 if (writecnt != JEDEC_BE_52_OUTSIZE) {
706 msg_perr("BLOCK ERASE 0x52 outsize invalid!\n");
707 return 1;
708 }
709 if (readcnt != JEDEC_BE_52_INSIZE) {
710 msg_perr("BLOCK ERASE 0x52 insize invalid!\n");
711 return 1;
712 }
713 offs = writearr[1] << 16 | writearr[2] << 8 | writearr[3];
714 if (offs & (emu_jedec_be_52_size - 1))
Carl-Daniel Hailfinger146b77d2011-02-04 22:52:04 +0000715 msg_pdbg("Unaligned BLOCK ERASE 0x52: 0x%x\n", offs);
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000716 offs &= ~(emu_jedec_be_52_size - 1);
717 memset(flashchip_contents + offs, 0xff, emu_jedec_be_52_size);
718 break;
719 case JEDEC_BE_D8:
720 if (!emu_jedec_be_d8_size)
721 break;
722 if (writecnt != JEDEC_BE_D8_OUTSIZE) {
723 msg_perr("BLOCK ERASE 0xd8 outsize invalid!\n");
724 return 1;
725 }
726 if (readcnt != JEDEC_BE_D8_INSIZE) {
727 msg_perr("BLOCK ERASE 0xd8 insize invalid!\n");
728 return 1;
729 }
730 offs = writearr[1] << 16 | writearr[2] << 8 | writearr[3];
731 if (offs & (emu_jedec_be_d8_size - 1))
Carl-Daniel Hailfinger146b77d2011-02-04 22:52:04 +0000732 msg_pdbg("Unaligned BLOCK ERASE 0xd8: 0x%x\n", offs);
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000733 offs &= ~(emu_jedec_be_d8_size - 1);
734 memset(flashchip_contents + offs, 0xff, emu_jedec_be_d8_size);
735 break;
736 case JEDEC_CE_60:
737 if (!emu_jedec_ce_60_size)
738 break;
739 if (writecnt != JEDEC_CE_60_OUTSIZE) {
740 msg_perr("CHIP ERASE 0x60 outsize invalid!\n");
741 return 1;
742 }
743 if (readcnt != JEDEC_CE_60_INSIZE) {
744 msg_perr("CHIP ERASE 0x60 insize invalid!\n");
745 return 1;
746 }
Carl-Daniel Hailfinger146b77d2011-02-04 22:52:04 +0000747 /* JEDEC_CE_60_OUTSIZE is 1 (no address) -> no offset. */
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000748 /* emu_jedec_ce_60_size is emu_chip_size. */
Carl-Daniel Hailfinger146b77d2011-02-04 22:52:04 +0000749 memset(flashchip_contents, 0xff, emu_jedec_ce_60_size);
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000750 break;
751 case JEDEC_CE_C7:
752 if (!emu_jedec_ce_c7_size)
753 break;
754 if (writecnt != JEDEC_CE_C7_OUTSIZE) {
755 msg_perr("CHIP ERASE 0xc7 outsize invalid!\n");
756 return 1;
757 }
758 if (readcnt != JEDEC_CE_C7_INSIZE) {
759 msg_perr("CHIP ERASE 0xc7 insize invalid!\n");
760 return 1;
761 }
Carl-Daniel Hailfinger146b77d2011-02-04 22:52:04 +0000762 /* JEDEC_CE_C7_OUTSIZE is 1 (no address) -> no offset. */
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000763 /* emu_jedec_ce_c7_size is emu_chip_size. */
764 memset(flashchip_contents, 0xff, emu_jedec_ce_c7_size);
765 break;
Stefan Tauner0b9df972012-05-07 22:12:16 +0000766 case JEDEC_SFDP:
767 if (emu_chip != EMULATE_MACRONIX_MX25L6436)
768 break;
769 if (writecnt < 4)
770 break;
771 offs = writearr[1] << 16 | writearr[2] << 8 | writearr[3];
772
773 /* SFDP expects one dummy byte after the address. */
774 if (writecnt == 4) {
775 /* The dummy byte was not written, make sure it is read instead.
776 * Shifting and shortening the read array does achieve this goal.
777 */
778 readarr++;
779 readcnt--;
780 } else {
781 /* The response is shifted if more than 5 bytes are written, because SFDP data is
782 * already shifted out by the chip while those superfluous bytes are written. */
783 offs += writecnt - 5;
784 }
785
786 /* The SFDP spec implies that the start address of an SFDP read may be truncated to fit in the
787 * SFDP table address space, i.e. the start address may be wrapped around at SFDP table size.
788 * This is a reasonable implementation choice in hardware because it saves a few gates. */
789 if (offs >= sizeof(sfdp_table)) {
790 msg_pdbg("Wrapping the start address around the SFDP table boundary (using 0x%x "
791 "instead of 0x%x).\n", (unsigned int)(offs % sizeof(sfdp_table)), offs);
792 offs %= sizeof(sfdp_table);
793 }
794 toread = min(sizeof(sfdp_table) - offs, readcnt);
795 memcpy(readarr, sfdp_table + offs, toread);
796 if (toread < readcnt)
797 msg_pdbg("Crossing the SFDP table boundary in a single "
798 "continuous chunk produces undefined results "
799 "after that point.\n");
800 break;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000801 default:
802 /* No special response. */
803 break;
804 }
Stefan Tauner5e695ab2012-05-06 17:03:40 +0000805 if (writearr[0] != JEDEC_WREN && writearr[0] != JEDEC_EWSR)
806 emu_status &= ~SPI_SR_WEL;
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000807 return 0;
808}
809#endif
810
Carl-Daniel Hailfinger8a3c60c2011-12-18 15:01:24 +0000811static int dummy_spi_send_command(struct flashctx *flash, unsigned int writecnt,
812 unsigned int readcnt,
813 const unsigned char *writearr,
814 unsigned char *readarr)
Carl-Daniel Hailfingerbfe2e0c2009-05-14 12:59:36 +0000815{
816 int i;
817
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000818 msg_pspew("%s:", __func__);
Carl-Daniel Hailfingerbfe2e0c2009-05-14 12:59:36 +0000819
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000820 msg_pspew(" writing %u bytes:", writecnt);
Carl-Daniel Hailfingerbfe2e0c2009-05-14 12:59:36 +0000821 for (i = 0; i < writecnt; i++)
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000822 msg_pspew(" 0x%02x", writearr[i]);
Carl-Daniel Hailfingerbfe2e0c2009-05-14 12:59:36 +0000823
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000824 /* Response for unknown commands and missing chip is 0xff. */
825 memset(readarr, 0xff, readcnt);
826#if EMULATE_SPI_CHIP
827 switch (emu_chip) {
828 case EMULATE_ST_M25P10_RES:
829 case EMULATE_SST_SST25VF040_REMS:
830 case EMULATE_SST_SST25VF032B:
Stefan Tauner0b9df972012-05-07 22:12:16 +0000831 case EMULATE_MACRONIX_MX25L6436:
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000832 if (emulate_spi_chip_response(writecnt, readcnt, writearr,
833 readarr)) {
Carl-Daniel Hailfinger1b83be52012-02-08 23:28:54 +0000834 msg_pdbg("Invalid command sent to flash chip!\n");
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000835 return 1;
836 }
837 break;
838 default:
839 break;
840 }
841#endif
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000842 msg_pspew(" reading %u bytes:", readcnt);
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000843 for (i = 0; i < readcnt; i++)
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000844 msg_pspew(" 0x%02x", readarr[i]);
Carl-Daniel Hailfinger3ac101c2010-01-09 04:32:23 +0000845 msg_pspew("\n");
Carl-Daniel Hailfingerbfe2e0c2009-05-14 12:59:36 +0000846 return 0;
847}
Carl-Daniel Hailfinger1b0ba892010-06-20 10:58:32 +0000848
Carl-Daniel Hailfinger63fd9022011-12-14 22:25:15 +0000849static int dummy_spi_write_256(struct flashctx *flash, uint8_t *buf,
Stefan Taunerc69c9c82011-11-23 09:13:48 +0000850 unsigned int start, unsigned int len)
Carl-Daniel Hailfinger9a795d82010-07-14 16:19:05 +0000851{
Carl-Daniel Hailfingerf68aa8a2010-11-01 22:07:04 +0000852 return spi_write_chunked(flash, buf, start, len,
853 spi_write_256_chunksize);
Carl-Daniel Hailfinger9a795d82010-07-14 16:19:05 +0000854}