blob: 64c3fe56ca1ac6ddd8b6b73775cc7aab14f8a39a [file] [log] [blame]
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001/*
Uwe Hermannd1107642007-08-29 17:52:32 +00002 * This file is part of the flashrom project.
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00003 *
Uwe Hermannd22a1d42007-09-09 20:21:05 +00004 * Copyright (C) 2000 Silicon Integrated System Corporation
5 * Copyright (C) 2004 Tyan Corp <yhlu@tyan.com>
Uwe Hermannc7e8a0c2009-05-19 14:14:21 +00006 * Copyright (C) 2005-2008 coresystems GmbH
Carl-Daniel Hailfinger03b4e712009-05-08 12:49:03 +00007 * Copyright (C) 2008,2009 Carl-Daniel Hailfinger
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00008 *
Uwe Hermannd1107642007-08-29 17:52:32 +00009 * 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.
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +000013 *
Uwe Hermannd1107642007-08-29 17:52:32 +000014 * 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.
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +000018 *
Uwe Hermannd1107642007-08-29 17:52:32 +000019 * 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
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +000022 */
23
Carl-Daniel Hailfinger831e8f42010-05-30 22:24:40 +000024#include <stdio.h>
Stefan Reinauer018aca82006-11-21 23:48:51 +000025#include <sys/types.h>
Patrick Georgia9095a92010-09-30 17:03:32 +000026#ifndef __LIBPAYLOAD__
27#include <fcntl.h>
Stefan Reinauer018aca82006-11-21 23:48:51 +000028#include <sys/stat.h>
Patrick Georgia9095a92010-09-30 17:03:32 +000029#endif
Ronald G. Minnichceec4202003-07-25 04:37:41 +000030#include <string.h>
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +000031#include <stdlib.h>
Carl-Daniel Hailfingerc2441382010-11-09 22:00:31 +000032#include <ctype.h>
Ollie Lho184a4042005-11-26 21:55:36 +000033#include <getopt.h>
Carl-Daniel Hailfinger132e2ec2010-03-27 16:36:40 +000034#if HAVE_UTSNAME == 1
35#include <sys/utsname.h>
36#endif
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +000037#include "flash.h"
Carl-Daniel Hailfinger08454642009-06-15 14:14:48 +000038#include "flashchips.h"
Carl-Daniel Hailfinger5b997c32010-07-27 22:41:39 +000039#include "programmer.h"
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +000040
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +000041const char * const flashrom_version = FLASHROM_VERSION;
Ronald G. Minnichceec4202003-07-25 04:37:41 +000042char *chip_to_probe = NULL;
Peter Stuge7ffbc6f2008-06-18 02:08:40 +000043int verbose = 0;
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +000044
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000045#if CONFIG_INTERNAL == 1
Carl-Daniel Hailfinger415e5132009-08-12 11:39:29 +000046enum programmer programmer = PROGRAMMER_INTERNAL;
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000047#elif CONFIG_DUMMY == 1
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +000048enum programmer programmer = PROGRAMMER_DUMMY;
49#else
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000050/* If neither internal nor dummy are selected, we must pick a sensible default.
51 * Since there is no reason to prefer a particular external programmer, we fail
52 * if more than one of them is selected. If only one is selected, it is clear
53 * that the user wants that one to become the default.
54 */
Idwer Vollering004f4b72010-09-03 18:21:21 +000055#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_SPI > 1
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000056#error Please enable either CONFIG_DUMMY or CONFIG_INTERNAL or disable support for all programmers except one.
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000057#endif
58enum programmer programmer =
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000059#if CONFIG_NIC3COM == 1
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000060 PROGRAMMER_NIC3COM
61#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000062#if CONFIG_NICREALTEK == 1
Joerg Fischer5665ef32010-05-21 21:54:07 +000063 PROGRAMMER_NICREALTEK
64 PROGRAMMER_NICREALTEK2
65#endif
Andrew Morganc29c2e72010-06-07 22:37:54 +000066#if CONFIG_NICNATSEMI == 1
67 PROGRAMMER_NICNATSEMI
68#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000069#if CONFIG_GFXNVIDIA == 1
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000070 PROGRAMMER_GFXNVIDIA
71#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000072#if CONFIG_DRKAISER == 1
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000073 PROGRAMMER_DRKAISER
74#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000075#if CONFIG_SATASII == 1
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000076 PROGRAMMER_SATASII
77#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000078#if CONFIG_ATAHPT == 1
Uwe Hermannddd5c9e2010-02-21 21:17:00 +000079 PROGRAMMER_ATAHPT
80#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000081#if CONFIG_FT2232_SPI == 1
82 PROGRAMMER_FT2232_SPI
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000083#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000084#if CONFIG_SERPROG == 1
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000085 PROGRAMMER_SERPROG
86#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000087#if CONFIG_BUSPIRATE_SPI == 1
88 PROGRAMMER_BUSPIRATE_SPI
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000089#endif
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +000090#if CONFIG_DEDIPROG == 1
Carl-Daniel Hailfingerd38fac82010-01-19 11:15:48 +000091 PROGRAMMER_DEDIPROG
92#endif
Carl-Daniel Hailfingere7fdd6e2010-07-21 10:26:01 +000093#if CONFIG_RAYER_SPI == 1
94 PROGRAMMER_RAYER_SPI
95#endif
Idwer Vollering004f4b72010-09-03 18:21:21 +000096#if CONFIG_NICINTEL_SPI == 1
97 PROGRAMMER_NICINTEL_SPI
98#endif
Carl-Daniel Hailfinger1a1415c2010-01-10 13:28:48 +000099;
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +0000100#endif
101
Carl-Daniel Hailfinger2b6dcb32010-07-08 10:13:37 +0000102static char *programmer_param = NULL;
Stefan Reinauer70385642007-04-06 11:58:03 +0000103
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000104/* Supported buses for the current programmer. */
105enum chipbustype buses_supported;
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +0000106
Uwe Hermann48ec1b12010-08-08 17:01:18 +0000107/*
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +0000108 * Programmers supporting multiple buses can have differing size limits on
109 * each bus. Store the limits for each bus in a common struct.
110 */
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000111struct decode_sizes max_rom_decode;
112
113/* If nonzero, used as the start address of bottom-aligned flash. */
114unsigned long flashbase;
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +0000115
Carl-Daniel Hailfingerd1be52d2010-07-03 12:14:25 +0000116/* Is writing allowed with this programmer? */
117int programmer_may_write;
118
Carl-Daniel Hailfinger702218d2009-05-08 17:43:22 +0000119const struct programmer_entry programmer_table[] = {
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000120#if CONFIG_INTERNAL == 1
Carl-Daniel Hailfinger702218d2009-05-08 17:43:22 +0000121 {
Carl-Daniel Hailfinger37fc4692009-08-12 14:34:35 +0000122 .name = "internal",
Carl-Daniel Hailfinger1e334e62009-05-11 15:46:43 +0000123 .init = internal_init,
124 .shutdown = internal_shutdown,
Carl-Daniel Hailfinger1455b2b2009-05-11 14:13:25 +0000125 .map_flash_region = physmap,
126 .unmap_flash_region = physunmap,
Carl-Daniel Hailfinger1e334e62009-05-11 15:46:43 +0000127 .chip_readb = internal_chip_readb,
128 .chip_readw = internal_chip_readw,
129 .chip_readl = internal_chip_readl,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000130 .chip_readn = internal_chip_readn,
Carl-Daniel Hailfinger1e334e62009-05-11 15:46:43 +0000131 .chip_writeb = internal_chip_writeb,
132 .chip_writew = internal_chip_writew,
133 .chip_writel = internal_chip_writel,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000134 .chip_writen = fallback_chip_writen,
Carl-Daniel Hailfingerca8bfc62009-06-05 17:48:08 +0000135 .delay = internal_delay,
Carl-Daniel Hailfinger702218d2009-05-08 17:43:22 +0000136 },
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +0000137#endif
Luc Verhaegen8e3a6002007-04-04 22:45:58 +0000138
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000139#if CONFIG_DUMMY == 1
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000140 {
Carl-Daniel Hailfinger37fc4692009-08-12 14:34:35 +0000141 .name = "dummy",
Carl-Daniel Hailfinger1e334e62009-05-11 15:46:43 +0000142 .init = dummy_init,
143 .shutdown = dummy_shutdown,
Carl-Daniel Hailfinger1455b2b2009-05-11 14:13:25 +0000144 .map_flash_region = dummy_map,
145 .unmap_flash_region = dummy_unmap,
Carl-Daniel Hailfinger1e334e62009-05-11 15:46:43 +0000146 .chip_readb = dummy_chip_readb,
147 .chip_readw = dummy_chip_readw,
148 .chip_readl = dummy_chip_readl,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000149 .chip_readn = dummy_chip_readn,
Carl-Daniel Hailfinger1e334e62009-05-11 15:46:43 +0000150 .chip_writeb = dummy_chip_writeb,
151 .chip_writew = dummy_chip_writew,
152 .chip_writel = dummy_chip_writel,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000153 .chip_writen = dummy_chip_writen,
Carl-Daniel Hailfingerca8bfc62009-06-05 17:48:08 +0000154 .delay = internal_delay,
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000155 },
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000156#endif
Carl-Daniel Hailfingerc3129202009-05-09 00:54:55 +0000157
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000158#if CONFIG_NIC3COM == 1
Uwe Hermannb4dcb712009-05-13 11:36:06 +0000159 {
Carl-Daniel Hailfinger37fc4692009-08-12 14:34:35 +0000160 .name = "nic3com",
Uwe Hermannb4dcb712009-05-13 11:36:06 +0000161 .init = nic3com_init,
162 .shutdown = nic3com_shutdown,
Uwe Hermannc6915932009-05-17 23:12:17 +0000163 .map_flash_region = fallback_map,
164 .unmap_flash_region = fallback_unmap,
Uwe Hermannb4dcb712009-05-13 11:36:06 +0000165 .chip_readb = nic3com_chip_readb,
Carl-Daniel Hailfinger9ee10772009-05-16 01:23:55 +0000166 .chip_readw = fallback_chip_readw,
167 .chip_readl = fallback_chip_readl,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000168 .chip_readn = fallback_chip_readn,
Uwe Hermannb4dcb712009-05-13 11:36:06 +0000169 .chip_writeb = nic3com_chip_writeb,
Carl-Daniel Hailfinger9ee10772009-05-16 01:23:55 +0000170 .chip_writew = fallback_chip_writew,
171 .chip_writel = fallback_chip_writel,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000172 .chip_writen = fallback_chip_writen,
Carl-Daniel Hailfingerca8bfc62009-06-05 17:48:08 +0000173 .delay = internal_delay,
Uwe Hermannb4dcb712009-05-13 11:36:06 +0000174 },
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000175#endif
Uwe Hermannb4dcb712009-05-13 11:36:06 +0000176
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000177#if CONFIG_NICREALTEK == 1
Joerg Fischer5665ef32010-05-21 21:54:07 +0000178 {
179 .name = "nicrealtek",
180 .init = nicrealtek_init,
181 .shutdown = nicrealtek_shutdown,
182 .map_flash_region = fallback_map,
183 .unmap_flash_region = fallback_unmap,
184 .chip_readb = nicrealtek_chip_readb,
185 .chip_readw = fallback_chip_readw,
186 .chip_readl = fallback_chip_readl,
187 .chip_readn = fallback_chip_readn,
188 .chip_writeb = nicrealtek_chip_writeb,
189 .chip_writew = fallback_chip_writew,
190 .chip_writel = fallback_chip_writel,
191 .chip_writen = fallback_chip_writen,
192 .delay = internal_delay,
193 },
194 {
195 .name = "nicsmc1211",
196 .init = nicsmc1211_init,
197 .shutdown = nicrealtek_shutdown,
198 .map_flash_region = fallback_map,
199 .unmap_flash_region = fallback_unmap,
200 .chip_readb = nicrealtek_chip_readb,
201 .chip_readw = fallback_chip_readw,
202 .chip_readl = fallback_chip_readl,
203 .chip_readn = fallback_chip_readn,
204 .chip_writeb = nicrealtek_chip_writeb,
205 .chip_writew = fallback_chip_writew,
206 .chip_writel = fallback_chip_writel,
207 .chip_writen = fallback_chip_writen,
208 .delay = internal_delay,
209 },
210#endif
211
Andrew Morganc29c2e72010-06-07 22:37:54 +0000212#if CONFIG_NICNATSEMI == 1
213 {
214 .name = "nicnatsemi",
215 .init = nicnatsemi_init,
216 .shutdown = nicnatsemi_shutdown,
217 .map_flash_region = fallback_map,
218 .unmap_flash_region = fallback_unmap,
219 .chip_readb = nicnatsemi_chip_readb,
220 .chip_readw = fallback_chip_readw,
221 .chip_readl = fallback_chip_readl,
222 .chip_readn = fallback_chip_readn,
223 .chip_writeb = nicnatsemi_chip_writeb,
224 .chip_writew = fallback_chip_writew,
225 .chip_writel = fallback_chip_writel,
226 .chip_writen = fallback_chip_writen,
227 .delay = internal_delay,
228 },
229#endif
Joerg Fischer5665ef32010-05-21 21:54:07 +0000230
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000231#if CONFIG_GFXNVIDIA == 1
Uwe Hermann2bc98f62009-09-30 18:29:55 +0000232 {
233 .name = "gfxnvidia",
234 .init = gfxnvidia_init,
235 .shutdown = gfxnvidia_shutdown,
236 .map_flash_region = fallback_map,
237 .unmap_flash_region = fallback_unmap,
238 .chip_readb = gfxnvidia_chip_readb,
239 .chip_readw = fallback_chip_readw,
240 .chip_readl = fallback_chip_readl,
241 .chip_readn = fallback_chip_readn,
242 .chip_writeb = gfxnvidia_chip_writeb,
243 .chip_writew = fallback_chip_writew,
244 .chip_writel = fallback_chip_writel,
245 .chip_writen = fallback_chip_writen,
246 .delay = internal_delay,
247 },
248#endif
249
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000250#if CONFIG_DRKAISER == 1
Rudolf Marek68720c72009-05-17 19:39:27 +0000251 {
TURBO Jb0912c02009-09-02 23:00:46 +0000252 .name = "drkaiser",
253 .init = drkaiser_init,
254 .shutdown = drkaiser_shutdown,
255 .map_flash_region = fallback_map,
256 .unmap_flash_region = fallback_unmap,
257 .chip_readb = drkaiser_chip_readb,
258 .chip_readw = fallback_chip_readw,
259 .chip_readl = fallback_chip_readl,
260 .chip_readn = fallback_chip_readn,
261 .chip_writeb = drkaiser_chip_writeb,
262 .chip_writew = fallback_chip_writew,
263 .chip_writel = fallback_chip_writel,
264 .chip_writen = fallback_chip_writen,
265 .delay = internal_delay,
266 },
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000267#endif
TURBO Jb0912c02009-09-02 23:00:46 +0000268
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000269#if CONFIG_SATASII == 1
TURBO Jb0912c02009-09-02 23:00:46 +0000270 {
Carl-Daniel Hailfinger37fc4692009-08-12 14:34:35 +0000271 .name = "satasii",
Rudolf Marek68720c72009-05-17 19:39:27 +0000272 .init = satasii_init,
273 .shutdown = satasii_shutdown,
Uwe Hermannc6915932009-05-17 23:12:17 +0000274 .map_flash_region = fallback_map,
275 .unmap_flash_region = fallback_unmap,
Rudolf Marek68720c72009-05-17 19:39:27 +0000276 .chip_readb = satasii_chip_readb,
277 .chip_readw = fallback_chip_readw,
278 .chip_readl = fallback_chip_readl,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000279 .chip_readn = fallback_chip_readn,
Rudolf Marek68720c72009-05-17 19:39:27 +0000280 .chip_writeb = satasii_chip_writeb,
281 .chip_writew = fallback_chip_writew,
282 .chip_writel = fallback_chip_writel,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000283 .chip_writen = fallback_chip_writen,
Carl-Daniel Hailfingerca8bfc62009-06-05 17:48:08 +0000284 .delay = internal_delay,
Rudolf Marek68720c72009-05-17 19:39:27 +0000285 },
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000286#endif
Rudolf Marek68720c72009-05-17 19:39:27 +0000287
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000288#if CONFIG_ATAHPT == 1
Uwe Hermannddd5c9e2010-02-21 21:17:00 +0000289 {
290 .name = "atahpt",
291 .init = atahpt_init,
292 .shutdown = atahpt_shutdown,
293 .map_flash_region = fallback_map,
294 .unmap_flash_region = fallback_unmap,
295 .chip_readb = atahpt_chip_readb,
296 .chip_readw = fallback_chip_readw,
297 .chip_readl = fallback_chip_readl,
298 .chip_readn = fallback_chip_readn,
299 .chip_writeb = atahpt_chip_writeb,
300 .chip_writew = fallback_chip_writew,
301 .chip_writel = fallback_chip_writel,
302 .chip_writen = fallback_chip_writen,
303 .delay = internal_delay,
304 },
305#endif
306
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000307#if CONFIG_INTERNAL == 1
Carl-Daniel Hailfingercceafa22010-05-26 01:45:41 +0000308#if defined(__i386__) || defined(__x86_64__)
Carl-Daniel Hailfingerb8afecd2009-05-31 18:00:57 +0000309 {
Carl-Daniel Hailfinger37fc4692009-08-12 14:34:35 +0000310 .name = "it87spi",
Carl-Daniel Hailfingerb8afecd2009-05-31 18:00:57 +0000311 .init = it87spi_init,
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000312 .shutdown = noop_shutdown,
Carl-Daniel Hailfinger415e5132009-08-12 11:39:29 +0000313 .map_flash_region = fallback_map,
314 .unmap_flash_region = fallback_unmap,
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000315 .chip_readb = noop_chip_readb,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000316 .chip_readw = fallback_chip_readw,
317 .chip_readl = fallback_chip_readl,
318 .chip_readn = fallback_chip_readn,
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000319 .chip_writeb = noop_chip_writeb,
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000320 .chip_writew = fallback_chip_writew,
321 .chip_writel = fallback_chip_writel,
322 .chip_writen = fallback_chip_writen,
Carl-Daniel Hailfingerca8bfc62009-06-05 17:48:08 +0000323 .delay = internal_delay,
Carl-Daniel Hailfingerb8afecd2009-05-31 18:00:57 +0000324 },
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +0000325#endif
Carl-Daniel Hailfingercceafa22010-05-26 01:45:41 +0000326#endif
Carl-Daniel Hailfingerb8afecd2009-05-31 18:00:57 +0000327
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000328#if CONFIG_FT2232_SPI == 1
Paul Fox05dfbe62009-06-16 21:08:06 +0000329 {
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000330 .name = "ft2232_spi",
Paul Fox05dfbe62009-06-16 21:08:06 +0000331 .init = ft2232_spi_init,
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000332 .shutdown = noop_shutdown, /* Missing shutdown */
Carl-Daniel Hailfinger415e5132009-08-12 11:39:29 +0000333 .map_flash_region = fallback_map,
334 .unmap_flash_region = fallback_unmap,
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000335 .chip_readb = noop_chip_readb,
Paul Fox05dfbe62009-06-16 21:08:06 +0000336 .chip_readw = fallback_chip_readw,
337 .chip_readl = fallback_chip_readl,
338 .chip_readn = fallback_chip_readn,
Carl-Daniel Hailfinger4740c6f2009-09-16 10:09:21 +0000339 .chip_writeb = noop_chip_writeb,
Paul Fox05dfbe62009-06-16 21:08:06 +0000340 .chip_writew = fallback_chip_writew,
341 .chip_writel = fallback_chip_writel,
342 .chip_writen = fallback_chip_writen,
343 .delay = internal_delay,
344 },
Carl-Daniel Hailfinger3426ef62009-08-19 13:27:58 +0000345#endif
Carl-Daniel Hailfinger415e5132009-08-12 11:39:29 +0000346
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000347#if CONFIG_SERPROG == 1
Urja Rannikko22915352009-06-23 11:33:43 +0000348 {
Carl-Daniel Hailfinger37fc4692009-08-12 14:34:35 +0000349 .name = "serprog",
Urja Rannikko22915352009-06-23 11:33:43 +0000350 .init = serprog_init,
351 .shutdown = serprog_shutdown,
352 .map_flash_region = fallback_map,
353 .unmap_flash_region = fallback_unmap,
354 .chip_readb = serprog_chip_readb,
355 .chip_readw = fallback_chip_readw,
356 .chip_readl = fallback_chip_readl,
357 .chip_readn = serprog_chip_readn,
358 .chip_writeb = serprog_chip_writeb,
359 .chip_writew = fallback_chip_writew,
360 .chip_writel = fallback_chip_writel,
361 .chip_writen = fallback_chip_writen,
362 .delay = serprog_delay,
363 },
Carl-Daniel Hailfinger6be74112009-08-12 16:17:41 +0000364#endif
Paul Fox05dfbe62009-06-16 21:08:06 +0000365
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000366#if CONFIG_BUSPIRATE_SPI == 1
Carl-Daniel Hailfinger5cca01f2009-11-24 00:20:03 +0000367 {
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000368 .name = "buspirate_spi",
Carl-Daniel Hailfinger5cca01f2009-11-24 00:20:03 +0000369 .init = buspirate_spi_init,
370 .shutdown = buspirate_spi_shutdown,
371 .map_flash_region = fallback_map,
372 .unmap_flash_region = fallback_unmap,
373 .chip_readb = noop_chip_readb,
374 .chip_readw = fallback_chip_readw,
375 .chip_readl = fallback_chip_readl,
376 .chip_readn = fallback_chip_readn,
377 .chip_writeb = noop_chip_writeb,
378 .chip_writew = fallback_chip_writew,
379 .chip_writel = fallback_chip_writel,
380 .chip_writen = fallback_chip_writen,
381 .delay = internal_delay,
382 },
383#endif
384
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +0000385#if CONFIG_DEDIPROG == 1
Carl-Daniel Hailfingerd38fac82010-01-19 11:15:48 +0000386 {
387 .name = "dediprog",
388 .init = dediprog_init,
389 .shutdown = dediprog_shutdown,
390 .map_flash_region = fallback_map,
391 .unmap_flash_region = fallback_unmap,
392 .chip_readb = noop_chip_readb,
393 .chip_readw = fallback_chip_readw,
394 .chip_readl = fallback_chip_readl,
395 .chip_readn = fallback_chip_readn,
396 .chip_writeb = noop_chip_writeb,
397 .chip_writew = fallback_chip_writew,
398 .chip_writel = fallback_chip_writel,
399 .chip_writen = fallback_chip_writen,
400 .delay = internal_delay,
401 },
402#endif
403
Carl-Daniel Hailfingere7fdd6e2010-07-21 10:26:01 +0000404#if CONFIG_RAYER_SPI == 1
405 {
406 .name = "rayer_spi",
407 .init = rayer_spi_init,
408 .shutdown = noop_shutdown,
409 .map_flash_region = fallback_map,
410 .unmap_flash_region = fallback_unmap,
411 .chip_readb = noop_chip_readb,
412 .chip_readw = fallback_chip_readw,
413 .chip_readl = fallback_chip_readl,
414 .chip_readn = fallback_chip_readn,
415 .chip_writeb = noop_chip_writeb,
416 .chip_writew = fallback_chip_writew,
417 .chip_writel = fallback_chip_writel,
418 .chip_writen = fallback_chip_writen,
419 .delay = internal_delay,
420 },
421#endif
422
Idwer Vollering004f4b72010-09-03 18:21:21 +0000423#if CONFIG_NICINTEL_SPI == 1
424 {
425 .name = "nicintel_spi",
426 .init = nicintel_spi_init,
427 .shutdown = nicintel_spi_shutdown,
428 .map_flash_region = fallback_map,
429 .unmap_flash_region = fallback_unmap,
430 .chip_readb = noop_chip_readb,
431 .chip_readw = fallback_chip_readw,
432 .chip_readl = fallback_chip_readl,
433 .chip_readn = fallback_chip_readn,
434 .chip_writeb = noop_chip_writeb,
435 .chip_writew = fallback_chip_writew,
436 .chip_writel = fallback_chip_writel,
437 .chip_writen = fallback_chip_writen,
438 .delay = internal_delay,
439 },
440#endif
441
Carl-Daniel Hailfinger37fc4692009-08-12 14:34:35 +0000442 {}, /* This entry corresponds to PROGRAMMER_INVALID. */
Carl-Daniel Hailfinger702218d2009-05-08 17:43:22 +0000443};
Luc Verhaegen8e3a6002007-04-04 22:45:58 +0000444
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000445#define SHUTDOWN_MAXFN 32
Carl-Daniel Hailfingercc389fc2010-02-14 01:20:28 +0000446static int shutdown_fn_count = 0;
447struct shutdown_func_data {
448 void (*func) (void *data);
449 void *data;
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000450} static shutdown_fn[SHUTDOWN_MAXFN];
451/* Initialize to 0 to make sure nobody registers a shutdown function before
452 * programmer init.
453 */
454static int may_register_shutdown = 0;
Carl-Daniel Hailfingercc389fc2010-02-14 01:20:28 +0000455
456/* Register a function to be executed on programmer shutdown.
457 * The advantage over atexit() is that you can supply a void pointer which will
458 * be used as parameter to the registered function upon programmer shutdown.
459 * This pointer can point to arbitrary data used by said function, e.g. undo
460 * information for GPIO settings etc. If unneeded, set data=NULL.
461 * Please note that the first (void *data) belongs to the function signature of
462 * the function passed as first parameter.
463 */
464int register_shutdown(void (*function) (void *data), void *data)
465{
466 if (shutdown_fn_count >= SHUTDOWN_MAXFN) {
Carl-Daniel Hailfinger9f5f2152010-06-04 23:20:21 +0000467 msg_perr("Tried to register more than %i shutdown functions.\n",
Carl-Daniel Hailfingercc389fc2010-02-14 01:20:28 +0000468 SHUTDOWN_MAXFN);
469 return 1;
470 }
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000471 if (!may_register_shutdown) {
472 msg_perr("Tried to register a shutdown function before "
473 "programmer init.\n");
474 return 1;
475 }
Carl-Daniel Hailfingercc389fc2010-02-14 01:20:28 +0000476 shutdown_fn[shutdown_fn_count].func = function;
477 shutdown_fn[shutdown_fn_count].data = data;
478 shutdown_fn_count++;
479
480 return 0;
481}
482
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000483int programmer_init(char *param)
Uwe Hermann09e04f72009-05-16 22:36:00 +0000484{
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000485 int ret;
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000486 /* Initialize all programmer specific data. */
487 /* Default to unlimited decode sizes. */
488 max_rom_decode = (const struct decode_sizes) {
489 .parallel = 0xffffffff,
490 .lpc = 0xffffffff,
491 .fwh = 0xffffffff,
492 .spi = 0xffffffff
493 };
494 /* Default to Parallel/LPC/FWH flash devices. If a known host controller
495 * is found, the init routine sets the buses_supported bitfield.
496 */
497 buses_supported = CHIP_BUSTYPE_NONSPI;
498 /* Default to top aligned flash at 4 GB. */
499 flashbase = 0;
500 /* Registering shutdown functions is now allowed. */
501 may_register_shutdown = 1;
Carl-Daniel Hailfingerd1be52d2010-07-03 12:14:25 +0000502 /* Default to allowing writes. Broken programmers set this to 0. */
503 programmer_may_write = 1;
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000504
505 programmer_param = param;
506 msg_pdbg("Initializing %s programmer\n",
507 programmer_table[programmer].name);
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000508 ret = programmer_table[programmer].init();
509 if (programmer_param && strlen(programmer_param)) {
510 msg_perr("Unhandled programmer parameters: %s\n",
511 programmer_param);
512 /* Do not error out here, the init itself was successful. */
513 }
514 return ret;
Uwe Hermann09e04f72009-05-16 22:36:00 +0000515}
516
517int programmer_shutdown(void)
518{
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000519 /* Registering shutdown functions is no longer allowed. */
520 may_register_shutdown = 0;
521 while (shutdown_fn_count > 0) {
522 int i = --shutdown_fn_count;
Carl-Daniel Hailfingercc389fc2010-02-14 01:20:28 +0000523 shutdown_fn[i].func(shutdown_fn[i].data);
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +0000524 }
Uwe Hermann09e04f72009-05-16 22:36:00 +0000525 return programmer_table[programmer].shutdown();
526}
527
528void *programmer_map_flash_region(const char *descr, unsigned long phys_addr,
529 size_t len)
530{
531 return programmer_table[programmer].map_flash_region(descr,
532 phys_addr, len);
533}
534
535void programmer_unmap_flash_region(void *virt_addr, size_t len)
536{
537 programmer_table[programmer].unmap_flash_region(virt_addr, len);
538}
539
540void chip_writeb(uint8_t val, chipaddr addr)
541{
542 programmer_table[programmer].chip_writeb(val, addr);
543}
544
545void chip_writew(uint16_t val, chipaddr addr)
546{
547 programmer_table[programmer].chip_writew(val, addr);
548}
549
550void chip_writel(uint32_t val, chipaddr addr)
551{
552 programmer_table[programmer].chip_writel(val, addr);
553}
554
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000555void chip_writen(uint8_t *buf, chipaddr addr, size_t len)
556{
557 programmer_table[programmer].chip_writen(buf, addr, len);
558}
559
Uwe Hermann09e04f72009-05-16 22:36:00 +0000560uint8_t chip_readb(const chipaddr addr)
561{
562 return programmer_table[programmer].chip_readb(addr);
563}
564
565uint16_t chip_readw(const chipaddr addr)
566{
567 return programmer_table[programmer].chip_readw(addr);
568}
569
570uint32_t chip_readl(const chipaddr addr)
571{
572 return programmer_table[programmer].chip_readl(addr);
573}
574
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000575void chip_readn(uint8_t *buf, chipaddr addr, size_t len)
576{
577 programmer_table[programmer].chip_readn(buf, addr, len);
Carl-Daniel Hailfinger0bd2a2b2009-06-05 18:32:07 +0000578}
579
Carl-Daniel Hailfingerca8bfc62009-06-05 17:48:08 +0000580void programmer_delay(int usecs)
581{
582 programmer_table[programmer].delay(usecs);
583}
584
Peter Stuge776d2022009-01-26 00:39:57 +0000585void map_flash_registers(struct flashchip *flash)
Stefan Reinauerff4f1972007-05-24 08:48:10 +0000586{
Stefan Reinauerff4f1972007-05-24 08:48:10 +0000587 size_t size = flash->total_size * 1024;
Carl-Daniel Hailfingerd0fc9462009-05-11 14:01:17 +0000588 /* Flash registers live 4 MByte below the flash. */
Carl-Daniel Hailfinger8ab49e72009-08-19 13:55:34 +0000589 /* FIXME: This is incorrect for nonstandard flashbase. */
Carl-Daniel Hailfinger5820f422009-05-16 21:22:56 +0000590 flash->virtual_registers = (chipaddr)programmer_map_flash_region("flash chip registers", (0xFFFFFFFF - 0x400000 - size + 1), size);
Stefan Reinauerff4f1972007-05-24 08:48:10 +0000591}
592
Carl-Daniel Hailfingercbf563c2009-06-16 08:55:44 +0000593int read_memmapped(struct flashchip *flash, uint8_t *buf, int start, int len)
Carl-Daniel Hailfinger03b4e712009-05-08 12:49:03 +0000594{
Carl-Daniel Hailfingercbf563c2009-06-16 08:55:44 +0000595 chip_readn(buf, flash->virtual_memory + start, len);
Carl-Daniel Hailfinger03b4e712009-05-08 12:49:03 +0000596
597 return 0;
598}
599
Carl-Daniel Hailfinger38a059d2009-06-13 12:04:03 +0000600int min(int a, int b)
601{
602 return (a < b) ? a : b;
603}
604
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000605int max(int a, int b)
606{
607 return (a > b) ? a : b;
608}
609
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +0000610int bitcount(unsigned long a)
611{
612 int i = 0;
613 for (; a != 0; a >>= 1)
614 if (a & 1)
615 i++;
616 return i;
617}
618
Carl-Daniel Hailfingerc2441382010-11-09 22:00:31 +0000619void tolower_string(char *str)
620{
621 for (; *str != '\0'; str++)
622 *str = (char)tolower((unsigned char)*str);
623}
624
Carl-Daniel Hailfingerb22918c2009-06-01 02:08:58 +0000625char *strcat_realloc(char *dest, const char *src)
626{
627 dest = realloc(dest, strlen(dest) + strlen(src) + 1);
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000628 if (!dest) {
629 msg_gerr("Out of memory!\n");
Carl-Daniel Hailfingerb22918c2009-06-01 02:08:58 +0000630 return NULL;
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000631 }
Carl-Daniel Hailfingerb22918c2009-06-01 02:08:58 +0000632 strcat(dest, src);
633 return dest;
634}
635
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000636/* This is a somewhat hacked function similar in some ways to strtok().
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000637 * It will look for needle with a subsequent '=' in haystack, return a copy of
638 * needle and remove everything from the first occurrence of needle to the next
639 * delimiter from haystack.
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000640 */
641char *extract_param(char **haystack, char *needle, char *delim)
642{
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000643 char *param_pos, *opt_pos, *rest;
644 char *opt = NULL;
645 int optlen;
Carl-Daniel Hailfinger27023762010-04-28 15:22:14 +0000646 int needlelen;
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000647
Carl-Daniel Hailfinger27023762010-04-28 15:22:14 +0000648 needlelen = strlen(needle);
649 if (!needlelen) {
650 msg_gerr("%s: empty needle! Please report a bug at "
651 "flashrom@flashrom.org\n", __func__);
652 return NULL;
653 }
654 /* No programmer parameters given. */
655 if (*haystack == NULL)
656 return NULL;
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000657 param_pos = strstr(*haystack, needle);
658 do {
659 if (!param_pos)
660 return NULL;
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000661 /* Needle followed by '='? */
662 if (param_pos[needlelen] == '=') {
663
664 /* Beginning of the string? */
665 if (param_pos == *haystack)
666 break;
667 /* After a delimiter? */
668 if (strchr(delim, *(param_pos - 1)))
669 break;
670 }
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000671 /* Continue searching. */
672 param_pos++;
673 param_pos = strstr(param_pos, needle);
674 } while (1);
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000675
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000676 if (param_pos) {
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000677 /* Get the string after needle and '='. */
678 opt_pos = param_pos + needlelen + 1;
679 optlen = strcspn(opt_pos, delim);
680 /* Return an empty string if the parameter was empty. */
681 opt = malloc(optlen + 1);
682 if (!opt) {
Sean Nelson316a29f2010-05-07 20:09:04 +0000683 msg_gerr("Out of memory!\n");
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000684 exit(1);
685 }
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000686 strncpy(opt, opt_pos, optlen);
687 opt[optlen] = '\0';
688 rest = opt_pos + optlen;
689 /* Skip all delimiters after the current parameter. */
690 rest += strspn(rest, delim);
691 memmove(param_pos, rest, strlen(rest) + 1);
692 /* We could shrink haystack, but the effort is not worth it. */
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000693 }
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000694
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000695 return opt;
Carl-Daniel Hailfingerd5b28fa2009-11-24 18:27:10 +0000696}
697
Carl-Daniel Hailfinger2b6dcb32010-07-08 10:13:37 +0000698char *extract_programmer_param(char *param_name)
699{
700 return extract_param(&programmer_param, param_name, ",");
701}
702
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000703/* start is an offset to the base address of the flash chip */
704int check_erased_range(struct flashchip *flash, int start, int len)
705{
706 int ret;
707 uint8_t *cmpbuf = malloc(len);
708
709 if (!cmpbuf) {
Sean Nelson316a29f2010-05-07 20:09:04 +0000710 msg_gerr("Could not allocate memory!\n");
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000711 exit(1);
712 }
713 memset(cmpbuf, 0xff, len);
714 ret = verify_range(flash, cmpbuf, start, len, "ERASE");
715 free(cmpbuf);
716 return ret;
717}
718
Uwe Hermann48ec1b12010-08-08 17:01:18 +0000719/*
Carl-Daniel Hailfingerd0250a32009-11-25 17:05:52 +0000720 * @cmpbuf buffer to compare against, cmpbuf[0] is expected to match the
721 flash content at location start
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000722 * @start offset to the base address of the flash chip
723 * @len length of the verified area
724 * @message string to print in the "FAILED" message
725 * @return 0 for success, -1 for failure
726 */
727int verify_range(struct flashchip *flash, uint8_t *cmpbuf, int start, int len, char *message)
728{
729 int i, j, starthere, lenhere, ret = 0;
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000730 int page_size = flash->page_size;
731 uint8_t *readbuf = malloc(page_size);
Carl-Daniel Hailfinger49b9cab2009-07-23 01:42:56 +0000732 int failcount = 0;
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000733
734 if (!len)
735 goto out_free;
736
Carl-Daniel Hailfinger23290662009-06-24 08:20:45 +0000737 if (!flash->read) {
Sean Nelson316a29f2010-05-07 20:09:04 +0000738 msg_cerr("ERROR: flashrom has no read function for this flash chip.\n");
Carl-Daniel Hailfinger23290662009-06-24 08:20:45 +0000739 return 1;
740 }
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000741 if (!readbuf) {
Sean Nelson316a29f2010-05-07 20:09:04 +0000742 msg_gerr("Could not allocate memory!\n");
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000743 exit(1);
744 }
745
746 if (start + len > flash->total_size * 1024) {
Sean Nelson316a29f2010-05-07 20:09:04 +0000747 msg_gerr("Error: %s called with start 0x%x + len 0x%x >"
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000748 " total_size 0x%x\n", __func__, start, len,
749 flash->total_size * 1024);
750 ret = -1;
751 goto out_free;
752 }
753 if (!message)
754 message = "VERIFY";
755
756 /* Warning: This loop has a very unusual condition and body.
757 * The loop needs to go through each page with at least one affected
758 * byte. The lowest page number is (start / page_size) since that
759 * division rounds down. The highest page number we want is the page
760 * where the last byte of the range lives. That last byte has the
761 * address (start + len - 1), thus the highest page number is
762 * (start + len - 1) / page_size. Since we want to include that last
763 * page as well, the loop condition uses <=.
764 */
765 for (i = start / page_size; i <= (start + len - 1) / page_size; i++) {
766 /* Byte position of the first byte in the range in this page. */
767 starthere = max(start, i * page_size);
768 /* Length of bytes in the range in this page. */
769 lenhere = min(start + len, (i + 1) * page_size) - starthere;
Carl-Daniel Hailfinger1748c572010-07-13 23:56:13 +0000770 ret = flash->read(flash, readbuf, starthere, lenhere);
771 if (ret) {
772 msg_gerr("Verification impossible because read failed "
773 "at 0x%x (len 0x%x)\n", starthere, lenhere);
774 break;
775 }
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000776 for (j = 0; j < lenhere; j++) {
777 if (cmpbuf[starthere - start + j] != readbuf[j]) {
Carl-Daniel Hailfinger49b9cab2009-07-23 01:42:56 +0000778 /* Only print the first failure. */
779 if (!failcount++)
Sean Nelson316a29f2010-05-07 20:09:04 +0000780 msg_cerr("%s FAILED at 0x%08x! "
Carl-Daniel Hailfinger49b9cab2009-07-23 01:42:56 +0000781 "Expected=0x%02x, Read=0x%02x,",
782 message, starthere + j,
783 cmpbuf[starthere - start + j],
784 readbuf[j]);
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000785 }
786 }
787 }
Carl-Daniel Hailfinger49b9cab2009-07-23 01:42:56 +0000788 if (failcount) {
Sean Nelson316a29f2010-05-07 20:09:04 +0000789 msg_cerr(" failed byte count from 0x%08x-0x%08x: 0x%x\n",
Carl-Daniel Hailfinger49b9cab2009-07-23 01:42:56 +0000790 start, start + len - 1, failcount);
791 ret = -1;
792 }
Carl-Daniel Hailfinger30f7cb22009-06-15 17:23:36 +0000793
794out_free:
795 free(readbuf);
796 return ret;
797}
798
Uwe Hermann48ec1b12010-08-08 17:01:18 +0000799/*
Carl-Daniel Hailfingere8e369f2010-03-08 00:42:32 +0000800 * Check if the buffer @have can be programmed to the content of @want without
801 * erasing. This is only possible if all chunks of size @gran are either kept
802 * as-is or changed from an all-ones state to any other state.
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000803 *
Carl-Daniel Hailfingere8e369f2010-03-08 00:42:32 +0000804 * The following write granularities (enum @gran) are known:
805 * - 1 bit. Each bit can be cleared individually.
806 * - 1 byte. A byte can be written once. Further writes to an already written
807 * byte cause the contents to be either undefined or to stay unchanged.
808 * - 128 bytes. If less than 128 bytes are written, the rest will be
809 * erased. Each write to a 128-byte region will trigger an automatic erase
810 * before anything is written. Very uncommon behaviour and unsupported by
811 * this function.
812 * - 256 bytes. If less than 256 bytes are written, the contents of the
813 * unwritten bytes are undefined.
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000814 * Warning: This function assumes that @have and @want point to naturally
815 * aligned regions.
Carl-Daniel Hailfingere8e369f2010-03-08 00:42:32 +0000816 *
817 * @have buffer with current content
818 * @want buffer with desired content
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000819 * @len length of the checked area
Carl-Daniel Hailfingere8e369f2010-03-08 00:42:32 +0000820 * @gran write granularity (enum, not count)
821 * @return 0 if no erase is needed, 1 otherwise
822 */
823int need_erase(uint8_t *have, uint8_t *want, int len, enum write_granularity gran)
824{
825 int result = 0;
826 int i, j, limit;
827
828 switch (gran) {
829 case write_gran_1bit:
830 for (i = 0; i < len; i++)
831 if ((have[i] & want[i]) != want[i]) {
832 result = 1;
833 break;
834 }
835 break;
836 case write_gran_1byte:
837 for (i = 0; i < len; i++)
838 if ((have[i] != want[i]) && (have[i] != 0xff)) {
839 result = 1;
840 break;
841 }
842 break;
843 case write_gran_256bytes:
844 for (j = 0; j < len / 256; j++) {
845 limit = min (256, len - j * 256);
Uwe Hermann43959702010-03-13 17:28:29 +0000846 /* Are 'have' and 'want' identical? */
Carl-Daniel Hailfingere8e369f2010-03-08 00:42:32 +0000847 if (!memcmp(have + j * 256, want + j * 256, limit))
848 continue;
849 /* have needs to be in erased state. */
850 for (i = 0; i < limit; i++)
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000851 if (have[j * 256 + i] != 0xff) {
Carl-Daniel Hailfingere8e369f2010-03-08 00:42:32 +0000852 result = 1;
853 break;
854 }
855 if (result)
856 break;
857 }
858 break;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000859 default:
860 msg_cerr("%s: Unsupported granularity! Please report a bug at "
861 "flashrom@flashrom.org\n", __func__);
Carl-Daniel Hailfingere8e369f2010-03-08 00:42:32 +0000862 }
863 return result;
864}
865
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000866/**
867 * Check if the buffer @have needs to be programmed to get the content of @want.
868 * If yes, return 1 and fill in first_start with the start address of the
869 * write operation and first_len with the length of the first to-be-written
870 * chunk. If not, return 0 and leave first_start and first_len undefined.
871 *
872 * Warning: This function assumes that @have and @want point to naturally
873 * aligned regions.
874 *
875 * @have buffer with current content
876 * @want buffer with desired content
877 * @len length of the checked area
878 * @gran write granularity (enum, not count)
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +0000879 * @first_start offset of the first byte which needs to be written (passed in
880 * value is increased by the offset of the first needed write
881 * relative to have/want or unchanged if no write is needed)
882 * @return length of the first contiguous area which needs to be written
883 * 0 if no write is needed
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000884 *
885 * FIXME: This function needs a parameter which tells it about coalescing
886 * in relation to the max write length of the programmer and the max write
887 * length of the chip.
888 */
889static int get_next_write(uint8_t *have, uint8_t *want, int len,
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +0000890 int *first_start, enum write_granularity gran)
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000891{
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +0000892 int need_write = 0, rel_start = 0, first_len = 0;
893 int i, limit, stride;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000894
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000895 switch (gran) {
896 case write_gran_1bit:
897 case write_gran_1byte:
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +0000898 stride = 1;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000899 break;
900 case write_gran_256bytes:
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +0000901 stride = 256;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000902 break;
903 default:
904 msg_cerr("%s: Unsupported granularity! Please report a bug at "
905 "flashrom@flashrom.org\n", __func__);
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +0000906 /* Claim that no write was needed. A write with unknown
907 * granularity is too dangerous to try.
908 */
909 return 0;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000910 }
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +0000911 for (i = 0; i < len / stride; i++) {
912 limit = min(stride, len - i * stride);
913 /* Are 'have' and 'want' identical? */
914 if (memcmp(have + i * stride, want + i * stride, limit)) {
915 if (!need_write) {
916 /* First location where have and want differ. */
917 need_write = 1;
918 rel_start = i * stride;
919 }
920 } else {
921 if (need_write) {
922 /* First location where have and want
923 * do not differ anymore.
924 */
925 first_len = i * stride - rel_start;
926 break;
927 }
928 }
929 }
930 /* Did the loop terminate without setting first_len? */
931 if (need_write && ! first_len)
932 first_len = min(i * stride - rel_start, len);
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000933 *first_start += rel_start;
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +0000934 return first_len;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +0000935}
936
Carl-Daniel Hailfingereaac68b2009-11-23 12:55:31 +0000937/* This function generates various test patterns useful for testing controller
938 * and chip communication as well as chip behaviour.
939 *
940 * If a byte can be written multiple times, each time keeping 0-bits at 0
941 * and changing 1-bits to 0 if the new value for that bit is 0, the effect
942 * is essentially an AND operation. That's also the reason why this function
943 * provides the result of AND between various patterns.
944 *
945 * Below is a list of patterns (and their block length).
946 * Pattern 0 is 05 15 25 35 45 55 65 75 85 95 a5 b5 c5 d5 e5 f5 (16 Bytes)
947 * Pattern 1 is 0a 1a 2a 3a 4a 5a 6a 7a 8a 9a aa ba ca da ea fa (16 Bytes)
948 * Pattern 2 is 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f (16 Bytes)
949 * Pattern 3 is a0 a1 a2 a3 a4 a5 a6 a7 a8 a9 aa ab ac ad ae af (16 Bytes)
950 * Pattern 4 is 00 10 20 30 40 50 60 70 80 90 a0 b0 c0 d0 e0 f0 (16 Bytes)
951 * Pattern 5 is 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f (16 Bytes)
952 * Pattern 6 is 00 (1 Byte)
953 * Pattern 7 is ff (1 Byte)
954 * Patterns 0-7 have a big-endian block number in the last 2 bytes of each 256
955 * byte block.
956 *
957 * Pattern 8 is 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11... (256 B)
958 * Pattern 9 is ff fe fd fc fb fa f9 f8 f7 f6 f5 f4 f3 f2 f1 f0 ef ee... (256 B)
959 * Pattern 10 is 00 00 00 01 00 02 00 03 00 04... (128 kB big-endian counter)
960 * Pattern 11 is ff ff ff fe ff fd ff fc ff fb... (128 kB big-endian downwards)
961 * Pattern 12 is 00 (1 Byte)
962 * Pattern 13 is ff (1 Byte)
963 * Patterns 8-13 have no block number.
964 *
965 * Patterns 0-3 are created to detect and efficiently diagnose communication
966 * slips like missed bits or bytes and their repetitive nature gives good visual
967 * cues to the person inspecting the results. In addition, the following holds:
968 * AND Pattern 0/1 == Pattern 4
969 * AND Pattern 2/3 == Pattern 5
970 * AND Pattern 0/1/2/3 == AND Pattern 4/5 == Pattern 6
971 * A weakness of pattern 0-5 is the inability to detect swaps/copies between
972 * any two 16-byte blocks except for the last 16-byte block in a 256-byte bloc.
973 * They work perfectly for detecting any swaps/aliasing of blocks >= 256 bytes.
974 * 0x5 and 0xa were picked because they are 0101 and 1010 binary.
975 * Patterns 8-9 are best for detecting swaps/aliasing of blocks < 256 bytes.
976 * Besides that, they provide for bit testing of the last two bytes of every
977 * 256 byte block which contains the block number for patterns 0-6.
978 * Patterns 10-11 are special purpose for detecting subblock aliasing with
979 * block sizes >256 bytes (some Dataflash chips etc.)
980 * AND Pattern 8/9 == Pattern 12
981 * AND Pattern 10/11 == Pattern 12
982 * Pattern 13 is the completely erased state.
983 * None of the patterns can detect aliasing at boundaries which are a multiple
984 * of 16 MBytes (but such chips do not exist anyway for Parallel/LPC/FWH/SPI).
985 */
986int generate_testpattern(uint8_t *buf, uint32_t size, int variant)
987{
988 int i;
989
990 if (!buf) {
Sean Nelson316a29f2010-05-07 20:09:04 +0000991 msg_gerr("Invalid buffer!\n");
Carl-Daniel Hailfingereaac68b2009-11-23 12:55:31 +0000992 return 1;
993 }
994
995 switch (variant) {
996 case 0:
997 for (i = 0; i < size; i++)
998 buf[i] = (i & 0xf) << 4 | 0x5;
999 break;
1000 case 1:
1001 for (i = 0; i < size; i++)
1002 buf[i] = (i & 0xf) << 4 | 0xa;
1003 break;
1004 case 2:
1005 for (i = 0; i < size; i++)
1006 buf[i] = 0x50 | (i & 0xf);
1007 break;
1008 case 3:
1009 for (i = 0; i < size; i++)
1010 buf[i] = 0xa0 | (i & 0xf);
1011 break;
1012 case 4:
1013 for (i = 0; i < size; i++)
1014 buf[i] = (i & 0xf) << 4;
1015 break;
1016 case 5:
1017 for (i = 0; i < size; i++)
1018 buf[i] = i & 0xf;
1019 break;
1020 case 6:
1021 memset(buf, 0x00, size);
1022 break;
1023 case 7:
1024 memset(buf, 0xff, size);
1025 break;
1026 case 8:
1027 for (i = 0; i < size; i++)
1028 buf[i] = i & 0xff;
1029 break;
1030 case 9:
1031 for (i = 0; i < size; i++)
1032 buf[i] = ~(i & 0xff);
1033 break;
1034 case 10:
1035 for (i = 0; i < size % 2; i++) {
1036 buf[i * 2] = (i >> 8) & 0xff;
1037 buf[i * 2 + 1] = i & 0xff;
1038 }
1039 if (size & 0x1)
1040 buf[i * 2] = (i >> 8) & 0xff;
1041 break;
1042 case 11:
1043 for (i = 0; i < size % 2; i++) {
1044 buf[i * 2] = ~((i >> 8) & 0xff);
1045 buf[i * 2 + 1] = ~(i & 0xff);
1046 }
1047 if (size & 0x1)
1048 buf[i * 2] = ~((i >> 8) & 0xff);
1049 break;
1050 case 12:
1051 memset(buf, 0x00, size);
1052 break;
1053 case 13:
1054 memset(buf, 0xff, size);
1055 break;
1056 }
1057
1058 if ((variant >= 0) && (variant <= 7)) {
1059 /* Write block number in the last two bytes of each 256-byte
1060 * block, big endian for easier reading of the hexdump.
1061 * Note that this wraps around for chips larger than 2^24 bytes
1062 * (16 MB).
1063 */
1064 for (i = 0; i < size / 256; i++) {
1065 buf[i * 256 + 254] = (i >> 8) & 0xff;
1066 buf[i * 256 + 255] = i & 0xff;
1067 }
1068 }
1069
1070 return 0;
1071}
1072
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001073int check_max_decode(enum chipbustype buses, uint32_t size)
1074{
1075 int limitexceeded = 0;
1076 if ((buses & CHIP_BUSTYPE_PARALLEL) &&
1077 (max_rom_decode.parallel < size)) {
1078 limitexceeded++;
Sean Nelson316a29f2010-05-07 20:09:04 +00001079 msg_pdbg("Chip size %u kB is bigger than supported "
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001080 "size %u kB of chipset/board/programmer "
1081 "for %s interface, "
1082 "probe/read/erase/write may fail. ", size / 1024,
1083 max_rom_decode.parallel / 1024, "Parallel");
1084 }
1085 if ((buses & CHIP_BUSTYPE_LPC) && (max_rom_decode.lpc < size)) {
1086 limitexceeded++;
Sean Nelson316a29f2010-05-07 20:09:04 +00001087 msg_pdbg("Chip size %u kB is bigger than supported "
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001088 "size %u kB of chipset/board/programmer "
1089 "for %s interface, "
1090 "probe/read/erase/write may fail. ", size / 1024,
1091 max_rom_decode.lpc / 1024, "LPC");
1092 }
1093 if ((buses & CHIP_BUSTYPE_FWH) && (max_rom_decode.fwh < size)) {
1094 limitexceeded++;
Sean Nelson316a29f2010-05-07 20:09:04 +00001095 msg_pdbg("Chip size %u kB is bigger than supported "
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001096 "size %u kB of chipset/board/programmer "
1097 "for %s interface, "
1098 "probe/read/erase/write may fail. ", size / 1024,
1099 max_rom_decode.fwh / 1024, "FWH");
1100 }
1101 if ((buses & CHIP_BUSTYPE_SPI) && (max_rom_decode.spi < size)) {
1102 limitexceeded++;
Sean Nelson316a29f2010-05-07 20:09:04 +00001103 msg_pdbg("Chip size %u kB is bigger than supported "
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001104 "size %u kB of chipset/board/programmer "
1105 "for %s interface, "
1106 "probe/read/erase/write may fail. ", size / 1024,
1107 max_rom_decode.spi / 1024, "SPI");
1108 }
1109 if (!limitexceeded)
1110 return 0;
1111 /* Sometimes chip and programmer have more than one bus in common,
1112 * and the limit is not exceeded on all buses. Tell the user.
1113 */
1114 if (bitcount(buses) > limitexceeded)
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +00001115 /* FIXME: This message is designed towards CLI users. */
Sean Nelson316a29f2010-05-07 20:09:04 +00001116 msg_pdbg("There is at least one common chip/programmer "
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001117 "interface which can support a chip of this size. "
1118 "You can try --force at your own risk.\n");
1119 return 1;
1120}
1121
Peter Stuge483b8f02008-09-03 23:10:05 +00001122struct flashchip *probe_flash(struct flashchip *first_flash, int force)
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001123{
Peter Stuge483b8f02008-09-03 23:10:05 +00001124 struct flashchip *flash;
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001125 unsigned long base = 0;
1126 uint32_t size;
1127 enum chipbustype buses_common;
Carl-Daniel Hailfingerb22918c2009-06-01 02:08:58 +00001128 char *tmp;
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001129
Peter Stuge483b8f02008-09-03 23:10:05 +00001130 for (flash = first_flash; flash && flash->name; flash++) {
Peter Stuge27c3e2d2008-07-02 17:15:47 +00001131 if (chip_to_probe && strcmp(flash->name, chip_to_probe) != 0)
Ollie Lhocbbf1252004-03-17 22:22:08 +00001132 continue;
Carl-Daniel Hailfinger12575e52010-03-22 23:43:51 +00001133 msg_gdbg("Probing for %s %s, %d KB: ",
Stefan Reinauerac378972008-03-17 22:59:40 +00001134 flash->vendor, flash->name, flash->total_size);
Peter Stuge7ffbc6f2008-06-18 02:08:40 +00001135 if (!flash->probe && !force) {
Carl-Daniel Hailfinger12575e52010-03-22 23:43:51 +00001136 msg_gdbg("failed! flashrom has no probe function for "
1137 "this flash chip.\n");
Peter Stugef31104c2008-04-28 14:47:30 +00001138 continue;
1139 }
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001140 buses_common = buses_supported & flash->bustype;
1141 if (!buses_common) {
Carl-Daniel Hailfingerb22918c2009-06-01 02:08:58 +00001142 tmp = flashbuses_to_text(buses_supported);
Carl-Daniel Hailfinger12575e52010-03-22 23:43:51 +00001143 msg_gdbg("skipped.");
1144 msg_gspew(" Host bus type %s ", tmp);
Carl-Daniel Hailfingerb22918c2009-06-01 02:08:58 +00001145 free(tmp);
1146 tmp = flashbuses_to_text(flash->bustype);
Carl-Daniel Hailfinger12575e52010-03-22 23:43:51 +00001147 msg_gspew("and chip bus type %s are incompatible.",
1148 tmp);
Carl-Daniel Hailfingerb22918c2009-06-01 02:08:58 +00001149 free(tmp);
Carl-Daniel Hailfinger12575e52010-03-22 23:43:51 +00001150 msg_gdbg("\n");
Carl-Daniel Hailfingerb22918c2009-06-01 02:08:58 +00001151 continue;
1152 }
Stefan Reinauer70385642007-04-06 11:58:03 +00001153
Ollie Lhocbbf1252004-03-17 22:22:08 +00001154 size = flash->total_size * 1024;
Carl-Daniel Hailfinger115d3902009-10-31 01:53:09 +00001155 check_max_decode(buses_common, size);
Stefan Reinauer70385642007-04-06 11:58:03 +00001156
Carl-Daniel Hailfinger97d6b092009-05-09 07:27:23 +00001157 base = flashbase ? flashbase : (0xffffffff - size + 1);
Carl-Daniel Hailfinger5820f422009-05-16 21:22:56 +00001158 flash->virtual_memory = (chipaddr)programmer_map_flash_region("flash chip", base, size);
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001159
Peter Stuge27c3e2d2008-07-02 17:15:47 +00001160 if (force)
1161 break;
Stefan Reinauerfcb63682006-03-16 16:57:41 +00001162
Peter Stuge483b8f02008-09-03 23:10:05 +00001163 if (flash->probe(flash) != 1)
1164 goto notfound;
1165
Uwe Hermann394131e2008-10-18 21:14:13 +00001166 if (first_flash == flashchips
1167 || flash->model_id != GENERIC_DEVICE_ID)
Peter Stuge27c3e2d2008-07-02 17:15:47 +00001168 break;
1169
Peter Stuge483b8f02008-09-03 23:10:05 +00001170notfound:
Carl-Daniel Hailfinger5820f422009-05-16 21:22:56 +00001171 programmer_unmap_flash_region((void *)flash->virtual_memory, size);
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001172 }
Uwe Hermannffec5f32007-08-23 16:08:21 +00001173
Peter Stuge27c3e2d2008-07-02 17:15:47 +00001174 if (!flash || !flash->name)
1175 return NULL;
1176
Sean Nelson316a29f2010-05-07 20:09:04 +00001177 msg_cinfo("%s chip \"%s %s\" (%d KB, %s) at physical address 0x%lx.\n",
Carl-Daniel Hailfinger27023762010-04-28 15:22:14 +00001178 force ? "Assuming" : "Found",
Uwe Hermann9899cad2009-06-28 21:47:57 +00001179 flash->vendor, flash->name, flash->total_size,
1180 flashbuses_to_text(flash->bustype), base);
1181
Sean Nelson6e0b9122010-02-19 00:52:10 +00001182 if (flash->printlock)
1183 flash->printlock(flash);
1184
Peter Stuge27c3e2d2008-07-02 17:15:47 +00001185 return flash;
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001186}
1187
Stefan Reinauere3705282005-12-18 16:41:10 +00001188int verify_flash(struct flashchip *flash, uint8_t *buf)
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001189{
Carl-Daniel Hailfinger23290662009-06-24 08:20:45 +00001190 int ret;
Ollie Lho761bf1b2004-03-20 16:46:10 +00001191 int total_size = flash->total_size * 1024;
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001192
Sean Nelson316a29f2010-05-07 20:09:04 +00001193 msg_cinfo("Verifying flash... ");
Uwe Hermanna7e05482007-05-09 10:17:44 +00001194
Carl-Daniel Hailfinger23290662009-06-24 08:20:45 +00001195 ret = verify_range(flash, buf, 0, total_size, NULL);
Uwe Hermanna7e05482007-05-09 10:17:44 +00001196
Carl-Daniel Hailfinger23290662009-06-24 08:20:45 +00001197 if (!ret)
Sean Nelson316a29f2010-05-07 20:09:04 +00001198 msg_cinfo("VERIFIED. \n");
Stefan Reinauerfcb63682006-03-16 16:57:41 +00001199
Carl-Daniel Hailfinger23290662009-06-24 08:20:45 +00001200 return ret;
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001201}
1202
Carl-Daniel Hailfinger43069442010-10-15 00:01:14 +00001203int read_buf_from_file(unsigned char *buf, unsigned long size, char *filename)
1204{
1205 unsigned long numbytes;
1206 FILE *image;
1207 struct stat image_stat;
1208
1209 if ((image = fopen(filename, "rb")) == NULL) {
1210 perror(filename);
1211 return 1;
1212 }
1213 if (fstat(fileno(image), &image_stat) != 0) {
1214 perror(filename);
1215 fclose(image);
1216 return 1;
1217 }
1218 if (image_stat.st_size != size) {
1219 msg_gerr("Error: Image size doesn't match\n");
1220 fclose(image);
1221 return 1;
1222 }
1223 numbytes = fread(buf, 1, size, image);
1224 if (fclose(image)) {
1225 perror(filename);
1226 return 1;
1227 }
1228 if (numbytes != size) {
1229 msg_gerr("Error: Failed to read complete file. Got %ld bytes, "
1230 "wanted %ld!\n", numbytes, size);
1231 return 1;
1232 }
1233 return 0;
1234}
1235
Carl-Daniel Hailfinger1748c572010-07-13 23:56:13 +00001236int write_buf_to_file(unsigned char *buf, unsigned long size, char *filename)
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001237{
1238 unsigned long numbytes;
1239 FILE *image;
Stephan Guilloux21dd55b2009-06-01 22:07:52 +00001240
1241 if (!filename) {
Carl-Daniel Hailfinger1748c572010-07-13 23:56:13 +00001242 msg_gerr("No filename specified.\n");
Stephan Guilloux21dd55b2009-06-01 22:07:52 +00001243 return 1;
1244 }
Patrick Georgi0bf842d2010-01-25 22:55:33 +00001245 if ((image = fopen(filename, "wb")) == NULL) {
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001246 perror(filename);
Carl-Daniel Hailfinger03b4e712009-05-08 12:49:03 +00001247 return 1;
Carl-Daniel Hailfinger1748c572010-07-13 23:56:13 +00001248 }
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001249
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001250 numbytes = fwrite(buf, 1, size, image);
1251 fclose(image);
Carl-Daniel Hailfinger1748c572010-07-13 23:56:13 +00001252 if (numbytes != size) {
1253 msg_gerr("File %s could not be written completely.\n",
1254 filename);
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001255 return 1;
Carl-Daniel Hailfinger1748c572010-07-13 23:56:13 +00001256 }
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001257 return 0;
1258}
1259
Carl-Daniel Hailfinger1748c572010-07-13 23:56:13 +00001260int read_flash_to_file(struct flashchip *flash, char *filename)
1261{
1262 unsigned long size = flash->total_size * 1024;
1263 unsigned char *buf = calloc(size, sizeof(char));
1264 int ret = 0;
1265
1266 msg_cinfo("Reading flash... ");
1267 if (!buf) {
1268 msg_gerr("Memory allocation failed!\n");
1269 msg_cinfo("FAILED.\n");
1270 return 1;
1271 }
1272 if (!flash->read) {
1273 msg_cerr("No read function available for this flash chip.\n");
1274 ret = 1;
1275 goto out_free;
1276 }
1277 if (flash->read(flash, buf, 0, size)) {
1278 msg_cerr("Read operation failed!\n");
1279 ret = 1;
1280 goto out_free;
1281 }
1282
1283 ret = write_buf_to_file(buf, flash->total_size * 1024, filename);
1284out_free:
1285 free(buf);
1286 msg_cinfo("%s.\n", ret ? "FAILED" : "done");
1287 return ret;
1288}
1289
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001290/* This function shares a lot of its structure with erase_and_write_flash() and
1291 * walk_eraseregions().
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001292 * Even if an error is found, the function will keep going and check the rest.
1293 */
Carl-Daniel Hailfingerad3cc552010-07-03 11:02:10 +00001294static int selfcheck_eraseblocks(struct flashchip *flash)
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001295{
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001296 int i, j, k;
1297 int ret = 0;
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001298
1299 for (k = 0; k < NUM_ERASEFUNCTIONS; k++) {
1300 unsigned int done = 0;
1301 struct block_eraser eraser = flash->block_erasers[k];
1302
1303 for (i = 0; i < NUM_ERASEREGIONS; i++) {
1304 /* Blocks with zero size are bugs in flashchips.c. */
1305 if (eraser.eraseblocks[i].count &&
1306 !eraser.eraseblocks[i].size) {
1307 msg_gerr("ERROR: Flash chip %s erase function "
1308 "%i region %i has size 0. Please report"
1309 " a bug at flashrom@flashrom.org\n",
1310 flash->name, k, i);
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001311 ret = 1;
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001312 }
1313 /* Blocks with zero count are bugs in flashchips.c. */
1314 if (!eraser.eraseblocks[i].count &&
1315 eraser.eraseblocks[i].size) {
1316 msg_gerr("ERROR: Flash chip %s erase function "
1317 "%i region %i has count 0. Please report"
1318 " a bug at flashrom@flashrom.org\n",
1319 flash->name, k, i);
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001320 ret = 1;
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001321 }
1322 done += eraser.eraseblocks[i].count *
1323 eraser.eraseblocks[i].size;
1324 }
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001325 /* Empty eraseblock definition with erase function. */
1326 if (!done && eraser.block_erase)
Sean Nelson316a29f2010-05-07 20:09:04 +00001327 msg_gspew("Strange: Empty eraseblock definition with "
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001328 "non-empty erase function. Not an error.\n");
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001329 if (!done)
1330 continue;
1331 if (done != flash->total_size * 1024) {
1332 msg_gerr("ERROR: Flash chip %s erase function %i "
1333 "region walking resulted in 0x%06x bytes total,"
1334 " expected 0x%06x bytes. Please report a bug at"
1335 " flashrom@flashrom.org\n", flash->name, k,
1336 done, flash->total_size * 1024);
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001337 ret = 1;
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001338 }
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001339 if (!eraser.block_erase)
1340 continue;
1341 /* Check if there are identical erase functions for different
1342 * layouts. That would imply "magic" erase functions. The
1343 * easiest way to check this is with function pointers.
1344 */
Uwe Hermann43959702010-03-13 17:28:29 +00001345 for (j = k + 1; j < NUM_ERASEFUNCTIONS; j++) {
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001346 if (eraser.block_erase ==
1347 flash->block_erasers[j].block_erase) {
1348 msg_gerr("ERROR: Flash chip %s erase function "
1349 "%i and %i are identical. Please report"
1350 " a bug at flashrom@flashrom.org\n",
1351 flash->name, k, j);
1352 ret = 1;
1353 }
Uwe Hermann43959702010-03-13 17:28:29 +00001354 }
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001355 }
Carl-Daniel Hailfinger415afcf2010-01-19 06:42:46 +00001356 return ret;
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001357}
1358
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001359static int erase_and_write_block_helper(struct flashchip *flash,
1360 unsigned int start, unsigned int len,
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001361 uint8_t *curcontents,
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001362 uint8_t *newcontents,
1363 int (*erasefn) (struct flashchip *flash,
1364 unsigned int addr,
1365 unsigned int len))
1366{
1367 int starthere = 0;
1368 int lenhere = 0;
1369 int ret = 0;
1370 int skip = 1;
1371 int writecount = 0;
1372 enum write_granularity gran = write_gran_256bytes; /* FIXME */
1373
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001374 /* curcontents and newcontents are opaque to walk_eraseregions, and
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001375 * need to be adjusted here to keep the impression of proper abstraction
1376 */
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001377 curcontents += start;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001378 newcontents += start;
1379 msg_cdbg(":");
1380 /* FIXME: Assume 256 byte granularity for now to play it safe. */
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001381 if (need_erase(curcontents, newcontents, len, gran)) {
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001382 msg_cdbg("E");
1383 ret = erasefn(flash, start, len);
1384 if (ret)
1385 return ret;
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001386 /* Erase was successful. Adjust curcontents. */
1387 memset(curcontents, 0xff, len);
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001388 skip = 0;
1389 }
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001390 /* get_next_write() sets starthere to a new value after the call. */
1391 while ((lenhere = get_next_write(curcontents + starthere,
1392 newcontents + starthere,
1393 len - starthere, &starthere, gran))) {
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001394 if (!writecount++)
1395 msg_cdbg("W");
1396 /* Needs the partial write function signature. */
1397 ret = flash->write(flash, newcontents + starthere,
1398 start + starthere, lenhere);
1399 if (ret)
1400 return ret;
1401 starthere += lenhere;
1402 skip = 0;
1403 }
1404 if (skip)
1405 msg_cdbg("S");
1406 return ret;
1407}
1408
Carl-Daniel Hailfinger4d3e9ca2010-07-13 00:42:00 +00001409static int walk_eraseregions(struct flashchip *flash, int erasefunction,
1410 int (*do_something) (struct flashchip *flash,
1411 unsigned int addr,
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001412 unsigned int len,
1413 uint8_t *param1,
1414 uint8_t *param2,
1415 int (*erasefn) (
1416 struct flashchip *flash,
1417 unsigned int addr,
1418 unsigned int len)),
1419 void *param1, void *param2)
Carl-Daniel Hailfingera1223412010-07-13 00:37:19 +00001420{
1421 int i, j;
1422 unsigned int start = 0;
1423 unsigned int len;
1424 struct block_eraser eraser = flash->block_erasers[erasefunction];
1425 for (i = 0; i < NUM_ERASEREGIONS; i++) {
1426 /* count==0 for all automatically initialized array
1427 * members so the loop below won't be executed for them.
1428 */
1429 len = eraser.eraseblocks[i].size;
1430 for (j = 0; j < eraser.eraseblocks[i].count; j++) {
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001431 /* Print this for every block except the first one. */
1432 if (i || j)
1433 msg_cdbg(", ");
1434 msg_cdbg("0x%06x-0x%06x", start,
Carl-Daniel Hailfingera1223412010-07-13 00:37:19 +00001435 start + len - 1);
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001436 if (do_something(flash, start, len, param1, param2,
1437 eraser.block_erase)) {
1438 msg_cdbg("\n");
Carl-Daniel Hailfingera1223412010-07-13 00:37:19 +00001439 return 1;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001440 }
Carl-Daniel Hailfingera1223412010-07-13 00:37:19 +00001441 start += len;
1442 }
1443 }
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001444 msg_cdbg("\n");
Carl-Daniel Hailfingera1223412010-07-13 00:37:19 +00001445 return 0;
1446}
1447
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001448int erase_and_write_flash(struct flashchip *flash, uint8_t *oldcontents, uint8_t *newcontents)
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001449{
Carl-Daniel Hailfingera1223412010-07-13 00:37:19 +00001450 int k, ret = 0, found = 0;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001451 uint8_t *curcontents;
1452 unsigned long size = flash->total_size * 1024;
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001453
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001454 curcontents = (uint8_t *) malloc(size);
1455 /* Copy oldcontents to curcontents to avoid clobbering oldcontents. */
1456 memcpy(curcontents, oldcontents, size);
1457
1458 msg_cinfo("Erasing and writing flash chip... ");
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001459 for (k = 0; k < NUM_ERASEFUNCTIONS; k++) {
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001460 struct block_eraser eraser = flash->block_erasers[k];
1461
Sean Nelson316a29f2010-05-07 20:09:04 +00001462 msg_cdbg("Looking at blockwise erase function %i... ", k);
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001463 if (!eraser.block_erase && !eraser.eraseblocks[0].count) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001464 msg_cdbg("not defined. "
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001465 "Looking for another erase function.\n");
1466 continue;
1467 }
1468 if (!eraser.block_erase && eraser.eraseblocks[0].count) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001469 msg_cdbg("eraseblock layout is known, but no "
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001470 "matching block erase function found. "
1471 "Looking for another erase function.\n");
1472 continue;
1473 }
1474 if (eraser.block_erase && !eraser.eraseblocks[0].count) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001475 msg_cdbg("block erase function found, but "
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001476 "eraseblock layout is unknown. "
1477 "Looking for another erase function.\n");
1478 continue;
1479 }
1480 found = 1;
Sean Nelson316a29f2010-05-07 20:09:04 +00001481 msg_cdbg("trying... ");
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001482 ret = walk_eraseregions(flash, k, &erase_and_write_block_helper, curcontents, newcontents);
Sean Nelson316a29f2010-05-07 20:09:04 +00001483 msg_cdbg("\n");
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001484 /* If everything is OK, don't try another erase function. */
1485 if (!ret)
1486 break;
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001487 /* FIXME: Reread the whole chip here so we know the current
1488 * chip contents? curcontents might be up to date, but this
1489 * code is only reached if something failed, and then we don't
1490 * know exactly what failed, and how.
1491 */
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001492 }
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001493 /* Free the scratchpad. */
1494 free(curcontents);
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001495 if (!found) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001496 msg_cerr("ERROR: flashrom has no erase function for this flash chip.\n");
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001497 return 1;
1498 }
Carl-Daniel Hailfingerf160a122009-05-08 17:15:15 +00001499
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001500 if (ret) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001501 msg_cerr("FAILED!\n");
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001502 } else {
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001503 msg_cinfo("Done.\n");
Carl-Daniel Hailfingerf38431a2009-09-05 02:30:58 +00001504 }
1505 return ret;
Carl-Daniel Hailfinger7314cc32009-01-28 00:27:54 +00001506}
1507
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001508void nonfatal_help_message(void)
1509{
1510 msg_gerr("Writing to the flash chip apparently didn't do anything.\n"
1511 "This means we have to add special support for your board, "
1512 "programmer or flash chip.\n"
1513 "Please report this on IRC at irc.freenode.net (channel "
1514 "#flashrom) or\n"
1515 "mail flashrom@flashrom.org!\n"
1516 "-------------------------------------------------------------"
1517 "------------------\n"
1518 "You may now reboot or simply leave the machine running.\n");
1519}
1520
Uwe Hermannc67d0372009-10-01 18:40:02 +00001521void emergency_help_message(void)
Carl-Daniel Hailfinger8ab49e72009-08-19 13:55:34 +00001522{
Sean Nelson316a29f2010-05-07 20:09:04 +00001523 msg_gerr("Your flash chip is in an unknown state.\n"
Uwe Hermannc67d0372009-10-01 18:40:02 +00001524 "Get help on IRC at irc.freenode.net (channel #flashrom) or\n"
Paul Menzelab6328f2010-10-08 11:03:02 +00001525 "mail flashrom@flashrom.org with FAILED: your board name in "
1526 "the subject line!\n"
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +00001527 "-------------------------------------------------------------"
1528 "------------------\n"
Carl-Daniel Hailfinger8ab49e72009-08-19 13:55:34 +00001529 "DO NOT REBOOT OR POWEROFF!\n");
1530}
1531
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001532/* The way to go if you want a delimited list of programmers*/
1533void list_programmers(char *delim)
1534{
1535 enum programmer p;
1536 for (p = 0; p < PROGRAMMER_INVALID; p++) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001537 msg_ginfo("%s", programmer_table[p].name);
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001538 if (p < PROGRAMMER_INVALID - 1)
Sean Nelson316a29f2010-05-07 20:09:04 +00001539 msg_ginfo("%s", delim);
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001540 }
Sean Nelson316a29f2010-05-07 20:09:04 +00001541 msg_ginfo("\n");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001542}
1543
Carl-Daniel Hailfingera73fb492010-10-06 23:48:34 +00001544void list_programmers_linebreak(int startcol, int cols, int paren)
1545{
1546 const char *pname;
1547 int pnamelen;
1548 int remaining = 0;
1549 int firstline = 1;
1550 enum programmer p;
1551 int i;
1552
1553 for (p = 0; p < PROGRAMMER_INVALID; p++) {
1554 pname = programmer_table[p].name;
1555 pnamelen = strlen(pname);
1556 if (remaining - pnamelen - 2 < 0) {
1557 if (firstline)
1558 firstline = 0;
1559 else
1560 printf("\n");
1561 for (i = 0; i < startcol; i++)
1562 printf(" ");
1563 remaining = cols - startcol;
1564 } else {
1565 printf(" ");
1566 remaining--;
1567 }
1568 if (paren && (p == 0)) {
1569 printf("(");
1570 remaining--;
1571 }
1572 printf("%s", pname);
1573 remaining -= pnamelen;
1574 if (p < PROGRAMMER_INVALID - 1) {
1575 printf(",");
1576 remaining--;
1577 } else {
1578 if (paren)
1579 printf(")");
1580 printf("\n");
1581 }
1582 }
1583}
1584
Carl-Daniel Hailfinger132e2ec2010-03-27 16:36:40 +00001585void print_sysinfo(void)
1586{
1587#if HAVE_UTSNAME == 1
1588 struct utsname osinfo;
1589 uname(&osinfo);
1590
1591 msg_ginfo(" on %s %s (%s)", osinfo.sysname, osinfo.release,
1592 osinfo.machine);
1593#else
1594 msg_ginfo(" on unknown machine");
1595#endif
1596 msg_ginfo(", built with");
1597#if NEED_PCI == 1
1598#ifdef PCILIB_VERSION
1599 msg_ginfo(" libpci %s,", PCILIB_VERSION);
1600#else
1601 msg_ginfo(" unknown PCI library,");
1602#endif
1603#endif
1604#ifdef __clang__
Carl-Daniel Hailfingerb51e58e2010-07-17 14:49:30 +00001605 msg_ginfo(" LLVM Clang");
1606#ifdef __clang_version__
1607 msg_ginfo(" %s,", __clang_version__);
1608#else
1609 msg_ginfo(" unknown version (before r102686),");
1610#endif
Carl-Daniel Hailfinger132e2ec2010-03-27 16:36:40 +00001611#elif defined(__GNUC__)
1612 msg_ginfo(" GCC");
1613#ifdef __VERSION__
Carl-Daniel Hailfingercceafa22010-05-26 01:45:41 +00001614 msg_ginfo(" %s,", __VERSION__);
Carl-Daniel Hailfinger132e2ec2010-03-27 16:36:40 +00001615#else
Carl-Daniel Hailfingercceafa22010-05-26 01:45:41 +00001616 msg_ginfo(" unknown version,");
Carl-Daniel Hailfinger132e2ec2010-03-27 16:36:40 +00001617#endif
1618#else
Carl-Daniel Hailfingercceafa22010-05-26 01:45:41 +00001619 msg_ginfo(" unknown compiler,");
1620#endif
1621#if defined (__FLASHROM_LITTLE_ENDIAN__)
1622 msg_ginfo(" little endian");
1623#else
1624 msg_ginfo(" big endian");
Carl-Daniel Hailfinger132e2ec2010-03-27 16:36:40 +00001625#endif
1626 msg_ginfo("\n");
1627}
1628
Bernhard Walle201bde32008-01-21 15:24:22 +00001629void print_version(void)
1630{
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +00001631 msg_ginfo("flashrom v%s", flashrom_version);
Carl-Daniel Hailfinger132e2ec2010-03-27 16:36:40 +00001632 print_sysinfo();
Bernhard Walle201bde32008-01-21 15:24:22 +00001633}
1634
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +00001635void print_banner(void)
1636{
1637 msg_ginfo("flashrom is free software, get the source code at "
1638 "http://www.flashrom.org\n");
1639 msg_ginfo("\n");
1640}
1641
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001642int selfcheck(void)
1643{
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001644 int ret = 0;
1645 struct flashchip *flash;
1646
1647 /* Safety check. Instead of aborting after the first error, check
1648 * if more errors exist.
1649 */
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001650 if (ARRAY_SIZE(programmer_table) - 1 != PROGRAMMER_INVALID) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001651 msg_gerr("Programmer table miscompilation!\n");
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001652 ret = 1;
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001653 }
1654 if (spi_programmer_count - 1 != SPI_CONTROLLER_INVALID) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001655 msg_gerr("SPI programmer table miscompilation!\n");
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001656 ret = 1;
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001657 }
Carl-Daniel Hailfinger293adf02010-01-18 08:14:43 +00001658 for (flash = flashchips; flash && flash->name; flash++)
1659 if (selfcheck_eraseblocks(flash))
1660 ret = 1;
1661 return ret;
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001662}
1663
1664void check_chip_supported(struct flashchip *flash)
1665{
1666 if (TEST_OK_MASK != (flash->tested & TEST_OK_MASK)) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001667 msg_cinfo("===\n");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001668 if (flash->tested & TEST_BAD_MASK) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001669 msg_cinfo("This flash part has status NOT WORKING for operations:");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001670 if (flash->tested & TEST_BAD_PROBE)
Sean Nelson316a29f2010-05-07 20:09:04 +00001671 msg_cinfo(" PROBE");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001672 if (flash->tested & TEST_BAD_READ)
Sean Nelson316a29f2010-05-07 20:09:04 +00001673 msg_cinfo(" READ");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001674 if (flash->tested & TEST_BAD_ERASE)
Sean Nelson316a29f2010-05-07 20:09:04 +00001675 msg_cinfo(" ERASE");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001676 if (flash->tested & TEST_BAD_WRITE)
Sean Nelson316a29f2010-05-07 20:09:04 +00001677 msg_cinfo(" WRITE");
1678 msg_cinfo("\n");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001679 }
1680 if ((!(flash->tested & TEST_BAD_PROBE) && !(flash->tested & TEST_OK_PROBE)) ||
1681 (!(flash->tested & TEST_BAD_READ) && !(flash->tested & TEST_OK_READ)) ||
1682 (!(flash->tested & TEST_BAD_ERASE) && !(flash->tested & TEST_OK_ERASE)) ||
1683 (!(flash->tested & TEST_BAD_WRITE) && !(flash->tested & TEST_OK_WRITE))) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001684 msg_cinfo("This flash part has status UNTESTED for operations:");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001685 if (!(flash->tested & TEST_BAD_PROBE) && !(flash->tested & TEST_OK_PROBE))
Sean Nelson316a29f2010-05-07 20:09:04 +00001686 msg_cinfo(" PROBE");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001687 if (!(flash->tested & TEST_BAD_READ) && !(flash->tested & TEST_OK_READ))
Sean Nelson316a29f2010-05-07 20:09:04 +00001688 msg_cinfo(" READ");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001689 if (!(flash->tested & TEST_BAD_ERASE) && !(flash->tested & TEST_OK_ERASE))
Sean Nelson316a29f2010-05-07 20:09:04 +00001690 msg_cinfo(" ERASE");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001691 if (!(flash->tested & TEST_BAD_WRITE) && !(flash->tested & TEST_OK_WRITE))
Sean Nelson316a29f2010-05-07 20:09:04 +00001692 msg_cinfo(" WRITE");
1693 msg_cinfo("\n");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001694 }
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +00001695 /* FIXME: This message is designed towards CLI users. */
Carl-Daniel Hailfinger8841d3e2010-05-15 15:04:37 +00001696 msg_cinfo("The test status of this chip may have been updated "
1697 "in the latest development\n"
1698 "version of flashrom. If you are running the latest "
1699 "development version,\n"
1700 "please email a report to flashrom@flashrom.org if "
1701 "any of the above operations\n"
1702 "work correctly for you with this flash part. Please "
1703 "include the flashrom\n"
1704 "output with the additional -V option for all "
1705 "operations you tested (-V, -Vr,\n"
1706 "-Vw, -VE), and mention which mainboard or "
1707 "programmer you tested.\n"
Paul Menzelab6328f2010-10-08 11:03:02 +00001708 "Please mention your board in the subject line. "
1709 "Thanks for your help!\n");
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001710 }
1711}
1712
Ollie Lho761bf1b2004-03-20 16:46:10 +00001713int main(int argc, char *argv[])
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001714{
Carl-Daniel Hailfingera84835a2010-01-07 03:24:05 +00001715 return cli_classic(argc, argv);
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001716}
1717
Carl-Daniel Hailfinger43069442010-10-15 00:01:14 +00001718/* FIXME: This function signature needs to be improved once doit() has a better
1719 * function signature.
1720 */
1721int chip_safety_check(struct flashchip *flash, int force, char *filename, int read_it, int write_it, int erase_it, int verify_it)
1722{
1723 if (!programmer_may_write && (write_it || erase_it)) {
1724 msg_perr("Write/erase is not working yet on your programmer in "
1725 "its current configuration.\n");
1726 /* --force is the wrong approach, but it's the best we can do
1727 * until the generic programmer parameter parser is merged.
1728 */
1729 if (!force)
1730 return 1;
1731 msg_cerr("Continuing anyway.\n");
1732 }
1733
1734 if (read_it || erase_it || write_it || verify_it) {
1735 /* Everything needs read. */
1736 if (flash->tested & TEST_BAD_READ) {
1737 msg_cerr("Read is not working on this chip. ");
1738 if (!force)
1739 return 1;
1740 msg_cerr("Continuing anyway.\n");
1741 }
1742 if (!flash->read) {
1743 msg_cerr("flashrom has no read function for this "
1744 "flash chip.\n");
1745 return 1;
1746 }
1747 }
1748 if (erase_it || write_it) {
1749 /* Write needs erase. */
1750 if (flash->tested & TEST_BAD_ERASE) {
1751 msg_cerr("Erase is not working on this chip. ");
1752 if (!force)
1753 return 1;
1754 msg_cerr("Continuing anyway.\n");
1755 }
1756 /* FIXME: Check if at least one erase function exists. */
1757 }
1758 if (write_it) {
1759 if (flash->tested & TEST_BAD_WRITE) {
1760 msg_cerr("Write is not working on this chip. ");
1761 if (!force)
1762 return 1;
1763 msg_cerr("Continuing anyway.\n");
1764 }
1765 if (!flash->write) {
1766 msg_cerr("flashrom has no write function for this "
1767 "flash chip.\n");
1768 return 1;
1769 }
1770 }
1771 return 0;
1772}
1773
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001774/* This function signature is horrible. We need to design a better interface,
1775 * but right now it allows us to split off the CLI code.
Carl-Daniel Hailfingerf52f7842010-10-08 18:52:29 +00001776 * Besides that, the function itself is a textbook example of abysmal code flow.
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001777 */
1778int doit(struct flashchip *flash, int force, char *filename, int read_it, int write_it, int erase_it, int verify_it)
1779{
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001780 uint8_t *oldcontents;
1781 uint8_t *newcontents;
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001782 int ret = 0;
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001783 unsigned long size = flash->total_size * 1024;
Carl-Daniel Hailfinger552420b2009-12-24 02:15:55 +00001784
Carl-Daniel Hailfinger43069442010-10-15 00:01:14 +00001785 if (chip_safety_check(flash, force, filename, read_it, write_it, erase_it, verify_it)) {
1786 msg_cerr("Aborting.\n");
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001787 ret = 1;
1788 goto out_nofree;
Carl-Daniel Hailfinger43069442010-10-15 00:01:14 +00001789 }
1790
Carl-Daniel Hailfinger43069442010-10-15 00:01:14 +00001791 /* Given the existence of read locks, we want to unlock for read,
1792 * erase and write.
1793 */
1794 if (flash->unlock)
1795 flash->unlock(flash);
1796
1797 if (read_it) {
1798 ret = read_flash_to_file(flash, filename);
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001799 goto out_nofree;
Carl-Daniel Hailfingerd1be52d2010-07-03 12:14:25 +00001800 }
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001801
1802 oldcontents = (uint8_t *) malloc(size);
1803 /* Assume worst case: All bits are 0. */
1804 memset(oldcontents, 0x00, size);
1805 newcontents = (uint8_t *) malloc(size);
1806 /* Assume best case: All bits should be 1. */
1807 memset(newcontents, 0xff, size);
1808 /* Side effect of the assumptions above: Default write action is erase
1809 * because newcontents looks like a completely erased chip, and
1810 * oldcontents being completely 0x00 means we have to erase everything
1811 * before we can write.
1812 */
1813
Ollie Lhoefa28582004-12-08 20:10:01 +00001814 if (erase_it) {
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001815 /* FIXME: Do we really want the scary warning if erase failed?
1816 * After all, after erase the chip is either blank or partially
1817 * blank or it has the old contents. A blank chip won't boot,
1818 * so if the user wanted erase and reboots afterwards, the user
1819 * knows very well that booting won't work.
1820 */
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001821 if (erase_and_write_flash(flash, oldcontents, newcontents)) {
Carl-Daniel Hailfinger8ab49e72009-08-19 13:55:34 +00001822 emergency_help_message();
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001823 ret = 1;
Carl-Daniel Hailfinger8ab49e72009-08-19 13:55:34 +00001824 }
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001825 goto out;
Carl-Daniel Hailfingerf52f7842010-10-08 18:52:29 +00001826 }
Carl-Daniel Hailfinger43069442010-10-15 00:01:14 +00001827
Carl-Daniel Hailfingerf52f7842010-10-08 18:52:29 +00001828 if (write_it || verify_it) {
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001829 if (read_buf_from_file(newcontents, size, filename)) {
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001830 ret = 1;
1831 goto out;
Stefan Reinauer018aca82006-11-21 23:48:51 +00001832 }
1833
Carl-Daniel Hailfinger71127722010-05-31 15:27:27 +00001834#if CONFIG_INTERNAL == 1
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001835 if (programmer == PROGRAMMER_INTERNAL)
1836 show_id(newcontents, size, force);
Carl-Daniel Hailfinger66ef4e52009-12-13 22:28:00 +00001837#endif
Ollie Lhocbbf1252004-03-17 22:22:08 +00001838 }
1839
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001840 /* Read the whole chip to be able to check whether regions need to be
1841 * erased and to give better diagnostics in case write fails.
1842 * The alternative would be to read only the regions which are to be
1843 * preserved, but in that case we might perform unneeded erase which
1844 * takes time as well.
1845 */
1846 msg_cdbg("Reading old flash chip contents...\n");
1847 if (flash->read(flash, oldcontents, 0, size)) {
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001848 ret = 1;
1849 goto out;
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001850 }
1851
Ollie Lho184a4042005-11-26 21:55:36 +00001852 // This should be moved into each flash part's code to do it
1853 // cleanly. This does the job.
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001854 handle_romentries(flash, oldcontents, newcontents);
Uwe Hermanna7e05482007-05-09 10:17:44 +00001855
Ollie Lho184a4042005-11-26 21:55:36 +00001856 // ////////////////////////////////////////////////////////////
Uwe Hermanna7e05482007-05-09 10:17:44 +00001857
Peter Stugef31104c2008-04-28 14:47:30 +00001858 if (write_it) {
Carl-Daniel Hailfinger6e2ea322010-11-04 01:04:27 +00001859 if (erase_and_write_flash(flash, oldcontents, newcontents)) {
1860 msg_cerr("Uh oh. Erase/write failed. Checking if "
1861 "anything changed.\n");
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001862 if (!flash->read(flash, newcontents, 0, size)) {
1863 if (!memcmp(oldcontents, newcontents, size)) {
1864 msg_cinfo("Good. It seems nothing was "
1865 "changed.\n");
1866 nonfatal_help_message();
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001867 ret = 1;
1868 goto out;
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001869 }
1870 }
Carl-Daniel Hailfingerf52f7842010-10-08 18:52:29 +00001871 emergency_help_message();
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001872 ret = 1;
1873 goto out;
Peter Stugef31104c2008-04-28 14:47:30 +00001874 }
Peter Stugef31104c2008-04-28 14:47:30 +00001875 }
Ollie Lho184a4042005-11-26 21:55:36 +00001876
Carl-Daniel Hailfinger8ab49e72009-08-19 13:55:34 +00001877 if (verify_it) {
1878 /* Work around chips which need some time to calm down. */
1879 if (write_it)
1880 programmer_delay(1000*1000);
Carl-Daniel Hailfinger42d38a92010-10-19 22:06:20 +00001881 ret = verify_flash(flash, newcontents);
Carl-Daniel Hailfingerf5292052009-11-17 09:57:34 +00001882 /* If we tried to write, and verification now fails, we
Carl-Daniel Hailfinger8ab49e72009-08-19 13:55:34 +00001883 * might have an emergency situation.
1884 */
1885 if (ret && write_it)
1886 emergency_help_message();
1887 }
Ollie Lho184a4042005-11-26 21:55:36 +00001888
Carl-Daniel Hailfinger12d6d822010-11-05 14:51:59 +00001889out:
1890 free(oldcontents);
1891 free(newcontents);
1892out_nofree:
Carl-Daniel Hailfinger702218d2009-05-08 17:43:22 +00001893 programmer_shutdown();
Stefan Reinauer143da0b2006-01-04 16:42:57 +00001894 return ret;
Ronald G. Minnichf4cf2ba2002-01-29 18:26:26 +00001895}