]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Cavium: Add EDAC support.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 16 Oct 2012 22:39:09 +0000 (00:39 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 22 Oct 2012 07:03:09 +0000 (09:03 +0200)
commit794f7f5f0122c9fd36f27049a0b3674c79217432
treea8f490673197ae822901f91540b930809dd9ef29
parente2780f65d7a5a66574903fd696e3918ebf325127
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 <ralf@linux-mips.org>
Reviewed-by: Borislav Petkov <borislav.petkov@amd.com>
12 files changed:
MAINTAINERS
arch/mips/Kconfig
arch/mips/cavium-octeon/setup.c
arch/mips/mm/c-octeon.c
arch/mips/pci/pci-octeon.c
drivers/edac/Kconfig
drivers/edac/Makefile
drivers/edac/octeon_edac-l2c.c [new file with mode: 0644]
drivers/edac/octeon_edac-lmc.c [new file with mode: 0644]
drivers/edac/octeon_edac-lmc.h [new file with mode: 0644]
drivers/edac/octeon_edac-pc.c [new file with mode: 0644]
drivers/edac/octeon_edac-pci.c [new file with mode: 0644]