blob: 5449bd40a7399d5571b15016aa99bf62a362f660 [file] [log] [blame]
Mauro Carvalho Chehab52707f92010-05-18 20:43:52 -03001/* Intel i7 core/Nehalem Memory Controller kernel module
2 *
David Sterbae7bf0682010-12-27 16:51:15 +01003 * This driver supports the memory controllers found on the Intel
Mauro Carvalho Chehab52707f92010-05-18 20:43:52 -03004 * processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx,
5 * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
6 * and Westmere-EP.
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03007 *
8 * This file may be distributed under the terms of the
9 * GNU General Public License version 2 only.
10 *
Mauro Carvalho Chehab52707f92010-05-18 20:43:52 -030011 * Copyright (c) 2009-2010 by:
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030012 * Mauro Carvalho Chehab <mchehab@redhat.com>
13 *
14 * Red Hat Inc. http://www.redhat.com
15 *
16 * Forked and adapted from the i5400_edac driver
17 *
18 * Based on the following public Intel datasheets:
19 * Intel Core i7 Processor Extreme Edition and Intel Core i7 Processor
20 * Datasheet, Volume 2:
21 * http://download.intel.com/design/processor/datashts/320835.pdf
22 * Intel Xeon Processor 5500 Series Datasheet Volume 2
23 * http://www.intel.com/Assets/PDF/datasheet/321322.pdf
24 * also available at:
25 * http://www.arrownac.com/manufacturers/intel/s/nehalem/5500-datasheet-v2.pdf
26 */
27
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030028#include <linux/module.h>
29#include <linux/init.h>
30#include <linux/pci.h>
31#include <linux/pci_ids.h>
32#include <linux/slab.h>
Randy Dunlap3b918c12009-11-08 01:36:40 -020033#include <linux/delay.h>
Nils Carlson535e9c72011-08-08 06:21:26 -030034#include <linux/dmi.h>
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030035#include <linux/edac.h>
36#include <linux/mmzone.h>
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -030037#include <linux/smp.h>
Borislav Petkov4140c542011-07-18 11:24:46 -030038#include <asm/mce.h>
Mauro Carvalho Chehab14d2c082009-09-02 23:52:36 -030039#include <asm/processor.h>
Sedat Dilek4fad8092011-09-21 23:44:52 -030040#include <asm/div64.h>
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030041
42#include "edac_core.h"
43
Mauro Carvalho Chehab18c29002010-08-10 18:33:27 -030044/* Static vars */
45static LIST_HEAD(i7core_edac_list);
46static DEFINE_MUTEX(i7core_edac_lock);
47static int probed;
48
Mauro Carvalho Chehab54a08ab2010-08-19 15:51:00 -030049static int use_pci_fixup;
50module_param(use_pci_fixup, int, 0444);
51MODULE_PARM_DESC(use_pci_fixup, "Enable PCI fixup to seek for hidden devices");
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030052/*
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -030053 * This is used for Nehalem-EP and Nehalem-EX devices, where the non-core
54 * registers start at bus 255, and are not reported by BIOS.
55 * We currently find devices with only 2 sockets. In order to support more QPI
56 * Quick Path Interconnect, just increment this number.
57 */
58#define MAX_SOCKET_BUSES 2
59
60
61/*
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030062 * Alter this version for the module when modifications are made
63 */
Michal Marek152ba392011-04-01 12:41:20 +020064#define I7CORE_REVISION " Ver: 1.0.0"
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030065#define EDAC_MOD_STR "i7core_edac"
66
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030067/*
68 * Debug macros
69 */
70#define i7core_printk(level, fmt, arg...) \
71 edac_printk(level, "i7core", fmt, ##arg)
72
73#define i7core_mc_printk(mci, level, fmt, arg...) \
74 edac_mc_chipset_printk(mci, level, "i7core", fmt, ##arg)
75
76/*
77 * i7core Memory Controller Registers
78 */
79
Mauro Carvalho Chehabe9bd2e72009-07-09 22:14:35 -030080 /* OFFSETS for Device 0 Function 0 */
81
82#define MC_CFG_CONTROL 0x90
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -030083 #define MC_CFG_UNLOCK 0x02
84 #define MC_CFG_LOCK 0x00
Mauro Carvalho Chehabe9bd2e72009-07-09 22:14:35 -030085
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -030086 /* OFFSETS for Device 3 Function 0 */
87
88#define MC_CONTROL 0x48
89#define MC_STATUS 0x4c
90#define MC_MAX_DOD 0x64
91
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -030092/*
93 * OFFSETS for Device 3 Function 4, as inicated on Xeon 5500 datasheet:
94 * http://www.arrownac.com/manufacturers/intel/s/nehalem/5500-datasheet-v2.pdf
95 */
96
97#define MC_TEST_ERR_RCV1 0x60
98 #define DIMM2_COR_ERR(r) ((r) & 0x7fff)
99
100#define MC_TEST_ERR_RCV0 0x64
101 #define DIMM1_COR_ERR(r) (((r) >> 16) & 0x7fff)
102 #define DIMM0_COR_ERR(r) ((r) & 0x7fff)
103
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -0300104/* OFFSETS for Device 3 Function 2, as inicated on Xeon 5500 datasheet */
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -0300105#define MC_SSRCONTROL 0x48
106 #define SSR_MODE_DISABLE 0x00
107 #define SSR_MODE_ENABLE 0x01
108 #define SSR_MODE_MASK 0x03
109
110#define MC_SCRUB_CONTROL 0x4c
111 #define STARTSCRUB (1 << 24)
Nils Carlson535e9c72011-08-08 06:21:26 -0300112 #define SCRUBINTERVAL_MASK 0xffffff
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -0300113
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -0300114#define MC_COR_ECC_CNT_0 0x80
115#define MC_COR_ECC_CNT_1 0x84
116#define MC_COR_ECC_CNT_2 0x88
117#define MC_COR_ECC_CNT_3 0x8c
118#define MC_COR_ECC_CNT_4 0x90
119#define MC_COR_ECC_CNT_5 0x94
120
121#define DIMM_TOP_COR_ERR(r) (((r) >> 16) & 0x7fff)
122#define DIMM_BOT_COR_ERR(r) ((r) & 0x7fff)
123
124
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300125 /* OFFSETS for Devices 4,5 and 6 Function 0 */
126
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300127#define MC_CHANNEL_DIMM_INIT_PARAMS 0x58
128 #define THREE_DIMMS_PRESENT (1 << 24)
129 #define SINGLE_QUAD_RANK_PRESENT (1 << 23)
130 #define QUAD_RANK_PRESENT (1 << 22)
131 #define REGISTERED_DIMM (1 << 15)
132
Mauro Carvalho Chehabf122a892009-06-22 22:48:29 -0300133#define MC_CHANNEL_MAPPER 0x60
134 #define RDLCH(r, ch) ((((r) >> (3 + (ch * 6))) & 0x07) - 1)
135 #define WRLCH(r, ch) ((((r) >> (ch * 6)) & 0x07) - 1)
136
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300137#define MC_CHANNEL_RANK_PRESENT 0x7c
138 #define RANK_PRESENT_MASK 0xffff
139
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300140#define MC_CHANNEL_ADDR_MATCH 0xf0
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300141#define MC_CHANNEL_ERROR_MASK 0xf8
142#define MC_CHANNEL_ERROR_INJECT 0xfc
143 #define INJECT_ADDR_PARITY 0x10
144 #define INJECT_ECC 0x08
145 #define MASK_CACHELINE 0x06
146 #define MASK_FULL_CACHELINE 0x06
147 #define MASK_MSB32_CACHELINE 0x04
148 #define MASK_LSB32_CACHELINE 0x02
149 #define NO_MASK_CACHELINE 0x00
150 #define REPEAT_EN 0x01
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300151
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300152 /* OFFSETS for Devices 4,5 and 6 Function 1 */
Mauro Carvalho Chehabb9905382009-08-05 21:36:35 -0300153
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300154#define MC_DOD_CH_DIMM0 0x48
155#define MC_DOD_CH_DIMM1 0x4c
156#define MC_DOD_CH_DIMM2 0x50
157 #define RANKOFFSET_MASK ((1 << 12) | (1 << 11) | (1 << 10))
158 #define RANKOFFSET(x) ((x & RANKOFFSET_MASK) >> 10)
159 #define DIMM_PRESENT_MASK (1 << 9)
160 #define DIMM_PRESENT(x) (((x) & DIMM_PRESENT_MASK) >> 9)
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300161 #define MC_DOD_NUMBANK_MASK ((1 << 8) | (1 << 7))
162 #define MC_DOD_NUMBANK(x) (((x) & MC_DOD_NUMBANK_MASK) >> 7)
163 #define MC_DOD_NUMRANK_MASK ((1 << 6) | (1 << 5))
164 #define MC_DOD_NUMRANK(x) (((x) & MC_DOD_NUMRANK_MASK) >> 5)
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -0300165 #define MC_DOD_NUMROW_MASK ((1 << 4) | (1 << 3) | (1 << 2))
Mauro Carvalho Chehab5566cb72009-06-22 22:48:31 -0300166 #define MC_DOD_NUMROW(x) (((x) & MC_DOD_NUMROW_MASK) >> 2)
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300167 #define MC_DOD_NUMCOL_MASK 3
168 #define MC_DOD_NUMCOL(x) ((x) & MC_DOD_NUMCOL_MASK)
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300169
Mauro Carvalho Chehabf122a892009-06-22 22:48:29 -0300170#define MC_RANK_PRESENT 0x7c
171
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300172#define MC_SAG_CH_0 0x80
173#define MC_SAG_CH_1 0x84
174#define MC_SAG_CH_2 0x88
175#define MC_SAG_CH_3 0x8c
176#define MC_SAG_CH_4 0x90
177#define MC_SAG_CH_5 0x94
178#define MC_SAG_CH_6 0x98
179#define MC_SAG_CH_7 0x9c
180
181#define MC_RIR_LIMIT_CH_0 0x40
182#define MC_RIR_LIMIT_CH_1 0x44
183#define MC_RIR_LIMIT_CH_2 0x48
184#define MC_RIR_LIMIT_CH_3 0x4C
185#define MC_RIR_LIMIT_CH_4 0x50
186#define MC_RIR_LIMIT_CH_5 0x54
187#define MC_RIR_LIMIT_CH_6 0x58
188#define MC_RIR_LIMIT_CH_7 0x5C
189#define MC_RIR_LIMIT_MASK ((1 << 10) - 1)
190
191#define MC_RIR_WAY_CH 0x80
192 #define MC_RIR_WAY_OFFSET_MASK (((1 << 14) - 1) & ~0x7)
193 #define MC_RIR_WAY_RANK_MASK 0x7
194
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300195/*
196 * i7core structs
197 */
198
199#define NUM_CHANS 3
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -0300200#define MAX_DIMMS 3 /* Max DIMMS per channel */
201#define MAX_MCR_FUNC 4
202#define MAX_CHAN_FUNC 3
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300203
204struct i7core_info {
205 u32 mc_control;
206 u32 mc_status;
207 u32 max_dod;
Mauro Carvalho Chehabf122a892009-06-22 22:48:29 -0300208 u32 ch_map;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300209};
210
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300211
212struct i7core_inject {
213 int enable;
214
215 u32 section;
216 u32 type;
217 u32 eccmask;
218
219 /* Error address mask */
220 int channel, dimm, rank, bank, page, col;
221};
222
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300223struct i7core_channel {
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -0300224 u32 ranks;
225 u32 dimms;
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300226};
227
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300228struct pci_id_descr {
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -0300229 int dev;
230 int func;
231 int dev_id;
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -0300232 int optional;
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300233};
234
Vernon Mauerybd9e19c2010-05-18 19:02:50 -0300235struct pci_id_table {
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -0300236 const struct pci_id_descr *descr;
237 int n_devs;
Vernon Mauerybd9e19c2010-05-18 19:02:50 -0300238};
239
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300240struct i7core_dev {
241 struct list_head list;
242 u8 socket;
243 struct pci_dev **pdev;
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -0300244 int n_devs;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300245 struct mem_ctl_info *mci;
246};
247
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300248struct i7core_pvt {
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300249 struct pci_dev *pci_noncore;
250 struct pci_dev *pci_mcr[MAX_MCR_FUNC + 1];
251 struct pci_dev *pci_ch[NUM_CHANS][MAX_CHAN_FUNC + 1];
252
253 struct i7core_dev *i7core_dev;
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300254
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300255 struct i7core_info info;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300256 struct i7core_inject inject;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300257 struct i7core_channel channel[NUM_CHANS];
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300258
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300259 int ce_count_available;
260 int csrow_map[NUM_CHANS][MAX_DIMMS];
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -0300261
262 /* ECC corrected errors counts per udimm */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300263 unsigned long udimm_ce_count[MAX_DIMMS];
264 int udimm_last_ce_count[MAX_DIMMS];
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -0300265 /* ECC corrected errors counts per rdimm */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300266 unsigned long rdimm_ce_count[NUM_CHANS][MAX_DIMMS];
267 int rdimm_last_ce_count[NUM_CHANS][MAX_DIMMS];
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -0300268
Mauro Carvalho Chehab27100db2011-08-04 21:35:27 -0300269 bool is_registered, enable_scrub;
Mauro Carvalho Chehab14d2c082009-09-02 23:52:36 -0300270
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -0300271 /* Fifo double buffers */
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -0300272 struct mce mce_entry[MCE_LOG_LEN];
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -0300273 struct mce mce_outentry[MCE_LOG_LEN];
274
275 /* Fifo in/out counters */
276 unsigned mce_in, mce_out;
277
278 /* Count indicator to show errors not got */
279 unsigned mce_overrun;
Mauro Carvalho Chehab939747bd2010-08-10 11:22:01 -0300280
Nils Carlson535e9c72011-08-08 06:21:26 -0300281 /* DCLK Frequency used for computing scrub rate */
282 int dclk_freq;
283
Mauro Carvalho Chehab939747bd2010-08-10 11:22:01 -0300284 /* Struct to control EDAC polling */
285 struct edac_pci_ctl_info *i7core_pci;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300286};
287
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300288#define PCI_DESCR(device, function, device_id) \
289 .dev = (device), \
290 .func = (function), \
291 .dev_id = (device_id)
292
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -0300293static const struct pci_id_descr pci_dev_descr_i7core_nehalem[] = {
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300294 /* Memory controller */
295 { PCI_DESCR(3, 0, PCI_DEVICE_ID_INTEL_I7_MCR) },
296 { PCI_DESCR(3, 1, PCI_DEVICE_ID_INTEL_I7_MC_TAD) },
Mauro Carvalho Chehab224e8712011-03-17 17:02:59 -0300297 /* Exists only for RDIMM */
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -0300298 { PCI_DESCR(3, 2, PCI_DEVICE_ID_INTEL_I7_MC_RAS), .optional = 1 },
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300299 { PCI_DESCR(3, 4, PCI_DEVICE_ID_INTEL_I7_MC_TEST) },
300
301 /* Channel 0 */
302 { PCI_DESCR(4, 0, PCI_DEVICE_ID_INTEL_I7_MC_CH0_CTRL) },
303 { PCI_DESCR(4, 1, PCI_DEVICE_ID_INTEL_I7_MC_CH0_ADDR) },
304 { PCI_DESCR(4, 2, PCI_DEVICE_ID_INTEL_I7_MC_CH0_RANK) },
305 { PCI_DESCR(4, 3, PCI_DEVICE_ID_INTEL_I7_MC_CH0_TC) },
306
307 /* Channel 1 */
308 { PCI_DESCR(5, 0, PCI_DEVICE_ID_INTEL_I7_MC_CH1_CTRL) },
309 { PCI_DESCR(5, 1, PCI_DEVICE_ID_INTEL_I7_MC_CH1_ADDR) },
310 { PCI_DESCR(5, 2, PCI_DEVICE_ID_INTEL_I7_MC_CH1_RANK) },
311 { PCI_DESCR(5, 3, PCI_DEVICE_ID_INTEL_I7_MC_CH1_TC) },
312
313 /* Channel 2 */
314 { PCI_DESCR(6, 0, PCI_DEVICE_ID_INTEL_I7_MC_CH2_CTRL) },
315 { PCI_DESCR(6, 1, PCI_DEVICE_ID_INTEL_I7_MC_CH2_ADDR) },
316 { PCI_DESCR(6, 2, PCI_DEVICE_ID_INTEL_I7_MC_CH2_RANK) },
317 { PCI_DESCR(6, 3, PCI_DEVICE_ID_INTEL_I7_MC_CH2_TC) },
Mauro Carvalho Chehab224e8712011-03-17 17:02:59 -0300318
319 /* Generic Non-core registers */
320 /*
321 * This is the PCI device on i7core and on Xeon 35xx (8086:2c41)
322 * On Xeon 55xx, however, it has a different id (8086:2c40). So,
323 * the probing code needs to test for the other address in case of
324 * failure of this one
325 */
326 { PCI_DESCR(0, 0, PCI_DEVICE_ID_INTEL_I7_NONCORE) },
327
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300328};
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300329
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -0300330static const struct pci_id_descr pci_dev_descr_lynnfield[] = {
Mauro Carvalho Chehab52a2e4fc2009-10-14 11:21:58 -0300331 { PCI_DESCR( 3, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_MCR) },
332 { PCI_DESCR( 3, 1, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TAD) },
333 { PCI_DESCR( 3, 4, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TEST) },
334
335 { PCI_DESCR( 4, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_CTRL) },
336 { PCI_DESCR( 4, 1, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_ADDR) },
337 { PCI_DESCR( 4, 2, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_RANK) },
338 { PCI_DESCR( 4, 3, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_TC) },
339
Mauro Carvalho Chehab508fa172009-10-14 13:44:37 -0300340 { PCI_DESCR( 5, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_CTRL) },
341 { PCI_DESCR( 5, 1, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_ADDR) },
342 { PCI_DESCR( 5, 2, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_RANK) },
343 { PCI_DESCR( 5, 3, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_TC) },
Mauro Carvalho Chehab224e8712011-03-17 17:02:59 -0300344
345 /*
346 * This is the PCI device has an alternate address on some
347 * processors like Core i7 860
348 */
349 { PCI_DESCR( 0, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE) },
Mauro Carvalho Chehab52a2e4fc2009-10-14 11:21:58 -0300350};
351
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -0300352static const struct pci_id_descr pci_dev_descr_i7core_westmere[] = {
Vernon Mauerybd9e19c2010-05-18 19:02:50 -0300353 /* Memory controller */
354 { PCI_DESCR(3, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_MCR_REV2) },
355 { PCI_DESCR(3, 1, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TAD_REV2) },
356 /* Exists only for RDIMM */
357 { PCI_DESCR(3, 2, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_RAS_REV2), .optional = 1 },
358 { PCI_DESCR(3, 4, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TEST_REV2) },
359
360 /* Channel 0 */
361 { PCI_DESCR(4, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_CTRL_REV2) },
362 { PCI_DESCR(4, 1, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_ADDR_REV2) },
363 { PCI_DESCR(4, 2, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_RANK_REV2) },
364 { PCI_DESCR(4, 3, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_TC_REV2) },
365
366 /* Channel 1 */
367 { PCI_DESCR(5, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_CTRL_REV2) },
368 { PCI_DESCR(5, 1, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_ADDR_REV2) },
369 { PCI_DESCR(5, 2, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_RANK_REV2) },
370 { PCI_DESCR(5, 3, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_TC_REV2) },
371
372 /* Channel 2 */
373 { PCI_DESCR(6, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_CTRL_REV2) },
374 { PCI_DESCR(6, 1, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_ADDR_REV2) },
375 { PCI_DESCR(6, 2, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_RANK_REV2) },
376 { PCI_DESCR(6, 3, PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_TC_REV2) },
Mauro Carvalho Chehab224e8712011-03-17 17:02:59 -0300377
378 /* Generic Non-core registers */
379 { PCI_DESCR(0, 0, PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_REV2) },
380
Vernon Mauerybd9e19c2010-05-18 19:02:50 -0300381};
382
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -0300383#define PCI_ID_TABLE_ENTRY(A) { .descr=A, .n_devs = ARRAY_SIZE(A) }
384static const struct pci_id_table pci_dev_table[] = {
Vernon Mauerybd9e19c2010-05-18 19:02:50 -0300385 PCI_ID_TABLE_ENTRY(pci_dev_descr_i7core_nehalem),
386 PCI_ID_TABLE_ENTRY(pci_dev_descr_lynnfield),
387 PCI_ID_TABLE_ENTRY(pci_dev_descr_i7core_westmere),
Mauro Carvalho Chehab3c52cc52010-10-24 11:12:28 -0200388 {0,} /* 0 terminated list. */
Vernon Mauerybd9e19c2010-05-18 19:02:50 -0300389};
390
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300391/*
392 * pci_device_id table for which devices we are looking for
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300393 */
Lionel Debroux36c46f32012-02-27 07:41:47 +0100394static DEFINE_PCI_DEVICE_TABLE(i7core_pci_tbl) = {
Mauro Carvalho Chehabd1fd4fb2009-07-10 18:39:53 -0300395 {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_X58_HUB_MGMT)},
Mauro Carvalho Chehabf05da2f2009-10-14 13:31:06 -0300396 {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_LYNNFIELD_QPI_LINK0)},
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300397 {0,} /* 0 terminated list. */
398};
399
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300400/****************************************************************************
401 Anciliary status routines
402 ****************************************************************************/
403
404 /* MC_CONTROL bits */
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300405#define CH_ACTIVE(pvt, ch) ((pvt)->info.mc_control & (1 << (8 + ch)))
406#define ECCx8(pvt) ((pvt)->info.mc_control & (1 << 1))
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300407
408 /* MC_STATUS bits */
Keith Mannthey61053fd2009-09-02 23:46:59 -0300409#define ECC_ENABLED(pvt) ((pvt)->info.mc_status & (1 << 4))
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300410#define CH_DISABLED(pvt, ch) ((pvt)->info.mc_status & (1 << ch))
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300411
412 /* MC_MAX_DOD read functions */
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300413static inline int numdimms(u32 dimms)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300414{
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300415 return (dimms & 0x3) + 1;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300416}
417
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300418static inline int numrank(u32 rank)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300419{
420 static int ranks[4] = { 1, 2, 4, -EINVAL };
421
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300422 return ranks[rank & 0x3];
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300423}
424
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300425static inline int numbank(u32 bank)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300426{
427 static int banks[4] = { 4, 8, 16, -EINVAL };
428
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300429 return banks[bank & 0x3];
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300430}
431
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300432static inline int numrow(u32 row)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300433{
434 static int rows[8] = {
435 1 << 12, 1 << 13, 1 << 14, 1 << 15,
436 1 << 16, -EINVAL, -EINVAL, -EINVAL,
437 };
438
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300439 return rows[row & 0x7];
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300440}
441
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300442static inline int numcol(u32 col)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300443{
444 static int cols[8] = {
445 1 << 10, 1 << 11, 1 << 12, -EINVAL,
446 };
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300447 return cols[col & 0x3];
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300448}
449
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300450static struct i7core_dev *get_i7core_dev(u8 socket)
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -0300451{
452 struct i7core_dev *i7core_dev;
453
454 list_for_each_entry(i7core_dev, &i7core_edac_list, list) {
455 if (i7core_dev->socket == socket)
456 return i7core_dev;
457 }
458
459 return NULL;
460}
461
Hidetoshi Seto848b2f72010-08-20 04:24:44 -0300462static struct i7core_dev *alloc_i7core_dev(u8 socket,
463 const struct pci_id_table *table)
464{
465 struct i7core_dev *i7core_dev;
466
467 i7core_dev = kzalloc(sizeof(*i7core_dev), GFP_KERNEL);
468 if (!i7core_dev)
469 return NULL;
470
471 i7core_dev->pdev = kzalloc(sizeof(*i7core_dev->pdev) * table->n_devs,
472 GFP_KERNEL);
473 if (!i7core_dev->pdev) {
474 kfree(i7core_dev);
475 return NULL;
476 }
477
478 i7core_dev->socket = socket;
479 i7core_dev->n_devs = table->n_devs;
480 list_add_tail(&i7core_dev->list, &i7core_edac_list);
481
482 return i7core_dev;
483}
484
Hidetoshi Seto2aa9be42010-08-20 04:25:00 -0300485static void free_i7core_dev(struct i7core_dev *i7core_dev)
486{
487 list_del(&i7core_dev->list);
488 kfree(i7core_dev->pdev);
489 kfree(i7core_dev);
490}
491
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300492/****************************************************************************
493 Memory check routines
494 ****************************************************************************/
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300495static struct pci_dev *get_pdev_slot_func(u8 socket, unsigned slot,
496 unsigned func)
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300497{
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -0300498 struct i7core_dev *i7core_dev = get_i7core_dev(socket);
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300499 int i;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300500
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -0300501 if (!i7core_dev)
502 return NULL;
503
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -0300504 for (i = 0; i < i7core_dev->n_devs; i++) {
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -0300505 if (!i7core_dev->pdev[i])
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300506 continue;
507
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -0300508 if (PCI_SLOT(i7core_dev->pdev[i]->devfn) == slot &&
509 PCI_FUNC(i7core_dev->pdev[i]->devfn) == func) {
510 return i7core_dev->pdev[i];
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300511 }
512 }
513
Mauro Carvalho Chehabeb94fc42009-06-22 22:48:31 -0300514 return NULL;
515}
516
Mauro Carvalho Chehabec6df242009-07-18 10:44:30 -0300517/**
518 * i7core_get_active_channels() - gets the number of channels and csrows
519 * @socket: Quick Path Interconnect socket
520 * @channels: Number of channels that will be returned
521 * @csrows: Number of csrows found
522 *
523 * Since EDAC core needs to know in advance the number of available channels
524 * and csrows, in order to allocate memory for csrows/channels, it is needed
525 * to run two similar steps. At the first step, implemented on this function,
526 * it checks the number of csrows/channels present at one socket.
527 * this is used in order to properly allocate the size of mci components.
528 *
529 * It should be noticed that none of the current available datasheets explain
530 * or even mention how csrows are seen by the memory controller. So, we need
531 * to add a fake description for csrows.
532 * So, this driver is attributing one DIMM memory for one csrow.
533 */
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -0300534static int i7core_get_active_channels(const u8 socket, unsigned *channels,
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300535 unsigned *csrows)
Mauro Carvalho Chehabeb94fc42009-06-22 22:48:31 -0300536{
537 struct pci_dev *pdev = NULL;
538 int i, j;
539 u32 status, control;
540
541 *channels = 0;
542 *csrows = 0;
543
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300544 pdev = get_pdev_slot_func(socket, 3, 0);
Mauro Carvalho Chehabb7c76152009-06-22 22:48:30 -0300545 if (!pdev) {
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300546 i7core_printk(KERN_ERR, "Couldn't find socket %d fn 3.0!!!\n",
547 socket);
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300548 return -ENODEV;
Mauro Carvalho Chehabb7c76152009-06-22 22:48:30 -0300549 }
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300550
551 /* Device 3 function 0 reads */
552 pci_read_config_dword(pdev, MC_STATUS, &status);
553 pci_read_config_dword(pdev, MC_CONTROL, &control);
554
555 for (i = 0; i < NUM_CHANS; i++) {
Mauro Carvalho Chehabeb94fc42009-06-22 22:48:31 -0300556 u32 dimm_dod[3];
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300557 /* Check if the channel is active */
558 if (!(control & (1 << (8 + i))))
559 continue;
560
561 /* Check if the channel is disabled */
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -0300562 if (status & (1 << i))
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300563 continue;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300564
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300565 pdev = get_pdev_slot_func(socket, i + 4, 1);
Mauro Carvalho Chehabeb94fc42009-06-22 22:48:31 -0300566 if (!pdev) {
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300567 i7core_printk(KERN_ERR, "Couldn't find socket %d "
568 "fn %d.%d!!!\n",
569 socket, i + 4, 1);
Mauro Carvalho Chehabeb94fc42009-06-22 22:48:31 -0300570 return -ENODEV;
571 }
572 /* Devices 4-6 function 1 */
573 pci_read_config_dword(pdev,
574 MC_DOD_CH_DIMM0, &dimm_dod[0]);
575 pci_read_config_dword(pdev,
576 MC_DOD_CH_DIMM1, &dimm_dod[1]);
577 pci_read_config_dword(pdev,
578 MC_DOD_CH_DIMM2, &dimm_dod[2]);
579
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300580 (*channels)++;
Mauro Carvalho Chehabeb94fc42009-06-22 22:48:31 -0300581
582 for (j = 0; j < 3; j++) {
583 if (!DIMM_PRESENT(dimm_dod[j]))
584 continue;
585 (*csrows)++;
586 }
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300587 }
588
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -0300589 debugf0("Number of active channels on socket %d: %d\n",
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300590 socket, *channels);
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300591
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -0300592 return 0;
593}
594
Mauro Carvalho Chehab084a4fcc2012-01-27 18:38:08 -0300595static int get_dimm_config(struct mem_ctl_info *mci)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300596{
597 struct i7core_pvt *pvt = mci->pvt_info;
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300598 struct csrow_info *csr;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300599 struct pci_dev *pdev;
Mauro Carvalho Chehabba6c5c62009-07-15 09:02:32 -0300600 int i, j;
Hidetoshi Seto2e5185f2010-08-20 04:32:56 -0300601 int csrow = 0;
Mauro Carvalho Chehab5566cb72009-06-22 22:48:31 -0300602 unsigned long last_page = 0;
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300603 enum edac_type mode;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300604 enum mem_type mtype;
Mauro Carvalho Chehab084a4fcc2012-01-27 18:38:08 -0300605 struct dimm_info *dimm;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300606
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300607 /* Get data from the MC register, function 0 */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300608 pdev = pvt->pci_mcr[0];
Mauro Carvalho Chehab7dd69532009-06-22 22:48:30 -0300609 if (!pdev)
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300610 return -ENODEV;
611
Mauro Carvalho Chehabf122a892009-06-22 22:48:29 -0300612 /* Device 3 function 0 reads */
Mauro Carvalho Chehab7dd69532009-06-22 22:48:30 -0300613 pci_read_config_dword(pdev, MC_CONTROL, &pvt->info.mc_control);
614 pci_read_config_dword(pdev, MC_STATUS, &pvt->info.mc_status);
615 pci_read_config_dword(pdev, MC_MAX_DOD, &pvt->info.max_dod);
616 pci_read_config_dword(pdev, MC_CHANNEL_MAPPER, &pvt->info.ch_map);
Mauro Carvalho Chehabf122a892009-06-22 22:48:29 -0300617
Mauro Carvalho Chehab17cb7b02009-07-20 18:48:18 -0300618 debugf0("QPI %d control=0x%08x status=0x%08x dod=0x%08x map=0x%08x\n",
Mauro Carvalho Chehab4af91882009-09-24 09:58:26 -0300619 pvt->i7core_dev->socket, pvt->info.mc_control, pvt->info.mc_status,
Mauro Carvalho Chehabf122a892009-06-22 22:48:29 -0300620 pvt->info.max_dod, pvt->info.ch_map);
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300621
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300622 if (ECC_ENABLED(pvt)) {
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -0300623 debugf0("ECC enabled with x%d SDCC\n", ECCx8(pvt) ? 8 : 4);
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300624 if (ECCx8(pvt))
625 mode = EDAC_S8ECD8ED;
626 else
627 mode = EDAC_S4ECD4ED;
628 } else {
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300629 debugf0("ECC disabled\n");
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300630 mode = EDAC_NONE;
631 }
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300632
633 /* FIXME: need to handle the error codes */
Mauro Carvalho Chehab17cb7b02009-07-20 18:48:18 -0300634 debugf0("DOD Max limits: DIMMS: %d, %d-ranked, %d-banked "
635 "x%x x 0x%x\n",
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300636 numdimms(pvt->info.max_dod),
637 numrank(pvt->info.max_dod >> 2),
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -0300638 numbank(pvt->info.max_dod >> 4),
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300639 numrow(pvt->info.max_dod >> 6),
640 numcol(pvt->info.max_dod >> 9));
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300641
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300642 for (i = 0; i < NUM_CHANS; i++) {
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300643 u32 data, dimm_dod[3], value[8];
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300644
Mauro Carvalho Chehab52a2e4fc2009-10-14 11:21:58 -0300645 if (!pvt->pci_ch[i][0])
646 continue;
647
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300648 if (!CH_ACTIVE(pvt, i)) {
649 debugf0("Channel %i is not active\n", i);
650 continue;
651 }
652 if (CH_DISABLED(pvt, i)) {
653 debugf0("Channel %i is disabled\n", i);
654 continue;
655 }
656
Mauro Carvalho Chehabf122a892009-06-22 22:48:29 -0300657 /* Devices 4-6 function 0 */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300658 pci_read_config_dword(pvt->pci_ch[i][0],
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300659 MC_CHANNEL_DIMM_INIT_PARAMS, &data);
660
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300661 pvt->channel[i].ranks = (data & QUAD_RANK_PRESENT) ?
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -0300662 4 : 2;
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300663
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300664 if (data & REGISTERED_DIMM)
665 mtype = MEM_RDDR3;
Mauro Carvalho Chehab14d2c082009-09-02 23:52:36 -0300666 else
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300667 mtype = MEM_DDR3;
668#if 0
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300669 if (data & THREE_DIMMS_PRESENT)
670 pvt->channel[i].dimms = 3;
671 else if (data & SINGLE_QUAD_RANK_PRESENT)
672 pvt->channel[i].dimms = 1;
673 else
674 pvt->channel[i].dimms = 2;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300675#endif
676
677 /* Devices 4-6 function 1 */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300678 pci_read_config_dword(pvt->pci_ch[i][1],
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300679 MC_DOD_CH_DIMM0, &dimm_dod[0]);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300680 pci_read_config_dword(pvt->pci_ch[i][1],
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300681 MC_DOD_CH_DIMM1, &dimm_dod[1]);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300682 pci_read_config_dword(pvt->pci_ch[i][1],
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300683 MC_DOD_CH_DIMM2, &dimm_dod[2]);
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300684
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300685 debugf0("Ch%d phy rd%d, wr%d (0x%08x): "
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300686 "%d ranks, %cDIMMs\n",
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300687 i,
688 RDLCH(pvt->info.ch_map, i), WRLCH(pvt->info.ch_map, i),
689 data,
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300690 pvt->channel[i].ranks,
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -0300691 (data & REGISTERED_DIMM) ? 'R' : 'U');
Mauro Carvalho Chehab7dd69532009-06-22 22:48:30 -0300692
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300693 for (j = 0; j < 3; j++) {
694 u32 banks, ranks, rows, cols;
Mauro Carvalho Chehab5566cb72009-06-22 22:48:31 -0300695 u32 size, npages;
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300696
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300697 if (!DIMM_PRESENT(dimm_dod[j]))
698 continue;
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300699
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300700 banks = numbank(MC_DOD_NUMBANK(dimm_dod[j]));
701 ranks = numrank(MC_DOD_NUMRANK(dimm_dod[j]));
702 rows = numrow(MC_DOD_NUMROW(dimm_dod[j]));
703 cols = numcol(MC_DOD_NUMCOL(dimm_dod[j]));
Mauro Carvalho Chehab1c6fed82009-06-22 22:48:30 -0300704
Mauro Carvalho Chehab5566cb72009-06-22 22:48:31 -0300705 /* DDR3 has 8 I/O banks */
706 size = (rows * cols * banks * ranks) >> (20 - 3);
707
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300708 pvt->channel[i].dimms++;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300709
Mauro Carvalho Chehab17cb7b02009-07-20 18:48:18 -0300710 debugf0("\tdimm %d %d Mb offset: %x, "
711 "bank: %d, rank: %d, row: %#x, col: %#x\n",
712 j, size,
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300713 RANKOFFSET(dimm_dod[j]),
714 banks, ranks, rows, cols);
715
Mauro Carvalho Chehabe9144602010-08-10 20:26:35 -0300716 npages = MiB_TO_PAGES(size);
Mauro Carvalho Chehab5566cb72009-06-22 22:48:31 -0300717
Hidetoshi Seto2e5185f2010-08-20 04:32:56 -0300718 csr = &mci->csrows[csrow];
Mauro Carvalho Chehab5566cb72009-06-22 22:48:31 -0300719 csr->first_page = last_page + 1;
720 last_page += npages;
721 csr->last_page = last_page;
722 csr->nr_pages = npages;
723
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300724 csr->page_mask = 0;
Hidetoshi Seto2e5185f2010-08-20 04:32:56 -0300725 csr->csrow_idx = csrow;
Mauro Carvalho Chehabeb94fc42009-06-22 22:48:31 -0300726 csr->nr_channels = 1;
727
728 csr->channels[0].chan_idx = i;
729 csr->channels[0].ce_count = 0;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300730
Hidetoshi Seto2e5185f2010-08-20 04:32:56 -0300731 pvt->csrow_map[i][j] = csrow;
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -0300732
Mauro Carvalho Chehab084a4fcc2012-01-27 18:38:08 -0300733 dimm = csr->channels[0].dimm;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300734 switch (banks) {
735 case 4:
Mauro Carvalho Chehab084a4fcc2012-01-27 18:38:08 -0300736 dimm->dtype = DEV_X4;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300737 break;
738 case 8:
Mauro Carvalho Chehab084a4fcc2012-01-27 18:38:08 -0300739 dimm->dtype = DEV_X8;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300740 break;
741 case 16:
Mauro Carvalho Chehab084a4fcc2012-01-27 18:38:08 -0300742 dimm->dtype = DEV_X16;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300743 break;
744 default:
Mauro Carvalho Chehab084a4fcc2012-01-27 18:38:08 -0300745 dimm->dtype = DEV_UNKNOWN;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300746 }
747
Mauro Carvalho Chehab084a4fcc2012-01-27 18:38:08 -0300748 snprintf(dimm->label, sizeof(dimm->label),
749 "CPU#%uChannel#%u_DIMM#%u",
750 pvt->i7core_dev->socket, i, j);
751 dimm->grain = 8;
752 dimm->edac_mode = mode;
753 dimm->mtype = mtype;
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300754 }
755
756 pci_read_config_dword(pdev, MC_SAG_CH_0, &value[0]);
757 pci_read_config_dword(pdev, MC_SAG_CH_1, &value[1]);
758 pci_read_config_dword(pdev, MC_SAG_CH_2, &value[2]);
759 pci_read_config_dword(pdev, MC_SAG_CH_3, &value[3]);
760 pci_read_config_dword(pdev, MC_SAG_CH_4, &value[4]);
761 pci_read_config_dword(pdev, MC_SAG_CH_5, &value[5]);
762 pci_read_config_dword(pdev, MC_SAG_CH_6, &value[6]);
763 pci_read_config_dword(pdev, MC_SAG_CH_7, &value[7]);
Mauro Carvalho Chehab17cb7b02009-07-20 18:48:18 -0300764 debugf1("\t[%i] DIVBY3\tREMOVED\tOFFSET\n", i);
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300765 for (j = 0; j < 8; j++)
Mauro Carvalho Chehab17cb7b02009-07-20 18:48:18 -0300766 debugf1("\t\t%#x\t%#x\t%#x\n",
Mauro Carvalho Chehab854d3342009-06-22 22:48:30 -0300767 (value[j] >> 27) & 0x1,
768 (value[j] >> 24) & 0x7,
David Sterba80b8ce82010-12-27 15:39:12 +0000769 (value[j] & ((1 << 24) - 1)));
Mauro Carvalho Chehab0b2b7b72009-06-22 22:48:29 -0300770 }
771
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -0300772 return 0;
773}
774
775/****************************************************************************
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300776 Error insertion routines
777 ****************************************************************************/
778
779/* The i7core has independent error injection features per channel.
780 However, to have a simpler code, we don't allow enabling error injection
781 on more than one channel.
782 Also, since a change at an inject parameter will be applied only at enable,
783 we're disabling error injection on all write calls to the sysfs nodes that
784 controls the error code injection.
785 */
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -0300786static int disable_inject(const struct mem_ctl_info *mci)
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300787{
788 struct i7core_pvt *pvt = mci->pvt_info;
789
790 pvt->inject.enable = 0;
791
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300792 if (!pvt->pci_ch[pvt->inject.channel][0])
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300793 return -ENODEV;
794
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -0300795 pci_write_config_dword(pvt->pci_ch[pvt->inject.channel][0],
Mauro Carvalho Chehab4157d9f2009-08-05 20:27:15 -0300796 MC_CHANNEL_ERROR_INJECT, 0);
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -0300797
798 return 0;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300799}
800
801/*
802 * i7core inject inject.section
803 *
804 * accept and store error injection inject.section value
805 * bit 0 - refers to the lower 32-byte half cacheline
806 * bit 1 - refers to the upper 32-byte half cacheline
807 */
808static ssize_t i7core_inject_section_store(struct mem_ctl_info *mci,
809 const char *data, size_t count)
810{
811 struct i7core_pvt *pvt = mci->pvt_info;
812 unsigned long value;
813 int rc;
814
815 if (pvt->inject.enable)
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -0300816 disable_inject(mci);
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300817
818 rc = strict_strtoul(data, 10, &value);
819 if ((rc < 0) || (value > 3))
Mauro Carvalho Chehab2068def2009-08-05 19:28:27 -0300820 return -EIO;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300821
822 pvt->inject.section = (u32) value;
823 return count;
824}
825
826static ssize_t i7core_inject_section_show(struct mem_ctl_info *mci,
827 char *data)
828{
829 struct i7core_pvt *pvt = mci->pvt_info;
830 return sprintf(data, "0x%08x\n", pvt->inject.section);
831}
832
833/*
834 * i7core inject.type
835 *
836 * accept and store error injection inject.section value
837 * bit 0 - repeat enable - Enable error repetition
838 * bit 1 - inject ECC error
839 * bit 2 - inject parity error
840 */
841static ssize_t i7core_inject_type_store(struct mem_ctl_info *mci,
842 const char *data, size_t count)
843{
844 struct i7core_pvt *pvt = mci->pvt_info;
845 unsigned long value;
846 int rc;
847
848 if (pvt->inject.enable)
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -0300849 disable_inject(mci);
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300850
851 rc = strict_strtoul(data, 10, &value);
852 if ((rc < 0) || (value > 7))
Mauro Carvalho Chehab2068def2009-08-05 19:28:27 -0300853 return -EIO;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300854
855 pvt->inject.type = (u32) value;
856 return count;
857}
858
859static ssize_t i7core_inject_type_show(struct mem_ctl_info *mci,
860 char *data)
861{
862 struct i7core_pvt *pvt = mci->pvt_info;
863 return sprintf(data, "0x%08x\n", pvt->inject.type);
864}
865
866/*
867 * i7core_inject_inject.eccmask_store
868 *
869 * The type of error (UE/CE) will depend on the inject.eccmask value:
870 * Any bits set to a 1 will flip the corresponding ECC bit
871 * Correctable errors can be injected by flipping 1 bit or the bits within
872 * a symbol pair (2 consecutive aligned 8-bit pairs - i.e. 7:0 and 15:8 or
873 * 23:16 and 31:24). Flipping bits in two symbol pairs will cause an
874 * uncorrectable error to be injected.
875 */
876static ssize_t i7core_inject_eccmask_store(struct mem_ctl_info *mci,
877 const char *data, size_t count)
878{
879 struct i7core_pvt *pvt = mci->pvt_info;
880 unsigned long value;
881 int rc;
882
883 if (pvt->inject.enable)
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -0300884 disable_inject(mci);
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300885
886 rc = strict_strtoul(data, 10, &value);
887 if (rc < 0)
Mauro Carvalho Chehab2068def2009-08-05 19:28:27 -0300888 return -EIO;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300889
890 pvt->inject.eccmask = (u32) value;
891 return count;
892}
893
894static ssize_t i7core_inject_eccmask_show(struct mem_ctl_info *mci,
895 char *data)
896{
897 struct i7core_pvt *pvt = mci->pvt_info;
898 return sprintf(data, "0x%08x\n", pvt->inject.eccmask);
899}
900
901/*
902 * i7core_addrmatch
903 *
904 * The type of error (UE/CE) will depend on the inject.eccmask value:
905 * Any bits set to a 1 will flip the corresponding ECC bit
906 * Correctable errors can be injected by flipping 1 bit or the bits within
907 * a symbol pair (2 consecutive aligned 8-bit pairs - i.e. 7:0 and 15:8 or
908 * 23:16 and 31:24). Flipping bits in two symbol pairs will cause an
909 * uncorrectable error to be injected.
910 */
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300911
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -0300912#define DECLARE_ADDR_MATCH(param, limit) \
913static ssize_t i7core_inject_store_##param( \
914 struct mem_ctl_info *mci, \
915 const char *data, size_t count) \
916{ \
Mauro Carvalho Chehabcc301b32009-09-24 16:23:42 -0300917 struct i7core_pvt *pvt; \
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -0300918 long value; \
919 int rc; \
920 \
Mauro Carvalho Chehabcc301b32009-09-24 16:23:42 -0300921 debugf1("%s()\n", __func__); \
922 pvt = mci->pvt_info; \
923 \
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -0300924 if (pvt->inject.enable) \
925 disable_inject(mci); \
926 \
Mauro Carvalho Chehab4f87fad2009-10-04 11:54:56 -0300927 if (!strcasecmp(data, "any") || !strcasecmp(data, "any\n"))\
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -0300928 value = -1; \
929 else { \
930 rc = strict_strtoul(data, 10, &value); \
931 if ((rc < 0) || (value >= limit)) \
932 return -EIO; \
933 } \
934 \
935 pvt->inject.param = value; \
936 \
937 return count; \
938} \
939 \
940static ssize_t i7core_inject_show_##param( \
941 struct mem_ctl_info *mci, \
942 char *data) \
943{ \
Mauro Carvalho Chehabcc301b32009-09-24 16:23:42 -0300944 struct i7core_pvt *pvt; \
945 \
946 pvt = mci->pvt_info; \
947 debugf1("%s() pvt=%p\n", __func__, pvt); \
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -0300948 if (pvt->inject.param < 0) \
949 return sprintf(data, "any\n"); \
950 else \
951 return sprintf(data, "%d\n", pvt->inject.param);\
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300952}
953
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -0300954#define ATTR_ADDR_MATCH(param) \
955 { \
956 .attr = { \
957 .name = #param, \
958 .mode = (S_IRUGO | S_IWUSR) \
959 }, \
960 .show = i7core_inject_show_##param, \
961 .store = i7core_inject_store_##param, \
962 }
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300963
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -0300964DECLARE_ADDR_MATCH(channel, 3);
965DECLARE_ADDR_MATCH(dimm, 3);
966DECLARE_ADDR_MATCH(rank, 4);
967DECLARE_ADDR_MATCH(bank, 32);
968DECLARE_ADDR_MATCH(page, 0x10000);
969DECLARE_ADDR_MATCH(col, 0x4000);
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300970
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -0300971static int write_and_test(struct pci_dev *dev, const int where, const u32 val)
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -0300972{
973 u32 read;
974 int count;
975
Mauro Carvalho Chehab4157d9f2009-08-05 20:27:15 -0300976 debugf0("setting pci %02x:%02x.%x reg=%02x value=%08x\n",
977 dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn),
978 where, val);
979
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -0300980 for (count = 0; count < 10; count++) {
981 if (count)
Mauro Carvalho Chehabb9905382009-08-05 21:36:35 -0300982 msleep(100);
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -0300983 pci_write_config_dword(dev, where, val);
984 pci_read_config_dword(dev, where, &read);
985
986 if (read == val)
987 return 0;
988 }
989
Mauro Carvalho Chehab4157d9f2009-08-05 20:27:15 -0300990 i7core_printk(KERN_ERR, "Error during set pci %02x:%02x.%x reg=%02x "
991 "write=%08x. Read=%08x\n",
992 dev->bus->number, PCI_SLOT(dev->devfn), PCI_FUNC(dev->devfn),
993 where, val, read);
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -0300994
995 return -EINVAL;
996}
997
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -0300998/*
999 * This routine prepares the Memory Controller for error injection.
1000 * The error will be injected when some process tries to write to the
1001 * memory that matches the given criteria.
1002 * The criteria can be set in terms of a mask where dimm, rank, bank, page
1003 * and col can be specified.
1004 * A -1 value for any of the mask items will make the MCU to ignore
1005 * that matching criteria for error injection.
1006 *
1007 * It should be noticed that the error will only happen after a write operation
1008 * on a memory that matches the condition. if REPEAT_EN is not enabled at
1009 * inject mask, then it will produce just one error. Otherwise, it will repeat
1010 * until the injectmask would be cleaned.
1011 *
1012 * FIXME: This routine assumes that MAXNUMDIMMS value of MC_MAX_DOD
1013 * is reliable enough to check if the MC is using the
1014 * three channels. However, this is not clear at the datasheet.
1015 */
1016static ssize_t i7core_inject_enable_store(struct mem_ctl_info *mci,
1017 const char *data, size_t count)
1018{
1019 struct i7core_pvt *pvt = mci->pvt_info;
1020 u32 injectmask;
1021 u64 mask = 0;
1022 int rc;
1023 long enable;
1024
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001025 if (!pvt->pci_ch[pvt->inject.channel][0])
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -03001026 return 0;
1027
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001028 rc = strict_strtoul(data, 10, &enable);
1029 if ((rc < 0))
1030 return 0;
1031
1032 if (enable) {
1033 pvt->inject.enable = 1;
1034 } else {
1035 disable_inject(mci);
1036 return count;
1037 }
1038
1039 /* Sets pvt->inject.dimm mask */
1040 if (pvt->inject.dimm < 0)
Alan Cox486dd092009-11-08 01:34:27 -02001041 mask |= 1LL << 41;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001042 else {
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001043 if (pvt->channel[pvt->inject.channel].dimms > 2)
Alan Cox486dd092009-11-08 01:34:27 -02001044 mask |= (pvt->inject.dimm & 0x3LL) << 35;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001045 else
Alan Cox486dd092009-11-08 01:34:27 -02001046 mask |= (pvt->inject.dimm & 0x1LL) << 36;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001047 }
1048
1049 /* Sets pvt->inject.rank mask */
1050 if (pvt->inject.rank < 0)
Alan Cox486dd092009-11-08 01:34:27 -02001051 mask |= 1LL << 40;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001052 else {
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001053 if (pvt->channel[pvt->inject.channel].dimms > 2)
Alan Cox486dd092009-11-08 01:34:27 -02001054 mask |= (pvt->inject.rank & 0x1LL) << 34;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001055 else
Alan Cox486dd092009-11-08 01:34:27 -02001056 mask |= (pvt->inject.rank & 0x3LL) << 34;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001057 }
1058
1059 /* Sets pvt->inject.bank mask */
1060 if (pvt->inject.bank < 0)
Alan Cox486dd092009-11-08 01:34:27 -02001061 mask |= 1LL << 39;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001062 else
Alan Cox486dd092009-11-08 01:34:27 -02001063 mask |= (pvt->inject.bank & 0x15LL) << 30;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001064
1065 /* Sets pvt->inject.page mask */
1066 if (pvt->inject.page < 0)
Alan Cox486dd092009-11-08 01:34:27 -02001067 mask |= 1LL << 38;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001068 else
Alan Cox486dd092009-11-08 01:34:27 -02001069 mask |= (pvt->inject.page & 0xffff) << 14;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001070
1071 /* Sets pvt->inject.column mask */
1072 if (pvt->inject.col < 0)
Alan Cox486dd092009-11-08 01:34:27 -02001073 mask |= 1LL << 37;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001074 else
Alan Cox486dd092009-11-08 01:34:27 -02001075 mask |= (pvt->inject.col & 0x3fff);
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001076
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001077 /*
1078 * bit 0: REPEAT_EN
1079 * bits 1-2: MASK_HALF_CACHELINE
1080 * bit 3: INJECT_ECC
1081 * bit 4: INJECT_ADDR_PARITY
1082 */
1083
Mauro Carvalho Chehab7b029d02009-06-22 22:48:29 -03001084 injectmask = (pvt->inject.type & 1) |
1085 (pvt->inject.section & 0x3) << 1 |
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001086 (pvt->inject.type & 0x6) << (3 - 1);
1087
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -03001088 /* Unlock writes to registers - this register is write only */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001089 pci_write_config_dword(pvt->pci_noncore,
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -03001090 MC_CFG_CONTROL, 0x2);
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001091
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001092 write_and_test(pvt->pci_ch[pvt->inject.channel][0],
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -03001093 MC_CHANNEL_ADDR_MATCH, mask);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001094 write_and_test(pvt->pci_ch[pvt->inject.channel][0],
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -03001095 MC_CHANNEL_ADDR_MATCH + 4, mask >> 32L);
1096
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001097 write_and_test(pvt->pci_ch[pvt->inject.channel][0],
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -03001098 MC_CHANNEL_ERROR_MASK, pvt->inject.eccmask);
1099
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001100 write_and_test(pvt->pci_ch[pvt->inject.channel][0],
Mauro Carvalho Chehab4157d9f2009-08-05 20:27:15 -03001101 MC_CHANNEL_ERROR_INJECT, injectmask);
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -03001102
1103 /*
1104 * This is something undocumented, based on my tests
1105 * Without writing 8 to this register, errors aren't injected. Not sure
1106 * why.
1107 */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001108 pci_write_config_dword(pvt->pci_noncore,
Mauro Carvalho Chehab276b8242009-07-22 21:45:50 -03001109 MC_CFG_CONTROL, 8);
1110
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -03001111 debugf0("Error inject addr match 0x%016llx, ecc 0x%08x,"
1112 " inject 0x%08x\n",
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001113 mask, pvt->inject.eccmask, injectmask);
1114
Mauro Carvalho Chehab7b029d02009-06-22 22:48:29 -03001115
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001116 return count;
1117}
1118
1119static ssize_t i7core_inject_enable_show(struct mem_ctl_info *mci,
1120 char *data)
1121{
1122 struct i7core_pvt *pvt = mci->pvt_info;
Mauro Carvalho Chehab7b029d02009-06-22 22:48:29 -03001123 u32 injectmask;
1124
Mauro Carvalho Chehab52a2e4fc2009-10-14 11:21:58 -03001125 if (!pvt->pci_ch[pvt->inject.channel][0])
1126 return 0;
1127
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001128 pci_read_config_dword(pvt->pci_ch[pvt->inject.channel][0],
Mauro Carvalho Chehab4157d9f2009-08-05 20:27:15 -03001129 MC_CHANNEL_ERROR_INJECT, &injectmask);
Mauro Carvalho Chehab7b029d02009-06-22 22:48:29 -03001130
1131 debugf0("Inject error read: 0x%018x\n", injectmask);
1132
1133 if (injectmask & 0x0c)
1134 pvt->inject.enable = 1;
1135
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001136 return sprintf(data, "%d\n", pvt->inject.enable);
1137}
1138
Mauro Carvalho Chehabf338d732009-09-24 17:25:43 -03001139#define DECLARE_COUNTER(param) \
1140static ssize_t i7core_show_counter_##param( \
1141 struct mem_ctl_info *mci, \
1142 char *data) \
1143{ \
1144 struct i7core_pvt *pvt = mci->pvt_info; \
1145 \
1146 debugf1("%s() \n", __func__); \
1147 if (!pvt->ce_count_available || (pvt->is_registered)) \
1148 return sprintf(data, "data unavailable\n"); \
1149 return sprintf(data, "%lu\n", \
1150 pvt->udimm_ce_count[param]); \
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001151}
1152
Mauro Carvalho Chehabf338d732009-09-24 17:25:43 -03001153#define ATTR_COUNTER(param) \
1154 { \
1155 .attr = { \
1156 .name = __stringify(udimm##param), \
1157 .mode = (S_IRUGO | S_IWUSR) \
1158 }, \
1159 .show = i7core_show_counter_##param \
1160 }
1161
1162DECLARE_COUNTER(0);
1163DECLARE_COUNTER(1);
1164DECLARE_COUNTER(2);
1165
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001166/*
1167 * Sysfs struct
1168 */
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -03001169
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001170static const struct mcidev_sysfs_attribute i7core_addrmatch_attrs[] = {
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -03001171 ATTR_ADDR_MATCH(channel),
1172 ATTR_ADDR_MATCH(dimm),
1173 ATTR_ADDR_MATCH(rank),
1174 ATTR_ADDR_MATCH(bank),
1175 ATTR_ADDR_MATCH(page),
1176 ATTR_ADDR_MATCH(col),
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001177 { } /* End of list */
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -03001178};
1179
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001180static const struct mcidev_sysfs_group i7core_inject_addrmatch = {
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -03001181 .name = "inject_addrmatch",
1182 .mcidev_attr = i7core_addrmatch_attrs,
1183};
1184
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001185static const struct mcidev_sysfs_attribute i7core_udimm_counters_attrs[] = {
Mauro Carvalho Chehabf338d732009-09-24 17:25:43 -03001186 ATTR_COUNTER(0),
1187 ATTR_COUNTER(1),
1188 ATTR_COUNTER(2),
Marcin Slusarz64aab722010-09-30 15:15:30 -07001189 { .attr = { .name = NULL } }
Mauro Carvalho Chehabf338d732009-09-24 17:25:43 -03001190};
1191
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001192static const struct mcidev_sysfs_group i7core_udimm_counters = {
Mauro Carvalho Chehabf338d732009-09-24 17:25:43 -03001193 .name = "all_channel_counts",
1194 .mcidev_attr = i7core_udimm_counters_attrs,
1195};
1196
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001197static const struct mcidev_sysfs_attribute i7core_sysfs_rdimm_attrs[] = {
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001198 {
1199 .attr = {
1200 .name = "inject_section",
1201 .mode = (S_IRUGO | S_IWUSR)
1202 },
1203 .show = i7core_inject_section_show,
1204 .store = i7core_inject_section_store,
1205 }, {
1206 .attr = {
1207 .name = "inject_type",
1208 .mode = (S_IRUGO | S_IWUSR)
1209 },
1210 .show = i7core_inject_type_show,
1211 .store = i7core_inject_type_store,
1212 }, {
1213 .attr = {
1214 .name = "inject_eccmask",
1215 .mode = (S_IRUGO | S_IWUSR)
1216 },
1217 .show = i7core_inject_eccmask_show,
1218 .store = i7core_inject_eccmask_store,
1219 }, {
Mauro Carvalho Chehaba5538e52009-09-23 18:56:47 -03001220 .grp = &i7core_inject_addrmatch,
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001221 }, {
1222 .attr = {
1223 .name = "inject_enable",
1224 .mode = (S_IRUGO | S_IWUSR)
1225 },
1226 .show = i7core_inject_enable_show,
1227 .store = i7core_inject_enable_store,
1228 },
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001229 { } /* End of list */
1230};
1231
1232static const struct mcidev_sysfs_attribute i7core_sysfs_udimm_attrs[] = {
1233 {
1234 .attr = {
1235 .name = "inject_section",
1236 .mode = (S_IRUGO | S_IWUSR)
1237 },
1238 .show = i7core_inject_section_show,
1239 .store = i7core_inject_section_store,
1240 }, {
1241 .attr = {
1242 .name = "inject_type",
1243 .mode = (S_IRUGO | S_IWUSR)
1244 },
1245 .show = i7core_inject_type_show,
1246 .store = i7core_inject_type_store,
1247 }, {
1248 .attr = {
1249 .name = "inject_eccmask",
1250 .mode = (S_IRUGO | S_IWUSR)
1251 },
1252 .show = i7core_inject_eccmask_show,
1253 .store = i7core_inject_eccmask_store,
1254 }, {
1255 .grp = &i7core_inject_addrmatch,
1256 }, {
1257 .attr = {
1258 .name = "inject_enable",
1259 .mode = (S_IRUGO | S_IWUSR)
1260 },
1261 .show = i7core_inject_enable_show,
1262 .store = i7core_inject_enable_store,
1263 }, {
1264 .grp = &i7core_udimm_counters,
1265 },
1266 { } /* End of list */
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03001267};
1268
1269/****************************************************************************
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001270 Device initialization routines: put/get, init/exit
1271 ****************************************************************************/
1272
1273/*
Hidetoshi Seto64c10f62010-08-20 04:28:14 -03001274 * i7core_put_all_devices 'put' all the devices that we have
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001275 * reserved via 'get'
1276 */
Mauro Carvalho Chehab13d6e9b2009-09-05 12:15:20 -03001277static void i7core_put_devices(struct i7core_dev *i7core_dev)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001278{
Mauro Carvalho Chehab13d6e9b2009-09-05 12:15:20 -03001279 int i;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001280
Mauro Carvalho Chehab22e6bcb2009-09-05 23:06:50 -03001281 debugf0(__FILE__ ": %s()\n", __func__);
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001282 for (i = 0; i < i7core_dev->n_devs; i++) {
Mauro Carvalho Chehab22e6bcb2009-09-05 23:06:50 -03001283 struct pci_dev *pdev = i7core_dev->pdev[i];
1284 if (!pdev)
1285 continue;
1286 debugf0("Removing dev %02x:%02x.%d\n",
1287 pdev->bus->number,
1288 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn));
1289 pci_dev_put(pdev);
1290 }
Mauro Carvalho Chehab13d6e9b2009-09-05 12:15:20 -03001291}
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001292
Mauro Carvalho Chehab13d6e9b2009-09-05 12:15:20 -03001293static void i7core_put_all_devices(void)
1294{
Mauro Carvalho Chehab42538682009-09-24 09:59:13 -03001295 struct i7core_dev *i7core_dev, *tmp;
Mauro Carvalho Chehab13d6e9b2009-09-05 12:15:20 -03001296
Mauro Carvalho Chehab39300e72010-08-11 23:40:15 -03001297 list_for_each_entry_safe(i7core_dev, tmp, &i7core_edac_list, list) {
Mauro Carvalho Chehab13d6e9b2009-09-05 12:15:20 -03001298 i7core_put_devices(i7core_dev);
Hidetoshi Seto2aa9be42010-08-20 04:25:00 -03001299 free_i7core_dev(i7core_dev);
Mauro Carvalho Chehab39300e72010-08-11 23:40:15 -03001300 }
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001301}
1302
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001303static void __init i7core_xeon_pci_fixup(const struct pci_id_table *table)
Keith Manntheybc2d7242009-09-03 00:05:05 -03001304{
1305 struct pci_dev *pdev = NULL;
1306 int i;
Mauro Carvalho Chehab54a08ab2010-08-19 15:51:00 -03001307
Keith Manntheybc2d7242009-09-03 00:05:05 -03001308 /*
David Sterbae7bf0682010-12-27 16:51:15 +01001309 * On Xeon 55xx, the Intel Quick Path Arch Generic Non-core pci buses
Keith Manntheybc2d7242009-09-03 00:05:05 -03001310 * aren't announced by acpi. So, we need to use a legacy scan probing
1311 * to detect them
1312 */
Vernon Mauerybd9e19c2010-05-18 19:02:50 -03001313 while (table && table->descr) {
1314 pdev = pci_get_device(PCI_VENDOR_ID_INTEL, table->descr[0].dev_id, NULL);
1315 if (unlikely(!pdev)) {
1316 for (i = 0; i < MAX_SOCKET_BUSES; i++)
1317 pcibios_scan_specific_bus(255-i);
1318 }
Mauro Carvalho Chehabbda14282010-06-30 01:41:35 -03001319 pci_dev_put(pdev);
Vernon Mauerybd9e19c2010-05-18 19:02:50 -03001320 table++;
Keith Manntheybc2d7242009-09-03 00:05:05 -03001321 }
1322}
1323
Mauro Carvalho Chehabbda14282010-06-30 01:41:35 -03001324static unsigned i7core_pci_lastbus(void)
1325{
1326 int last_bus = 0, bus;
1327 struct pci_bus *b = NULL;
1328
1329 while ((b = pci_find_next_bus(b)) != NULL) {
1330 bus = b->number;
1331 debugf0("Found bus %d\n", bus);
1332 if (bus > last_bus)
1333 last_bus = bus;
1334 }
1335
1336 debugf0("Last bus %d\n", last_bus);
1337
1338 return last_bus;
1339}
1340
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001341/*
Hidetoshi Seto64c10f62010-08-20 04:28:14 -03001342 * i7core_get_all_devices Find and perform 'get' operation on the MCH's
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001343 * device/functions we want to reference for this driver
1344 *
1345 * Need to 'get' device 16 func 1 and func 2
1346 */
Hidetoshi Setob197cba2010-08-20 04:24:31 -03001347static int i7core_get_onedevice(struct pci_dev **prev,
1348 const struct pci_id_table *table,
1349 const unsigned devno,
1350 const unsigned last_bus)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001351{
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001352 struct i7core_dev *i7core_dev;
Hidetoshi Setob197cba2010-08-20 04:24:31 -03001353 const struct pci_id_descr *dev_descr = &table->descr[devno];
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001354
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -03001355 struct pci_dev *pdev = NULL;
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -03001356 u8 bus = 0;
1357 u8 socket = 0;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001358
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001359 pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001360 dev_descr->dev_id, *prev);
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001361
Mauro Carvalho Chehab224e8712011-03-17 17:02:59 -03001362 /*
1363 * On Xeon 55xx, the Intel Quckpath Arch Generic Non-core regs
1364 * is at addr 8086:2c40, instead of 8086:2c41. So, we need
1365 * to probe for the alternate address in case of failure
1366 */
1367 if (dev_descr->dev_id == PCI_DEVICE_ID_INTEL_I7_NONCORE && !pdev)
1368 pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
1369 PCI_DEVICE_ID_INTEL_I7_NONCORE_ALT, *prev);
1370
1371 if (dev_descr->dev_id == PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE && !pdev)
1372 pdev = pci_get_device(PCI_VENDOR_ID_INTEL,
1373 PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_ALT,
1374 *prev);
1375
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001376 if (!pdev) {
1377 if (*prev) {
1378 *prev = pdev;
1379 return 0;
Mauro Carvalho Chehabd1fd4fb2009-07-10 18:39:53 -03001380 }
1381
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001382 if (dev_descr->optional)
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001383 return 0;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001384
Vernon Mauerybd9e19c2010-05-18 19:02:50 -03001385 if (devno == 0)
1386 return -ENODEV;
1387
Daniel J Bluemanab089372010-07-23 23:16:52 +01001388 i7core_printk(KERN_INFO,
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001389 "Device not found: dev %02x.%d PCI ID %04x:%04x\n",
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001390 dev_descr->dev, dev_descr->func,
1391 PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001392
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001393 /* End of list, leave */
1394 return -ENODEV;
1395 }
1396 bus = pdev->bus->number;
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -03001397
Mauro Carvalho Chehabbda14282010-06-30 01:41:35 -03001398 socket = last_bus - bus;
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001399
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001400 i7core_dev = get_i7core_dev(socket);
1401 if (!i7core_dev) {
Hidetoshi Seto848b2f72010-08-20 04:24:44 -03001402 i7core_dev = alloc_i7core_dev(socket, table);
Hidetoshi Seto28966372010-08-20 04:28:51 -03001403 if (!i7core_dev) {
1404 pci_dev_put(pdev);
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001405 return -ENOMEM;
Hidetoshi Seto28966372010-08-20 04:28:51 -03001406 }
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001407 }
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001408
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001409 if (i7core_dev->pdev[devno]) {
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001410 i7core_printk(KERN_ERR,
1411 "Duplicated device for "
1412 "dev %02x:%02x.%d PCI ID %04x:%04x\n",
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001413 bus, dev_descr->dev, dev_descr->func,
1414 PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001415 pci_dev_put(pdev);
1416 return -ENODEV;
1417 }
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001418
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001419 i7core_dev->pdev[devno] = pdev;
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001420
1421 /* Sanity check */
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001422 if (unlikely(PCI_SLOT(pdev->devfn) != dev_descr->dev ||
1423 PCI_FUNC(pdev->devfn) != dev_descr->func)) {
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001424 i7core_printk(KERN_ERR,
1425 "Device PCI ID %04x:%04x "
1426 "has dev %02x:%02x.%d instead of dev %02x:%02x.%d\n",
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001427 PCI_VENDOR_ID_INTEL, dev_descr->dev_id,
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001428 bus, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001429 bus, dev_descr->dev, dev_descr->func);
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001430 return -ENODEV;
1431 }
1432
1433 /* Be sure that the device is enabled */
1434 if (unlikely(pci_enable_device(pdev) < 0)) {
1435 i7core_printk(KERN_ERR,
1436 "Couldn't enable "
1437 "dev %02x:%02x.%d PCI ID %04x:%04x\n",
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001438 bus, dev_descr->dev, dev_descr->func,
1439 PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001440 return -ENODEV;
1441 }
1442
Mauro Carvalho Chehabd4c27792009-09-05 04:12:02 -03001443 debugf0("Detected socket %d dev %02x:%02x.%d PCI ID %04x:%04x\n",
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001444 socket, bus, dev_descr->dev,
1445 dev_descr->func,
1446 PCI_VENDOR_ID_INTEL, dev_descr->dev_id);
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001447
Mauro Carvalho Chehaba3e15412010-08-21 08:52:41 -03001448 /*
1449 * As stated on drivers/pci/search.c, the reference count for
1450 * @from is always decremented if it is not %NULL. So, as we need
1451 * to get all devices up to null, we need to do a get for the device
1452 */
1453 pci_dev_get(pdev);
1454
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001455 *prev = pdev;
1456
1457 return 0;
1458}
1459
Hidetoshi Seto64c10f62010-08-20 04:28:14 -03001460static int i7core_get_all_devices(void)
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001461{
Mauro Carvalho Chehab3c52cc52010-10-24 11:12:28 -02001462 int i, rc, last_bus;
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001463 struct pci_dev *pdev = NULL;
Mauro Carvalho Chehab3c52cc52010-10-24 11:12:28 -02001464 const struct pci_id_table *table = pci_dev_table;
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001465
Mauro Carvalho Chehabbda14282010-06-30 01:41:35 -03001466 last_bus = i7core_pci_lastbus();
1467
Mauro Carvalho Chehab3c52cc52010-10-24 11:12:28 -02001468 while (table && table->descr) {
Vernon Mauerybd9e19c2010-05-18 19:02:50 -03001469 for (i = 0; i < table->n_devs; i++) {
1470 pdev = NULL;
1471 do {
Hidetoshi Setob197cba2010-08-20 04:24:31 -03001472 rc = i7core_get_onedevice(&pdev, table, i,
Mauro Carvalho Chehabbda14282010-06-30 01:41:35 -03001473 last_bus);
Vernon Mauerybd9e19c2010-05-18 19:02:50 -03001474 if (rc < 0) {
1475 if (i == 0) {
1476 i = table->n_devs;
1477 break;
1478 }
1479 i7core_put_all_devices();
1480 return -ENODEV;
1481 }
1482 } while (pdev);
1483 }
Mauro Carvalho Chehab3c52cc52010-10-24 11:12:28 -02001484 table++;
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001485 }
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001486
Mauro Carvalho Chehabc77720b2009-07-18 10:43:08 -03001487 return 0;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001488}
1489
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001490static int mci_bind_devs(struct mem_ctl_info *mci,
1491 struct i7core_dev *i7core_dev)
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001492{
1493 struct i7core_pvt *pvt = mci->pvt_info;
1494 struct pci_dev *pdev;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001495 int i, func, slot;
Mauro Carvalho Chehab27100db2011-08-04 21:35:27 -03001496 char *family;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001497
Mauro Carvalho Chehab27100db2011-08-04 21:35:27 -03001498 pvt->is_registered = false;
1499 pvt->enable_scrub = false;
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03001500 for (i = 0; i < i7core_dev->n_devs; i++) {
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001501 pdev = i7core_dev->pdev[i];
1502 if (!pdev)
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03001503 continue;
1504
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001505 func = PCI_FUNC(pdev->devfn);
1506 slot = PCI_SLOT(pdev->devfn);
1507 if (slot == 3) {
1508 if (unlikely(func > MAX_MCR_FUNC))
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001509 goto error;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001510 pvt->pci_mcr[func] = pdev;
1511 } else if (likely(slot >= 4 && slot < 4 + NUM_CHANS)) {
1512 if (unlikely(func > MAX_CHAN_FUNC))
1513 goto error;
1514 pvt->pci_ch[slot - 4][func] = pdev;
Mauro Carvalho Chehab27100db2011-08-04 21:35:27 -03001515 } else if (!slot && !func) {
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001516 pvt->pci_noncore = pdev;
Mauro Carvalho Chehab27100db2011-08-04 21:35:27 -03001517
1518 /* Detect the processor family */
1519 switch (pdev->device) {
1520 case PCI_DEVICE_ID_INTEL_I7_NONCORE:
1521 family = "Xeon 35xx/ i7core";
1522 pvt->enable_scrub = false;
1523 break;
1524 case PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_ALT:
1525 family = "i7-800/i5-700";
1526 pvt->enable_scrub = false;
1527 break;
1528 case PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE:
1529 family = "Xeon 34xx";
1530 pvt->enable_scrub = false;
1531 break;
1532 case PCI_DEVICE_ID_INTEL_I7_NONCORE_ALT:
1533 family = "Xeon 55xx";
1534 pvt->enable_scrub = true;
1535 break;
1536 case PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_REV2:
1537 family = "Xeon 56xx / i7-900";
1538 pvt->enable_scrub = true;
1539 break;
1540 default:
1541 family = "unknown";
1542 pvt->enable_scrub = false;
1543 }
1544 debugf0("Detected a processor type %s\n", family);
1545 } else
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001546 goto error;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001547
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001548 debugf0("Associated fn %d.%d, dev = %p, socket %d\n",
1549 PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn),
1550 pdev, i7core_dev->socket);
Mauro Carvalho Chehab14d2c082009-09-02 23:52:36 -03001551
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001552 if (PCI_SLOT(pdev->devfn) == 3 &&
1553 PCI_FUNC(pdev->devfn) == 2)
Mauro Carvalho Chehab27100db2011-08-04 21:35:27 -03001554 pvt->is_registered = true;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001555 }
Mauro Carvalho Chehabe9bd2e72009-07-09 22:14:35 -03001556
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03001557 return 0;
1558
1559error:
1560 i7core_printk(KERN_ERR, "Device %d, function %d "
1561 "is out of the expected range\n",
1562 slot, func);
1563 return -EINVAL;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001564}
1565
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001566/****************************************************************************
1567 Error check routines
1568 ****************************************************************************/
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001569static void i7core_rdimm_update_csrow(struct mem_ctl_info *mci,
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001570 const int chan,
1571 const int dimm,
1572 const int add)
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001573{
1574 char *msg;
1575 struct i7core_pvt *pvt = mci->pvt_info;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001576 int row = pvt->csrow_map[chan][dimm], i;
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001577
1578 for (i = 0; i < add; i++) {
1579 msg = kasprintf(GFP_KERNEL, "Corrected error "
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001580 "(Socket=%d channel=%d dimm=%d)",
1581 pvt->i7core_dev->socket, chan, dimm);
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001582
1583 edac_mc_handle_fbd_ce(mci, row, 0, msg);
1584 kfree (msg);
1585 }
1586}
1587
1588static void i7core_rdimm_update_ce_count(struct mem_ctl_info *mci,
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001589 const int chan,
1590 const int new0,
1591 const int new1,
1592 const int new2)
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001593{
1594 struct i7core_pvt *pvt = mci->pvt_info;
1595 int add0 = 0, add1 = 0, add2 = 0;
1596 /* Updates CE counters if it is not the first time here */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001597 if (pvt->ce_count_available) {
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001598 /* Updates CE counters */
1599
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001600 add2 = new2 - pvt->rdimm_last_ce_count[chan][2];
1601 add1 = new1 - pvt->rdimm_last_ce_count[chan][1];
1602 add0 = new0 - pvt->rdimm_last_ce_count[chan][0];
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001603
1604 if (add2 < 0)
1605 add2 += 0x7fff;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001606 pvt->rdimm_ce_count[chan][2] += add2;
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001607
1608 if (add1 < 0)
1609 add1 += 0x7fff;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001610 pvt->rdimm_ce_count[chan][1] += add1;
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001611
1612 if (add0 < 0)
1613 add0 += 0x7fff;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001614 pvt->rdimm_ce_count[chan][0] += add0;
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001615 } else
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001616 pvt->ce_count_available = 1;
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001617
1618 /* Store the new values */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001619 pvt->rdimm_last_ce_count[chan][2] = new2;
1620 pvt->rdimm_last_ce_count[chan][1] = new1;
1621 pvt->rdimm_last_ce_count[chan][0] = new0;
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001622
1623 /*updated the edac core */
1624 if (add0 != 0)
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001625 i7core_rdimm_update_csrow(mci, chan, 0, add0);
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001626 if (add1 != 0)
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001627 i7core_rdimm_update_csrow(mci, chan, 1, add1);
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001628 if (add2 != 0)
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001629 i7core_rdimm_update_csrow(mci, chan, 2, add2);
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001630
1631}
1632
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001633static void i7core_rdimm_check_mc_ecc_err(struct mem_ctl_info *mci)
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001634{
1635 struct i7core_pvt *pvt = mci->pvt_info;
1636 u32 rcv[3][2];
1637 int i, new0, new1, new2;
1638
1639 /*Read DEV 3: FUN 2: MC_COR_ECC_CNT regs directly*/
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001640 pci_read_config_dword(pvt->pci_mcr[2], MC_COR_ECC_CNT_0,
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001641 &rcv[0][0]);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001642 pci_read_config_dword(pvt->pci_mcr[2], MC_COR_ECC_CNT_1,
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001643 &rcv[0][1]);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001644 pci_read_config_dword(pvt->pci_mcr[2], MC_COR_ECC_CNT_2,
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001645 &rcv[1][0]);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001646 pci_read_config_dword(pvt->pci_mcr[2], MC_COR_ECC_CNT_3,
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001647 &rcv[1][1]);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001648 pci_read_config_dword(pvt->pci_mcr[2], MC_COR_ECC_CNT_4,
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001649 &rcv[2][0]);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001650 pci_read_config_dword(pvt->pci_mcr[2], MC_COR_ECC_CNT_5,
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001651 &rcv[2][1]);
1652 for (i = 0 ; i < 3; i++) {
1653 debugf3("MC_COR_ECC_CNT%d = 0x%x; MC_COR_ECC_CNT%d = 0x%x\n",
1654 (i * 2), rcv[i][0], (i * 2) + 1, rcv[i][1]);
1655 /*if the channel has 3 dimms*/
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001656 if (pvt->channel[i].dimms > 2) {
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001657 new0 = DIMM_BOT_COR_ERR(rcv[i][0]);
1658 new1 = DIMM_TOP_COR_ERR(rcv[i][0]);
1659 new2 = DIMM_BOT_COR_ERR(rcv[i][1]);
1660 } else {
1661 new0 = DIMM_TOP_COR_ERR(rcv[i][0]) +
1662 DIMM_BOT_COR_ERR(rcv[i][0]);
1663 new1 = DIMM_TOP_COR_ERR(rcv[i][1]) +
1664 DIMM_BOT_COR_ERR(rcv[i][1]);
1665 new2 = 0;
1666 }
1667
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001668 i7core_rdimm_update_ce_count(mci, i, new0, new1, new2);
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001669 }
1670}
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001671
1672/* This function is based on the device 3 function 4 registers as described on:
1673 * Intel Xeon Processor 5500 Series Datasheet Volume 2
1674 * http://www.intel.com/Assets/PDF/datasheet/321322.pdf
1675 * also available at:
1676 * http://www.arrownac.com/manufacturers/intel/s/nehalem/5500-datasheet-v2.pdf
1677 */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001678static void i7core_udimm_check_mc_ecc_err(struct mem_ctl_info *mci)
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001679{
1680 struct i7core_pvt *pvt = mci->pvt_info;
1681 u32 rcv1, rcv0;
1682 int new0, new1, new2;
1683
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001684 if (!pvt->pci_mcr[4]) {
Mauro Carvalho Chehabb9905382009-08-05 21:36:35 -03001685 debugf0("%s MCR registers not found\n", __func__);
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001686 return;
1687 }
1688
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001689 /* Corrected test errors */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001690 pci_read_config_dword(pvt->pci_mcr[4], MC_TEST_ERR_RCV1, &rcv1);
1691 pci_read_config_dword(pvt->pci_mcr[4], MC_TEST_ERR_RCV0, &rcv0);
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001692
1693 /* Store the new values */
1694 new2 = DIMM2_COR_ERR(rcv1);
1695 new1 = DIMM1_COR_ERR(rcv0);
1696 new0 = DIMM0_COR_ERR(rcv0);
1697
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001698 /* Updates CE counters if it is not the first time here */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001699 if (pvt->ce_count_available) {
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001700 /* Updates CE counters */
1701 int add0, add1, add2;
1702
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001703 add2 = new2 - pvt->udimm_last_ce_count[2];
1704 add1 = new1 - pvt->udimm_last_ce_count[1];
1705 add0 = new0 - pvt->udimm_last_ce_count[0];
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001706
1707 if (add2 < 0)
1708 add2 += 0x7fff;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001709 pvt->udimm_ce_count[2] += add2;
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001710
1711 if (add1 < 0)
1712 add1 += 0x7fff;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001713 pvt->udimm_ce_count[1] += add1;
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001714
1715 if (add0 < 0)
1716 add0 += 0x7fff;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001717 pvt->udimm_ce_count[0] += add0;
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001718
1719 if (add0 | add1 | add2)
1720 i7core_printk(KERN_ERR, "New Corrected error(s): "
1721 "dimm0: +%d, dimm1: +%d, dimm2 +%d\n",
1722 add0, add1, add2);
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001723 } else
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001724 pvt->ce_count_available = 1;
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001725
1726 /* Store the new values */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001727 pvt->udimm_last_ce_count[2] = new2;
1728 pvt->udimm_last_ce_count[1] = new1;
1729 pvt->udimm_last_ce_count[0] = new0;
Mauro Carvalho Chehab442305b2009-06-22 22:48:29 -03001730}
1731
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001732/*
1733 * According with tables E-11 and E-12 of chapter E.3.3 of Intel 64 and IA-32
1734 * Architectures Software Developer’s Manual Volume 3B.
Mauro Carvalho Chehabf237fcf2009-07-15 19:53:24 -03001735 * Nehalem are defined as family 0x06, model 0x1a
1736 *
1737 * The MCA registers used here are the following ones:
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001738 * struct mce field MCA Register
Mauro Carvalho Chehabf237fcf2009-07-15 19:53:24 -03001739 * m->status MSR_IA32_MC8_STATUS
1740 * m->addr MSR_IA32_MC8_ADDR
1741 * m->misc MSR_IA32_MC8_MISC
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001742 * In the case of Nehalem, the error information is masked at .status and .misc
1743 * fields
1744 */
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001745static void i7core_mce_output_error(struct mem_ctl_info *mci,
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03001746 const struct mce *m)
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001747{
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001748 struct i7core_pvt *pvt = mci->pvt_info;
Mauro Carvalho Chehaba6395392009-07-17 10:54:23 -03001749 char *type, *optype, *err, *msg;
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001750 unsigned long error = m->status & 0x1ff0000l;
Mauro Carvalho Chehaba6395392009-07-17 10:54:23 -03001751 u32 optypenum = (m->status >> 4) & 0x07;
Mathias Krause8cf2d232011-08-18 09:17:00 +02001752 u32 core_err_cnt = (m->status >> 38) & 0x7fff;
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001753 u32 dimm = (m->misc >> 16) & 0x3;
1754 u32 channel = (m->misc >> 18) & 0x3;
1755 u32 syndrome = m->misc >> 32;
1756 u32 errnum = find_first_bit(&error, 32);
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001757 int csrow;
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001758
Mauro Carvalho Chehabc5d34522009-07-17 10:28:15 -03001759 if (m->mcgstatus & 1)
1760 type = "FATAL";
1761 else
1762 type = "NON_FATAL";
1763
Mauro Carvalho Chehaba6395392009-07-17 10:54:23 -03001764 switch (optypenum) {
Mauro Carvalho Chehabb9905382009-08-05 21:36:35 -03001765 case 0:
1766 optype = "generic undef request";
1767 break;
1768 case 1:
1769 optype = "read error";
1770 break;
1771 case 2:
1772 optype = "write error";
1773 break;
1774 case 3:
1775 optype = "addr/cmd error";
1776 break;
1777 case 4:
1778 optype = "scrubbing error";
1779 break;
1780 default:
1781 optype = "reserved";
1782 break;
Mauro Carvalho Chehaba6395392009-07-17 10:54:23 -03001783 }
1784
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001785 switch (errnum) {
1786 case 16:
1787 err = "read ECC error";
1788 break;
1789 case 17:
1790 err = "RAS ECC error";
1791 break;
1792 case 18:
1793 err = "write parity error";
1794 break;
1795 case 19:
1796 err = "redundacy loss";
1797 break;
1798 case 20:
1799 err = "reserved";
1800 break;
1801 case 21:
1802 err = "memory range error";
1803 break;
1804 case 22:
1805 err = "RTID out of range";
1806 break;
1807 case 23:
1808 err = "address parity error";
1809 break;
1810 case 24:
1811 err = "byte enable parity error";
1812 break;
1813 default:
1814 err = "unknown";
1815 }
1816
Mauro Carvalho Chehabf237fcf2009-07-15 19:53:24 -03001817 /* FIXME: should convert addr into bank and rank information */
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001818 msg = kasprintf(GFP_ATOMIC,
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001819 "%s (addr = 0x%08llx, cpu=%d, Dimm=%d, Channel=%d, "
Mauro Carvalho Chehaba6395392009-07-17 10:54:23 -03001820 "syndrome=0x%08x, count=%d, Err=%08llx:%08llx (%s: %s))\n",
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001821 type, (long long) m->addr, m->cpu, dimm, channel,
Mauro Carvalho Chehaba6395392009-07-17 10:54:23 -03001822 syndrome, core_err_cnt, (long long)m->status,
1823 (long long)m->misc, optype, err);
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001824
1825 debugf0("%s", msg);
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001826
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001827 csrow = pvt->csrow_map[channel][dimm];
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001828
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001829 /* Call the helper to output message */
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001830 if (m->mcgstatus & 1)
1831 edac_mc_handle_fbd_ue(mci, csrow, 0,
1832 0 /* FIXME: should be channel here */, msg);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001833 else if (!pvt->is_registered)
Mauro Carvalho Chehabb4e8f0b2009-09-02 23:49:59 -03001834 edac_mc_handle_fbd_ce(mci, csrow,
1835 0 /* FIXME: should be channel here */, msg);
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001836
1837 kfree(msg);
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001838}
1839
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03001840/*
Mauro Carvalho Chehab87d1d272009-06-22 22:48:29 -03001841 * i7core_check_error Retrieve and process errors reported by the
1842 * hardware. Called by the Core module.
1843 */
1844static void i7core_check_error(struct mem_ctl_info *mci)
1845{
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001846 struct i7core_pvt *pvt = mci->pvt_info;
1847 int i;
1848 unsigned count = 0;
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001849 struct mce *m;
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001850
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001851 /*
1852 * MCE first step: Copy all mce errors into a temporary buffer
1853 * We use a double buffering here, to reduce the risk of
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001854 * losing an error.
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001855 */
1856 smp_rmb();
Mauro Carvalho Chehab321ece42009-10-08 13:11:08 -03001857 count = (pvt->mce_out + MCE_LOG_LEN - pvt->mce_in)
1858 % MCE_LOG_LEN;
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001859 if (!count)
Vernon Mauery8a311e12010-04-16 19:40:19 -03001860 goto check_ce_error;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001861
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001862 m = pvt->mce_outentry;
Mauro Carvalho Chehab321ece42009-10-08 13:11:08 -03001863 if (pvt->mce_in + count > MCE_LOG_LEN) {
1864 unsigned l = MCE_LOG_LEN - pvt->mce_in;
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001865
1866 memcpy(m, &pvt->mce_entry[pvt->mce_in], sizeof(*m) * l);
1867 smp_wmb();
1868 pvt->mce_in = 0;
1869 count -= l;
1870 m += l;
1871 }
1872 memcpy(m, &pvt->mce_entry[pvt->mce_in], sizeof(*m) * count);
1873 smp_wmb();
1874 pvt->mce_in += count;
1875
1876 smp_rmb();
1877 if (pvt->mce_overrun) {
1878 i7core_printk(KERN_ERR, "Lost %d memory errors\n",
1879 pvt->mce_overrun);
1880 smp_wmb();
1881 pvt->mce_overrun = 0;
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001882 }
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001883
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001884 /*
1885 * MCE second step: parse errors and display
1886 */
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001887 for (i = 0; i < count; i++)
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001888 i7core_mce_output_error(mci, &pvt->mce_outentry[i]);
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001889
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001890 /*
1891 * Now, let's increment CE error counts
1892 */
Vernon Mauery8a311e12010-04-16 19:40:19 -03001893check_ce_error:
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001894 if (!pvt->is_registered)
1895 i7core_udimm_check_mc_ecc_err(mci);
1896 else
1897 i7core_rdimm_check_mc_ecc_err(mci);
Mauro Carvalho Chehab87d1d272009-06-22 22:48:29 -03001898}
1899
1900/*
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001901 * i7core_mce_check_error Replicates mcelog routine to get errors
1902 * This routine simply queues mcelog errors, and
1903 * return. The error itself should be handled later
1904 * by i7core_check_error.
Mauro Carvalho Chehab6e103be2009-10-05 09:40:09 -03001905 * WARNING: As this routine should be called at NMI time, extra care should
1906 * be taken to avoid deadlocks, and to be as fast as possible.
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001907 */
Borislav Petkov4140c542011-07-18 11:24:46 -03001908static int i7core_mce_check_error(struct notifier_block *nb, unsigned long val,
1909 void *data)
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001910{
Borislav Petkov4140c542011-07-18 11:24:46 -03001911 struct mce *mce = (struct mce *)data;
1912 struct i7core_dev *i7_dev;
1913 struct mem_ctl_info *mci;
1914 struct i7core_pvt *pvt;
1915
1916 i7_dev = get_i7core_dev(mce->socketid);
1917 if (!i7_dev)
1918 return NOTIFY_BAD;
1919
1920 mci = i7_dev->mci;
1921 pvt = mci->pvt_info;
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001922
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001923 /*
1924 * Just let mcelog handle it if the error is
1925 * outside the memory controller
1926 */
1927 if (((mce->status & 0xffff) >> 7) != 1)
Borislav Petkov4140c542011-07-18 11:24:46 -03001928 return NOTIFY_DONE;
Mauro Carvalho Chehab8a2f1182009-07-15 19:01:08 -03001929
Mauro Carvalho Chehabf237fcf2009-07-15 19:53:24 -03001930 /* Bank 8 registers are the only ones that we know how to handle */
1931 if (mce->bank != 8)
Borislav Petkov4140c542011-07-18 11:24:46 -03001932 return NOTIFY_DONE;
Mauro Carvalho Chehabf237fcf2009-07-15 19:53:24 -03001933
Randy Dunlap3b918c12009-11-08 01:36:40 -02001934#ifdef CONFIG_SMP
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001935 /* Only handle if it is the right mc controller */
Thomas Renninger50340862011-06-22 05:40:06 -03001936 if (mce->socketid != pvt->i7core_dev->socket)
Borislav Petkov4140c542011-07-18 11:24:46 -03001937 return NOTIFY_DONE;
Randy Dunlap3b918c12009-11-08 01:36:40 -02001938#endif
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03001939
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001940 smp_rmb();
Mauro Carvalho Chehab321ece42009-10-08 13:11:08 -03001941 if ((pvt->mce_out + 1) % MCE_LOG_LEN == pvt->mce_in) {
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001942 smp_wmb();
1943 pvt->mce_overrun++;
Borislav Petkov4140c542011-07-18 11:24:46 -03001944 return NOTIFY_DONE;
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001945 }
Mauro Carvalho Chehab6e103be2009-10-05 09:40:09 -03001946
1947 /* Copy memory error at the ringbuffer */
1948 memcpy(&pvt->mce_entry[pvt->mce_out], mce, sizeof(*mce));
Mauro Carvalho Chehabca9c90b2009-10-04 10:15:40 -03001949 smp_wmb();
Mauro Carvalho Chehab321ece42009-10-08 13:11:08 -03001950 pvt->mce_out = (pvt->mce_out + 1) % MCE_LOG_LEN;
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001951
Mauro Carvalho Chehabc5d34522009-07-17 10:28:15 -03001952 /* Handle fatal errors immediately */
1953 if (mce->mcgstatus & 1)
1954 i7core_check_error(mci);
1955
David Sterbae7bf0682010-12-27 16:51:15 +01001956 /* Advise mcelog that the errors were handled */
Borislav Petkov4140c542011-07-18 11:24:46 -03001957 return NOTIFY_STOP;
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03001958}
1959
Borislav Petkov4140c542011-07-18 11:24:46 -03001960static struct notifier_block i7_mce_dec = {
1961 .notifier_call = i7core_mce_check_error,
1962};
1963
Nils Carlson535e9c72011-08-08 06:21:26 -03001964struct memdev_dmi_entry {
1965 u8 type;
1966 u8 length;
1967 u16 handle;
1968 u16 phys_mem_array_handle;
1969 u16 mem_err_info_handle;
1970 u16 total_width;
1971 u16 data_width;
1972 u16 size;
1973 u8 form;
1974 u8 device_set;
1975 u8 device_locator;
1976 u8 bank_locator;
1977 u8 memory_type;
1978 u16 type_detail;
1979 u16 speed;
1980 u8 manufacturer;
1981 u8 serial_number;
1982 u8 asset_tag;
1983 u8 part_number;
1984 u8 attributes;
1985 u32 extended_size;
1986 u16 conf_mem_clk_speed;
1987} __attribute__((__packed__));
1988
1989
1990/*
1991 * Decode the DRAM Clock Frequency, be paranoid, make sure that all
1992 * memory devices show the same speed, and if they don't then consider
1993 * all speeds to be invalid.
1994 */
1995static void decode_dclk(const struct dmi_header *dh, void *_dclk_freq)
1996{
1997 int *dclk_freq = _dclk_freq;
1998 u16 dmi_mem_clk_speed;
1999
2000 if (*dclk_freq == -1)
2001 return;
2002
2003 if (dh->type == DMI_ENTRY_MEM_DEVICE) {
2004 struct memdev_dmi_entry *memdev_dmi_entry =
2005 (struct memdev_dmi_entry *)dh;
2006 unsigned long conf_mem_clk_speed_offset =
2007 (unsigned long)&memdev_dmi_entry->conf_mem_clk_speed -
2008 (unsigned long)&memdev_dmi_entry->type;
2009 unsigned long speed_offset =
2010 (unsigned long)&memdev_dmi_entry->speed -
2011 (unsigned long)&memdev_dmi_entry->type;
2012
2013 /* Check that a DIMM is present */
2014 if (memdev_dmi_entry->size == 0)
2015 return;
2016
2017 /*
2018 * Pick the configured speed if it's available, otherwise
2019 * pick the DIMM speed, or we don't have a speed.
2020 */
2021 if (memdev_dmi_entry->length > conf_mem_clk_speed_offset) {
2022 dmi_mem_clk_speed =
2023 memdev_dmi_entry->conf_mem_clk_speed;
2024 } else if (memdev_dmi_entry->length > speed_offset) {
2025 dmi_mem_clk_speed = memdev_dmi_entry->speed;
2026 } else {
2027 *dclk_freq = -1;
2028 return;
2029 }
2030
2031 if (*dclk_freq == 0) {
2032 /* First pass, speed was 0 */
2033 if (dmi_mem_clk_speed > 0) {
2034 /* Set speed if a valid speed is read */
2035 *dclk_freq = dmi_mem_clk_speed;
2036 } else {
2037 /* Otherwise we don't have a valid speed */
2038 *dclk_freq = -1;
2039 }
2040 } else if (*dclk_freq > 0 &&
2041 *dclk_freq != dmi_mem_clk_speed) {
2042 /*
2043 * If we have a speed, check that all DIMMS are the same
2044 * speed, otherwise set the speed as invalid.
2045 */
2046 *dclk_freq = -1;
2047 }
2048 }
2049}
2050
2051/*
2052 * The default DCLK frequency is used as a fallback if we
2053 * fail to find anything reliable in the DMI. The value
2054 * is taken straight from the datasheet.
2055 */
2056#define DEFAULT_DCLK_FREQ 800
2057
2058static int get_dclk_freq(void)
2059{
2060 int dclk_freq = 0;
2061
2062 dmi_walk(decode_dclk, (void *)&dclk_freq);
2063
2064 if (dclk_freq < 1)
2065 return DEFAULT_DCLK_FREQ;
2066
2067 return dclk_freq;
2068}
2069
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002070/*
2071 * set_sdram_scrub_rate This routine sets byte/sec bandwidth scrub rate
2072 * to hardware according to SCRUBINTERVAL formula
2073 * found in datasheet.
2074 */
2075static int set_sdram_scrub_rate(struct mem_ctl_info *mci, u32 new_bw)
2076{
2077 struct i7core_pvt *pvt = mci->pvt_info;
2078 struct pci_dev *pdev;
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002079 u32 dw_scrub;
2080 u32 dw_ssr;
2081
2082 /* Get data from the MC register, function 2 */
2083 pdev = pvt->pci_mcr[2];
2084 if (!pdev)
2085 return -ENODEV;
2086
2087 pci_read_config_dword(pdev, MC_SCRUB_CONTROL, &dw_scrub);
2088
2089 if (new_bw == 0) {
2090 /* Prepare to disable petrol scrub */
2091 dw_scrub &= ~STARTSCRUB;
2092 /* Stop the patrol scrub engine */
Nils Carlson535e9c72011-08-08 06:21:26 -03002093 write_and_test(pdev, MC_SCRUB_CONTROL,
2094 dw_scrub & ~SCRUBINTERVAL_MASK);
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002095
2096 /* Get current status of scrub rate and set bit to disable */
2097 pci_read_config_dword(pdev, MC_SSRCONTROL, &dw_ssr);
2098 dw_ssr &= ~SSR_MODE_MASK;
2099 dw_ssr |= SSR_MODE_DISABLE;
2100 } else {
Nils Carlson535e9c72011-08-08 06:21:26 -03002101 const int cache_line_size = 64;
2102 const u32 freq_dclk_mhz = pvt->dclk_freq;
2103 unsigned long long scrub_interval;
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002104 /*
2105 * Translate the desired scrub rate to a register value and
Nils Carlson535e9c72011-08-08 06:21:26 -03002106 * program the corresponding register value.
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002107 */
Nils Carlson535e9c72011-08-08 06:21:26 -03002108 scrub_interval = (unsigned long long)freq_dclk_mhz *
Sedat Dilek4fad8092011-09-21 23:44:52 -03002109 cache_line_size * 1000000;
2110 do_div(scrub_interval, new_bw);
Nils Carlson535e9c72011-08-08 06:21:26 -03002111
2112 if (!scrub_interval || scrub_interval > SCRUBINTERVAL_MASK)
2113 return -EINVAL;
2114
2115 dw_scrub = SCRUBINTERVAL_MASK & scrub_interval;
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002116
2117 /* Start the patrol scrub engine */
2118 pci_write_config_dword(pdev, MC_SCRUB_CONTROL,
2119 STARTSCRUB | dw_scrub);
2120
2121 /* Get current status of scrub rate and set bit to enable */
2122 pci_read_config_dword(pdev, MC_SSRCONTROL, &dw_ssr);
2123 dw_ssr &= ~SSR_MODE_MASK;
2124 dw_ssr |= SSR_MODE_ENABLE;
2125 }
2126 /* Disable or enable scrubbing */
2127 pci_write_config_dword(pdev, MC_SSRCONTROL, dw_ssr);
2128
2129 return new_bw;
2130}
2131
2132/*
2133 * get_sdram_scrub_rate This routine convert current scrub rate value
2134 * into byte/sec bandwidth accourding to
2135 * SCRUBINTERVAL formula found in datasheet.
2136 */
2137static int get_sdram_scrub_rate(struct mem_ctl_info *mci)
2138{
2139 struct i7core_pvt *pvt = mci->pvt_info;
2140 struct pci_dev *pdev;
2141 const u32 cache_line_size = 64;
Nils Carlson535e9c72011-08-08 06:21:26 -03002142 const u32 freq_dclk_mhz = pvt->dclk_freq;
2143 unsigned long long scrub_rate;
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002144 u32 scrubval;
2145
2146 /* Get data from the MC register, function 2 */
2147 pdev = pvt->pci_mcr[2];
2148 if (!pdev)
2149 return -ENODEV;
2150
2151 /* Get current scrub control data */
2152 pci_read_config_dword(pdev, MC_SCRUB_CONTROL, &scrubval);
2153
2154 /* Mask highest 8-bits to 0 */
Nils Carlson535e9c72011-08-08 06:21:26 -03002155 scrubval &= SCRUBINTERVAL_MASK;
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002156 if (!scrubval)
2157 return 0;
2158
2159 /* Calculate scrub rate value into byte/sec bandwidth */
Nils Carlson535e9c72011-08-08 06:21:26 -03002160 scrub_rate = (unsigned long long)freq_dclk_mhz *
Sedat Dilek4fad8092011-09-21 23:44:52 -03002161 1000000 * cache_line_size;
2162 do_div(scrub_rate, scrubval);
Nils Carlson535e9c72011-08-08 06:21:26 -03002163 return (int)scrub_rate;
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002164}
2165
2166static void enable_sdram_scrub_setting(struct mem_ctl_info *mci)
2167{
2168 struct i7core_pvt *pvt = mci->pvt_info;
2169 u32 pci_lock;
2170
2171 /* Unlock writes to pci registers */
2172 pci_read_config_dword(pvt->pci_noncore, MC_CFG_CONTROL, &pci_lock);
2173 pci_lock &= ~0x3;
2174 pci_write_config_dword(pvt->pci_noncore, MC_CFG_CONTROL,
2175 pci_lock | MC_CFG_UNLOCK);
2176
2177 mci->set_sdram_scrub_rate = set_sdram_scrub_rate;
2178 mci->get_sdram_scrub_rate = get_sdram_scrub_rate;
2179}
2180
2181static void disable_sdram_scrub_setting(struct mem_ctl_info *mci)
2182{
2183 struct i7core_pvt *pvt = mci->pvt_info;
2184 u32 pci_lock;
2185
2186 /* Lock writes to pci registers */
2187 pci_read_config_dword(pvt->pci_noncore, MC_CFG_CONTROL, &pci_lock);
2188 pci_lock &= ~0x3;
2189 pci_write_config_dword(pvt->pci_noncore, MC_CFG_CONTROL,
2190 pci_lock | MC_CFG_LOCK);
2191}
2192
Hidetoshi Setoa3aa0a42010-08-20 04:25:18 -03002193static void i7core_pci_ctl_create(struct i7core_pvt *pvt)
2194{
2195 pvt->i7core_pci = edac_pci_create_generic_ctl(
2196 &pvt->i7core_dev->pdev[0]->dev,
2197 EDAC_MOD_STR);
2198 if (unlikely(!pvt->i7core_pci))
Mauro Carvalho Chehabf9902f22010-08-21 09:42:05 -03002199 i7core_printk(KERN_WARNING,
2200 "Unable to setup PCI error report via EDAC\n");
Hidetoshi Setoa3aa0a42010-08-20 04:25:18 -03002201}
2202
2203static void i7core_pci_ctl_release(struct i7core_pvt *pvt)
2204{
2205 if (likely(pvt->i7core_pci))
2206 edac_pci_release_generic_ctl(pvt->i7core_pci);
2207 else
2208 i7core_printk(KERN_ERR,
2209 "Couldn't find mem_ctl_info for socket %d\n",
2210 pvt->i7core_dev->socket);
2211 pvt->i7core_pci = NULL;
2212}
2213
Hidetoshi Seto1c6edbb2010-08-20 04:32:33 -03002214static void i7core_unregister_mci(struct i7core_dev *i7core_dev)
2215{
2216 struct mem_ctl_info *mci = i7core_dev->mci;
2217 struct i7core_pvt *pvt;
2218
2219 if (unlikely(!mci || !mci->pvt_info)) {
2220 debugf0("MC: " __FILE__ ": %s(): dev = %p\n",
2221 __func__, &i7core_dev->pdev[0]->dev);
2222
2223 i7core_printk(KERN_ERR, "Couldn't find mci handler\n");
2224 return;
2225 }
2226
2227 pvt = mci->pvt_info;
2228
2229 debugf0("MC: " __FILE__ ": %s(): mci = %p, dev = %p\n",
2230 __func__, mci, &i7core_dev->pdev[0]->dev);
2231
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002232 /* Disable scrubrate setting */
Mauro Carvalho Chehab27100db2011-08-04 21:35:27 -03002233 if (pvt->enable_scrub)
2234 disable_sdram_scrub_setting(mci);
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002235
Borislav Petkov3653ada2011-12-04 15:12:09 +01002236 mce_unregister_decode_chain(&i7_mce_dec);
Hidetoshi Seto1c6edbb2010-08-20 04:32:33 -03002237
2238 /* Disable EDAC polling */
2239 i7core_pci_ctl_release(pvt);
2240
2241 /* Remove MC sysfs nodes */
2242 edac_mc_del_mc(mci->dev);
2243
2244 debugf1("%s: free mci struct\n", mci->ctl_name);
2245 kfree(mci->ctl_name);
2246 edac_mc_free(mci);
2247 i7core_dev->mci = NULL;
2248}
2249
Hidetoshi Setoaace4282010-08-20 04:32:45 -03002250static int i7core_register_mci(struct i7core_dev *i7core_dev)
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002251{
2252 struct mem_ctl_info *mci;
2253 struct i7core_pvt *pvt;
Hidetoshi Setoaace4282010-08-20 04:32:45 -03002254 int rc, channels, csrows;
2255
2256 /* Check the number of active and not disabled channels */
2257 rc = i7core_get_active_channels(i7core_dev->socket, &channels, &csrows);
2258 if (unlikely(rc < 0))
2259 return rc;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03002260
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002261 /* allocate a new MC control structure */
Hidetoshi Setoaace4282010-08-20 04:32:45 -03002262 mci = edac_mc_alloc(sizeof(*pvt), csrows, channels, i7core_dev->socket);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002263 if (unlikely(!mci))
2264 return -ENOMEM;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002265
Mauro Carvalho Chehab3cfd0142010-08-10 23:23:46 -03002266 debugf0("MC: " __FILE__ ": %s(): mci = %p, dev = %p\n",
2267 __func__, mci, &i7core_dev->pdev[0]->dev);
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002268
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002269 pvt = mci->pvt_info;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03002270 memset(pvt, 0, sizeof(*pvt));
Mauro Carvalho Chehab67166af2009-07-15 06:56:23 -03002271
Mauro Carvalho Chehab6d37d242010-08-20 12:48:26 -03002272 /* Associates i7core_dev and mci for future usage */
2273 pvt->i7core_dev = i7core_dev;
2274 i7core_dev->mci = mci;
2275
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -03002276 /*
2277 * FIXME: how to handle RDDR3 at MCI level? It is possible to have
2278 * Mixed RDDR3/UDDR3 with Nehalem, provided that they are on different
2279 * memory channels
2280 */
2281 mci->mtype_cap = MEM_FLAG_DDR3;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002282 mci->edac_ctl_cap = EDAC_FLAG_NONE;
2283 mci->edac_cap = EDAC_FLAG_NONE;
2284 mci->mod_name = "i7core_edac.c";
2285 mci->mod_ver = I7CORE_REVISION;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002286 mci->ctl_name = kasprintf(GFP_KERNEL, "i7 core #%d",
2287 i7core_dev->socket);
2288 mci->dev_name = pci_name(i7core_dev->pdev[0]);
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002289 mci->ctl_page_to_phys = NULL;
Mauro Carvalho Chehab1288c182010-08-10 18:57:01 -03002290
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03002291 /* Store pci devices at mci for faster access */
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002292 rc = mci_bind_devs(mci, i7core_dev);
Mauro Carvalho Chehab41fcb7f2009-06-22 22:48:31 -03002293 if (unlikely(rc < 0))
Hidetoshi Seto628c5dd2010-08-20 04:28:40 -03002294 goto fail0;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03002295
Hidetoshi Seto59398132010-08-20 04:28:25 -03002296 if (pvt->is_registered)
2297 mci->mc_driver_sysfs_attributes = i7core_sysfs_rdimm_attrs;
2298 else
2299 mci->mc_driver_sysfs_attributes = i7core_sysfs_udimm_attrs;
2300
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03002301 /* Get dimm basic config */
Hidetoshi Seto2e5185f2010-08-20 04:32:56 -03002302 get_dimm_config(mci);
Hidetoshi Seto59398132010-08-20 04:28:25 -03002303 /* record ptr to the generic device */
2304 mci->dev = &i7core_dev->pdev[0]->dev;
2305 /* Set the function pointer to an actual operation function */
2306 mci->edac_check = i7core_check_error;
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03002307
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002308 /* Enable scrubrate setting */
Mauro Carvalho Chehab27100db2011-08-04 21:35:27 -03002309 if (pvt->enable_scrub)
2310 enable_sdram_scrub_setting(mci);
Samuel Gabrielssone8b6a122011-03-30 10:21:23 -03002311
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002312 /* add this new MC control structure to EDAC's list of MCs */
Mauro Carvalho Chehabb7c76152009-06-22 22:48:30 -03002313 if (unlikely(edac_mc_add_mc(mci))) {
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002314 debugf0("MC: " __FILE__
2315 ": %s(): failed edac_mc_add_mc()\n", __func__);
2316 /* FIXME: perhaps some code should go here that disables error
2317 * reporting if we just enabled it
2318 */
Mauro Carvalho Chehabb7c76152009-06-22 22:48:30 -03002319
2320 rc = -EINVAL;
Hidetoshi Seto628c5dd2010-08-20 04:28:40 -03002321 goto fail0;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002322 }
2323
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03002324 /* Default error mask is any memory */
Mauro Carvalho Chehabef708b52009-06-22 22:48:30 -03002325 pvt->inject.channel = 0;
Mauro Carvalho Chehab194a40f2009-06-22 22:48:28 -03002326 pvt->inject.dimm = -1;
2327 pvt->inject.rank = -1;
2328 pvt->inject.bank = -1;
2329 pvt->inject.page = -1;
2330 pvt->inject.col = -1;
2331
Hidetoshi Setoa3aa0a42010-08-20 04:25:18 -03002332 /* allocating generic PCI control info */
2333 i7core_pci_ctl_create(pvt);
2334
Nils Carlson535e9c72011-08-08 06:21:26 -03002335 /* DCLK for scrub rate setting */
2336 pvt->dclk_freq = get_dclk_freq();
2337
Borislav Petkov3653ada2011-12-04 15:12:09 +01002338 mce_register_decode_chain(&i7_mce_dec);
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002339
Hidetoshi Seto628c5dd2010-08-20 04:28:40 -03002340 return 0;
2341
Hidetoshi Seto628c5dd2010-08-20 04:28:40 -03002342fail0:
2343 kfree(mci->ctl_name);
2344 edac_mc_free(mci);
Hidetoshi Seto1c6edbb2010-08-20 04:32:33 -03002345 i7core_dev->mci = NULL;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002346 return rc;
2347}
2348
2349/*
2350 * i7core_probe Probe for ONE instance of device to see if it is
2351 * present.
2352 * return:
2353 * 0 for FOUND a device
2354 * < 0 for error code
2355 */
Mauro Carvalho Chehab2d95d812010-06-30 01:42:21 -03002356
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002357static int __devinit i7core_probe(struct pci_dev *pdev,
2358 const struct pci_device_id *id)
2359{
Mauro Carvalho Chehab40557592010-11-30 08:14:30 -02002360 int rc, count = 0;
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002361 struct i7core_dev *i7core_dev;
2362
Mauro Carvalho Chehab2d95d812010-06-30 01:42:21 -03002363 /* get the pci devices we want to reserve for our use */
2364 mutex_lock(&i7core_edac_lock);
2365
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002366 /*
Mauro Carvalho Chehabd4c27792009-09-05 04:12:02 -03002367 * All memory controllers are allocated at the first pass.
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002368 */
Mauro Carvalho Chehab2d95d812010-06-30 01:42:21 -03002369 if (unlikely(probed >= 1)) {
2370 mutex_unlock(&i7core_edac_lock);
Mauro Carvalho Chehab76a7bd82010-10-24 11:36:19 -02002371 return -ENODEV;
Mauro Carvalho Chehab2d95d812010-06-30 01:42:21 -03002372 }
2373 probed++;
Mauro Carvalho Chehabde06eee2009-10-14 08:02:40 -03002374
Hidetoshi Seto64c10f62010-08-20 04:28:14 -03002375 rc = i7core_get_all_devices();
Mauro Carvalho Chehabf4742942009-09-05 02:35:08 -03002376 if (unlikely(rc < 0))
2377 goto fail0;
2378
2379 list_for_each_entry(i7core_dev, &i7core_edac_list, list) {
Mauro Carvalho Chehab40557592010-11-30 08:14:30 -02002380 count++;
Hidetoshi Setoaace4282010-08-20 04:32:45 -03002381 rc = i7core_register_mci(i7core_dev);
Mauro Carvalho Chehabd4c27792009-09-05 04:12:02 -03002382 if (unlikely(rc < 0))
2383 goto fail1;
Mauro Carvalho Chehabd5381642009-07-09 22:06:41 -03002384 }
2385
Mauro Carvalho Chehab40557592010-11-30 08:14:30 -02002386 /*
2387 * Nehalem-EX uses a different memory controller. However, as the
2388 * memory controller is not visible on some Nehalem/Nehalem-EP, we
2389 * need to indirectly probe via a X58 PCI device. The same devices
2390 * are found on (some) Nehalem-EX. So, on those machines, the
2391 * probe routine needs to return -ENODEV, as the actual Memory
2392 * Controller registers won't be detected.
2393 */
2394 if (!count) {
2395 rc = -ENODEV;
2396 goto fail1;
2397 }
2398
2399 i7core_printk(KERN_INFO,
2400 "Driver loaded, %d memory controller(s) found.\n",
2401 count);
Mauro Carvalho Chehab8f331902009-06-22 22:48:29 -03002402
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03002403 mutex_unlock(&i7core_edac_lock);
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002404 return 0;
2405
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03002406fail1:
Mauro Carvalho Chehab88ef5ea2010-08-20 15:39:38 -03002407 list_for_each_entry(i7core_dev, &i7core_edac_list, list)
2408 i7core_unregister_mci(i7core_dev);
2409
Mauro Carvalho Chehab13d6e9b2009-09-05 12:15:20 -03002410 i7core_put_all_devices();
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03002411fail0:
2412 mutex_unlock(&i7core_edac_lock);
Mauro Carvalho Chehabb7c76152009-06-22 22:48:30 -03002413 return rc;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002414}
2415
2416/*
2417 * i7core_remove destructor for one instance of device
2418 *
2419 */
2420static void __devexit i7core_remove(struct pci_dev *pdev)
2421{
Hidetoshi Seto64c10f62010-08-20 04:28:14 -03002422 struct i7core_dev *i7core_dev;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002423
2424 debugf0(__FILE__ ": %s()\n", __func__);
2425
Mauro Carvalho Chehab22e6bcb2009-09-05 23:06:50 -03002426 /*
2427 * we have a trouble here: pdev value for removal will be wrong, since
2428 * it will point to the X58 register used to detect that the machine
2429 * is a Nehalem or upper design. However, due to the way several PCI
2430 * devices are grouped together to provide MC functionality, we need
2431 * to use a different method for releasing the devices
2432 */
Mauro Carvalho Chehab87d1d272009-06-22 22:48:29 -03002433
Mauro Carvalho Chehab66607702009-09-05 00:52:11 -03002434 mutex_lock(&i7core_edac_lock);
Hidetoshi Seto71fe0172010-08-20 04:29:47 -03002435
2436 if (unlikely(!probed)) {
2437 mutex_unlock(&i7core_edac_lock);
2438 return;
2439 }
2440
Mauro Carvalho Chehab88ef5ea2010-08-20 15:39:38 -03002441 list_for_each_entry(i7core_dev, &i7core_edac_list, list)
2442 i7core_unregister_mci(i7core_dev);
Hidetoshi Seto64c10f62010-08-20 04:28:14 -03002443
2444 /* Release PCI resources */
2445 i7core_put_all_devices();
2446
Mauro Carvalho Chehab2d95d812010-06-30 01:42:21 -03002447 probed--;
2448
Mauro Carvalho Chehab22e6bcb2009-09-05 23:06:50 -03002449 mutex_unlock(&i7core_edac_lock);
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002450}
2451
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002452MODULE_DEVICE_TABLE(pci, i7core_pci_tbl);
2453
2454/*
2455 * i7core_driver pci_driver structure for this module
2456 *
2457 */
2458static struct pci_driver i7core_driver = {
2459 .name = "i7core_edac",
2460 .probe = i7core_probe,
2461 .remove = __devexit_p(i7core_remove),
2462 .id_table = i7core_pci_tbl,
2463};
2464
2465/*
2466 * i7core_init Module entry function
2467 * Try to initialize this module for its devices
2468 */
2469static int __init i7core_init(void)
2470{
2471 int pci_rc;
2472
2473 debugf2("MC: " __FILE__ ": %s()\n", __func__);
2474
2475 /* Ensure that the OPSTATE is set correctly for POLL or NMI */
2476 opstate_init();
2477
Mauro Carvalho Chehab54a08ab2010-08-19 15:51:00 -03002478 if (use_pci_fixup)
2479 i7core_xeon_pci_fixup(pci_dev_table);
Keith Manntheybc2d7242009-09-03 00:05:05 -03002480
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002481 pci_rc = pci_register_driver(&i7core_driver);
2482
Mauro Carvalho Chehab3ef288a2009-09-02 23:43:33 -03002483 if (pci_rc >= 0)
2484 return 0;
2485
2486 i7core_printk(KERN_ERR, "Failed to register device with error %d.\n",
2487 pci_rc);
2488
2489 return pci_rc;
Mauro Carvalho Chehaba0c36a12009-06-22 22:41:15 -03002490}
2491
2492/*
2493 * i7core_exit() Module exit function
2494 * Unregister the driver
2495 */
2496static void __exit i7core_exit(void)
2497{
2498 debugf2("MC: " __FILE__ ": %s()\n", __func__);
2499 pci_unregister_driver(&i7core_driver);
2500}
2501
2502module_init(i7core_init);
2503module_exit(i7core_exit);
2504
2505MODULE_LICENSE("GPL");
2506MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>");
2507MODULE_AUTHOR("Red Hat Inc. (http://www.redhat.com)");
2508MODULE_DESCRIPTION("MC Driver for Intel i7 Core memory controllers - "
2509 I7CORE_REVISION);
2510
2511module_param(edac_op_state, int, 0444);
2512MODULE_PARM_DESC(edac_op_state, "EDAC Error Reporting state: 0=Poll,1=NMI");