[PATCH 2/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-06-01 14:39:29
Also in:
linux-devicetree
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-06-01 14:39:29
Also in:
linux-devicetree
On Friday 29 May 2015 16:04:34 Loc Ho wrote:
+static void xgene_edac_soc_check(struct edac_device_ctl_info *edac_dev)
+{
+ struct xgene_edac_dev_ctx *ctx = edac_dev->pvt_info;
+ static const char * const mem_err_ip[] = {
+ "10GbE0",
+ "10GbE1",
+ "Security",
+ "SATA45",
+ "SATA23/ETH23",
+ "SATA01/ETH01",
+ "USB1",
+ "USB0",
+ "QML",
+ "QM0",
+ "QM1 (XGbE01)",
+ "PCIE4",This list seems a little too hardware specific, I'd assume that the numbers get a different meaning with the xgene2. Arnd