blob: 972043b962f00f3e2a52631881f810d4f4091e12 [file] [log] [blame]
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +00001/*
2 * This file is part of the flashrom project.
3 *
4 * Copyright (C) 2000 Silicon Integrated System Corporation
5 * Copyright (C) 2004 Tyan Corp <yhlu@tyan.com>
6 * Copyright (C) 2005-2008 coresystems GmbH
7 * Copyright (C) 2008,2009,2010 Carl-Daniel Hailfinger
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 */
23
Carl-Daniel Hailfinger831e8f42010-05-30 22:24:40 +000024#include <stdio.h>
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +000025#include <fcntl.h>
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +000026#include <sys/stat.h>
27#include <string.h>
28#include <stdlib.h>
29#include <getopt.h>
30#include "flash.h"
31#include "flashchips.h"
Carl-Daniel Hailfinger5b997c32010-07-27 22:41:39 +000032#include "programmer.h"
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +000033
Carl-Daniel Hailfinger2e681602011-09-08 00:00:29 +000034#if CONFIG_INTERNAL == 1
35static enum programmer default_programmer = PROGRAMMER_INTERNAL;
36#elif CONFIG_DUMMY == 1
37static enum programmer default_programmer = PROGRAMMER_DUMMY;
38#else
39/* If neither internal nor dummy are selected, we must pick a sensible default.
40 * Since there is no reason to prefer a particular external programmer, we fail
41 * if more than one of them is selected. If only one is selected, it is clear
42 * that the user wants that one to become the default.
43 */
44#if CONFIG_NIC3COM+CONFIG_NICREALTEK+CONFIG_NICNATSEMI+CONFIG_GFXNVIDIA+CONFIG_DRKAISER+CONFIG_SATASII+CONFIG_ATAHPT+CONFIG_FT2232_SPI+CONFIG_SERPROG+CONFIG_BUSPIRATE_SPI+CONFIG_DEDIPROG+CONFIG_RAYER_SPI+CONFIG_NICINTEL+CONFIG_NICINTEL_SPI+CONFIG_OGP_SPI+CONFIG_SATAMV > 1
45#error Please enable either CONFIG_DUMMY or CONFIG_INTERNAL or disable support for all programmers except one.
46#endif
47static enum programmer default_programmer =
48#if CONFIG_NIC3COM == 1
49 PROGRAMMER_NIC3COM
50#endif
51#if CONFIG_NICREALTEK == 1
52 PROGRAMMER_NICREALTEK
53#endif
54#if CONFIG_NICNATSEMI == 1
55 PROGRAMMER_NICNATSEMI
56#endif
57#if CONFIG_GFXNVIDIA == 1
58 PROGRAMMER_GFXNVIDIA
59#endif
60#if CONFIG_DRKAISER == 1
61 PROGRAMMER_DRKAISER
62#endif
63#if CONFIG_SATASII == 1
64 PROGRAMMER_SATASII
65#endif
66#if CONFIG_ATAHPT == 1
67 PROGRAMMER_ATAHPT
68#endif
69#if CONFIG_FT2232_SPI == 1
70 PROGRAMMER_FT2232_SPI
71#endif
72#if CONFIG_SERPROG == 1
73 PROGRAMMER_SERPROG
74#endif
75#if CONFIG_BUSPIRATE_SPI == 1
76 PROGRAMMER_BUSPIRATE_SPI
77#endif
78#if CONFIG_DEDIPROG == 1
79 PROGRAMMER_DEDIPROG
80#endif
81#if CONFIG_RAYER_SPI == 1
82 PROGRAMMER_RAYER_SPI
83#endif
84#if CONFIG_NICINTEL == 1
85 PROGRAMMER_NICINTEL
86#endif
87#if CONFIG_NICINTEL_SPI == 1
88 PROGRAMMER_NICINTEL_SPI
89#endif
90#if CONFIG_OGP_SPI == 1
91 PROGRAMMER_OGP_SPI
92#endif
93#if CONFIG_SATAMV == 1
94 PROGRAMMER_SATAMV
95#endif
96#if CONFIG_LINUX_SPI == 1
97 PROGRAMMER_LINUX_SPI
98#endif
99;
100#endif
101
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000102static void cli_classic_usage(const char *name)
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000103{
Uwe Hermann2db77a02010-06-04 17:07:39 +0000104 printf("Usage: flashrom [-n] [-V] [-f] [-h|-R|-L|"
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000105#if CONFIG_PRINT_WIKI == 1
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000106 "-z|"
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000107#endif
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000108 "-E|-r <file>|-w <file>|-v <file>]\n"
Carl-Daniel Hailfinger2d927fb2012-01-04 00:48:27 +0000109 " [-c <chipname>] [-l <file>]\n"
Uwe Hermann2db77a02010-06-04 17:07:39 +0000110 " [-i <image>] [-p <programmername>[:<parameters>]]\n\n");
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000111
112 printf("Please note that the command line interface for flashrom has "
113 "changed between\n"
114 "0.9.1 and 0.9.2 and will change again before flashrom 1.0.\n"
115 "Do not use flashrom in scripts or other automated tools "
116 "without checking\n"
117 "that your flashrom version won't interpret options in a "
118 "different way.\n\n");
119
120 printf(" -h | --help print this help text\n"
121 " -R | --version print version (release)\n"
122 " -r | --read <file> read flash and save to "
123 "<file>\n"
124 " -w | --write <file> write <file> to flash\n"
125 " -v | --verify <file> verify flash against "
126 "<file>\n"
127 " -E | --erase erase flash device\n"
128 " -V | --verbose more verbose output\n"
129 " -c | --chip <chipname> probe only for specified "
130 "flash chip\n"
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000131 " -f | --force force specific operations "
132 "(see man page)\n"
133 " -n | --noverify don't auto-verify\n"
134 " -l | --layout <file> read ROM layout from "
135 "<file>\n"
136 " -i | --image <name> only flash image <name> "
137 "from flash layout\n"
138 " -L | --list-supported print supported devices\n"
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000139#if CONFIG_PRINT_WIKI == 1
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000140 " -z | --list-supported-wiki print supported devices "
141 "in wiki syntax\n"
142#endif
143 " -p | --programmer <name>[:<param>] specify the programmer "
Carl-Daniel Hailfingera73fb492010-10-06 23:48:34 +0000144 "device\n");
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000145
Carl-Daniel Hailfingera73fb492010-10-06 23:48:34 +0000146 list_programmers_linebreak(37, 80, 1);
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000147 printf("\nYou can specify one of -h, -R, -L, "
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000148#if CONFIG_PRINT_WIKI == 1
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000149 "-z, "
150#endif
151 "-E, -r, -w, -v or no operation.\n"
152 "If no operation is specified, flashrom will only probe for "
153 "flash chips.\n\n");
154}
155
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000156static void cli_classic_abort_usage(void)
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000157{
Uwe Hermann2db77a02010-06-04 17:07:39 +0000158 printf("Please run \"flashrom --help\" for usage info.\n");
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000159 exit(1);
160}
161
Uwe Hermann394ee782011-08-20 14:14:22 +0000162int main(int argc, char *argv[])
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000163{
164 unsigned long size;
165 /* Probe for up to three flash chips. */
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000166 const struct flashchip *flash;
Carl-Daniel Hailfinger63fd9022011-12-14 22:25:15 +0000167 struct flashctx flashes[3];
168 struct flashctx *fill_flash;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000169 const char *name;
Carl-Daniel Hailfingerc40cff72011-12-20 00:19:29 +0000170 int namelen, opt, i, j;
Carl-Daniel Hailfingerb428e972012-02-16 20:31:25 +0000171 int startchip = -1, chipcount = 0, option_index = 0, force = 0;
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000172#if CONFIG_PRINT_WIKI == 1
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000173 int list_supported_wiki = 0;
174#endif
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000175 int read_it = 0, write_it = 0, erase_it = 0, verify_it = 0;
176 int dont_verify_it = 0, list_supported = 0, operation_specified = 0;
Carl-Daniel Hailfinger2e681602011-09-08 00:00:29 +0000177 enum programmer prog = PROGRAMMER_INVALID;
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000178 int ret = 0;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000179
Carl-Daniel Hailfinger46284452012-01-11 02:10:11 +0000180 static const char optstring[] = "r:Rw:v:nVEfc:l:i:p:Lzh";
Mathias Krausea60faab2011-01-17 07:50:42 +0000181 static const struct option long_options[] = {
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000182 {"read", 1, NULL, 'r'},
183 {"write", 1, NULL, 'w'},
184 {"erase", 0, NULL, 'E'},
185 {"verify", 1, NULL, 'v'},
186 {"noverify", 0, NULL, 'n'},
187 {"chip", 1, NULL, 'c'},
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000188 {"verbose", 0, NULL, 'V'},
189 {"force", 0, NULL, 'f'},
190 {"layout", 1, NULL, 'l'},
191 {"image", 1, NULL, 'i'},
192 {"list-supported", 0, NULL, 'L'},
193 {"list-supported-wiki", 0, NULL, 'z'},
194 {"programmer", 1, NULL, 'p'},
195 {"help", 0, NULL, 'h'},
196 {"version", 0, NULL, 'R'},
197 {NULL, 0, NULL, 0},
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000198 };
199
200 char *filename = NULL;
Carl-Daniel Hailfinger46284452012-01-11 02:10:11 +0000201 char *layoutfile = NULL;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000202 char *tempstr = NULL;
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000203 char *pparam = NULL;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000204
205 print_version();
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000206 print_banner();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000207
208 if (selfcheck())
209 exit(1);
210
211 setbuf(stdout, NULL);
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000212 /* FIXME: Delay all operation_specified checks until after command
213 * line parsing to allow --help overriding everything else.
214 */
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000215 while ((opt = getopt_long(argc, argv, optstring,
216 long_options, &option_index)) != EOF) {
217 switch (opt) {
218 case 'r':
219 if (++operation_specified > 1) {
220 fprintf(stderr, "More than one operation "
221 "specified. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000222 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000223 }
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000224 filename = strdup(optarg);
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000225 read_it = 1;
226 break;
227 case 'w':
228 if (++operation_specified > 1) {
229 fprintf(stderr, "More than one operation "
230 "specified. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000231 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000232 }
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000233 filename = strdup(optarg);
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000234 write_it = 1;
235 break;
236 case 'v':
237 //FIXME: gracefully handle superfluous -v
238 if (++operation_specified > 1) {
239 fprintf(stderr, "More than one operation "
240 "specified. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000241 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000242 }
243 if (dont_verify_it) {
244 fprintf(stderr, "--verify and --noverify are"
245 "mutually exclusive. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000246 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000247 }
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000248 filename = strdup(optarg);
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000249 verify_it = 1;
250 break;
251 case 'n':
252 if (verify_it) {
253 fprintf(stderr, "--verify and --noverify are"
254 "mutually exclusive. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000255 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000256 }
257 dont_verify_it = 1;
258 break;
259 case 'c':
260 chip_to_probe = strdup(optarg);
261 break;
262 case 'V':
Sean Nelson51e97d72010-01-07 20:09:33 +0000263 verbose++;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000264 break;
265 case 'E':
266 if (++operation_specified > 1) {
267 fprintf(stderr, "More than one operation "
268 "specified. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000269 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000270 }
271 erase_it = 1;
272 break;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000273 case 'f':
274 force = 1;
275 break;
276 case 'l':
Carl-Daniel Hailfinger46284452012-01-11 02:10:11 +0000277 if (layoutfile) {
278 fprintf(stderr, "Error: --layout specified "
279 "more than once. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000280 cli_classic_abort_usage();
Carl-Daniel Hailfinger46284452012-01-11 02:10:11 +0000281 }
282 layoutfile = strdup(optarg);
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000283 break;
284 case 'i':
285 tempstr = strdup(optarg);
Louis Yung-Chieh Lo9bcf2682011-12-25 09:12:16 +0000286 if (register_include_arg(tempstr))
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000287 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000288 break;
289 case 'L':
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000290 if (++operation_specified > 1) {
291 fprintf(stderr, "More than one operation "
292 "specified. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000293 cli_classic_abort_usage();
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000294 }
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000295 list_supported = 1;
296 break;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000297 case 'z':
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000298#if CONFIG_PRINT_WIKI == 1
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000299 if (++operation_specified > 1) {
300 fprintf(stderr, "More than one operation "
301 "specified. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000302 cli_classic_abort_usage();
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000303 }
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000304 list_supported_wiki = 1;
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000305#else
306 fprintf(stderr, "Error: Wiki output was not compiled "
307 "in. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000308 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000309#endif
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000310 break;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000311 case 'p':
Carl-Daniel Hailfinger2e681602011-09-08 00:00:29 +0000312 if (prog != PROGRAMMER_INVALID) {
313 fprintf(stderr, "Error: --programmer specified "
314 "more than once. You can separate "
315 "multiple\nparameters for a programmer "
316 "with \",\". Please see the man page "
317 "for details.\n");
318 cli_classic_abort_usage();
319 }
320 for (prog = 0; prog < PROGRAMMER_INVALID; prog++) {
321 name = programmer_table[prog].name;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000322 namelen = strlen(name);
323 if (strncmp(optarg, name, namelen) == 0) {
324 switch (optarg[namelen]) {
325 case ':':
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000326 pparam = strdup(optarg + namelen + 1);
327 if (!strlen(pparam)) {
328 free(pparam);
329 pparam = NULL;
Carl-Daniel Hailfinger27023762010-04-28 15:22:14 +0000330 }
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000331 break;
332 case '\0':
333 break;
334 default:
335 /* The continue refers to the
336 * for loop. It is here to be
337 * able to differentiate between
338 * foo and foobar.
339 */
340 continue;
341 }
342 break;
343 }
344 }
Carl-Daniel Hailfinger2e681602011-09-08 00:00:29 +0000345 if (prog == PROGRAMMER_INVALID) {
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000346 fprintf(stderr, "Error: Unknown programmer "
347 "%s.\n", optarg);
Uwe Hermann2db77a02010-06-04 17:07:39 +0000348 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000349 }
350 break;
351 case 'R':
352 /* print_version() is always called during startup. */
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000353 if (++operation_specified > 1) {
354 fprintf(stderr, "More than one operation "
355 "specified. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000356 cli_classic_abort_usage();
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000357 }
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000358 exit(0);
359 break;
360 case 'h':
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000361 if (++operation_specified > 1) {
362 fprintf(stderr, "More than one operation "
363 "specified. Aborting.\n");
Uwe Hermann2db77a02010-06-04 17:07:39 +0000364 cli_classic_abort_usage();
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000365 }
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000366 cli_classic_usage(argv[0]);
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000367 exit(0);
368 break;
369 default:
Uwe Hermann2db77a02010-06-04 17:07:39 +0000370 cli_classic_abort_usage();
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000371 break;
372 }
373 }
374
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000375 if (optind < argc) {
376 fprintf(stderr, "Error: Extra parameter found.\n");
377 cli_classic_abort_usage();
378 }
379
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000380 /* FIXME: Print the actions flashrom will take. */
381
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000382 if (list_supported) {
383 print_supported();
384 exit(0);
385 }
386
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000387#if CONFIG_PRINT_WIKI == 1
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000388 if (list_supported_wiki) {
389 print_supported_wiki();
390 exit(0);
391 }
392#endif
393
Carl-Daniel Hailfinger46284452012-01-11 02:10:11 +0000394 if (layoutfile && read_romlayout(layoutfile))
395 cli_classic_abort_usage();
396 if (process_include_args())
397 cli_classic_abort_usage();
398
Carl-Daniel Hailfinger63fd9022011-12-14 22:25:15 +0000399 /* Does a chip with the requested name exist in the flashchips array? */
Carl-Daniel Hailfinger27023762010-04-28 15:22:14 +0000400 if (chip_to_probe) {
401 for (flash = flashchips; flash && flash->name; flash++)
402 if (!strcmp(flash->name, chip_to_probe))
403 break;
404 if (!flash || !flash->name) {
405 fprintf(stderr, "Error: Unknown chip '%s' specified.\n",
406 chip_to_probe);
407 printf("Run flashrom -L to view the hardware supported "
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000408 "in this flashrom version.\n");
Carl-Daniel Hailfinger27023762010-04-28 15:22:14 +0000409 exit(1);
410 }
411 /* Clean up after the check. */
412 flash = NULL;
413 }
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +0000414
Carl-Daniel Hailfinger2e681602011-09-08 00:00:29 +0000415 if (prog == PROGRAMMER_INVALID)
416 prog = default_programmer;
417
Carl-Daniel Hailfinger49884202010-05-22 07:10:46 +0000418 /* FIXME: Delay calibration should happen in programmer code. */
419 myusec_calibrate_delay();
420
Carl-Daniel Hailfinger2e681602011-09-08 00:00:29 +0000421 if (programmer_init(prog, pparam)) {
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000422 fprintf(stderr, "Error: Programmer initialization failed.\n");
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000423 ret = 1;
424 goto out_shutdown;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000425 }
Carl-Daniel Hailfingerc40cff72011-12-20 00:19:29 +0000426 tempstr = flashbuses_to_text(get_buses_supported());
427 msg_pdbg("The following protocols are supported: %s.\n",
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000428 tempstr);
429 free(tempstr);
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000430
Carl-Daniel Hailfingerc40cff72011-12-20 00:19:29 +0000431 for (j = 0; j < registered_programmer_count; j++) {
432 startchip = 0;
Michael Karcher222bf102011-12-22 23:27:03 +0000433 while (chipcount < ARRAY_SIZE(flashes)) {
Carl-Daniel Hailfingerc40cff72011-12-20 00:19:29 +0000434 startchip = probe_flash(&registered_programmers[j],
Michael Karcher222bf102011-12-22 23:27:03 +0000435 startchip,
436 &flashes[chipcount], 0);
Carl-Daniel Hailfingerc40cff72011-12-20 00:19:29 +0000437 if (startchip == -1)
438 break;
439 chipcount++;
440 startchip++;
441 }
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000442 }
443
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000444 if (chipcount > 1) {
Stefan Tauner716e0982011-07-25 20:38:52 +0000445 printf("Multiple flash chips were detected: \"%s\"",
446 flashes[0].name);
447 for (i = 1; i < chipcount; i++)
448 printf(", \"%s\"", flashes[i].name);
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000449 printf("\nPlease specify which chip to use with the "
450 "-c <chipname> option.\n");
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000451 ret = 1;
452 goto out_shutdown;
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000453 } else if (!chipcount) {
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000454 printf("No EEPROM/flash device found.\n");
455 if (!force || !chip_to_probe) {
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000456 printf("Note: flashrom can never write if the flash "
457 "chip isn't found automatically.\n");
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000458 }
459 if (force && read_it && chip_to_probe) {
Carl-Daniel Hailfingerb428e972012-02-16 20:31:25 +0000460 struct registered_programmer *pgm;
461 int compatible_programmers = 0;
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000462 printf("Force read (-f -r -c) requested, pretending "
463 "the chip is there:\n");
Carl-Daniel Hailfingerb428e972012-02-16 20:31:25 +0000464 /* This loop just counts compatible controllers. */
465 for (j = 0; j < registered_programmer_count; j++) {
466 pgm = &registered_programmers[j];
467 if (pgm->buses_supported & flashes[0].bustype)
468 compatible_programmers++;
469 }
470 if (compatible_programmers > 1)
471 printf("More than one compatible controller "
472 "found for the requested flash chip, "
473 "using the first one.\n");
474 for (j = 0; j < registered_programmer_count; j++) {
475 pgm = &registered_programmers[j];
476 startchip = probe_flash(pgm, 0, &flashes[0], 1);
477 if (startchip != -1)
478 break;
479 }
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000480 if (startchip == -1) {
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000481 printf("Probing for flash chip '%s' failed.\n",
482 chip_to_probe);
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000483 ret = 1;
484 goto out_shutdown;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000485 }
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000486 printf("Please note that forced reads most likely "
487 "contain garbage.\n");
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000488 return read_flash_to_file(&flashes[0], filename);
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000489 }
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000490 ret = 1;
491 goto out_shutdown;
Stefan Tauner1d947632011-09-11 22:08:58 +0000492 } else if (!chip_to_probe) {
493 /* repeat for convenience when looking at foreign logs */
494 tempstr = flashbuses_to_text(flashes[0].bustype);
495 msg_gdbg("Found %s flash chip \"%s\" (%d kB, %s).\n",
496 flashes[0].vendor, flashes[0].name,
497 flashes[0].total_size, tempstr);
498 free(tempstr);
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000499 }
500
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000501 fill_flash = &flashes[0];
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000502
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000503 check_chip_supported(fill_flash);
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000504
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000505 size = fill_flash->total_size * 1024;
Carl-Daniel Hailfingerc40cff72011-12-20 00:19:29 +0000506 if (check_max_decode(fill_flash->pgm->buses_supported & fill_flash->bustype, size) &&
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000507 (!force)) {
508 fprintf(stderr, "Chip is too big for this programmer "
509 "(-V gives details). Use --force to override.\n");
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000510 ret = 1;
511 goto out_shutdown;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000512 }
513
514 if (!(read_it | write_it | verify_it | erase_it)) {
515 printf("No operations were specified.\n");
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000516 goto out_shutdown;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000517 }
518
519 if (!filename && !erase_it) {
520 printf("Error: No filename specified.\n");
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000521 ret = 1;
522 goto out_shutdown;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000523 }
524
525 /* Always verify write operations unless -n is used. */
526 if (write_it && !dont_verify_it)
527 verify_it = 1;
528
Carl-Daniel Hailfinger9ad42552010-09-15 10:20:16 +0000529 /* FIXME: We should issue an unconditional chip reset here. This can be
530 * done once we have a .reset function in struct flashchip.
531 * Give the chip time to settle.
532 */
533 programmer_delay(100000);
Carl-Daniel Hailfinger4c823182011-05-04 00:39:50 +0000534 return doit(fill_flash, force, filename, read_it, write_it, erase_it, verify_it);
Carl-Daniel Hailfingerd5660142011-07-15 23:47:45 +0000535
536out_shutdown:
537 programmer_shutdown();
538 return ret;
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +0000539}