blob: 0dc1d7e9da59359ea40889413c01decef6586b50 [file] [log] [blame]
Ollie Lho184a4042005-11-26 21:55:36 +00001/*
Uwe Hermannd1107642007-08-29 17:52:32 +00002 * This file is part of the flashrom project.
Ollie Lho184a4042005-11-26 21:55:36 +00003 *
Uwe Hermannd1107642007-08-29 17:52:32 +00004 * Copyright (C) 2000 Silicon Integrated System Corporation
Stefan Reinauer8fa64812009-08-12 09:27:45 +00005 * Copyright (C) 2005-2009 coresystems GmbH
Uwe Hermannd1107642007-08-29 17:52:32 +00006 * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +00007 * Copyright (C) 2007,2008,2009 Carl-Daniel Hailfinger
Adam Jurkowskie4984102009-12-21 15:30:46 +00008 * Copyright (C) 2009 Kontron Modular Computers GmbH
Helge Wagnerdd73d832012-08-24 23:03:46 +00009 * Copyright (C) 2011, 2012 Stefan Tauner
Ollie Lho184a4042005-11-26 21:55:36 +000010 *
Uwe Hermannd1107642007-08-29 17:52:32 +000011 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; version 2 of the License.
Ollie Lho184a4042005-11-26 21:55:36 +000014 *
Uwe Hermannd1107642007-08-29 17:52:32 +000015 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23 */
24
25/*
26 * Contains the chipset specific flash enables.
Ollie Lho184a4042005-11-26 21:55:36 +000027 */
28
Lane Brooksd54958a2007-11-13 16:45:22 +000029#define _LARGEFILE64_SOURCE
30
Ollie Lhocbbf1252004-03-17 22:22:08 +000031#include <stdlib.h>
Uwe Hermanne8ba5382009-05-22 11:37:27 +000032#include <string.h>
Carl-Daniel Hailfingerdcef67e2010-06-21 23:20:15 +000033#include <unistd.h>
Carl-Daniel Hailfinger46fa0682011-07-25 22:44:09 +000034#include <inttypes.h>
35#include <errno.h>
Luc Verhaegen8e3a6002007-04-04 22:45:58 +000036#include "flash.h"
Carl-Daniel Hailfinger5b997c32010-07-27 22:41:39 +000037#include "programmer.h"
Patrick Georgi32508eb2012-07-20 20:35:14 +000038#include "hwaccess.h"
Stefan Reinauer86de2832006-03-31 11:26:55 +000039
Michael Karcher89bed6d2010-06-13 10:16:12 +000040#define NOT_DONE_YET 1
41
Carl-Daniel Hailfinger1d3a2fe2010-07-27 22:03:46 +000042#if defined(__i386__) || defined(__x86_64__)
43
Uwe Hermann372eeb52007-12-04 21:49:06 +000044static int enable_flash_ali_m1533(struct pci_dev *dev, const char *name)
Luc Verhaegen6b141752007-05-20 16:16:13 +000045{
46 uint8_t tmp;
47
Uwe Hermann372eeb52007-12-04 21:49:06 +000048 /*
49 * ROM Write enable, 0xFFFC0000-0xFFFDFFFF and
50 * 0xFFFE0000-0xFFFFFFFF ROM select enable.
51 */
Luc Verhaegen6b141752007-05-20 16:16:13 +000052 tmp = pci_read_byte(dev, 0x47);
53 tmp |= 0x46;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +000054 rpci_write_byte(dev, 0x47, tmp);
Luc Verhaegen6b141752007-05-20 16:16:13 +000055
56 return 0;
57}
58
Rudolf Marek23907d82012-02-07 21:29:48 +000059static int enable_flash_rdc_r8610(struct pci_dev *dev, const char *name)
60{
61 uint8_t tmp;
62
63 /* enable ROMCS for writes */
64 tmp = pci_read_byte(dev, 0x43);
65 tmp |= 0x80;
66 pci_write_byte(dev, 0x43, tmp);
67
68 /* read the bootstrapping register */
69 tmp = pci_read_byte(dev, 0x40) & 0x3;
70 switch (tmp) {
71 case 3:
72 internal_buses_supported = BUS_FWH;
73 break;
74 case 2:
75 internal_buses_supported = BUS_LPC;
76 break;
77 default:
78 internal_buses_supported = BUS_PARALLEL;
79 break;
80 }
81
82 return 0;
83}
84
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +000085static int enable_flash_sis85c496(struct pci_dev *dev, const char *name)
86{
87 uint8_t tmp;
88
89 tmp = pci_read_byte(dev, 0xd0);
90 tmp |= 0xf8;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +000091 rpci_write_byte(dev, 0xd0, tmp);
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +000092
93 return 0;
94}
95
96static int enable_flash_sis_mapping(struct pci_dev *dev, const char *name)
97{
Stefan Taunere34e3e82013-01-01 00:06:51 +000098 #define SIS_MAPREG 0x40
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +000099 uint8_t new, newer;
100
101 /* Extended BIOS enable = 1, Lower BIOS Enable = 1 */
102 /* This is 0xFFF8000~0xFFFF0000 decoding on SiS 540/630. */
Stefan Taunere34e3e82013-01-01 00:06:51 +0000103 new = pci_read_byte(dev, SIS_MAPREG);
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000104 new &= (~0x04); /* No idea why we clear bit 2. */
105 new |= 0xb; /* 0x3 for some chipsets, bit 7 seems to be don't care. */
Stefan Taunere34e3e82013-01-01 00:06:51 +0000106 rpci_write_byte(dev, SIS_MAPREG, new);
107 newer = pci_read_byte(dev, SIS_MAPREG);
108 if (newer != new) { /* FIXME: share this with other code? */
109 msg_pinfo("Setting register 0x%x to 0x%02x on %s failed (WARNING ONLY).\n",
110 SIS_MAPREG, new, name);
111 msg_pinfo("Stuck at 0x%02x.\n", newer);
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000112 return -1;
113 }
114 return 0;
115}
116
117static struct pci_dev *find_southbridge(uint16_t vendor, const char *name)
118{
119 struct pci_dev *sbdev;
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000120
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000121 sbdev = pci_dev_find_vendorclass(vendor, 0x0601);
122 if (!sbdev)
123 sbdev = pci_dev_find_vendorclass(vendor, 0x0680);
124 if (!sbdev)
125 sbdev = pci_dev_find_vendorclass(vendor, 0x0000);
126 if (!sbdev)
Sean Nelson316a29f2010-05-07 20:09:04 +0000127 msg_perr("No southbridge found for %s!\n", name);
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000128 if (sbdev)
Sean Nelson316a29f2010-05-07 20:09:04 +0000129 msg_pdbg("Found southbridge %04x:%04x at %02x:%02x:%01x\n",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000130 sbdev->vendor_id, sbdev->device_id,
131 sbdev->bus, sbdev->dev, sbdev->func);
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000132 return sbdev;
133}
134
135static int enable_flash_sis501(struct pci_dev *dev, const char *name)
136{
137 uint8_t tmp;
138 int ret = 0;
139 struct pci_dev *sbdev;
140
141 sbdev = find_southbridge(dev->vendor_id, name);
142 if (!sbdev)
143 return -1;
144
145 ret = enable_flash_sis_mapping(sbdev, name);
146
147 tmp = sio_read(0x22, 0x80);
148 tmp &= (~0x20);
149 tmp |= 0x4;
150 sio_write(0x22, 0x80, tmp);
151
152 tmp = sio_read(0x22, 0x70);
153 tmp &= (~0x20);
154 tmp |= 0x4;
155 sio_write(0x22, 0x70, tmp);
156
157 return ret;
158}
159
160static int enable_flash_sis5511(struct pci_dev *dev, const char *name)
161{
162 uint8_t tmp;
163 int ret = 0;
164 struct pci_dev *sbdev;
165
166 sbdev = find_southbridge(dev->vendor_id, name);
167 if (!sbdev)
168 return -1;
169
170 ret = enable_flash_sis_mapping(sbdev, name);
171
172 tmp = sio_read(0x22, 0x50);
173 tmp &= (~0x20);
174 tmp |= 0x4;
175 sio_write(0x22, 0x50, tmp);
176
177 return ret;
178}
179
Stefan Taunere34e3e82013-01-01 00:06:51 +0000180static int enable_flash_sis5x0(struct pci_dev *dev, const char *name, uint8_t dis_mask, uint8_t en_mask)
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000181{
Stefan Taunere34e3e82013-01-01 00:06:51 +0000182 #define SIS_REG 0x45
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000183 uint8_t new, newer;
184 int ret = 0;
185 struct pci_dev *sbdev;
186
187 sbdev = find_southbridge(dev->vendor_id, name);
188 if (!sbdev)
189 return -1;
190
191 ret = enable_flash_sis_mapping(sbdev, name);
192
Stefan Taunere34e3e82013-01-01 00:06:51 +0000193 new = pci_read_byte(sbdev, SIS_REG);
194 new &= (~dis_mask);
195 new |= en_mask;
196 rpci_write_byte(sbdev, SIS_REG, new);
197 newer = pci_read_byte(sbdev, SIS_REG);
198 if (newer != new) { /* FIXME: share this with other code? */
199 msg_pinfo("Setting register 0x%x to 0x%02x on %s failed (WARNING ONLY).\n", SIS_REG, new, name);
200 msg_pinfo("Stuck at 0x%02x\n", newer);
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000201 ret = -1;
202 }
203
204 return ret;
205}
206
Stefan Taunere34e3e82013-01-01 00:06:51 +0000207static int enable_flash_sis530(struct pci_dev *dev, const char *name)
208{
209 return enable_flash_sis5x0(dev, name, 0x20, 0x04);
210}
211
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000212static int enable_flash_sis540(struct pci_dev *dev, const char *name)
213{
Stefan Taunere34e3e82013-01-01 00:06:51 +0000214 return enable_flash_sis5x0(dev, name, 0x80, 0x40);
Carl-Daniel Hailfinger9f46cfc2009-11-15 17:13:29 +0000215}
216
Uwe Hermann987942d2006-11-07 11:16:21 +0000217/* Datasheet:
218 * - Name: 82371AB PCI-TO-ISA / IDE XCELERATOR (PIIX4)
219 * - URL: http://www.intel.com/design/intarch/datashts/290562.htm
220 * - PDF: http://www.intel.com/design/intarch/datashts/29056201.pdf
221 * - Order Number: 290562-001
222 */
Uwe Hermann372eeb52007-12-04 21:49:06 +0000223static int enable_flash_piix4(struct pci_dev *dev, const char *name)
Uwe Hermannea2c66d2006-11-05 18:26:08 +0000224{
225 uint16_t old, new;
Uwe Hermanna7e05482007-05-09 10:17:44 +0000226 uint16_t xbcs = 0x4e; /* X-Bus Chip Select register. */
Uwe Hermannea2c66d2006-11-05 18:26:08 +0000227
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000228 internal_buses_supported = BUS_PARALLEL;
Maciej Pijankaa661e152009-12-08 17:26:24 +0000229
Uwe Hermannea2c66d2006-11-05 18:26:08 +0000230 old = pci_read_word(dev, xbcs);
231
232 /* Set bit 9: 1-Meg Extended BIOS Enable (PCI master accesses to
Uwe Hermanna7e05482007-05-09 10:17:44 +0000233 * FFF00000-FFF7FFFF are forwarded to ISA).
Uwe Hermannc556d322008-10-28 11:50:05 +0000234 * Note: This bit is reserved on PIIX/PIIX3/MPIIX.
Uwe Hermanna7e05482007-05-09 10:17:44 +0000235 * Set bit 7: Extended BIOS Enable (PCI master accesses to
236 * FFF80000-FFFDFFFF are forwarded to ISA).
237 * Set bit 6: Lower BIOS Enable (PCI master, or ISA master accesses to
238 * the lower 64-Kbyte BIOS block (E0000-EFFFF) at the top
239 * of 1 Mbyte, or the aliases at the top of 4 Gbyte
240 * (FFFE0000-FFFEFFFF) result in the generation of BIOSCS#.
241 * Note: Accesses to FFFF0000-FFFFFFFF are always forwarded to ISA.
242 * Set bit 2: BIOSCS# Write Enable (1=enable, 0=disable).
243 */
Uwe Hermannc556d322008-10-28 11:50:05 +0000244 if (dev->device_id == 0x122e || dev->device_id == 0x7000
245 || dev->device_id == 0x1234)
246 new = old | 0x00c4; /* PIIX/PIIX3/MPIIX: Bit 9 is reserved. */
Uwe Hermann87203452008-10-26 18:40:42 +0000247 else
248 new = old | 0x02c4;
Uwe Hermannea2c66d2006-11-05 18:26:08 +0000249
250 if (new == old)
251 return 0;
252
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000253 rpci_write_word(dev, xbcs, new);
Uwe Hermannea2c66d2006-11-05 18:26:08 +0000254
Stefan Taunere34e3e82013-01-01 00:06:51 +0000255 if (pci_read_word(dev, xbcs) != new) { /* FIXME: share this with other code? */
256 msg_pinfo("Setting register 0x%04x to 0x%04x on %s failed (WARNING ONLY).\n", xbcs, new, name);
Uwe Hermannea2c66d2006-11-05 18:26:08 +0000257 return -1;
258 }
Uwe Hermannffec5f32007-08-23 16:08:21 +0000259
Uwe Hermannea2c66d2006-11-05 18:26:08 +0000260 return 0;
261}
262
Uwe Hermann372eeb52007-12-04 21:49:06 +0000263/*
Carl-Daniel Hailfinger67f9ea32008-03-14 17:20:59 +0000264 * See ie. page 375 of "Intel I/O Controller Hub 7 (ICH7) Family Datasheet"
265 * http://download.intel.com/design/chipsets/datashts/30701303.pdf
Uwe Hermann372eeb52007-12-04 21:49:06 +0000266 */
Stefan Reinauer62218c32012-08-26 02:35:13 +0000267static int enable_flash_ich(struct pci_dev *dev, const char *name, uint8_t bios_cntl)
Ronald G. Minnich6a967412004-09-28 20:09:06 +0000268{
Stefan Taunerd5c4ab42011-09-09 12:46:32 +0000269 uint8_t old, new, wanted;
Stefan Reinauereb366472006-09-06 15:48:48 +0000270
Uwe Hermann372eeb52007-12-04 21:49:06 +0000271 /*
Stefan Reinauer62218c32012-08-26 02:35:13 +0000272 * Note: the ICH0-ICH5 BIOS_CNTL register is actually 16 bit wide, in Tunnel Creek it is even 32b, but
Uwe Hermanna7e05482007-05-09 10:17:44 +0000273 * just treating it as 8 bit wide seems to work fine in practice.
Stefan Reinauereb366472006-09-06 15:48:48 +0000274 */
Stefan Reinauer62218c32012-08-26 02:35:13 +0000275 wanted = old = pci_read_byte(dev, bios_cntl);
Carl-Daniel Hailfinger67f9ea32008-03-14 17:20:59 +0000276
Stefan Taunerf9a8da52011-06-11 18:16:50 +0000277 /*
278 * Quote from the 6 Series datasheet (Document Number: 324645-004):
279 * "Bit 5: SMM BIOS Write Protect Disable (SMM_BWP)
280 * 1 = BIOS region SMM protection is enabled.
281 * The BIOS Region is not writable unless all processors are in SMM."
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000282 * In earlier chipsets this bit is reserved.
Stefan Reinauer62218c32012-08-26 02:35:13 +0000283 *
284 * Try to unset it in any case.
285 * It won't hurt and makes sense in some cases according to Stefan Reinauer.
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000286 */
Stefan Reinauer62218c32012-08-26 02:35:13 +0000287 wanted &= ~(1 << 5);
288
289 /* Set BIOS Write Enable */
290 wanted |= (1 << 0);
291
292 /* Only write the register if it's necessary */
293 if (wanted != old) {
294 rpci_write_byte(dev, bios_cntl, wanted);
295 new = pci_read_byte(dev, bios_cntl);
296 } else
297 new = old;
298
299 msg_pdbg("\nBIOS_CNTL = 0x%02x: ", new);
300 msg_pdbg("BIOS Lock Enable: %sabled, ", (new & (1 << 1)) ? "en" : "dis");
301 msg_pdbg("BIOS Write Enable: %sabled\n", (new & (1 << 0)) ? "en" : "dis");
302 if (new & (1 << 5))
Stefan Taunerf9a8da52011-06-11 18:16:50 +0000303 msg_pinfo("WARNING: BIOS region SMM protection is enabled!\n");
Ronald G. Minnich6a967412004-09-28 20:09:06 +0000304
Ronald G. Minnich6a967412004-09-28 20:09:06 +0000305
Stefan Reinauer62218c32012-08-26 02:35:13 +0000306 if (new != wanted)
307 msg_pinfo("WARNING: Setting Bios Control at 0x%x from 0x%02x to 0x%02x on %s failed.\n"
308 "New value is 0x%02x.\n", bios_cntl, old, wanted, name, new);
Ronald G. Minnich6a967412004-09-28 20:09:06 +0000309
Stefan Reinauer62218c32012-08-26 02:35:13 +0000310 /* Return an error if we could not set the write enable */
311 if (!(new & (1 << 0)))
Ronald G. Minnich6a967412004-09-28 20:09:06 +0000312 return -1;
Uwe Hermannffec5f32007-08-23 16:08:21 +0000313
Ronald G. Minnich6a967412004-09-28 20:09:06 +0000314 return 0;
315}
316
Uwe Hermann372eeb52007-12-04 21:49:06 +0000317static int enable_flash_ich_4e(struct pci_dev *dev, const char *name)
Stefan Reinauer86de2832006-03-31 11:26:55 +0000318{
Carl-Daniel Hailfinger4c7ea382009-08-10 23:30:45 +0000319 /*
320 * Note: ICH5 has registers similar to FWH_SEL1, FWH_SEL2 and
321 * FWH_DEC_EN1, but they are called FB_SEL1, FB_SEL2, FB_DEC_EN1 and
322 * FB_DEC_EN2.
323 */
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000324 internal_buses_supported = BUS_FWH;
Stefan Reinauereb366472006-09-06 15:48:48 +0000325 return enable_flash_ich(dev, name, 0x4e);
Stefan Reinauer86de2832006-03-31 11:26:55 +0000326}
327
Uwe Hermann372eeb52007-12-04 21:49:06 +0000328static int enable_flash_ich_dc(struct pci_dev *dev, const char *name)
Stefan Reinauer86de2832006-03-31 11:26:55 +0000329{
Carl-Daniel Hailfinger4c7ea382009-08-10 23:30:45 +0000330 uint32_t fwh_conf;
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000331 int i, tmp;
Carl-Daniel Hailfinger44498682009-08-13 23:23:37 +0000332 char *idsel = NULL;
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +0000333 int max_decode_fwh_idsel = 0, max_decode_fwh_decode = 0;
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000334 int contiguous = 1;
Carl-Daniel Hailfinger4c7ea382009-08-10 23:30:45 +0000335
Carl-Daniel Hailfinger2b6dcb32010-07-08 10:13:37 +0000336 idsel = extract_programmer_param("fwh_idsel");
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000337 if (idsel && strlen(idsel)) {
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000338 uint64_t fwh_idsel_old, fwh_idsel;
Carl-Daniel Hailfinger46fa0682011-07-25 22:44:09 +0000339 errno = 0;
340 /* Base 16, nothing else makes sense. */
341 fwh_idsel = (uint64_t)strtoull(idsel, NULL, 16);
342 if (errno) {
343 msg_perr("Error: fwh_idsel= specified, but value could "
344 "not be converted.\n");
345 goto idsel_garbage_out;
346 }
347 if (fwh_idsel & 0xffff000000000000ULL) {
348 msg_perr("Error: fwh_idsel= specified, but value had "
Sylvain "ythier" Hitier3093f8f2011-09-03 11:22:27 +0000349 "unused bits set.\n");
Carl-Daniel Hailfinger46fa0682011-07-25 22:44:09 +0000350 goto idsel_garbage_out;
351 }
352 fwh_idsel_old = pci_read_long(dev, 0xd0);
353 fwh_idsel_old <<= 16;
354 fwh_idsel_old |= pci_read_word(dev, 0xd4);
355 msg_pdbg("\nSetting IDSEL from 0x%012" PRIx64 " to "
356 "0x%012" PRIx64 " for top 16 MB.", fwh_idsel_old,
357 fwh_idsel);
358 rpci_write_long(dev, 0xd0, (fwh_idsel >> 16) & 0xffffffff);
359 rpci_write_word(dev, 0xd4, fwh_idsel & 0xffff);
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000360 /* FIXME: Decode settings are not changed. */
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000361 } else if (idsel) {
Carl-Daniel Hailfinger46fa0682011-07-25 22:44:09 +0000362 msg_perr("Error: fwh_idsel= specified, but no value given.\n");
Sylvain "ythier" Hitier3093f8f2011-09-03 11:22:27 +0000363idsel_garbage_out:
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000364 free(idsel);
Tadas Slotkus0e3f1cf2011-09-06 18:49:31 +0000365 return ERROR_FATAL;
Carl-Daniel Hailfinger44498682009-08-13 23:23:37 +0000366 }
Carl-Daniel Hailfinger744132a2010-07-06 09:55:48 +0000367 free(idsel);
Carl-Daniel Hailfinger44498682009-08-13 23:23:37 +0000368
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000369 /* Ignore all legacy ranges below 1 MB.
370 * We currently only support flashing the chip which responds to
371 * IDSEL=0. To support IDSEL!=0, flashbase and decode size calculations
372 * have to be adjusted.
373 */
374 /* FWH_SEL1 */
375 fwh_conf = pci_read_long(dev, 0xd0);
376 for (i = 7; i >= 0; i--) {
377 tmp = (fwh_conf >> (i * 4)) & 0xf;
Sean Nelson316a29f2010-05-07 20:09:04 +0000378 msg_pdbg("\n0x%08x/0x%08x FWH IDSEL: 0x%x",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000379 (0x1ff8 + i) * 0x80000,
380 (0x1ff0 + i) * 0x80000,
381 tmp);
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000382 if ((tmp == 0) && contiguous) {
383 max_decode_fwh_idsel = (8 - i) * 0x80000;
384 } else {
385 contiguous = 0;
386 }
387 }
388 /* FWH_SEL2 */
389 fwh_conf = pci_read_word(dev, 0xd4);
390 for (i = 3; i >= 0; i--) {
391 tmp = (fwh_conf >> (i * 4)) & 0xf;
Sean Nelson316a29f2010-05-07 20:09:04 +0000392 msg_pdbg("\n0x%08x/0x%08x FWH IDSEL: 0x%x",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000393 (0xff4 + i) * 0x100000,
394 (0xff0 + i) * 0x100000,
395 tmp);
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000396 if ((tmp == 0) && contiguous) {
397 max_decode_fwh_idsel = (8 - i) * 0x100000;
398 } else {
399 contiguous = 0;
400 }
401 }
402 contiguous = 1;
403 /* FWH_DEC_EN1 */
404 fwh_conf = pci_read_word(dev, 0xd8);
405 for (i = 7; i >= 0; i--) {
406 tmp = (fwh_conf >> (i + 0x8)) & 0x1;
Sean Nelson316a29f2010-05-07 20:09:04 +0000407 msg_pdbg("\n0x%08x/0x%08x FWH decode %sabled",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000408 (0x1ff8 + i) * 0x80000,
409 (0x1ff0 + i) * 0x80000,
410 tmp ? "en" : "dis");
Michael Karcher96785392010-01-03 15:09:17 +0000411 if ((tmp == 1) && contiguous) {
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000412 max_decode_fwh_decode = (8 - i) * 0x80000;
413 } else {
414 contiguous = 0;
415 }
416 }
417 for (i = 3; i >= 0; i--) {
418 tmp = (fwh_conf >> i) & 0x1;
Sean Nelson316a29f2010-05-07 20:09:04 +0000419 msg_pdbg("\n0x%08x/0x%08x FWH decode %sabled",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000420 (0xff4 + i) * 0x100000,
421 (0xff0 + i) * 0x100000,
422 tmp ? "en" : "dis");
Michael Karcher96785392010-01-03 15:09:17 +0000423 if ((tmp == 1) && contiguous) {
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000424 max_decode_fwh_decode = (8 - i) * 0x100000;
425 } else {
426 contiguous = 0;
427 }
428 }
429 max_rom_decode.fwh = min(max_decode_fwh_idsel, max_decode_fwh_decode);
Sean Nelson316a29f2010-05-07 20:09:04 +0000430 msg_pdbg("\nMaximum FWH chip size: 0x%x bytes", max_rom_decode.fwh);
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000431
432 /* If we're called by enable_flash_ich_dc_spi, it will override
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000433 * internal_buses_supported anyway.
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000434 */
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000435 internal_buses_supported = BUS_FWH;
Stefan Reinauereb366472006-09-06 15:48:48 +0000436 return enable_flash_ich(dev, name, 0xdc);
Stefan Reinauer86de2832006-03-31 11:26:55 +0000437}
438
Adam Jurkowskie4984102009-12-21 15:30:46 +0000439static int enable_flash_poulsbo(struct pci_dev *dev, const char *name)
440{
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000441 uint16_t old, new;
442 int err;
Adam Jurkowskie4984102009-12-21 15:30:46 +0000443
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000444 if ((err = enable_flash_ich(dev, name, 0xd8)) != 0)
445 return err;
Adam Jurkowskie4984102009-12-21 15:30:46 +0000446
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000447 old = pci_read_byte(dev, 0xd9);
448 msg_pdbg("BIOS Prefetch Enable: %sabled, ",
449 (old & 1) ? "en" : "dis");
450 new = old & ~1;
Adam Jurkowskie4984102009-12-21 15:30:46 +0000451
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000452 if (new != old)
453 rpci_write_byte(dev, 0xd9, new);
Adam Jurkowskie4984102009-12-21 15:30:46 +0000454
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000455 internal_buses_supported = BUS_FWH;
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000456 return 0;
Adam Jurkowskie4984102009-12-21 15:30:46 +0000457}
458
Ingo Feldschmiddadc0a62011-09-07 19:18:25 +0000459static int enable_flash_tunnelcreek(struct pci_dev *dev, const char *name)
460{
461 uint16_t old, new;
462 uint32_t tmp, bnt;
463 void *rcrb;
464 int ret;
465
466 /* Enable Flash Writes */
467 ret = enable_flash_ich(dev, name, 0xd8);
468 if (ret == ERROR_FATAL)
469 return ret;
470
471 /* Make sure BIOS prefetch mechanism is disabled */
472 old = pci_read_byte(dev, 0xd9);
473 msg_pdbg("BIOS Prefetch Enable: %sabled, ", (old & 1) ? "en" : "dis");
474 new = old & ~1;
475 if (new != old)
476 rpci_write_byte(dev, 0xd9, new);
477
478 /* Get physical address of Root Complex Register Block */
479 tmp = pci_read_long(dev, 0xf0) & 0xffffc000;
480 msg_pdbg("\nRoot Complex Register Block address = 0x%x\n", tmp);
481
482 /* Map RCBA to virtual memory */
483 rcrb = physmap("ICH RCRB", tmp, 0x4000);
484
485 /* Test Boot BIOS Strap Status */
486 bnt = mmio_readl(rcrb + 0x3410);
487 if (bnt & 0x02) {
488 /* If strapped to LPC, no SPI initialization is required */
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000489 internal_buses_supported = BUS_FWH;
Ingo Feldschmiddadc0a62011-09-07 19:18:25 +0000490 return 0;
491 }
492
493 /* This adds BUS_SPI */
Ingo Feldschmiddadc0a62011-09-07 19:18:25 +0000494 if (ich_init_spi(dev, tmp, rcrb, 7) != 0) {
495 if (!ret)
496 ret = ERROR_NONFATAL;
497 }
498
499 return ret;
500}
501
Uwe Hermann394131e2008-10-18 21:14:13 +0000502static int enable_flash_ich_dc_spi(struct pci_dev *dev, const char *name,
Stefan Taunera8d838d2011-11-06 23:51:09 +0000503 enum ich_chipset ich_generation)
Carl-Daniel Hailfinger67f9ea32008-03-14 17:20:59 +0000504{
Stefan Tauner50e7c602011-11-08 10:55:54 +0000505 int ret, ret_spi;
Michael Karchera4448d92010-07-22 18:04:15 +0000506 uint8_t bbs, buc;
Carl-Daniel Hailfinger67f9ea32008-03-14 17:20:59 +0000507 uint32_t tmp, gcs;
Carl-Daniel Hailfinger6dc1d3b2008-05-14 14:51:22 +0000508 void *rcrb;
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000509 const char *const *straps_names;
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000510
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000511 static const char *const straps_names_EP80579[] = { "SPI", "reserved", "reserved", "LPC" };
512 static const char *const straps_names_ich7_nm10[] = { "reserved", "SPI", "PCI", "LPC" };
513 static const char *const straps_names_ich8910[] = { "SPI", "SPI", "PCI", "LPC" };
Helge Wagnera0fce5f2012-07-24 16:33:55 +0000514 static const char *const straps_names_pch567[] = { "LPC", "reserved", "PCI", "SPI" };
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000515 static const char *const straps_names_unknown[] = { "unknown", "unknown", "unknown", "unknown" };
516
517 switch (ich_generation) {
Stefan Taunera8d838d2011-11-06 23:51:09 +0000518 case CHIPSET_ICH7:
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000519 /* EP80579 may need further changes, but this is the least
520 * intrusive way to get correct BOOT Strap printing without
521 * changing the rest of its code path). */
522 if (strcmp(name, "EP80579") == 0)
523 straps_names = straps_names_EP80579;
524 else
525 straps_names = straps_names_ich7_nm10;
526 break;
Stefan Taunera8d838d2011-11-06 23:51:09 +0000527 case CHIPSET_ICH8:
528 case CHIPSET_ICH9:
529 case CHIPSET_ICH10:
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000530 straps_names = straps_names_ich8910;
531 break;
Stefan Taunera8d838d2011-11-06 23:51:09 +0000532 case CHIPSET_5_SERIES_IBEX_PEAK:
533 case CHIPSET_6_SERIES_COUGAR_POINT:
Helge Wagnera0fce5f2012-07-24 16:33:55 +0000534 case CHIPSET_7_SERIES_PANTHER_POINT:
535 straps_names = straps_names_pch567;
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000536 break;
537 default:
538 msg_gerr("%s: unknown ICH generation. Please report!\n",
539 __func__);
540 straps_names = straps_names_unknown;
541 break;
542 }
Uwe Hermann394131e2008-10-18 21:14:13 +0000543
Stefan Reinauer2cb94e12008-06-30 23:45:22 +0000544 /* Enable Flash Writes */
545 ret = enable_flash_ich_dc(dev, name);
Tadas Slotkus0e3f1cf2011-09-06 18:49:31 +0000546 if (ret == ERROR_FATAL)
547 return ret;
Carl-Daniel Hailfinger67f9ea32008-03-14 17:20:59 +0000548
Stefan Reinauer2cb94e12008-06-30 23:45:22 +0000549 /* Get physical address of Root Complex Register Block */
550 tmp = pci_read_long(dev, 0xf0) & 0xffffc000;
Paul Menzel018d4822011-10-21 12:33:07 +0000551 msg_pdbg("Root Complex Register Block address = 0x%x\n", tmp);
Stefan Reinauer2cb94e12008-06-30 23:45:22 +0000552
553 /* Map RCBA to virtual memory */
Stefan Reinauer0593f212009-01-26 01:10:48 +0000554 rcrb = physmap("ICH RCRB", tmp, 0x4000);
Stefan Reinauer2cb94e12008-06-30 23:45:22 +0000555
Carl-Daniel Hailfinger78185dc2009-05-17 15:49:24 +0000556 gcs = mmio_readl(rcrb + 0x3410);
Sean Nelson316a29f2010-05-07 20:09:04 +0000557 msg_pdbg("GCS = 0x%x: ", gcs);
558 msg_pdbg("BIOS Interface Lock-Down: %sabled, ",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000559 (gcs & 0x1) ? "en" : "dis");
Carl-Daniel Hailfinger67f9ea32008-03-14 17:20:59 +0000560 bbs = (gcs >> 10) & 0x3;
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000561 msg_pdbg("Boot BIOS Straps: 0x%x (%s)\n", bbs, straps_names[bbs]);
Carl-Daniel Hailfinger6dc1d3b2008-05-14 14:51:22 +0000562
Carl-Daniel Hailfinger78185dc2009-05-17 15:49:24 +0000563 buc = mmio_readb(rcrb + 0x3414);
Sean Nelson316a29f2010-05-07 20:09:04 +0000564 msg_pdbg("Top Swap : %s\n",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000565 (buc & 1) ? "enabled (A16 inverted)" : "not enabled");
Stefan Reinauera9424d52008-06-27 16:28:34 +0000566
Stefan Reinauer2cb94e12008-06-30 23:45:22 +0000567 /* It seems the ICH7 does not support SPI and LPC chips at the same
568 * time. At least not with our current code. So we prevent searching
569 * on ICH7 when the southbridge is strapped to LPC
570 */
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000571 internal_buses_supported = BUS_FWH;
Stefan Taunera8d838d2011-11-06 23:51:09 +0000572 if (ich_generation == CHIPSET_ICH7) {
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000573 if (bbs == 0x03) {
574 /* If strapped to LPC, no further SPI initialization is
575 * required. */
Michael Karchera4448d92010-07-22 18:04:15 +0000576 return ret;
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000577 } else {
Michael Karchera4448d92010-07-22 18:04:15 +0000578 /* Disable LPC/FWH if strapped to PCI or SPI */
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000579 internal_buses_supported = BUS_NONE;
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000580 }
Stefan Reinauer2cb94e12008-06-30 23:45:22 +0000581 }
582
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000583 /* This adds BUS_SPI */
Stefan Tauner50e7c602011-11-08 10:55:54 +0000584 ret_spi = ich_init_spi(dev, tmp, rcrb, ich_generation);
585 if (ret_spi == ERROR_FATAL)
586 return ret_spi;
587
588 if (ret || ret_spi)
589 ret = ERROR_NONFATAL;
Carl-Daniel Hailfinger67f9ea32008-03-14 17:20:59 +0000590
Stefan Reinauer2cb94e12008-06-30 23:45:22 +0000591 return ret;
592}
Stefan Reinauera9424d52008-06-27 16:28:34 +0000593
Carl-Daniel Hailfinger1b18b3c2008-05-16 14:39:39 +0000594static int enable_flash_ich7(struct pci_dev *dev, const char *name)
Carl-Daniel Hailfinger6dc1d3b2008-05-14 14:51:22 +0000595{
Stefan Taunera8d838d2011-11-06 23:51:09 +0000596 return enable_flash_ich_dc_spi(dev, name, CHIPSET_ICH7);
Carl-Daniel Hailfinger6dc1d3b2008-05-14 14:51:22 +0000597}
598
Carl-Daniel Hailfinger1b18b3c2008-05-16 14:39:39 +0000599static int enable_flash_ich8(struct pci_dev *dev, const char *name)
600{
Stefan Taunera8d838d2011-11-06 23:51:09 +0000601 return enable_flash_ich_dc_spi(dev, name, CHIPSET_ICH8);
Carl-Daniel Hailfinger1b18b3c2008-05-16 14:39:39 +0000602}
603
Carl-Daniel Hailfinger6dc1d3b2008-05-14 14:51:22 +0000604static int enable_flash_ich9(struct pci_dev *dev, const char *name)
605{
Stefan Taunera8d838d2011-11-06 23:51:09 +0000606 return enable_flash_ich_dc_spi(dev, name, CHIPSET_ICH9);
Carl-Daniel Hailfinger6dc1d3b2008-05-14 14:51:22 +0000607}
608
Carl-Daniel Hailfinger28ec74b2008-10-10 20:54:41 +0000609static int enable_flash_ich10(struct pci_dev *dev, const char *name)
610{
Stefan Taunera8d838d2011-11-06 23:51:09 +0000611 return enable_flash_ich_dc_spi(dev, name, CHIPSET_ICH10);
Carl-Daniel Hailfinger28ec74b2008-10-10 20:54:41 +0000612}
613
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000614/* Ibex Peak aka. 5 series & 3400 series */
615static int enable_flash_pch5(struct pci_dev *dev, const char *name)
616{
Stefan Taunera8d838d2011-11-06 23:51:09 +0000617 return enable_flash_ich_dc_spi(dev, name, CHIPSET_5_SERIES_IBEX_PEAK);
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000618}
619
620/* Cougar Point aka. 6 series & c200 series */
621static int enable_flash_pch6(struct pci_dev *dev, const char *name)
622{
Stefan Taunera8d838d2011-11-06 23:51:09 +0000623 return enable_flash_ich_dc_spi(dev, name, CHIPSET_6_SERIES_COUGAR_POINT);
Stefan Taunerbd0c70a2011-08-27 21:19:56 +0000624}
625
Stefan Tauner2abab942012-04-27 20:41:23 +0000626/* Panther Point aka. 7 series */
627static int enable_flash_pch7(struct pci_dev *dev, const char *name)
628{
629 return enable_flash_ich_dc_spi(dev, name, CHIPSET_7_SERIES_PANTHER_POINT);
630}
631
632/* Lynx Point aka. 8 series */
633static int enable_flash_pch8(struct pci_dev *dev, const char *name)
634{
635 return enable_flash_ich_dc_spi(dev, name, CHIPSET_8_SERIES_LYNX_POINT);
636}
637
Michael Karcher89bed6d2010-06-13 10:16:12 +0000638static int via_no_byte_merge(struct pci_dev *dev, const char *name)
639{
640 uint8_t val;
641
642 val = pci_read_byte(dev, 0x71);
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000643 if (val & 0x40) {
Michael Karcher89bed6d2010-06-13 10:16:12 +0000644 msg_pdbg("Disabling byte merging\n");
645 val &= ~0x40;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000646 rpci_write_byte(dev, 0x71, val);
Michael Karcher89bed6d2010-06-13 10:16:12 +0000647 }
648 return NOT_DONE_YET; /* need to find south bridge, too */
649}
650
Uwe Hermann372eeb52007-12-04 21:49:06 +0000651static int enable_flash_vt823x(struct pci_dev *dev, const char *name)
Ollie Lhocbbf1252004-03-17 22:22:08 +0000652{
Ollie Lho184a4042005-11-26 21:55:36 +0000653 uint8_t val;
Ollie Lho761bf1b2004-03-20 16:46:10 +0000654
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000655 /* Enable ROM decode range (1MB) FFC00000 - FFFFFFFF. */
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000656 rpci_write_byte(dev, 0x41, 0x7f);
Bari Ari9477c4e2008-04-29 13:46:38 +0000657
Uwe Hermannffec5f32007-08-23 16:08:21 +0000658 /* ROM write enable */
Ollie Lhocbbf1252004-03-17 22:22:08 +0000659 val = pci_read_byte(dev, 0x40);
660 val |= 0x10;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000661 rpci_write_byte(dev, 0x40, val);
Ollie Lhocbbf1252004-03-17 22:22:08 +0000662
663 if (pci_read_byte(dev, 0x40) != val) {
Stefan Taunere34e3e82013-01-01 00:06:51 +0000664 msg_pinfo("\nWARNING: Failed to enable flash write on \"%s\"\n", name);
Luc Verhaegen8e3a6002007-04-04 22:45:58 +0000665 return -1;
Ollie Lhocbbf1252004-03-17 22:22:08 +0000666 }
Luc Verhaegen6382b442007-03-02 22:16:38 +0000667
Helge Wagnerdd73d832012-08-24 23:03:46 +0000668 if (dev->device_id == 0x3227) { /* VT8237/VT8237R */
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000669 /* All memory cycles, not just ROM ones, go to LPC. */
670 val = pci_read_byte(dev, 0x59);
671 val &= ~0x80;
672 rpci_write_byte(dev, 0x59, val);
Luc Verhaegen73d21192009-12-23 00:54:26 +0000673 }
674
Uwe Hermanna7e05482007-05-09 10:17:44 +0000675 return 0;
Ollie Lhocbbf1252004-03-17 22:22:08 +0000676}
677
Helge Wagnerdd73d832012-08-24 23:03:46 +0000678static int enable_flash_vt_vx(struct pci_dev *dev, const char *name)
679{
680 struct pci_dev *south_north = pci_dev_find(0x1106, 0xa353);
681 if (south_north == NULL) {
682 msg_perr("Could not find South-North Module Interface Control device!\n");
683 return ERROR_FATAL;
684 }
685
686 msg_pdbg("Strapped to ");
687 if ((pci_read_byte(south_north, 0x56) & 0x01) == 0) {
688 msg_pdbg("LPC.\n");
689 return enable_flash_vt823x(dev, name);
690 }
691 msg_pdbg("SPI.\n");
692
693 uint32_t mmio_base;
694 void *mmio_base_physmapped;
695 uint32_t spi_cntl;
696 #define SPI_CNTL_LEN 0x08
697 uint32_t spi0_mm_base = 0;
698 switch(dev->device_id) {
699 case 0x8353: /* VX800/VX820 */
700 spi0_mm_base = pci_read_long(dev, 0xbc) << 8;
701 break;
702 case 0x8409: /* VX855/VX875 */
703 case 0x8410: /* VX900 */
704 mmio_base = pci_read_long(dev, 0xbc) << 8;
705 mmio_base_physmapped = physmap("VIA VX MMIO register", mmio_base, SPI_CNTL_LEN);
706 if (mmio_base_physmapped == ERROR_PTR) {
707 physunmap(mmio_base_physmapped, SPI_CNTL_LEN);
708 return ERROR_FATAL;
709 }
710
711 /* Offset 0 - Bit 0 holds SPI Bus0 Enable Bit. */
712 spi_cntl = mmio_readl(mmio_base_physmapped) + 0x00;
713 if ((spi_cntl & 0x01) == 0) {
714 msg_pdbg ("SPI Bus0 disabled!\n");
715 physunmap(mmio_base_physmapped, SPI_CNTL_LEN);
716 return ERROR_FATAL;
717 }
718 /* Offset 1-3 has SPI Bus Memory Map Base Address: */
719 spi0_mm_base = spi_cntl & 0xFFFFFF00;
720
721 /* Offset 4 - Bit 0 holds SPI Bus1 Enable Bit. */
722 spi_cntl = mmio_readl(mmio_base_physmapped) + 0x04;
723 if ((spi_cntl & 0x01) == 1)
724 msg_pdbg2("SPI Bus1 is enabled too.\n");
725
726 physunmap(mmio_base_physmapped, SPI_CNTL_LEN);
727 break;
728 default:
729 msg_perr("%s: Unsupported chipset %x:%x!\n", __func__, dev->vendor_id, dev->device_id);
730 return ERROR_FATAL;
731 }
732
733 return via_init_spi(dev, spi0_mm_base);
734}
735
736static int enable_flash_vt8237s_spi(struct pci_dev *dev, const char *name)
737{
738 return via_init_spi(dev, pci_read_long(dev, 0xbc) << 8);
739}
740
Uwe Hermann372eeb52007-12-04 21:49:06 +0000741static int enable_flash_cs5530(struct pci_dev *dev, const char *name)
Ollie Lhocbbf1252004-03-17 22:22:08 +0000742{
Uwe Hermannf4a673b2007-06-06 21:35:45 +0000743 uint8_t reg8;
Ollie Lho761bf1b2004-03-20 16:46:10 +0000744
Uwe Hermann394131e2008-10-18 21:14:13 +0000745#define DECODE_CONTROL_REG2 0x5b /* F0 index 0x5b */
746#define ROM_AT_LOGIC_CONTROL_REG 0x52 /* F0 index 0x52 */
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000747#define CS5530_RESET_CONTROL_REG 0x44 /* F0 index 0x44 */
748#define CS5530_USB_SHADOW_REG 0x43 /* F0 index 0x43 */
Ollie Lhocbbf1252004-03-17 22:22:08 +0000749
Uwe Hermann394131e2008-10-18 21:14:13 +0000750#define LOWER_ROM_ADDRESS_RANGE (1 << 0)
751#define ROM_WRITE_ENABLE (1 << 1)
752#define UPPER_ROM_ADDRESS_RANGE (1 << 2)
753#define BIOS_ROM_POSITIVE_DECODE (1 << 5)
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000754#define CS5530_ISA_MASTER (1 << 7)
755#define CS5530_ENABLE_SA2320 (1 << 2)
756#define CS5530_ENABLE_SA20 (1 << 6)
Ollie Lhocbbf1252004-03-17 22:22:08 +0000757
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000758 internal_buses_supported = BUS_PARALLEL;
Stefan Taunerc0aaf952011-05-19 02:58:17 +0000759 /* Decode 0x000E0000-0x000FFFFF (128 kB), not just 64 kB, and
760 * decode 0xFF000000-0xFFFFFFFF (16 MB), not just 256 kB.
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000761 * FIXME: Should we really touch the low mapping below 1 MB? Flashrom
762 * ignores that region completely.
Uwe Hermannf4a673b2007-06-06 21:35:45 +0000763 * Make the configured ROM areas writable.
764 */
765 reg8 = pci_read_byte(dev, ROM_AT_LOGIC_CONTROL_REG);
766 reg8 |= LOWER_ROM_ADDRESS_RANGE;
767 reg8 |= UPPER_ROM_ADDRESS_RANGE;
768 reg8 |= ROM_WRITE_ENABLE;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000769 rpci_write_byte(dev, ROM_AT_LOGIC_CONTROL_REG, reg8);
Luc Verhaegen8e3a6002007-04-04 22:45:58 +0000770
Uwe Hermannf4a673b2007-06-06 21:35:45 +0000771 /* Set positive decode on ROM. */
772 reg8 = pci_read_byte(dev, DECODE_CONTROL_REG2);
773 reg8 |= BIOS_ROM_POSITIVE_DECODE;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000774 rpci_write_byte(dev, DECODE_CONTROL_REG2, reg8);
Luc Verhaegen8e3a6002007-04-04 22:45:58 +0000775
Carl-Daniel Hailfinger2a9e2452009-12-17 15:20:01 +0000776 reg8 = pci_read_byte(dev, CS5530_RESET_CONTROL_REG);
777 if (reg8 & CS5530_ISA_MASTER) {
778 /* We have A0-A23 available. */
779 max_rom_decode.parallel = 16 * 1024 * 1024;
780 } else {
781 reg8 = pci_read_byte(dev, CS5530_USB_SHADOW_REG);
782 if (reg8 & CS5530_ENABLE_SA2320) {
783 /* We have A0-19, A20-A23 available. */
784 max_rom_decode.parallel = 16 * 1024 * 1024;
785 } else if (reg8 & CS5530_ENABLE_SA20) {
786 /* We have A0-19, A20 available. */
787 max_rom_decode.parallel = 2 * 1024 * 1024;
788 } else {
789 /* A20 and above are not active. */
790 max_rom_decode.parallel = 1024 * 1024;
791 }
792 }
793
Ollie Lhocbbf1252004-03-17 22:22:08 +0000794 return 0;
795}
796
Uwe Hermann48ec1b12010-08-08 17:01:18 +0000797/*
Mart Raudseppe1344da2008-02-08 10:10:57 +0000798 * Geode systems write protect the BIOS via RCONFs (cache settings similar
Stefan Reinauer8fa64812009-08-12 09:27:45 +0000799 * to MTRRs). To unlock, change MSR 0x1808 top byte to 0x22.
Mart Raudseppe1344da2008-02-08 10:10:57 +0000800 *
801 * Geode systems also write protect the NOR flash chip itself via MSR_NORF_CTL.
802 * To enable write to NOR Boot flash for the benefit of systems that have such
803 * a setup, raise MSR 0x51400018 WE_CS3 (write enable Boot Flash Chip Select).
Mart Raudseppe1344da2008-02-08 10:10:57 +0000804 */
Uwe Hermann372eeb52007-12-04 21:49:06 +0000805static int enable_flash_cs5536(struct pci_dev *dev, const char *name)
Lane Brooksd54958a2007-11-13 16:45:22 +0000806{
Uwe Hermann394131e2008-10-18 21:14:13 +0000807#define MSR_RCONF_DEFAULT 0x1808
808#define MSR_NORF_CTL 0x51400018
Mart Raudsepp0514a5f2008-02-08 09:59:58 +0000809
Stefan Reinauer8fa64812009-08-12 09:27:45 +0000810 msr_t msr;
Lane Brooksd54958a2007-11-13 16:45:22 +0000811
Stefan Reinauer8fa64812009-08-12 09:27:45 +0000812 /* Geode only has a single core */
813 if (setup_cpu_msr(0))
Lane Brooksd54958a2007-11-13 16:45:22 +0000814 return -1;
Stefan Reinauer8fa64812009-08-12 09:27:45 +0000815
816 msr = rdmsr(MSR_RCONF_DEFAULT);
817 if ((msr.hi >> 24) != 0x22) {
818 msr.hi &= 0xfbffffff;
819 wrmsr(MSR_RCONF_DEFAULT, msr);
Lane Brooksd54958a2007-11-13 16:45:22 +0000820 }
Mart Raudseppe1344da2008-02-08 10:10:57 +0000821
Stefan Reinauer8fa64812009-08-12 09:27:45 +0000822 msr = rdmsr(MSR_NORF_CTL);
Mart Raudsepp0514a5f2008-02-08 09:59:58 +0000823 /* Raise WE_CS3 bit. */
Stefan Reinauer8fa64812009-08-12 09:27:45 +0000824 msr.lo |= 0x08;
825 wrmsr(MSR_NORF_CTL, msr);
Mart Raudsepp0514a5f2008-02-08 09:59:58 +0000826
Stefan Reinauer8fa64812009-08-12 09:27:45 +0000827 cleanup_cpu_msr();
Mart Raudsepp0514a5f2008-02-08 09:59:58 +0000828
Uwe Hermann394131e2008-10-18 21:14:13 +0000829#undef MSR_RCONF_DEFAULT
830#undef MSR_NORF_CTL
Lane Brooksd54958a2007-11-13 16:45:22 +0000831 return 0;
832}
833
Uwe Hermann372eeb52007-12-04 21:49:06 +0000834static int enable_flash_sc1100(struct pci_dev *dev, const char *name)
Ollie Lhocbbf1252004-03-17 22:22:08 +0000835{
Stefan Taunere34e3e82013-01-01 00:06:51 +0000836 #define SC_REG 0x52
Ollie Lho184a4042005-11-26 21:55:36 +0000837 uint8_t new;
Ollie Lho761bf1b2004-03-20 16:46:10 +0000838
Stefan Taunere34e3e82013-01-01 00:06:51 +0000839 rpci_write_byte(dev, SC_REG, 0xee);
Ollie Lhocbbf1252004-03-17 22:22:08 +0000840
Stefan Taunere34e3e82013-01-01 00:06:51 +0000841 new = pci_read_byte(dev, SC_REG);
Ollie Lhocbbf1252004-03-17 22:22:08 +0000842
Stefan Taunere34e3e82013-01-01 00:06:51 +0000843 if (new != 0xee) { /* FIXME: share this with other code? */
844 msg_pinfo("Setting register 0x%x to 0x%02x on %s failed (WARNING ONLY).\n", SC_REG, new, name);
Ollie Lhocbbf1252004-03-17 22:22:08 +0000845 return -1;
846 }
Uwe Hermannffec5f32007-08-23 16:08:21 +0000847
Ollie Lhocbbf1252004-03-17 22:22:08 +0000848 return 0;
849}
850
Uwe Hermann190f8492008-10-25 18:03:50 +0000851/* Works for AMD-8111, VIA VT82C586A/B, VIA VT82C686A/B. */
Uwe Hermann372eeb52007-12-04 21:49:06 +0000852static int enable_flash_amd8111(struct pci_dev *dev, const char *name)
Ollie Lho761bf1b2004-03-20 16:46:10 +0000853{
Stefan Taunere34e3e82013-01-01 00:06:51 +0000854 #define AMD_MAPREG 0x43
855 #define AMD_ENREG 0x40
Ollie Lho184a4042005-11-26 21:55:36 +0000856 uint8_t old, new;
Uwe Hermanna7e05482007-05-09 10:17:44 +0000857
Uwe Hermann372eeb52007-12-04 21:49:06 +0000858 /* Enable decoding at 0xffb00000 to 0xffffffff. */
Stefan Taunere34e3e82013-01-01 00:06:51 +0000859 old = pci_read_byte(dev, AMD_MAPREG);
Ollie Lhod11f3612004-12-07 17:19:04 +0000860 new = old | 0xC0;
Ollie Lhocbbf1252004-03-17 22:22:08 +0000861 if (new != old) {
Stefan Taunere34e3e82013-01-01 00:06:51 +0000862 rpci_write_byte(dev, AMD_MAPREG, new);
863 if (pci_read_byte(dev, AMD_MAPREG) != new) {
864 msg_pinfo("Setting register 0x%x to 0x%02x on %s failed (WARNING ONLY).\n",
865 AMD_MAPREG, new, name);
Ollie Lhocbbf1252004-03-17 22:22:08 +0000866 }
867 }
868
Uwe Hermann190f8492008-10-25 18:03:50 +0000869 /* Enable 'ROM write' bit. */
Stefan Taunere34e3e82013-01-01 00:06:51 +0000870 old = pci_read_byte(dev, AMD_ENREG);
Ollie Lhocbbf1252004-03-17 22:22:08 +0000871 new = old | 0x01;
872 if (new == old)
873 return 0;
Stefan Taunere34e3e82013-01-01 00:06:51 +0000874 rpci_write_byte(dev, AMD_ENREG, new);
Ollie Lhocbbf1252004-03-17 22:22:08 +0000875
Stefan Taunere34e3e82013-01-01 00:06:51 +0000876 if (pci_read_byte(dev, AMD_ENREG) != new) {
877 msg_pinfo("Setting register 0x%x to 0x%02x on %s failed (WARNING ONLY).\n",
878 AMD_ENREG, new, name);
Ollie Lhocbbf1252004-03-17 22:22:08 +0000879 return -1;
880 }
Uwe Hermannffec5f32007-08-23 16:08:21 +0000881
Ollie Lhocbbf1252004-03-17 22:22:08 +0000882 return 0;
883}
884
Marc Jones3af487d2008-10-15 17:50:29 +0000885static int enable_flash_sb600(struct pci_dev *dev, const char *name)
886{
Michael Karcherb05b9e12010-07-22 18:04:19 +0000887 uint32_t prot;
Marc Jones3af487d2008-10-15 17:50:29 +0000888 uint8_t reg;
Michael Karcherb05b9e12010-07-22 18:04:19 +0000889 int ret;
Marc Jones3af487d2008-10-15 17:50:29 +0000890
Jason Wanga3f04be2008-11-28 21:36:51 +0000891 /* Clear ROM protect 0-3. */
892 for (reg = 0x50; reg < 0x60; reg += 4) {
Carl-Daniel Hailfinger41d6bd92009-05-05 22:50:07 +0000893 prot = pci_read_long(dev, reg);
894 /* No protection flags for this region?*/
895 if ((prot & 0x3) == 0)
896 continue;
Mathias Krause9fbdc032011-01-01 10:54:09 +0000897 msg_pinfo("SB600 %s%sprotected from 0x%08x to 0x%08x\n",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000898 (prot & 0x1) ? "write " : "",
899 (prot & 0x2) ? "read " : "",
900 (prot & 0xfffff800),
901 (prot & 0xfffff800) + (((prot & 0x7fc) << 8) | 0x3ff));
Carl-Daniel Hailfinger41d6bd92009-05-05 22:50:07 +0000902 prot &= 0xfffffffc;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000903 rpci_write_byte(dev, reg, prot);
Carl-Daniel Hailfinger41d6bd92009-05-05 22:50:07 +0000904 prot = pci_read_long(dev, reg);
Carl-Daniel Hailfinger9bb88ac2009-05-06 13:51:44 +0000905 if (prot & 0x3)
Mathias Krause9fbdc032011-01-01 10:54:09 +0000906 msg_perr("SB600 %s%sunprotect failed from 0x%08x to 0x%08x\n",
Uwe Hermann91f4afa2011-07-28 08:13:25 +0000907 (prot & 0x1) ? "write " : "",
908 (prot & 0x2) ? "read " : "",
909 (prot & 0xfffff800),
910 (prot & 0xfffff800) + (((prot & 0x7fc) << 8) | 0x3ff));
Jason Wanga3f04be2008-11-28 21:36:51 +0000911 }
912
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +0000913 internal_buses_supported = BUS_LPC | BUS_FWH;
Michael Karcherb05b9e12010-07-22 18:04:19 +0000914
915 ret = sb600_probe_spi(dev);
Jason Wanga3f04be2008-11-28 21:36:51 +0000916
Carl-Daniel Hailfinger98622512009-05-15 23:36:23 +0000917 /* Read ROM strap override register. */
918 OUTB(0x8f, 0xcd6);
919 reg = INB(0xcd7);
920 reg &= 0x0e;
Sean Nelson316a29f2010-05-07 20:09:04 +0000921 msg_pdbg("ROM strap override is %sactive", (reg & 0x02) ? "" : "not ");
Carl-Daniel Hailfinger98622512009-05-15 23:36:23 +0000922 if (reg & 0x02) {
923 switch ((reg & 0x0c) >> 2) {
924 case 0x00:
Sean Nelson316a29f2010-05-07 20:09:04 +0000925 msg_pdbg(": LPC");
Carl-Daniel Hailfinger98622512009-05-15 23:36:23 +0000926 break;
927 case 0x01:
Sean Nelson316a29f2010-05-07 20:09:04 +0000928 msg_pdbg(": PCI");
Carl-Daniel Hailfinger98622512009-05-15 23:36:23 +0000929 break;
930 case 0x02:
Sean Nelson316a29f2010-05-07 20:09:04 +0000931 msg_pdbg(": FWH");
Carl-Daniel Hailfinger98622512009-05-15 23:36:23 +0000932 break;
933 case 0x03:
Sean Nelson316a29f2010-05-07 20:09:04 +0000934 msg_pdbg(": SPI");
Carl-Daniel Hailfinger98622512009-05-15 23:36:23 +0000935 break;
936 }
937 }
Sean Nelson316a29f2010-05-07 20:09:04 +0000938 msg_pdbg("\n");
Carl-Daniel Hailfinger98622512009-05-15 23:36:23 +0000939
Carl-Daniel Hailfinger41d6bd92009-05-05 22:50:07 +0000940 /* Force enable SPI ROM in SB600 PM register.
941 * If we enable SPI ROM here, we have to disable it after we leave.
Zheng Bao284a6002009-05-04 22:33:50 +0000942 * But how can we know which ROM we are going to handle? So we have
943 * to trade off. We only access LPC ROM if we boot via LPC ROM. And
Carl-Daniel Hailfinger41d6bd92009-05-05 22:50:07 +0000944 * only SPI ROM if we boot via SPI ROM. If you want to access SPI on
945 * boards with LPC straps, you have to use the code below.
Zheng Bao284a6002009-05-04 22:33:50 +0000946 */
947 /*
Jason Wanga3f04be2008-11-28 21:36:51 +0000948 OUTB(0x8f, 0xcd6);
949 OUTB(0x0e, 0xcd7);
Zheng Bao284a6002009-05-04 22:33:50 +0000950 */
Marc Jones3af487d2008-10-15 17:50:29 +0000951
Michael Karcherb05b9e12010-07-22 18:04:19 +0000952 return ret;
Marc Jones3af487d2008-10-15 17:50:29 +0000953}
954
Stefan Taunerb66ba1e2012-09-04 01:49:49 +0000955/* sets bit 0 in 0x6d */
956static int enable_flash_nvidia_common(struct pci_dev *dev, const char *name)
957{
958 uint8_t old, new;
959
960 old = pci_read_byte(dev, 0x6d);
961 new = old | 0x01;
962 if (new == old)
963 return 0;
964
965 rpci_write_byte(dev, 0x6d, new);
966 if (pci_read_byte(dev, 0x6d) != new) {
967 msg_pinfo("Setting register 0x6d to 0x%02x on %s failed.\n", new, name);
968 return 1;
969 }
970 return 0;
971}
972
Luc Verhaegen90e8e612009-05-26 09:48:28 +0000973static int enable_flash_nvidia_nforce2(struct pci_dev *dev, const char *name)
974{
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +0000975 rpci_write_byte(dev, 0x92, 0);
Stefan Taunerb66ba1e2012-09-04 01:49:49 +0000976 if (enable_flash_nvidia_common(dev, name))
977 return ERROR_NONFATAL;
978 else
979 return 0;
Luc Verhaegen90e8e612009-05-26 09:48:28 +0000980}
981
Uwe Hermann372eeb52007-12-04 21:49:06 +0000982static int enable_flash_ck804(struct pci_dev *dev, const char *name)
Yinghai Lu952dfce2005-07-06 17:13:46 +0000983{
Jonathan Kollaschc8190002012-09-04 03:55:04 +0000984 uint32_t segctrl;
985 uint8_t reg, old, new;
986 unsigned int err = 0;
Yinghai Lu952dfce2005-07-06 17:13:46 +0000987
Jonathan Kollaschc8190002012-09-04 03:55:04 +0000988 /* 0x8A is special: it is a single byte and only one nibble is touched. */
989 reg = 0x8A;
990 segctrl = pci_read_byte(dev, reg);
991 if ((segctrl & 0x3) != 0x0) {
992 if ((segctrl & 0xC) != 0x0) {
993 msg_pinfo("Can not unlock existing protection in register 0x%02x.\n", reg);
994 err++;
995 } else {
996 msg_pdbg("Unlocking protection in register 0x%02x... ", reg);
997 rpci_write_byte(dev, reg, segctrl & 0xF0);
998
999 segctrl = pci_read_byte(dev, reg);
1000 if ((segctrl & 0x3) != 0x0) {
1001 msg_pinfo("Could not unlock protection in register 0x%02x (new value: 0x%x).\n",
1002 reg, segctrl);
1003 err++;
1004 } else
1005 msg_pdbg("OK\n");
1006 }
Jonathan Kollasch9ce498e2011-08-06 12:45:21 +00001007 }
1008
Jonathan Kollaschc8190002012-09-04 03:55:04 +00001009 for (reg = 0x8C; reg <= 0x94; reg += 4) {
1010 segctrl = pci_read_long(dev, reg);
1011 if ((segctrl & 0x33333333) == 0x00000000) {
1012 /* reads and writes are unlocked */
1013 continue;
1014 }
1015 if ((segctrl & 0xCCCCCCCC) != 0x00000000) {
1016 msg_pinfo("Can not unlock existing protection in register 0x%02x.\n", reg);
1017 err++;
1018 continue;
1019 }
1020 msg_pdbg("Unlocking protection in register 0x%02x... ", reg);
1021 rpci_write_long(dev, reg, 0x00000000);
1022
1023 segctrl = pci_read_long(dev, reg);
1024 if ((segctrl & 0x33333333) != 0x00000000) {
1025 msg_pinfo("Could not unlock protection in register 0x%02x (new value: 0x%08x).\n",
1026 reg, segctrl);
1027 err++;
1028 } else
1029 msg_pdbg("OK\n");
1030 }
1031
1032 if (err > 0) {
1033 msg_pinfo("%d locks could not be disabled, disabling writes (reads may also fail).\n", err);
1034 programmer_may_write = 0;
1035 }
1036
1037 reg = 0x88;
1038 old = pci_read_byte(dev, reg);
1039 new = old | 0xC0;
Uwe Hermanna7e05482007-05-09 10:17:44 +00001040 if (new != old) {
Jonathan Kollaschc8190002012-09-04 03:55:04 +00001041 rpci_write_byte(dev, reg, new);
Stefan Taunere34e3e82013-01-01 00:06:51 +00001042 if (pci_read_byte(dev, reg) != new) { /* FIXME: share this with other code? */
1043 msg_pinfo("Setting register 0x%02x to 0x%02x on %s failed.\n", reg, new, name);
Jonathan Kollaschc8190002012-09-04 03:55:04 +00001044 err++;
Uwe Hermanna7e05482007-05-09 10:17:44 +00001045 }
1046 }
Yinghai Lu952dfce2005-07-06 17:13:46 +00001047
Stefan Taunerb66ba1e2012-09-04 01:49:49 +00001048 if (enable_flash_nvidia_common(dev, name))
Jonathan Kollaschc8190002012-09-04 03:55:04 +00001049 err++;
1050
1051 if (err > 0)
Stefan Taunerb66ba1e2012-09-04 01:49:49 +00001052 return ERROR_NONFATAL;
1053 else
Uwe Hermanna7e05482007-05-09 10:17:44 +00001054 return 0;
Yinghai Lu952dfce2005-07-06 17:13:46 +00001055}
1056
Joshua Roys85835d82010-09-15 14:47:56 +00001057static int enable_flash_osb4(struct pci_dev *dev, const char *name)
1058{
1059 uint8_t tmp;
1060
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +00001061 internal_buses_supported = BUS_PARALLEL;
Joshua Roys85835d82010-09-15 14:47:56 +00001062
1063 tmp = INB(0xc06);
1064 tmp |= 0x1;
1065 OUTB(tmp, 0xc06);
1066
1067 tmp = INB(0xc6f);
1068 tmp |= 0x40;
1069 OUTB(tmp, 0xc6f);
1070
1071 return 0;
1072}
1073
Uwe Hermann372eeb52007-12-04 21:49:06 +00001074/* ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80) */
1075static int enable_flash_sb400(struct pci_dev *dev, const char *name)
Stefan Reinauer86de2832006-03-31 11:26:55 +00001076{
Uwe Hermanna7e05482007-05-09 10:17:44 +00001077 uint8_t tmp;
Stefan Reinauer86de2832006-03-31 11:26:55 +00001078 struct pci_dev *smbusdev;
1079
Uwe Hermann372eeb52007-12-04 21:49:06 +00001080 /* Look for the SMBus device. */
Carl-Daniel Hailfingerf6e3efb2009-05-06 00:35:31 +00001081 smbusdev = pci_dev_find(0x1002, 0x4372);
Luc Verhaegen8e3a6002007-04-04 22:45:58 +00001082
Uwe Hermanna7e05482007-05-09 10:17:44 +00001083 if (!smbusdev) {
Sean Nelson316a29f2010-05-07 20:09:04 +00001084 msg_perr("ERROR: SMBus device not found. Aborting.\n");
Tadas Slotkus0e3f1cf2011-09-06 18:49:31 +00001085 return ERROR_FATAL;
Stefan Reinauer86de2832006-03-31 11:26:55 +00001086 }
Luc Verhaegen8e3a6002007-04-04 22:45:58 +00001087
Uwe Hermann372eeb52007-12-04 21:49:06 +00001088 /* Enable some SMBus stuff. */
Uwe Hermanna7e05482007-05-09 10:17:44 +00001089 tmp = pci_read_byte(smbusdev, 0x79);
1090 tmp |= 0x01;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +00001091 rpci_write_byte(smbusdev, 0x79, tmp);
Stefan Reinauer86de2832006-03-31 11:26:55 +00001092
Uwe Hermann372eeb52007-12-04 21:49:06 +00001093 /* Change southbridge. */
Uwe Hermanna7e05482007-05-09 10:17:44 +00001094 tmp = pci_read_byte(dev, 0x48);
1095 tmp |= 0x21;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +00001096 rpci_write_byte(dev, 0x48, tmp);
Stefan Reinauer86de2832006-03-31 11:26:55 +00001097
Uwe Hermann372eeb52007-12-04 21:49:06 +00001098 /* Now become a bit silly. */
Andriy Gapon65c1b862008-05-22 13:22:45 +00001099 tmp = INB(0xc6f);
1100 OUTB(tmp, 0xeb);
1101 OUTB(tmp, 0xeb);
Uwe Hermanna7e05482007-05-09 10:17:44 +00001102 tmp |= 0x40;
Andriy Gapon65c1b862008-05-22 13:22:45 +00001103 OUTB(tmp, 0xc6f);
1104 OUTB(tmp, 0xeb);
1105 OUTB(tmp, 0xeb);
Stefan Reinauer86de2832006-03-31 11:26:55 +00001106
1107 return 0;
1108}
1109
Uwe Hermann372eeb52007-12-04 21:49:06 +00001110static int enable_flash_mcp55(struct pci_dev *dev, const char *name)
Yinghai Luca782972007-01-22 20:21:17 +00001111{
Stefan Taunerb66ba1e2012-09-04 01:49:49 +00001112 uint8_t val;
Michael Karcher4e2fb0e2010-01-12 23:29:26 +00001113 uint16_t wordval;
Luc Verhaegen8e3a6002007-04-04 22:45:58 +00001114
Uwe Hermann372eeb52007-12-04 21:49:06 +00001115 /* Set the 0-16 MB enable bits. */
Michael Karcher4e2fb0e2010-01-12 23:29:26 +00001116 val = pci_read_byte(dev, 0x88);
1117 val |= 0xff; /* 256K */
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +00001118 rpci_write_byte(dev, 0x88, val);
Michael Karcher4e2fb0e2010-01-12 23:29:26 +00001119 val = pci_read_byte(dev, 0x8c);
1120 val |= 0xff; /* 1M */
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +00001121 rpci_write_byte(dev, 0x8c, val);
Michael Karcher4e2fb0e2010-01-12 23:29:26 +00001122 wordval = pci_read_word(dev, 0x90);
1123 wordval |= 0x7fff; /* 16M */
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +00001124 rpci_write_word(dev, 0x90, wordval);
Luc Verhaegen8e3a6002007-04-04 22:45:58 +00001125
Stefan Taunerb66ba1e2012-09-04 01:49:49 +00001126 if (enable_flash_nvidia_common(dev, name))
1127 return ERROR_NONFATAL;
1128 else
Uwe Hermanna7e05482007-05-09 10:17:44 +00001129 return 0;
Yinghai Luca782972007-01-22 20:21:17 +00001130}
1131
Uwe Hermann48ec1b12010-08-08 17:01:18 +00001132/*
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001133 * The MCP6x/MCP7x code is based on cleanroom reverse engineering.
1134 * It is assumed that LPC chips need the MCP55 code and SPI chips need the
1135 * code provided in enable_flash_mcp6x_7x_common.
Carl-Daniel Hailfingerea3b1b42010-02-13 23:41:01 +00001136 */
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001137static int enable_flash_mcp6x_7x(struct pci_dev *dev, const char *name)
Carl-Daniel Hailfingerea3b1b42010-02-13 23:41:01 +00001138{
Uwe Hermann91f4afa2011-07-28 08:13:25 +00001139 int ret = 0, want_spi = 0;
Michael Karchercfa674f2010-02-25 11:38:23 +00001140 uint8_t val;
Carl-Daniel Hailfingerea3b1b42010-02-13 23:41:01 +00001141
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001142 msg_pinfo("This chipset is not really supported yet. Guesswork...\n");
1143
Carl-Daniel Hailfingerea3b1b42010-02-13 23:41:01 +00001144 /* dev is the ISA bridge. No idea what the stuff below does. */
Michael Karchercfa674f2010-02-25 11:38:23 +00001145 val = pci_read_byte(dev, 0x8a);
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001146 msg_pdbg("ISA/LPC bridge reg 0x8a contents: 0x%02x, bit 6 is %i, bit 5 "
Michael Karchercfa674f2010-02-25 11:38:23 +00001147 "is %i\n", val, (val >> 6) & 0x1, (val >> 5) & 0x1);
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001148
Michael Karchercfa674f2010-02-25 11:38:23 +00001149 switch ((val >> 5) & 0x3) {
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001150 case 0x0:
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001151 ret = enable_flash_mcp55(dev, name);
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +00001152 internal_buses_supported = BUS_LPC;
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001153 msg_pdbg("Flash bus type is LPC\n");
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001154 break;
1155 case 0x2:
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001156 want_spi = 1;
1157 /* SPI is added in mcp6x_spi_init if it works.
1158 * Do we really want to disable LPC in this case?
1159 */
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +00001160 internal_buses_supported = BUS_NONE;
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001161 msg_pdbg("Flash bus type is SPI\n");
Stefan Tauner25b5a592011-07-13 20:48:54 +00001162 msg_pinfo("SPI on this chipset is WIP. Please report any "
1163 "success or failure by mailing us the verbose "
1164 "output to flashrom@flashrom.org, thanks!\n");
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001165 break;
1166 default:
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001167 /* Should not happen. */
Carl-Daniel Hailfingereaacd2d2011-11-09 23:40:00 +00001168 internal_buses_supported = BUS_NONE;
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001169 msg_pdbg("Flash bus type is unknown (none)\n");
1170 msg_pinfo("Something went wrong with bus type detection.\n");
1171 goto out_msg;
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001172 break;
1173 }
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001174
1175 /* Force enable SPI and disable LPC? Not a good idea. */
Carl-Daniel Hailfingerea3b1b42010-02-13 23:41:01 +00001176#if 0
Michael Karchercfa674f2010-02-25 11:38:23 +00001177 val |= (1 << 6);
1178 val &= ~(1 << 5);
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +00001179 rpci_write_byte(dev, 0x8a, val);
Carl-Daniel Hailfingerea3b1b42010-02-13 23:41:01 +00001180#endif
1181
Uwe Hermann91f4afa2011-07-28 08:13:25 +00001182 if (mcp6x_spi_init(want_spi))
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001183 ret = 1;
Uwe Hermann91f4afa2011-07-28 08:13:25 +00001184
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001185out_msg:
Carl-Daniel Hailfingerea3b1b42010-02-13 23:41:01 +00001186 msg_pinfo("Please send the output of \"flashrom -V\" to "
Paul Menzelab6328f2010-10-08 11:03:02 +00001187 "flashrom@flashrom.org with\n"
1188 "your board name: flashrom -V as the subject to help us "
1189 "finish support for your\n"
Carl-Daniel Hailfingerea3b1b42010-02-13 23:41:01 +00001190 "chipset. Thanks.\n");
1191
Carl-Daniel Hailfingerce5fad02010-02-18 12:24:38 +00001192 return ret;
1193}
1194
Uwe Hermann372eeb52007-12-04 21:49:06 +00001195static int enable_flash_ht1000(struct pci_dev *dev, const char *name)
Stefan Reinauerc868b9e2007-06-05 10:28:39 +00001196{
Michael Karchercfa674f2010-02-25 11:38:23 +00001197 uint8_t val;
Stefan Reinauerc868b9e2007-06-05 10:28:39 +00001198
Uwe Hermanne823ee02007-06-05 15:02:18 +00001199 /* Set the 4MB enable bit. */
Michael Karchercfa674f2010-02-25 11:38:23 +00001200 val = pci_read_byte(dev, 0x41);
1201 val |= 0x0e;
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +00001202 rpci_write_byte(dev, 0x41, val);
Stefan Reinauerc868b9e2007-06-05 10:28:39 +00001203
Michael Karchercfa674f2010-02-25 11:38:23 +00001204 val = pci_read_byte(dev, 0x43);
1205 val |= (1 << 4);
Carl-Daniel Hailfinger2bee8cf2010-11-10 15:25:18 +00001206 rpci_write_byte(dev, 0x43, val);
Stefan Reinauerc868b9e2007-06-05 10:28:39 +00001207
Stefan Reinauerc868b9e2007-06-05 10:28:39 +00001208 return 0;
1209}
1210
Uwe Hermann48ec1b12010-08-08 17:01:18 +00001211/*
Stefan Reinauer9a6d1762008-12-03 21:24:40 +00001212 * Usually on the x86 architectures (and on other PC-like platforms like some
1213 * Alphas or Itanium) the system flash is mapped right below 4G. On the AMD
1214 * Elan SC520 only a small piece of the system flash is mapped there, but the
1215 * complete flash is mapped somewhere below 1G. The position can be determined
1216 * by the BOOTCS PAR register.
1217 */
1218static int get_flashbase_sc520(struct pci_dev *dev, const char *name)
1219{
1220 int i, bootcs_found = 0;
1221 uint32_t parx = 0;
1222 void *mmcr;
1223
1224 /* 1. Map MMCR */
Stefan Reinauer0593f212009-01-26 01:10:48 +00001225 mmcr = physmap("Elan SC520 MMCR", 0xfffef000, getpagesize());
Stefan Reinauer9a6d1762008-12-03 21:24:40 +00001226
1227 /* 2. Scan PAR0 (0x88) - PAR15 (0xc4) for
1228 * BOOTCS region (PARx[31:29] = 100b)e
1229 */
1230 for (i = 0x88; i <= 0xc4; i += 4) {
Carl-Daniel Hailfinger78185dc2009-05-17 15:49:24 +00001231 parx = mmio_readl(mmcr + i);
Stefan Reinauer9a6d1762008-12-03 21:24:40 +00001232 if ((parx >> 29) == 4) {
1233 bootcs_found = 1;
1234 break; /* BOOTCS found */
1235 }
1236 }
1237
1238 /* 3. PARx[25] = 1b --> flashbase[29:16] = PARx[13:0]
1239 * PARx[25] = 0b --> flashbase[29:12] = PARx[17:0]
1240 */
1241 if (bootcs_found) {
1242 if (parx & (1 << 25)) {
1243 parx &= (1 << 14) - 1; /* Mask [13:0] */
1244 flashbase = parx << 16;
1245 } else {
1246 parx &= (1 << 18) - 1; /* Mask [17:0] */
1247 flashbase = parx << 12;
1248 }
1249 } else {
Uwe Hermann91f4afa2011-07-28 08:13:25 +00001250 msg_pinfo("AMD Elan SC520 detected, but no BOOTCS. "
Carl-Daniel Hailfinger082c8b52011-08-15 19:54:20 +00001251 "Assuming flash at 4G.\n");
Stefan Reinauer9a6d1762008-12-03 21:24:40 +00001252 }
1253
1254 /* 4. Clean up */
Carl-Daniel Hailfingerbe726812009-08-09 12:44:08 +00001255 physunmap(mmcr, getpagesize());
Stefan Reinauer9a6d1762008-12-03 21:24:40 +00001256 return 0;
1257}
1258
Carl-Daniel Hailfingercceafa22010-05-26 01:45:41 +00001259#endif
1260
Idwer Vollering326a0602011-06-18 18:45:41 +00001261/* Please keep this list numerically sorted by vendor/device ID. */
Uwe Hermann05fab752009-05-16 23:42:17 +00001262const struct penable chipset_enables[] = {
Carl-Daniel Hailfingercceafa22010-05-26 01:45:41 +00001263#if defined(__i386__) || defined(__x86_64__)
Idwer Vollering326a0602011-06-18 18:45:41 +00001264 {0x1002, 0x4377, OK, "ATI", "SB400", enable_flash_sb400},
Idwer Vollering570dcc72011-06-18 18:45:50 +00001265 {0x1002, 0x438d, OK, "AMD", "SB600", enable_flash_sb600},
Paul Menzelac427b22012-02-16 21:07:07 +00001266 {0x1002, 0x439d, OK, "AMD", "SB7x0/SB8x0/SB9x0", enable_flash_sb600},
Uwe Hermann4179d292009-05-08 17:50:51 +00001267 {0x100b, 0x0510, NT, "AMD", "SC1100", enable_flash_sc1100},
Idwer Vollering326a0602011-06-18 18:45:41 +00001268 {0x1022, 0x2080, OK, "AMD", "CS5536", enable_flash_cs5536},
1269 {0x1022, 0x2090, OK, "AMD", "CS5536", enable_flash_cs5536},
1270 {0x1022, 0x3000, OK, "AMD", "Elan SC520", get_flashbase_sc520},
1271 {0x1022, 0x7440, OK, "AMD", "AMD-768", enable_flash_amd8111},
1272 {0x1022, 0x7468, OK, "AMD", "AMD8111", enable_flash_amd8111},
Wang Qing Pei6e9e2ee2011-08-26 21:11:41 +00001273 {0x1022, 0x780e, OK, "AMD", "Hudson", enable_flash_sb600},
Idwer Vollering326a0602011-06-18 18:45:41 +00001274 {0x1039, 0x0406, NT, "SiS", "501/5101/5501", enable_flash_sis501},
1275 {0x1039, 0x0496, NT, "SiS", "85C496+497", enable_flash_sis85c496},
Paul Menzel018d4822011-10-21 12:33:07 +00001276 {0x1039, 0x0530, OK, "SiS", "530", enable_flash_sis530},
Idwer Vollering326a0602011-06-18 18:45:41 +00001277 {0x1039, 0x0540, NT, "SiS", "540", enable_flash_sis540},
1278 {0x1039, 0x0620, NT, "SiS", "620", enable_flash_sis530},
1279 {0x1039, 0x0630, NT, "SiS", "630", enable_flash_sis540},
1280 {0x1039, 0x0635, NT, "SiS", "635", enable_flash_sis540},
1281 {0x1039, 0x0640, NT, "SiS", "640", enable_flash_sis540},
1282 {0x1039, 0x0645, NT, "SiS", "645", enable_flash_sis540},
Stefan Tauner716e0982011-07-25 20:38:52 +00001283 {0x1039, 0x0646, OK, "SiS", "645DX", enable_flash_sis540},
Idwer Vollering326a0602011-06-18 18:45:41 +00001284 {0x1039, 0x0648, NT, "SiS", "648", enable_flash_sis540},
Stefan Taunere34e3e82013-01-01 00:06:51 +00001285 {0x1039, 0x0650, OK, "SiS", "650", enable_flash_sis540},
Stefan Tauner716e0982011-07-25 20:38:52 +00001286 {0x1039, 0x0651, OK, "SiS", "651", enable_flash_sis540},
Idwer Vollering326a0602011-06-18 18:45:41 +00001287 {0x1039, 0x0655, NT, "SiS", "655", enable_flash_sis540},
1288 {0x1039, 0x0661, OK, "SiS", "661", enable_flash_sis540},
Paul Menzelac427b22012-02-16 21:07:07 +00001289 {0x1039, 0x0730, OK, "SiS", "730", enable_flash_sis540},
Idwer Vollering326a0602011-06-18 18:45:41 +00001290 {0x1039, 0x0733, NT, "SiS", "733", enable_flash_sis540},
1291 {0x1039, 0x0735, OK, "SiS", "735", enable_flash_sis540},
1292 {0x1039, 0x0740, NT, "SiS", "740", enable_flash_sis540},
1293 {0x1039, 0x0741, OK, "SiS", "741", enable_flash_sis540},
1294 {0x1039, 0x0745, OK, "SiS", "745", enable_flash_sis540},
1295 {0x1039, 0x0746, NT, "SiS", "746", enable_flash_sis540},
1296 {0x1039, 0x0748, NT, "SiS", "748", enable_flash_sis540},
Stefan Tauner2abab942012-04-27 20:41:23 +00001297 {0x1039, 0x0755, OK, "SiS", "755", enable_flash_sis540},
Idwer Vollering326a0602011-06-18 18:45:41 +00001298 {0x1039, 0x5511, NT, "SiS", "5511", enable_flash_sis5511},
1299 {0x1039, 0x5571, NT, "SiS", "5571", enable_flash_sis530},
1300 {0x1039, 0x5591, NT, "SiS", "5591/5592", enable_flash_sis530},
1301 {0x1039, 0x5596, NT, "SiS", "5596", enable_flash_sis5511},
1302 {0x1039, 0x5597, NT, "SiS", "5597/5598/5581/5120", enable_flash_sis530},
1303 {0x1039, 0x5600, NT, "SiS", "600", enable_flash_sis530},
1304 {0x1078, 0x0100, OK, "AMD", "CS5530(A)", enable_flash_cs5530},
Idwer Vollering570dcc72011-06-18 18:45:50 +00001305 {0x10b9, 0x1533, OK, "ALi", "M1533", enable_flash_ali_m1533},
Stefan Taunerd06d9412011-06-12 19:47:55 +00001306 {0x10de, 0x0030, OK, "NVIDIA", "nForce4/MCP4", enable_flash_nvidia_nforce2},
Uwe Hermannb0039912009-05-07 13:24:49 +00001307 {0x10de, 0x0050, OK, "NVIDIA", "CK804", enable_flash_ck804}, /* LPC */
1308 {0x10de, 0x0051, OK, "NVIDIA", "CK804", enable_flash_ck804}, /* Pro */
Stefan Taunerd06d9412011-06-12 19:47:55 +00001309 {0x10de, 0x0060, OK, "NVIDIA", "NForce2", enable_flash_nvidia_nforce2},
1310 {0x10de, 0x00e0, OK, "NVIDIA", "NForce3", enable_flash_nvidia_nforce2},
Uwe Hermanneac10162008-03-13 18:52:51 +00001311 /* Slave, should not be here, to fix known bug for A01. */
Uwe Hermannb0039912009-05-07 13:24:49 +00001312 {0x10de, 0x00d3, OK, "NVIDIA", "CK804", enable_flash_ck804},
Stefan Taunera9cbbac2011-08-07 13:17:20 +00001313 {0x10de, 0x0260, OK, "NVIDIA", "MCP51", enable_flash_ck804},
Uwe Hermannb0039912009-05-07 13:24:49 +00001314 {0x10de, 0x0261, NT, "NVIDIA", "MCP51", enable_flash_ck804},
1315 {0x10de, 0x0262, NT, "NVIDIA", "MCP51", enable_flash_ck804},
1316 {0x10de, 0x0263, NT, "NVIDIA", "MCP51", enable_flash_ck804},
1317 {0x10de, 0x0360, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* M57SLI*/
Carl-Daniel Hailfinger33d7b6a2010-05-22 07:27:16 +00001318 /* 10de:0361 is present in Tyan S2915 OEM systems, but not connected to
1319 * the flash chip. Instead, 10de:0364 is connected to the flash chip.
1320 * Until we have PCI device class matching or some fallback mechanism,
1321 * this is needed to get flashrom working on Tyan S2915 and maybe other
1322 * dual-MCP55 boards.
1323 */
1324#if 0
1325 {0x10de, 0x0361, NT, "NVIDIA", "MCP55", enable_flash_mcp55}, /* LPC */
1326#endif
Uwe Hermannb0039912009-05-07 13:24:49 +00001327 {0x10de, 0x0362, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* LPC */
1328 {0x10de, 0x0363, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* LPC */
1329 {0x10de, 0x0364, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* LPC */
1330 {0x10de, 0x0365, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* LPC */
1331 {0x10de, 0x0366, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* LPC */
1332 {0x10de, 0x0367, OK, "NVIDIA", "MCP55", enable_flash_mcp55}, /* Pro */
Paul Menzelac427b22012-02-16 21:07:07 +00001333 {0x10de, 0x03e0, OK, "NVIDIA", "MCP61", enable_flash_mcp6x_7x},
Sylvain "ythier" Hitier3093f8f2011-09-03 11:22:27 +00001334 {0x10de, 0x03e1, OK, "NVIDIA", "MCP61", enable_flash_mcp6x_7x},
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001335 {0x10de, 0x03e2, NT, "NVIDIA", "MCP61", enable_flash_mcp6x_7x},
1336 {0x10de, 0x03e3, NT, "NVIDIA", "MCP61", enable_flash_mcp6x_7x},
1337 {0x10de, 0x0440, NT, "NVIDIA", "MCP65", enable_flash_mcp6x_7x},
1338 {0x10de, 0x0441, NT, "NVIDIA", "MCP65", enable_flash_mcp6x_7x},
1339 {0x10de, 0x0442, NT, "NVIDIA", "MCP65", enable_flash_mcp6x_7x},
1340 {0x10de, 0x0443, NT, "NVIDIA", "MCP65", enable_flash_mcp6x_7x},
1341 {0x10de, 0x0548, OK, "NVIDIA", "MCP67", enable_flash_mcp6x_7x},
Stefan Taunere34e3e82013-01-01 00:06:51 +00001342 {0x10de, 0x075c, OK, "NVIDIA", "MCP78S", enable_flash_mcp6x_7x},
Paul Menzel018d4822011-10-21 12:33:07 +00001343 {0x10de, 0x075d, OK, "NVIDIA", "MCP78S", enable_flash_mcp6x_7x},
Paul Menzelac427b22012-02-16 21:07:07 +00001344 {0x10de, 0x07d7, OK, "NVIDIA", "MCP73", enable_flash_mcp6x_7x},
1345 {0x10de, 0x0aac, OK, "NVIDIA", "MCP79", enable_flash_mcp6x_7x},
Carl-Daniel Hailfinger2f436162010-07-28 15:08:35 +00001346 {0x10de, 0x0aad, NT, "NVIDIA", "MCP79", enable_flash_mcp6x_7x},
1347 {0x10de, 0x0aae, NT, "NVIDIA", "MCP79", enable_flash_mcp6x_7x},
1348 {0x10de, 0x0aaf, NT, "NVIDIA", "MCP79", enable_flash_mcp6x_7x},
Michael Karcher89bed6d2010-06-13 10:16:12 +00001349 /* VIA northbridges */
1350 {0x1106, 0x0585, NT, "VIA", "VT82C585VPX", via_no_byte_merge},
1351 {0x1106, 0x0595, NT, "VIA", "VT82C595", via_no_byte_merge},
1352 {0x1106, 0x0597, NT, "VIA", "VT82C597", via_no_byte_merge},
Michael Karcher89bed6d2010-06-13 10:16:12 +00001353 {0x1106, 0x0601, NT, "VIA", "VT8601/VT8601A", via_no_byte_merge},
Paul Menzelac427b22012-02-16 21:07:07 +00001354 {0x1106, 0x0691, OK, "VIA", "VT82C69x", via_no_byte_merge},
Michael Karcher89bed6d2010-06-13 10:16:12 +00001355 {0x1106, 0x8601, NT, "VIA", "VT8601T", via_no_byte_merge},
1356 /* VIA southbridges */
Idwer Vollering326a0602011-06-18 18:45:41 +00001357 {0x1106, 0x0586, OK, "VIA", "VT82C586A/B", enable_flash_amd8111},
1358 {0x1106, 0x0596, OK, "VIA", "VT82C596", enable_flash_amd8111},
Paul Menzelac427b22012-02-16 21:07:07 +00001359 {0x1106, 0x0686, OK, "VIA", "VT82C686A/B", enable_flash_amd8111},
Paul Menzel018d4822011-10-21 12:33:07 +00001360 {0x1106, 0x3074, OK, "VIA", "VT8233", enable_flash_vt823x},
Raúl Sorianocd8404d2009-12-23 21:29:18 +00001361 {0x1106, 0x3147, OK, "VIA", "VT8233A", enable_flash_vt823x},
Uwe Hermann4179d292009-05-08 17:50:51 +00001362 {0x1106, 0x3177, OK, "VIA", "VT8235", enable_flash_vt823x},
Helge Wagnerdd73d832012-08-24 23:03:46 +00001363 {0x1106, 0x3227, OK, "VIA", "VT8237(R)", enable_flash_vt823x},
Uwe Hermann4179d292009-05-08 17:50:51 +00001364 {0x1106, 0x3337, OK, "VIA", "VT8237A", enable_flash_vt823x},
1365 {0x1106, 0x3372, OK, "VIA", "VT8237S", enable_flash_vt8237s_spi},
Idwer Vollering326a0602011-06-18 18:45:41 +00001366 {0x1106, 0x8231, NT, "VIA", "VT8231", enable_flash_vt823x},
1367 {0x1106, 0x8324, OK, "VIA", "CX700", enable_flash_vt823x},
Helge Wagnerdd73d832012-08-24 23:03:46 +00001368 {0x1106, 0x8353, NT, "VIA", "VX800/VX820", enable_flash_vt_vx},
1369 {0x1106, 0x8409, NT, "VIA", "VX855/VX875", enable_flash_vt_vx},
1370 {0x1106, 0x8410, NT, "VIA", "VX900", enable_flash_vt_vx},
Idwer Vollering326a0602011-06-18 18:45:41 +00001371 {0x1166, 0x0200, OK, "Broadcom", "OSB4", enable_flash_osb4},
1372 {0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000},
Rudolf Marek23907d82012-02-07 21:29:48 +00001373 {0x17f3, 0x6030, OK, "RDC", "R8610/R3210", enable_flash_rdc_r8610},
Idwer Vollering326a0602011-06-18 18:45:41 +00001374 {0x8086, 0x122e, OK, "Intel", "PIIX", enable_flash_piix4},
1375 {0x8086, 0x1234, NT, "Intel", "MPIIX", enable_flash_piix4},
Paul Menzel018d4822011-10-21 12:33:07 +00001376 {0x8086, 0x1c44, OK, "Intel", "Z68", enable_flash_pch6},
1377 {0x8086, 0x1c46, OK, "Intel", "P67", enable_flash_pch6},
Stefan Taunerbd0c70a2011-08-27 21:19:56 +00001378 {0x8086, 0x1c47, NT, "Intel", "UM67", enable_flash_pch6},
1379 {0x8086, 0x1c49, NT, "Intel", "HM65", enable_flash_pch6},
Sylvain "ythier" Hitier3093f8f2011-09-03 11:22:27 +00001380 {0x8086, 0x1c4a, OK, "Intel", "H67", enable_flash_pch6},
Stefan Taunerbd0c70a2011-08-27 21:19:56 +00001381 {0x8086, 0x1c4b, NT, "Intel", "HM67", enable_flash_pch6},
1382 {0x8086, 0x1c4c, NT, "Intel", "Q65", enable_flash_pch6},
1383 {0x8086, 0x1c4d, NT, "Intel", "QS67", enable_flash_pch6},
1384 {0x8086, 0x1c4e, NT, "Intel", "Q67", enable_flash_pch6},
1385 {0x8086, 0x1c4f, NT, "Intel", "QM67", enable_flash_pch6},
1386 {0x8086, 0x1c50, NT, "Intel", "B65", enable_flash_pch6},
1387 {0x8086, 0x1c52, NT, "Intel", "C202", enable_flash_pch6},
1388 {0x8086, 0x1c54, NT, "Intel", "C204", enable_flash_pch6},
1389 {0x8086, 0x1c56, NT, "Intel", "C206", enable_flash_pch6},
Stefan Tauner2abab942012-04-27 20:41:23 +00001390 {0x8086, 0x1c5c, OK, "Intel", "H61", enable_flash_pch6},
Paul Menzelac427b22012-02-16 21:07:07 +00001391 {0x8086, 0x1d40, OK, "Intel", "X79", enable_flash_pch6},
Stefan Taunereb582572012-09-21 12:52:50 +00001392 {0x8086, 0x1d41, OK, "Intel", "X79", enable_flash_pch6},
Stefan Taunerd7d423b2012-10-20 09:13:16 +00001393 {0x8086, 0x1e44, OK, "Intel", "Z77", enable_flash_pch7},
Stefan Tauner2abab942012-04-27 20:41:23 +00001394 {0x8086, 0x1e46, NT, "Intel", "Z75", enable_flash_pch7},
Stefan Taunereb582572012-09-21 12:52:50 +00001395 {0x8086, 0x1e47, NT, "Intel", "Q77", enable_flash_pch7},
1396 {0x8086, 0x1e48, NT, "Intel", "Q75", enable_flash_pch7},
Stefan Tauner2abab942012-04-27 20:41:23 +00001397 {0x8086, 0x1e49, NT, "Intel", "B75", enable_flash_pch7},
1398 {0x8086, 0x1e4a, NT, "Intel", "H77", enable_flash_pch7},
Stefan Taunereb582572012-09-21 12:52:50 +00001399 {0x8086, 0x1e53, NT, "Intel", "C216", enable_flash_pch7},
Helge Wagnera0fce5f2012-07-24 16:33:55 +00001400 {0x8086, 0x1e55, OK, "Intel", "QM77", enable_flash_pch7},
Stefan Taunereb582572012-09-21 12:52:50 +00001401 {0x8086, 0x1e56, NT, "Intel", "QS77", enable_flash_pch7},
Stefan Tauner2abab942012-04-27 20:41:23 +00001402 {0x8086, 0x1e57, NT, "Intel", "HM77", enable_flash_pch7},
1403 {0x8086, 0x1e58, NT, "Intel", "UM77", enable_flash_pch7},
1404 {0x8086, 0x1e59, NT, "Intel", "HM76", enable_flash_pch7},
1405 {0x8086, 0x1e5d, NT, "Intel", "HM75", enable_flash_pch7},
1406 {0x8086, 0x1e5e, NT, "Intel", "HM70", enable_flash_pch7},
Stefan Taunereb582572012-09-21 12:52:50 +00001407 {0x8086, 0x1e5f, NT, "Intel", "NM70", enable_flash_pch7},
Stefan Tauner2abab942012-04-27 20:41:23 +00001408 {0x8086, 0x2310, NT, "Intel", "DH89xxCC", enable_flash_pch7},
Idwer Vollering326a0602011-06-18 18:45:41 +00001409 {0x8086, 0x2410, OK, "Intel", "ICH", enable_flash_ich_4e},
1410 {0x8086, 0x2420, OK, "Intel", "ICH0", enable_flash_ich_4e},
1411 {0x8086, 0x2440, OK, "Intel", "ICH2", enable_flash_ich_4e},
1412 {0x8086, 0x244c, OK, "Intel", "ICH2-M", enable_flash_ich_4e},
Idwer Vollering570dcc72011-06-18 18:45:50 +00001413 {0x8086, 0x2450, NT, "Intel", "C-ICH", enable_flash_ich_4e},
Idwer Vollering326a0602011-06-18 18:45:41 +00001414 {0x8086, 0x2480, OK, "Intel", "ICH3-S", enable_flash_ich_4e},
1415 {0x8086, 0x248c, OK, "Intel", "ICH3-M", enable_flash_ich_4e},
1416 {0x8086, 0x24c0, OK, "Intel", "ICH4/ICH4-L", enable_flash_ich_4e},
1417 {0x8086, 0x24cc, OK, "Intel", "ICH4-M", enable_flash_ich_4e},
1418 {0x8086, 0x24d0, OK, "Intel", "ICH5/ICH5R", enable_flash_ich_4e},
1419 {0x8086, 0x25a1, OK, "Intel", "6300ESB", enable_flash_ich_4e},
1420 {0x8086, 0x2640, OK, "Intel", "ICH6/ICH6R", enable_flash_ich_dc},
1421 {0x8086, 0x2641, OK, "Intel", "ICH6-M", enable_flash_ich_dc},
Idwer Vollering570dcc72011-06-18 18:45:50 +00001422 {0x8086, 0x2642, NT, "Intel", "ICH6W/ICH6RW", enable_flash_ich_dc},
Idwer Vollering326a0602011-06-18 18:45:41 +00001423 {0x8086, 0x2670, OK, "Intel", "631xESB/632xESB/3100", enable_flash_ich_dc},
1424 {0x8086, 0x27b0, OK, "Intel", "ICH7DH", enable_flash_ich7},
1425 {0x8086, 0x27b8, OK, "Intel", "ICH7/ICH7R", enable_flash_ich7},
1426 {0x8086, 0x27b9, OK, "Intel", "ICH7M", enable_flash_ich7},
1427 {0x8086, 0x27bc, OK, "Intel", "NM10", enable_flash_ich7},
1428 {0x8086, 0x27bd, OK, "Intel", "ICH7MDH", enable_flash_ich7},
1429 {0x8086, 0x2810, OK, "Intel", "ICH8/ICH8R", enable_flash_ich8},
1430 {0x8086, 0x2811, OK, "Intel", "ICH8M-E", enable_flash_ich8},
1431 {0x8086, 0x2812, OK, "Intel", "ICH8DH", enable_flash_ich8},
1432 {0x8086, 0x2814, OK, "Intel", "ICH8DO", enable_flash_ich8},
1433 {0x8086, 0x2815, OK, "Intel", "ICH8M", enable_flash_ich8},
1434 {0x8086, 0x2910, OK, "Intel", "ICH9 Engineering Sample", enable_flash_ich9},
1435 {0x8086, 0x2912, OK, "Intel", "ICH9DH", enable_flash_ich9},
1436 {0x8086, 0x2914, OK, "Intel", "ICH9DO", enable_flash_ich9},
1437 {0x8086, 0x2916, OK, "Intel", "ICH9R", enable_flash_ich9},
1438 {0x8086, 0x2917, OK, "Intel", "ICH9M-E", enable_flash_ich9},
1439 {0x8086, 0x2918, OK, "Intel", "ICH9", enable_flash_ich9},
1440 {0x8086, 0x2919, OK, "Intel", "ICH9M", enable_flash_ich9},
Idwer Vollering570dcc72011-06-18 18:45:50 +00001441 {0x8086, 0x3a10, NT, "Intel", "ICH10R Engineering Sample", enable_flash_ich10},
Idwer Vollering326a0602011-06-18 18:45:41 +00001442 {0x8086, 0x3a14, OK, "Intel", "ICH10DO", enable_flash_ich10},
1443 {0x8086, 0x3a16, OK, "Intel", "ICH10R", enable_flash_ich10},
1444 {0x8086, 0x3a18, OK, "Intel", "ICH10", enable_flash_ich10},
1445 {0x8086, 0x3a1a, OK, "Intel", "ICH10D", enable_flash_ich10},
Idwer Vollering570dcc72011-06-18 18:45:50 +00001446 {0x8086, 0x3a1e, NT, "Intel", "ICH10 Engineering Sample", enable_flash_ich10},
Stefan Taunerbd0c70a2011-08-27 21:19:56 +00001447 {0x8086, 0x3b00, NT, "Intel", "3400 Desktop", enable_flash_pch5},
1448 {0x8086, 0x3b01, NT, "Intel", "3400 Mobile", enable_flash_pch5},
1449 {0x8086, 0x3b02, NT, "Intel", "P55", enable_flash_pch5},
1450 {0x8086, 0x3b03, NT, "Intel", "PM55", enable_flash_pch5},
Sylvain "ythier" Hitier3093f8f2011-09-03 11:22:27 +00001451 {0x8086, 0x3b06, OK, "Intel", "H55", enable_flash_pch5},
Stefan Taunerbd0c70a2011-08-27 21:19:56 +00001452 {0x8086, 0x3b07, OK, "Intel", "QM57", enable_flash_pch5},
1453 {0x8086, 0x3b08, NT, "Intel", "H57", enable_flash_pch5},
1454 {0x8086, 0x3b09, NT, "Intel", "HM55", enable_flash_pch5},
1455 {0x8086, 0x3b0a, NT, "Intel", "Q57", enable_flash_pch5},
1456 {0x8086, 0x3b0b, NT, "Intel", "HM57", enable_flash_pch5},
1457 {0x8086, 0x3b0d, NT, "Intel", "3400 Mobile SFF", enable_flash_pch5},
1458 {0x8086, 0x3b0e, NT, "Intel", "B55", enable_flash_pch5},
1459 {0x8086, 0x3b0f, OK, "Intel", "QS57", enable_flash_pch5},
1460 {0x8086, 0x3b12, NT, "Intel", "3400", enable_flash_pch5},
Stefan Taunerd94d25d2012-07-28 03:17:15 +00001461 {0x8086, 0x3b14, OK, "Intel", "3420", enable_flash_pch5},
Stefan Taunerbd0c70a2011-08-27 21:19:56 +00001462 {0x8086, 0x3b16, NT, "Intel", "3450", enable_flash_pch5},
1463 {0x8086, 0x3b1e, NT, "Intel", "B55", enable_flash_pch5},
Idwer Vollering326a0602011-06-18 18:45:41 +00001464 {0x8086, 0x5031, OK, "Intel", "EP80579", enable_flash_ich7},
1465 {0x8086, 0x7000, OK, "Intel", "PIIX3", enable_flash_piix4},
1466 {0x8086, 0x7110, OK, "Intel", "PIIX4/4E/4M", enable_flash_piix4},
1467 {0x8086, 0x7198, OK, "Intel", "440MX", enable_flash_piix4},
Idwer Vollering570dcc72011-06-18 18:45:50 +00001468 {0x8086, 0x8119, OK, "Intel", "SCH Poulsbo", enable_flash_poulsbo},
Ingo Feldschmiddadc0a62011-09-07 19:18:25 +00001469 {0x8086, 0x8186, OK, "Intel", "Atom E6xx(T)/Tunnel Creek", enable_flash_tunnelcreek},
Stefan Tauner2abab942012-04-27 20:41:23 +00001470 {0x8086, 0x8c40, NT, "Intel", "Lynx Point", enable_flash_pch8},
1471 {0x8086, 0x8c41, NT, "Intel", "Lynx Point", enable_flash_pch8},
1472 {0x8086, 0x8c42, NT, "Intel", "Lynx Point", enable_flash_pch8},
1473 {0x8086, 0x8c43, NT, "Intel", "Lynx Point", enable_flash_pch8},
1474 {0x8086, 0x8c44, NT, "Intel", "Lynx Point", enable_flash_pch8},
1475 {0x8086, 0x8c45, NT, "Intel", "Lynx Point", enable_flash_pch8},
1476 {0x8086, 0x8c46, NT, "Intel", "Lynx Point", enable_flash_pch8},
1477 {0x8086, 0x8c47, NT, "Intel", "Lynx Point", enable_flash_pch8},
1478 {0x8086, 0x8c48, NT, "Intel", "Lynx Point", enable_flash_pch8},
1479 {0x8086, 0x8c49, NT, "Intel", "Lynx Point", enable_flash_pch8},
1480 {0x8086, 0x8c4a, NT, "Intel", "Lynx Point", enable_flash_pch8},
1481 {0x8086, 0x8c4b, NT, "Intel", "Lynx Point", enable_flash_pch8},
1482 {0x8086, 0x8c4c, NT, "Intel", "Lynx Point", enable_flash_pch8},
1483 {0x8086, 0x8c4d, NT, "Intel", "Lynx Point", enable_flash_pch8},
1484 {0x8086, 0x8c4e, NT, "Intel", "Lynx Point", enable_flash_pch8},
1485 {0x8086, 0x8c4f, NT, "Intel", "Lynx Point", enable_flash_pch8},
1486 {0x8086, 0x8c50, NT, "Intel", "Lynx Point", enable_flash_pch8},
1487 {0x8086, 0x8c51, NT, "Intel", "Lynx Point", enable_flash_pch8},
1488 {0x8086, 0x8c52, NT, "Intel", "Lynx Point", enable_flash_pch8},
1489 {0x8086, 0x8c53, NT, "Intel", "Lynx Point", enable_flash_pch8},
1490 {0x8086, 0x8c54, NT, "Intel", "Lynx Point", enable_flash_pch8},
1491 {0x8086, 0x8c55, NT, "Intel", "Lynx Point", enable_flash_pch8},
1492 {0x8086, 0x8c56, NT, "Intel", "Lynx Point", enable_flash_pch8},
1493 {0x8086, 0x8c57, NT, "Intel", "Lynx Point", enable_flash_pch8},
1494 {0x8086, 0x8c58, NT, "Intel", "Lynx Point", enable_flash_pch8},
1495 {0x8086, 0x8c59, NT, "Intel", "Lynx Point", enable_flash_pch8},
1496 {0x8086, 0x8c5a, NT, "Intel", "Lynx Point", enable_flash_pch8},
1497 {0x8086, 0x8c5b, NT, "Intel", "Lynx Point", enable_flash_pch8},
1498 {0x8086, 0x8c5c, NT, "Intel", "Lynx Point", enable_flash_pch8},
1499 {0x8086, 0x8c5d, NT, "Intel", "Lynx Point", enable_flash_pch8},
1500 {0x8086, 0x8c5e, NT, "Intel", "Lynx Point", enable_flash_pch8},
1501 {0x8086, 0x8c5f, NT, "Intel", "Lynx Point", enable_flash_pch8},
Carl-Daniel Hailfingercceafa22010-05-26 01:45:41 +00001502#endif
Carl-Daniel Hailfinger1c6d2ff2012-08-27 00:44:42 +00001503 {0},
Ollie Lhocbbf1252004-03-17 22:22:08 +00001504};
Ollie Lho761bf1b2004-03-20 16:46:10 +00001505
Uwe Hermanna7e05482007-05-09 10:17:44 +00001506int chipset_flash_enable(void)
Ollie Lhocbbf1252004-03-17 22:22:08 +00001507{
Peter Huewe73f8ec82011-01-24 19:15:51 +00001508 struct pci_dev *dev = NULL;
Uwe Hermann372eeb52007-12-04 21:49:06 +00001509 int ret = -2; /* Nothing! */
Uwe Hermanna7e05482007-05-09 10:17:44 +00001510 int i;
Ollie Lhocbbf1252004-03-17 22:22:08 +00001511
Uwe Hermann372eeb52007-12-04 21:49:06 +00001512 /* Now let's try to find the chipset we have... */
Uwe Hermann05fab752009-05-16 23:42:17 +00001513 for (i = 0; chipset_enables[i].vendor_name != NULL; i++) {
1514 dev = pci_dev_find(chipset_enables[i].vendor_id,
1515 chipset_enables[i].device_id);
Michael Karcher89bed6d2010-06-13 10:16:12 +00001516 if (!dev)
1517 continue;
1518 if (ret != -2) {
1519 msg_pinfo("WARNING: unexpected second chipset match: "
Paul Menzelab6328f2010-10-08 11:03:02 +00001520 "\"%s %s\"\n"
1521 "ignoring, please report lspci and board URL "
1522 "to flashrom@flashrom.org\n"
Stefan Reinauerbf282b12011-03-29 21:41:41 +00001523 "with \'CHIPSET: your board name\' in the "
Paul Menzelab6328f2010-10-08 11:03:02 +00001524 "subject line.\n",
Michael Karcher89bed6d2010-06-13 10:16:12 +00001525 chipset_enables[i].vendor_name,
1526 chipset_enables[i].device_name);
1527 continue;
1528 }
Stefan Taunerec8c2482011-07-21 19:59:34 +00001529 msg_pinfo("Found chipset \"%s %s\"",
1530 chipset_enables[i].vendor_name,
1531 chipset_enables[i].device_name);
Stefan Tauner716e0982011-07-25 20:38:52 +00001532 msg_pdbg(" with PCI ID %04x:%04x",
Carl-Daniel Hailfingerf469c272010-05-22 07:31:50 +00001533 chipset_enables[i].vendor_id,
1534 chipset_enables[i].device_id);
Stefan Taunerec8c2482011-07-21 19:59:34 +00001535 msg_pinfo(". ");
Uwe Hermanna7e05482007-05-09 10:17:44 +00001536
Stefan Taunerec8c2482011-07-21 19:59:34 +00001537 if (chipset_enables[i].status == NT) {
1538 msg_pinfo("\nThis chipset is marked as untested. If "
1539 "you are using an up-to-date version\nof "
Stefan Tauner2abab942012-04-27 20:41:23 +00001540 "flashrom *and* were (not) able to "
1541 "successfully update your firmware with it,\n"
1542 "then please email a report to "
1543 "flashrom@flashrom.org including a verbose "
1544 "(-V) log.\nThank you!\n");
Stefan Taunerec8c2482011-07-21 19:59:34 +00001545 }
1546 msg_pinfo("Enabling flash write... ");
Uwe Hermann05fab752009-05-16 23:42:17 +00001547 ret = chipset_enables[i].doit(dev,
1548 chipset_enables[i].device_name);
Michael Karcher89bed6d2010-06-13 10:16:12 +00001549 if (ret == NOT_DONE_YET) {
1550 ret = -2;
1551 msg_pinfo("OK - searching further chips.\n");
1552 } else if (ret < 0)
Sean Nelson316a29f2010-05-07 20:09:04 +00001553 msg_pinfo("FAILED!\n");
Uwe Hermann91f4afa2011-07-28 08:13:25 +00001554 else if (ret == 0)
Sean Nelson316a29f2010-05-07 20:09:04 +00001555 msg_pinfo("OK.\n");
Uwe Hermann91f4afa2011-07-28 08:13:25 +00001556 else if (ret == ERROR_NONFATAL)
Michael Karchera4448d92010-07-22 18:04:15 +00001557 msg_pinfo("PROBLEMS, continuing anyway\n");
Tadas Slotkusad470342011-09-03 17:15:00 +00001558 if (ret == ERROR_FATAL) {
1559 msg_perr("FATAL ERROR!\n");
1560 return ret;
1561 }
Uwe Hermanna7e05482007-05-09 10:17:44 +00001562 }
Michael Karcher89bed6d2010-06-13 10:16:12 +00001563
Uwe Hermanna7e05482007-05-09 10:17:44 +00001564 return ret;
Ollie Lhocbbf1252004-03-17 22:22:08 +00001565}