blob: 497e710fca3df585207dbca5f256fc3e9d4c23af [file] [log] [blame]
Alan Cox806c35f2006-01-18 17:44:08 -08001/*
2 * Intel e7xxx Memory Controller kernel module
3 * (C) 2003 Linux Networx (http://lnxi.com)
4 * This file may be distributed under the terms of the
5 * GNU General Public License.
6 *
7 * See "enum e7xxx_chips" below for supported chipsets
8 *
9 * Written by Thayne Harbaugh
10 * Based on work by Dan Hollis <goemon at anime dot net> and others.
11 * http://www.anime.net/~goemon/linux-ecc/
12 *
Mauro Carvalho Chehab30ac4402012-04-16 15:07:09 -030013 * Datasheet:
14 * http://www.intel.com/content/www/us/en/chipsets/e7501-chipset-memory-controller-hub-datasheet.html
15 *
Alan Cox806c35f2006-01-18 17:44:08 -080016 * Contributors:
Dave Petersone7ecd892006-03-26 01:38:52 -080017 * Eric Biederman (Linux Networx)
18 * Tom Zimmerman (Linux Networx)
19 * Jim Garlick (Lawrence Livermore National Labs)
Alan Cox806c35f2006-01-18 17:44:08 -080020 * Dave Peterson (Lawrence Livermore National Labs)
21 * That One Guy (Some other place)
22 * Wang Zhenyu (intel.com)
23 *
24 * $Id: edac_e7xxx.c,v 1.5.2.9 2005/10/05 00:43:44 dsp_llnl Exp $
25 *
26 */
27
Alan Cox806c35f2006-01-18 17:44:08 -080028#include <linux/module.h>
29#include <linux/init.h>
30#include <linux/pci.h>
31#include <linux/pci_ids.h>
Dave Jiangc0d12172007-07-19 01:49:46 -070032#include <linux/edac.h>
Mauro Carvalho Chehab78d88e82016-10-29 15:16:34 -020033#include "edac_module.h"
Alan Cox806c35f2006-01-18 17:44:08 -080034
Doug Thompson929a40e2006-07-01 04:35:45 -070035#define EDAC_MOD_STR "e7xxx_edac"
Doug Thompson37f04582006-06-30 01:56:07 -070036
Dave Peterson537fba22006-03-26 01:38:40 -080037#define e7xxx_printk(level, fmt, arg...) \
Dave Petersone7ecd892006-03-26 01:38:52 -080038 edac_printk(level, "e7xxx", fmt, ##arg)
Dave Peterson537fba22006-03-26 01:38:40 -080039
40#define e7xxx_mc_printk(mci, level, fmt, arg...) \
Dave Petersone7ecd892006-03-26 01:38:52 -080041 edac_mc_chipset_printk(mci, level, "e7xxx", fmt, ##arg)
Dave Peterson537fba22006-03-26 01:38:40 -080042
Alan Cox806c35f2006-01-18 17:44:08 -080043#ifndef PCI_DEVICE_ID_INTEL_7205_0
44#define PCI_DEVICE_ID_INTEL_7205_0 0x255d
45#endif /* PCI_DEVICE_ID_INTEL_7205_0 */
46
47#ifndef PCI_DEVICE_ID_INTEL_7205_1_ERR
48#define PCI_DEVICE_ID_INTEL_7205_1_ERR 0x2551
49#endif /* PCI_DEVICE_ID_INTEL_7205_1_ERR */
50
51#ifndef PCI_DEVICE_ID_INTEL_7500_0
52#define PCI_DEVICE_ID_INTEL_7500_0 0x2540
53#endif /* PCI_DEVICE_ID_INTEL_7500_0 */
54
55#ifndef PCI_DEVICE_ID_INTEL_7500_1_ERR
56#define PCI_DEVICE_ID_INTEL_7500_1_ERR 0x2541
57#endif /* PCI_DEVICE_ID_INTEL_7500_1_ERR */
58
59#ifndef PCI_DEVICE_ID_INTEL_7501_0
60#define PCI_DEVICE_ID_INTEL_7501_0 0x254c
61#endif /* PCI_DEVICE_ID_INTEL_7501_0 */
62
63#ifndef PCI_DEVICE_ID_INTEL_7501_1_ERR
64#define PCI_DEVICE_ID_INTEL_7501_1_ERR 0x2541
65#endif /* PCI_DEVICE_ID_INTEL_7501_1_ERR */
66
67#ifndef PCI_DEVICE_ID_INTEL_7505_0
68#define PCI_DEVICE_ID_INTEL_7505_0 0x2550
69#endif /* PCI_DEVICE_ID_INTEL_7505_0 */
70
71#ifndef PCI_DEVICE_ID_INTEL_7505_1_ERR
72#define PCI_DEVICE_ID_INTEL_7505_1_ERR 0x2551
73#endif /* PCI_DEVICE_ID_INTEL_7505_1_ERR */
74
Alan Cox806c35f2006-01-18 17:44:08 -080075#define E7XXX_NR_CSROWS 8 /* number of csrows */
Mauro Carvalho Chehab30ac4402012-04-16 15:07:09 -030076#define E7XXX_NR_DIMMS 8 /* 2 channels, 4 dimms/channel */
Alan Cox806c35f2006-01-18 17:44:08 -080077
Alan Cox806c35f2006-01-18 17:44:08 -080078/* E7XXX register addresses - device 0 function 0 */
79#define E7XXX_DRB 0x60 /* DRAM row boundary register (8b) */
80#define E7XXX_DRA 0x70 /* DRAM row attribute register (8b) */
81 /*
82 * 31 Device width row 7 0=x8 1=x4
83 * 27 Device width row 6
84 * 23 Device width row 5
85 * 19 Device width row 4
86 * 15 Device width row 3
87 * 11 Device width row 2
88 * 7 Device width row 1
89 * 3 Device width row 0
90 */
91#define E7XXX_DRC 0x7C /* DRAM controller mode reg (32b) */
92 /*
93 * 22 Number channels 0=1,1=2
94 * 19:18 DRB Granularity 32/64MB
95 */
96#define E7XXX_TOLM 0xC4 /* DRAM top of low memory reg (16b) */
97#define E7XXX_REMAPBASE 0xC6 /* DRAM remap base address reg (16b) */
98#define E7XXX_REMAPLIMIT 0xC8 /* DRAM remap limit address reg (16b) */
99
100/* E7XXX register addresses - device 0 function 1 */
101#define E7XXX_DRAM_FERR 0x80 /* DRAM first error register (8b) */
102#define E7XXX_DRAM_NERR 0x82 /* DRAM next error register (8b) */
103#define E7XXX_DRAM_CELOG_ADD 0xA0 /* DRAM first correctable memory */
104 /* error address register (32b) */
105 /*
106 * 31:28 Reserved
107 * 27:6 CE address (4k block 33:12)
108 * 5:0 Reserved
109 */
110#define E7XXX_DRAM_UELOG_ADD 0xB0 /* DRAM first uncorrectable memory */
111 /* error address register (32b) */
112 /*
113 * 31:28 Reserved
114 * 27:6 CE address (4k block 33:12)
115 * 5:0 Reserved
116 */
117#define E7XXX_DRAM_CELOG_SYNDROME 0xD0 /* DRAM first correctable memory */
118 /* error syndrome register (16b) */
119
120enum e7xxx_chips {
121 E7500 = 0,
122 E7501,
123 E7505,
124 E7205,
125};
126
Alan Cox806c35f2006-01-18 17:44:08 -0800127struct e7xxx_pvt {
128 struct pci_dev *bridge_ck;
129 u32 tolm;
130 u32 remapbase;
131 u32 remaplimit;
132 const struct e7xxx_dev_info *dev_info;
133};
134
Alan Cox806c35f2006-01-18 17:44:08 -0800135struct e7xxx_dev_info {
136 u16 err_dev;
137 const char *ctl_name;
138};
139
Alan Cox806c35f2006-01-18 17:44:08 -0800140struct e7xxx_error_info {
141 u8 dram_ferr;
142 u8 dram_nerr;
143 u32 dram_celog_add;
144 u16 dram_celog_syndrome;
145 u32 dram_uelog_add;
146};
147
Dave Jiang456a2f92007-07-19 01:50:10 -0700148static struct edac_pci_ctl_info *e7xxx_pci;
149
Alan Cox806c35f2006-01-18 17:44:08 -0800150static const struct e7xxx_dev_info e7xxx_devs[] = {
151 [E7500] = {
Douglas Thompson052dfb42007-07-19 01:50:13 -0700152 .err_dev = PCI_DEVICE_ID_INTEL_7500_1_ERR,
153 .ctl_name = "E7500"},
Alan Cox806c35f2006-01-18 17:44:08 -0800154 [E7501] = {
Douglas Thompson052dfb42007-07-19 01:50:13 -0700155 .err_dev = PCI_DEVICE_ID_INTEL_7501_1_ERR,
156 .ctl_name = "E7501"},
Alan Cox806c35f2006-01-18 17:44:08 -0800157 [E7505] = {
Douglas Thompson052dfb42007-07-19 01:50:13 -0700158 .err_dev = PCI_DEVICE_ID_INTEL_7505_1_ERR,
159 .ctl_name = "E7505"},
Alan Cox806c35f2006-01-18 17:44:08 -0800160 [E7205] = {
Douglas Thompson052dfb42007-07-19 01:50:13 -0700161 .err_dev = PCI_DEVICE_ID_INTEL_7205_1_ERR,
162 .ctl_name = "E7205"},
Alan Cox806c35f2006-01-18 17:44:08 -0800163};
164
Alan Cox806c35f2006-01-18 17:44:08 -0800165/* FIXME - is this valid for both SECDED and S4ECD4ED? */
166static inline int e7xxx_find_channel(u16 syndrome)
167{
Joe Perches956b9ba12012-04-29 17:08:39 -0300168 edac_dbg(3, "\n");
Alan Cox806c35f2006-01-18 17:44:08 -0800169
170 if ((syndrome & 0xff00) == 0)
171 return 0;
Dave Petersone7ecd892006-03-26 01:38:52 -0800172
Alan Cox806c35f2006-01-18 17:44:08 -0800173 if ((syndrome & 0x00ff) == 0)
174 return 1;
Dave Petersone7ecd892006-03-26 01:38:52 -0800175
Alan Cox806c35f2006-01-18 17:44:08 -0800176 if ((syndrome & 0xf000) == 0 || (syndrome & 0x0f00) == 0)
177 return 0;
Dave Petersone7ecd892006-03-26 01:38:52 -0800178
Alan Cox806c35f2006-01-18 17:44:08 -0800179 return 1;
180}
181
Dave Petersone7ecd892006-03-26 01:38:52 -0800182static unsigned long ctl_page_to_phys(struct mem_ctl_info *mci,
Douglas Thompson052dfb42007-07-19 01:50:13 -0700183 unsigned long page)
Alan Cox806c35f2006-01-18 17:44:08 -0800184{
185 u32 remap;
Dave Jiang849a4c32007-07-19 01:50:03 -0700186 struct e7xxx_pvt *pvt = (struct e7xxx_pvt *)mci->pvt_info;
Alan Cox806c35f2006-01-18 17:44:08 -0800187
Joe Perches956b9ba12012-04-29 17:08:39 -0300188 edac_dbg(3, "\n");
Alan Cox806c35f2006-01-18 17:44:08 -0800189
190 if ((page < pvt->tolm) ||
Douglas Thompson052dfb42007-07-19 01:50:13 -0700191 ((page >= 0x100000) && (page < pvt->remapbase)))
Alan Cox806c35f2006-01-18 17:44:08 -0800192 return page;
Dave Petersone7ecd892006-03-26 01:38:52 -0800193
Alan Cox806c35f2006-01-18 17:44:08 -0800194 remap = (page - pvt->tolm) + pvt->remapbase;
Dave Petersone7ecd892006-03-26 01:38:52 -0800195
Alan Cox806c35f2006-01-18 17:44:08 -0800196 if (remap < pvt->remaplimit)
197 return remap;
Dave Petersone7ecd892006-03-26 01:38:52 -0800198
Dave Peterson537fba22006-03-26 01:38:40 -0800199 e7xxx_printk(KERN_ERR, "Invalid page %lx - out of range\n", page);
Alan Cox806c35f2006-01-18 17:44:08 -0800200 return pvt->tolm - 1;
201}
202
Dave Jiang849a4c32007-07-19 01:50:03 -0700203static void process_ce(struct mem_ctl_info *mci, struct e7xxx_error_info *info)
Alan Cox806c35f2006-01-18 17:44:08 -0800204{
205 u32 error_1b, page;
206 u16 syndrome;
207 int row;
208 int channel;
209
Joe Perches956b9ba12012-04-29 17:08:39 -0300210 edac_dbg(3, "\n");
Alan Cox806c35f2006-01-18 17:44:08 -0800211 /* read the error address */
212 error_1b = info->dram_celog_add;
213 /* FIXME - should use PAGE_SHIFT */
Dave Jiang849a4c32007-07-19 01:50:03 -0700214 page = error_1b >> 6; /* convert the address to 4k page */
Alan Cox806c35f2006-01-18 17:44:08 -0800215 /* read the syndrome */
216 syndrome = info->dram_celog_syndrome;
217 /* FIXME - check for -1 */
218 row = edac_mc_find_csrow_by_page(mci, page);
219 /* convert syndrome to channel */
220 channel = e7xxx_find_channel(syndrome);
Mauro Carvalho Chehab9eb07a72012-06-04 13:27:43 -0300221 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, 1, page, 0, syndrome,
Mauro Carvalho Chehab03f7eae2012-06-04 11:29:25 -0300222 row, channel, -1, "e7xxx CE", "");
Alan Cox806c35f2006-01-18 17:44:08 -0800223}
224
Alan Cox806c35f2006-01-18 17:44:08 -0800225static void process_ce_no_info(struct mem_ctl_info *mci)
226{
Joe Perches956b9ba12012-04-29 17:08:39 -0300227 edac_dbg(3, "\n");
Jason Baron80301222014-10-18 16:06:32 +0200228 edac_mc_handle_error(HW_EVENT_ERR_CORRECTED, mci, 1, 0, 0, 0, -1, -1, -1,
Mauro Carvalho Chehab03f7eae2012-06-04 11:29:25 -0300229 "e7xxx CE log register overflow", "");
Alan Cox806c35f2006-01-18 17:44:08 -0800230}
231
Dave Jiang849a4c32007-07-19 01:50:03 -0700232static void process_ue(struct mem_ctl_info *mci, struct e7xxx_error_info *info)
Alan Cox806c35f2006-01-18 17:44:08 -0800233{
234 u32 error_2b, block_page;
235 int row;
236
Joe Perches956b9ba12012-04-29 17:08:39 -0300237 edac_dbg(3, "\n");
Alan Cox806c35f2006-01-18 17:44:08 -0800238 /* read the error address */
239 error_2b = info->dram_uelog_add;
240 /* FIXME - should use PAGE_SHIFT */
Dave Jiang849a4c32007-07-19 01:50:03 -0700241 block_page = error_2b >> 6; /* convert to 4k address */
Alan Cox806c35f2006-01-18 17:44:08 -0800242 row = edac_mc_find_csrow_by_page(mci, block_page);
Mauro Carvalho Chehab30ac4402012-04-16 15:07:09 -0300243
Mauro Carvalho Chehab9eb07a72012-06-04 13:27:43 -0300244 edac_mc_handle_error(HW_EVENT_ERR_UNCORRECTED, mci, 1, block_page, 0, 0,
Mauro Carvalho Chehab03f7eae2012-06-04 11:29:25 -0300245 row, -1, -1, "e7xxx UE", "");
Alan Cox806c35f2006-01-18 17:44:08 -0800246}
247
Alan Cox806c35f2006-01-18 17:44:08 -0800248static void process_ue_no_info(struct mem_ctl_info *mci)
249{
Joe Perches956b9ba12012-04-29 17:08:39 -0300250 edac_dbg(3, "\n");
Mauro Carvalho Chehab30ac4402012-04-16 15:07:09 -0300251
Mauro Carvalho Chehab9eb07a72012-06-04 13:27:43 -0300252 edac_mc_handle_error(HW_EVENT_ERR_UNCORRECTED, mci, 1, 0, 0, 0, -1, -1, -1,
Mauro Carvalho Chehab03f7eae2012-06-04 11:29:25 -0300253 "e7xxx UE log register overflow", "");
Alan Cox806c35f2006-01-18 17:44:08 -0800254}
255
Dave Jiang849a4c32007-07-19 01:50:03 -0700256static void e7xxx_get_error_info(struct mem_ctl_info *mci,
257 struct e7xxx_error_info *info)
Alan Cox806c35f2006-01-18 17:44:08 -0800258{
259 struct e7xxx_pvt *pvt;
260
Dave Jiang849a4c32007-07-19 01:50:03 -0700261 pvt = (struct e7xxx_pvt *)mci->pvt_info;
262 pci_read_config_byte(pvt->bridge_ck, E7XXX_DRAM_FERR, &info->dram_ferr);
263 pci_read_config_byte(pvt->bridge_ck, E7XXX_DRAM_NERR, &info->dram_nerr);
Alan Cox806c35f2006-01-18 17:44:08 -0800264
265 if ((info->dram_ferr & 1) || (info->dram_nerr & 1)) {
266 pci_read_config_dword(pvt->bridge_ck, E7XXX_DRAM_CELOG_ADD,
Douglas Thompson052dfb42007-07-19 01:50:13 -0700267 &info->dram_celog_add);
Alan Cox806c35f2006-01-18 17:44:08 -0800268 pci_read_config_word(pvt->bridge_ck,
Douglas Thompson052dfb42007-07-19 01:50:13 -0700269 E7XXX_DRAM_CELOG_SYNDROME,
270 &info->dram_celog_syndrome);
Alan Cox806c35f2006-01-18 17:44:08 -0800271 }
272
273 if ((info->dram_ferr & 2) || (info->dram_nerr & 2))
274 pci_read_config_dword(pvt->bridge_ck, E7XXX_DRAM_UELOG_ADD,
Douglas Thompson052dfb42007-07-19 01:50:13 -0700275 &info->dram_uelog_add);
Alan Cox806c35f2006-01-18 17:44:08 -0800276
277 if (info->dram_ferr & 3)
Dave Petersone7ecd892006-03-26 01:38:52 -0800278 pci_write_bits8(pvt->bridge_ck, E7XXX_DRAM_FERR, 0x03, 0x03);
Alan Cox806c35f2006-01-18 17:44:08 -0800279
280 if (info->dram_nerr & 3)
Dave Petersone7ecd892006-03-26 01:38:52 -0800281 pci_write_bits8(pvt->bridge_ck, E7XXX_DRAM_NERR, 0x03, 0x03);
Alan Cox806c35f2006-01-18 17:44:08 -0800282}
283
Dave Jiang849a4c32007-07-19 01:50:03 -0700284static int e7xxx_process_error_info(struct mem_ctl_info *mci,
Douglas Thompson052dfb42007-07-19 01:50:13 -0700285 struct e7xxx_error_info *info,
286 int handle_errors)
Alan Cox806c35f2006-01-18 17:44:08 -0800287{
288 int error_found;
289
290 error_found = 0;
291
292 /* decode and report errors */
293 if (info->dram_ferr & 1) { /* check first error correctable */
294 error_found = 1;
295
296 if (handle_errors)
297 process_ce(mci, info);
298 }
299
300 if (info->dram_ferr & 2) { /* check first error uncorrectable */
301 error_found = 1;
302
303 if (handle_errors)
304 process_ue(mci, info);
305 }
306
307 if (info->dram_nerr & 1) { /* check next error correctable */
308 error_found = 1;
309
310 if (handle_errors) {
311 if (info->dram_ferr & 1)
312 process_ce_no_info(mci);
313 else
314 process_ce(mci, info);
315 }
316 }
317
318 if (info->dram_nerr & 2) { /* check next error uncorrectable */
319 error_found = 1;
320
321 if (handle_errors) {
322 if (info->dram_ferr & 2)
323 process_ue_no_info(mci);
324 else
325 process_ue(mci, info);
326 }
327 }
328
329 return error_found;
330}
331
Alan Cox806c35f2006-01-18 17:44:08 -0800332static void e7xxx_check(struct mem_ctl_info *mci)
333{
334 struct e7xxx_error_info info;
335
Alan Cox806c35f2006-01-18 17:44:08 -0800336 e7xxx_get_error_info(mci, &info);
337 e7xxx_process_error_info(mci, &info, 1);
338}
339
Doug Thompson13189522006-06-30 01:56:08 -0700340/* Return 1 if dual channel mode is active. Else return 0. */
341static inline int dual_channel_active(u32 drc, int dev_idx)
Alan Cox806c35f2006-01-18 17:44:08 -0800342{
Doug Thompson13189522006-06-30 01:56:08 -0700343 return (dev_idx == E7501) ? ((drc >> 22) & 0x1) : 1;
344}
Alan Cox806c35f2006-01-18 17:44:08 -0800345
Doug Thompson13189522006-06-30 01:56:08 -0700346/* Return DRB granularity (0=32mb, 1=64mb). */
347static inline int drb_granularity(u32 drc, int dev_idx)
348{
Alan Cox806c35f2006-01-18 17:44:08 -0800349 /* only e7501 can be single channel */
Doug Thompson13189522006-06-30 01:56:08 -0700350 return (dev_idx == E7501) ? ((drc >> 18) & 0x3) : 1;
351}
Alan Cox806c35f2006-01-18 17:44:08 -0800352
Doug Thompson13189522006-06-30 01:56:08 -0700353static void e7xxx_init_csrows(struct mem_ctl_info *mci, struct pci_dev *pdev,
Douglas Thompson052dfb42007-07-19 01:50:13 -0700354 int dev_idx, u32 drc)
Doug Thompson13189522006-06-30 01:56:08 -0700355{
356 unsigned long last_cumul_size;
Mauro Carvalho Chehab084a4fc2012-01-27 18:38:08 -0300357 int index, j;
Doug Thompson13189522006-06-30 01:56:08 -0700358 u8 value;
Mauro Carvalho Chehaba895bf82012-01-28 09:09:38 -0300359 u32 dra, cumul_size, nr_pages;
Doug Thompson13189522006-06-30 01:56:08 -0700360 int drc_chan, drc_drbg, drc_ddim, mem_dev;
361 struct csrow_info *csrow;
Mauro Carvalho Chehab084a4fc2012-01-27 18:38:08 -0300362 struct dimm_info *dimm;
Mauro Carvalho Chehabfd633122012-03-28 19:37:59 -0300363 enum edac_type edac_mode;
Alan Cox806c35f2006-01-18 17:44:08 -0800364
Alan Cox806c35f2006-01-18 17:44:08 -0800365 pci_read_config_dword(pdev, E7XXX_DRA, &dra);
Doug Thompson13189522006-06-30 01:56:08 -0700366 drc_chan = dual_channel_active(drc, dev_idx);
367 drc_drbg = drb_granularity(drc, dev_idx);
368 drc_ddim = (drc >> 20) & 0x3;
369 last_cumul_size = 0;
Alan Cox806c35f2006-01-18 17:44:08 -0800370
Doug Thompson13189522006-06-30 01:56:08 -0700371 /* The dram row boundary (DRB) reg values are boundary address
Alan Cox806c35f2006-01-18 17:44:08 -0800372 * for each DRAM row with a granularity of 32 or 64MB (single/dual
373 * channel operation). DRB regs are cumulative; therefore DRB7 will
374 * contain the total memory contained in all eight rows.
375 */
Doug Thompson13189522006-06-30 01:56:08 -0700376 for (index = 0; index < mci->nr_csrows; index++) {
Alan Cox806c35f2006-01-18 17:44:08 -0800377 /* mem_dev 0=x8, 1=x4 */
Doug Thompson13189522006-06-30 01:56:08 -0700378 mem_dev = (dra >> (index * 4 + 3)) & 0x1;
Mauro Carvalho Chehabde3910eb2012-04-24 15:05:43 -0300379 csrow = mci->csrows[index];
Alan Cox806c35f2006-01-18 17:44:08 -0800380
Doug Thompson37f04582006-06-30 01:56:07 -0700381 pci_read_config_byte(pdev, E7XXX_DRB + index, &value);
Alan Cox806c35f2006-01-18 17:44:08 -0800382 /* convert a 64 or 32 MiB DRB to a page size. */
383 cumul_size = value << (25 + drc_drbg - PAGE_SHIFT);
Joe Perches956b9ba12012-04-29 17:08:39 -0300384 edac_dbg(3, "(%d) cumul_size 0x%x\n", index, cumul_size);
Alan Cox806c35f2006-01-18 17:44:08 -0800385 if (cumul_size == last_cumul_size)
Doug Thompson13189522006-06-30 01:56:08 -0700386 continue; /* not populated */
Alan Cox806c35f2006-01-18 17:44:08 -0800387
388 csrow->first_page = last_cumul_size;
389 csrow->last_page = cumul_size - 1;
Mauro Carvalho Chehaba895bf82012-01-28 09:09:38 -0300390 nr_pages = cumul_size - last_cumul_size;
Alan Cox806c35f2006-01-18 17:44:08 -0800391 last_cumul_size = cumul_size;
Alan Cox806c35f2006-01-18 17:44:08 -0800392
Mauro Carvalho Chehabfd633122012-03-28 19:37:59 -0300393 /*
394 * if single channel or x8 devices then SECDED
395 * if dual channel and x4 then S4ECD4ED
396 */
397 if (drc_ddim) {
398 if (drc_chan && mem_dev) {
399 edac_mode = EDAC_S4ECD4ED;
400 mci->edac_cap |= EDAC_FLAG_S4ECD4ED;
401 } else {
402 edac_mode = EDAC_SECDED;
403 mci->edac_cap |= EDAC_FLAG_SECDED;
404 }
405 } else
406 edac_mode = EDAC_NONE;
407
Mauro Carvalho Chehab084a4fc2012-01-27 18:38:08 -0300408 for (j = 0; j < drc_chan + 1; j++) {
Mauro Carvalho Chehabde3910eb2012-04-24 15:05:43 -0300409 dimm = csrow->channels[j]->dimm;
Mauro Carvalho Chehab084a4fc2012-01-27 18:38:08 -0300410
Mauro Carvalho Chehaba895bf82012-01-28 09:09:38 -0300411 dimm->nr_pages = nr_pages / (drc_chan + 1);
Mauro Carvalho Chehab084a4fc2012-01-27 18:38:08 -0300412 dimm->grain = 1 << 12; /* 4KiB - resolution of CELOG */
413 dimm->mtype = MEM_RDDR; /* only one type supported */
414 dimm->dtype = mem_dev ? DEV_X4 : DEV_X8;
Mauro Carvalho Chehabfd633122012-03-28 19:37:59 -0300415 dimm->edac_mode = edac_mode;
Mauro Carvalho Chehab084a4fc2012-01-27 18:38:08 -0300416 }
Alan Cox806c35f2006-01-18 17:44:08 -0800417 }
Doug Thompson13189522006-06-30 01:56:08 -0700418}
Alan Cox806c35f2006-01-18 17:44:08 -0800419
Doug Thompson13189522006-06-30 01:56:08 -0700420static int e7xxx_probe1(struct pci_dev *pdev, int dev_idx)
421{
422 u16 pci_data;
423 struct mem_ctl_info *mci = NULL;
Mauro Carvalho Chehab30ac4402012-04-16 15:07:09 -0300424 struct edac_mc_layer layers[2];
Doug Thompson13189522006-06-30 01:56:08 -0700425 struct e7xxx_pvt *pvt = NULL;
426 u32 drc;
427 int drc_chan;
428 struct e7xxx_error_info discard;
429
Joe Perches956b9ba12012-04-29 17:08:39 -0300430 edac_dbg(0, "mci\n");
Dave Jiangc0d12172007-07-19 01:49:46 -0700431
Doug Thompson13189522006-06-30 01:56:08 -0700432 pci_read_config_dword(pdev, E7XXX_DRC, &drc);
433
434 drc_chan = dual_channel_active(drc, dev_idx);
Mauro Carvalho Chehab30ac4402012-04-16 15:07:09 -0300435 /*
436 * According with the datasheet, this device has a maximum of
437 * 4 DIMMS per channel, either single-rank or dual-rank. So, the
438 * total amount of dimms is 8 (E7XXX_NR_DIMMS).
439 * That means that the DIMM is mapped as CSROWs, and the channel
440 * will map the rank. So, an error to either channel should be
441 * attributed to the same dimm.
442 */
443 layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
444 layers[0].size = E7XXX_NR_CSROWS;
445 layers[0].is_virt_csrow = true;
446 layers[1].type = EDAC_MC_LAYER_CHANNEL;
447 layers[1].size = drc_chan + 1;
448 layers[1].is_virt_csrow = false;
Mauro Carvalho Chehabca0907b2012-05-02 14:37:00 -0300449 mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, sizeof(*pvt));
Doug Thompson13189522006-06-30 01:56:08 -0700450 if (mci == NULL)
451 return -ENOMEM;
452
Joe Perches956b9ba12012-04-29 17:08:39 -0300453 edac_dbg(3, "init mci\n");
Doug Thompson13189522006-06-30 01:56:08 -0700454 mci->mtype_cap = MEM_FLAG_RDDR;
455 mci->edac_ctl_cap = EDAC_FLAG_NONE | EDAC_FLAG_SECDED |
Douglas Thompson052dfb42007-07-19 01:50:13 -0700456 EDAC_FLAG_S4ECD4ED;
Doug Thompson13189522006-06-30 01:56:08 -0700457 /* FIXME - what if different memory types are in different csrows? */
458 mci->mod_name = EDAC_MOD_STR;
Mauro Carvalho Chehabfd687502012-03-16 07:44:18 -0300459 mci->pdev = &pdev->dev;
Joe Perches956b9ba12012-04-29 17:08:39 -0300460 edac_dbg(3, "init pvt\n");
Dave Jiang849a4c32007-07-19 01:50:03 -0700461 pvt = (struct e7xxx_pvt *)mci->pvt_info;
Doug Thompson13189522006-06-30 01:56:08 -0700462 pvt->dev_info = &e7xxx_devs[dev_idx];
463 pvt->bridge_ck = pci_get_device(PCI_VENDOR_ID_INTEL,
Dave Jiang849a4c32007-07-19 01:50:03 -0700464 pvt->dev_info->err_dev, pvt->bridge_ck);
Doug Thompson13189522006-06-30 01:56:08 -0700465
466 if (!pvt->bridge_ck) {
467 e7xxx_printk(KERN_ERR, "error reporting device not found:"
Douglas Thompson052dfb42007-07-19 01:50:13 -0700468 "vendor %x device 0x%x (broken BIOS?)\n",
469 PCI_VENDOR_ID_INTEL, e7xxx_devs[dev_idx].err_dev);
Doug Thompson13189522006-06-30 01:56:08 -0700470 goto fail0;
471 }
472
Joe Perches956b9ba12012-04-29 17:08:39 -0300473 edac_dbg(3, "more mci init\n");
Doug Thompson13189522006-06-30 01:56:08 -0700474 mci->ctl_name = pvt->dev_info->ctl_name;
Dave Jiangc4192702007-07-19 01:49:47 -0700475 mci->dev_name = pci_name(pdev);
Doug Thompson13189522006-06-30 01:56:08 -0700476 mci->edac_check = e7xxx_check;
477 mci->ctl_page_to_phys = ctl_page_to_phys;
478 e7xxx_init_csrows(mci, pdev, dev_idx, drc);
Alan Cox806c35f2006-01-18 17:44:08 -0800479 mci->edac_cap |= EDAC_FLAG_NONE;
Joe Perches956b9ba12012-04-29 17:08:39 -0300480 edac_dbg(3, "tolm, remapbase, remaplimit\n");
Alan Cox806c35f2006-01-18 17:44:08 -0800481 /* load the top of low memory, remap base, and remap limit vars */
Doug Thompson37f04582006-06-30 01:56:07 -0700482 pci_read_config_word(pdev, E7XXX_TOLM, &pci_data);
Alan Cox806c35f2006-01-18 17:44:08 -0800483 pvt->tolm = ((u32) pci_data) << 4;
Doug Thompson37f04582006-06-30 01:56:07 -0700484 pci_read_config_word(pdev, E7XXX_REMAPBASE, &pci_data);
Alan Cox806c35f2006-01-18 17:44:08 -0800485 pvt->remapbase = ((u32) pci_data) << 14;
Doug Thompson37f04582006-06-30 01:56:07 -0700486 pci_read_config_word(pdev, E7XXX_REMAPLIMIT, &pci_data);
Alan Cox806c35f2006-01-18 17:44:08 -0800487 pvt->remaplimit = ((u32) pci_data) << 14;
Dave Peterson537fba22006-03-26 01:38:40 -0800488 e7xxx_printk(KERN_INFO,
Douglas Thompson052dfb42007-07-19 01:50:13 -0700489 "tolm = %x, remapbase = %x, remaplimit = %x\n", pvt->tolm,
490 pvt->remapbase, pvt->remaplimit);
Alan Cox806c35f2006-01-18 17:44:08 -0800491
492 /* clear any pending errors, or initial state bits */
Dave Peterson749ede52006-03-26 01:38:45 -0800493 e7xxx_get_error_info(mci, &discard);
Alan Cox806c35f2006-01-18 17:44:08 -0800494
Doug Thompson2d7bbb92006-06-30 01:56:08 -0700495 /* Here we assume that we will never see multiple instances of this
496 * type of memory controller. The ID is therefore hardcoded to 0.
497 */
Doug Thompsonb8f6f972007-07-19 01:50:26 -0700498 if (edac_mc_add_mc(mci)) {
Joe Perches956b9ba12012-04-29 17:08:39 -0300499 edac_dbg(3, "failed edac_mc_add_mc()\n");
Doug Thompson13189522006-06-30 01:56:08 -0700500 goto fail1;
Alan Cox806c35f2006-01-18 17:44:08 -0800501 }
502
Dave Jiang456a2f92007-07-19 01:50:10 -0700503 /* allocating generic PCI control info */
504 e7xxx_pci = edac_pci_create_generic_ctl(&pdev->dev, EDAC_MOD_STR);
505 if (!e7xxx_pci) {
506 printk(KERN_WARNING
507 "%s(): Unable to create PCI control\n",
508 __func__);
509 printk(KERN_WARNING
510 "%s(): PCI error report via EDAC not setup\n",
511 __func__);
512 }
513
Alan Cox806c35f2006-01-18 17:44:08 -0800514 /* get this far and it's successful */
Joe Perches956b9ba12012-04-29 17:08:39 -0300515 edac_dbg(3, "success\n");
Alan Cox806c35f2006-01-18 17:44:08 -0800516 return 0;
517
Douglas Thompson052dfb42007-07-19 01:50:13 -0700518fail1:
Doug Thompson13189522006-06-30 01:56:08 -0700519 pci_dev_put(pvt->bridge_ck);
Alan Cox806c35f2006-01-18 17:44:08 -0800520
Douglas Thompson052dfb42007-07-19 01:50:13 -0700521fail0:
Doug Thompson13189522006-06-30 01:56:08 -0700522 edac_mc_free(mci);
523
524 return -ENODEV;
Alan Cox806c35f2006-01-18 17:44:08 -0800525}
526
527/* returns count (>= 0), or negative on error */
Greg Kroah-Hartman9b3c6e82012-12-21 13:23:51 -0800528static int e7xxx_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
Alan Cox806c35f2006-01-18 17:44:08 -0800529{
Joe Perches956b9ba12012-04-29 17:08:39 -0300530 edac_dbg(0, "\n");
Alan Cox806c35f2006-01-18 17:44:08 -0800531
532 /* wake up and enable device */
533 return pci_enable_device(pdev) ?
Douglas Thompson052dfb42007-07-19 01:50:13 -0700534 -EIO : e7xxx_probe1(pdev, ent->driver_data);
Alan Cox806c35f2006-01-18 17:44:08 -0800535}
536
Greg Kroah-Hartman9b3c6e82012-12-21 13:23:51 -0800537static void e7xxx_remove_one(struct pci_dev *pdev)
Alan Cox806c35f2006-01-18 17:44:08 -0800538{
539 struct mem_ctl_info *mci;
540 struct e7xxx_pvt *pvt;
541
Joe Perches956b9ba12012-04-29 17:08:39 -0300542 edac_dbg(0, "\n");
Alan Cox806c35f2006-01-18 17:44:08 -0800543
Dave Jiang456a2f92007-07-19 01:50:10 -0700544 if (e7xxx_pci)
545 edac_pci_release_generic_ctl(e7xxx_pci);
546
Doug Thompson37f04582006-06-30 01:56:07 -0700547 if ((mci = edac_mc_del_mc(&pdev->dev)) == NULL)
Dave Peterson18dbc332006-03-26 01:38:50 -0800548 return;
549
Dave Jiang849a4c32007-07-19 01:50:03 -0700550 pvt = (struct e7xxx_pvt *)mci->pvt_info;
Dave Peterson18dbc332006-03-26 01:38:50 -0800551 pci_dev_put(pvt->bridge_ck);
552 edac_mc_free(mci);
Alan Cox806c35f2006-01-18 17:44:08 -0800553}
554
Jingoo Hanba935f42013-12-06 10:23:08 +0100555static const struct pci_device_id e7xxx_pci_tbl[] = {
Dave Petersone7ecd892006-03-26 01:38:52 -0800556 {
Dave Jiang849a4c32007-07-19 01:50:03 -0700557 PCI_VEND_DEV(INTEL, 7205_0), PCI_ANY_ID, PCI_ANY_ID, 0, 0,
558 E7205},
Dave Petersone7ecd892006-03-26 01:38:52 -0800559 {
Dave Jiang849a4c32007-07-19 01:50:03 -0700560 PCI_VEND_DEV(INTEL, 7500_0), PCI_ANY_ID, PCI_ANY_ID, 0, 0,
561 E7500},
Dave Petersone7ecd892006-03-26 01:38:52 -0800562 {
Dave Jiang849a4c32007-07-19 01:50:03 -0700563 PCI_VEND_DEV(INTEL, 7501_0), PCI_ANY_ID, PCI_ANY_ID, 0, 0,
564 E7501},
Dave Petersone7ecd892006-03-26 01:38:52 -0800565 {
Dave Jiang849a4c32007-07-19 01:50:03 -0700566 PCI_VEND_DEV(INTEL, 7505_0), PCI_ANY_ID, PCI_ANY_ID, 0, 0,
567 E7505},
Dave Petersone7ecd892006-03-26 01:38:52 -0800568 {
Dave Jiang849a4c32007-07-19 01:50:03 -0700569 0,
570 } /* 0 terminated list. */
Alan Cox806c35f2006-01-18 17:44:08 -0800571};
572
573MODULE_DEVICE_TABLE(pci, e7xxx_pci_tbl);
574
Alan Cox806c35f2006-01-18 17:44:08 -0800575static struct pci_driver e7xxx_driver = {
Dave Peterson680cbbb2006-03-26 01:38:41 -0800576 .name = EDAC_MOD_STR,
Alan Cox806c35f2006-01-18 17:44:08 -0800577 .probe = e7xxx_init_one,
Greg Kroah-Hartman9b3c6e82012-12-21 13:23:51 -0800578 .remove = e7xxx_remove_one,
Alan Cox806c35f2006-01-18 17:44:08 -0800579 .id_table = e7xxx_pci_tbl,
580};
581
Alan Coxda9bb1d2006-01-18 17:44:13 -0800582static int __init e7xxx_init(void)
Alan Cox806c35f2006-01-18 17:44:08 -0800583{
Hitoshi Mitakec3c52bc2008-04-29 01:03:18 -0700584 /* Ensure that the OPSTATE is set correctly for POLL or NMI */
585 opstate_init();
586
Alan Cox806c35f2006-01-18 17:44:08 -0800587 return pci_register_driver(&e7xxx_driver);
588}
589
Alan Cox806c35f2006-01-18 17:44:08 -0800590static void __exit e7xxx_exit(void)
591{
592 pci_unregister_driver(&e7xxx_driver);
593}
594
595module_init(e7xxx_init);
596module_exit(e7xxx_exit);
597
Alan Cox806c35f2006-01-18 17:44:08 -0800598MODULE_LICENSE("GPL");
599MODULE_AUTHOR("Linux Networx (http://lnxi.com) Thayne Harbaugh et al\n"
Douglas Thompson052dfb42007-07-19 01:50:13 -0700600 "Based on.work by Dan Hollis et al");
Alan Cox806c35f2006-01-18 17:44:08 -0800601MODULE_DESCRIPTION("MC support for Intel e7xxx memory controllers");
Dave Jiangc0d12172007-07-19 01:49:46 -0700602module_param(edac_op_state, int, 0444);
603MODULE_PARM_DESC(edac_op_state, "EDAC Error Reporting state: 0=Poll,1=NMI");