From: Ralf Baechle Date: Tue, 16 Oct 2012 22:39:09 +0000 (+0200) Subject: MIPS: Cavium: Add EDAC support. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~15^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65aad41772f6a0022e9763fe06f47604449964c;p=pandora-kernel.git MIPS: Cavium: Add EDAC support. Drivers for EDAC on Cavium. Supported subsystems are: o CPU primary caches. These are parity protected only, so only error reporting. o Second level cache - ECC protected, provides SECDED. o Memory: ECC / SECDEC if used with suitable DRAM modules. The driver will will only initialize if ECC is enabled on a system so is safe to run on non-ECC memory. o PCI: Parity error reporting Since it is very hard to test this sort of code the implementation is very conservative and uses polling where possible for now. Signed-off-by: Ralf Baechle Reviewed-by: Borislav Petkov --- Reading git-diff-tree failed