amd64_edac: Add F15h M60h support
authorAravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Thu, 30 Oct 2014 11:16:09 +0000 (12:16 +0100)
committerBorislav Petkov <bp@suse.de>
Thu, 30 Oct 2014 12:42:48 +0000 (13:42 +0100)
commita597d2a5d9820dbbadd70583170c48c7290427df
tree95b92ca110f29c6d66d9f0d9b0b0eacf06616959
parent5c43cbdf78b55f9de3e3e9546c9f4e909d1d31be
amd64_edac: Add F15h M60h support

This patch adds support for ECC error decoding for F15h M60h processor.
Aside from the usual changes, the patch adds support for some new features
in the processor:
 - DDR4(unbuffered, registered); LRDIMM DDR3 support
   - relevant debug messages have been modified/added to report these
     memory types
 - new dbam_to_cs mappers
   - if (F15h M60h && LRDIMM); we need a 'multiplier' value to find
     cs_size. This multiplier value is obtained from the per-dimm
     DCSM register. So, change the interface to accept a 'cs_mask_nr'
     value to facilitate this calculation
 - switch-casing determine_memory_type()
   - done to cleanse the function of too many if-else statements
     and improve readability
   - This is now called early in read_mc_regs() to cache dram_type

Misc cleanup:
 - amd64_pci_table[] is condensed by using PCI_VDEVICE macro.

Testing details:
Tested the patch by injecting 'ECC' type errors using mce_amd_inj
and error decoding works fine.

Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Link: http://lkml.kernel.org/r/1414617483-4941-1-git-send-email-Aravind.Gopalakrishnan@amd.com
[ Boris: determine_memory_type() cleanups ]
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/amd64_edac.c
drivers/edac/amd64_edac.h
This page took 0.485341 seconds and 5 git commands to generate.