Skip to content

Commit

Permalink
sb_edac: add support for Haswell based systems
Browse files Browse the repository at this point in the history
Haswell memory controllers are very similar to Ivy Bridge and Sandy Bridge
ones. This patch adds support to Haswell based systems.

[[email protected]: Fix CodingStyle issues]
Cc: Tony Luck <[email protected]>
Signed-off-by: Aristeu Rozanski <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
aristeu authored and mchehab committed Jun 26, 2014
1 parent c41afdc commit 50d1bb9
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 26 deletions.
4 changes: 2 additions & 2 deletions drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ config EDAC_I7300
Clarksboro MCH (Intel 7300 chipset).

config EDAC_SBRIDGE
tristate "Intel Sandy-Bridge/Ivy-Bridge Integrated MC"
tristate "Intel Sandy-Bridge/Ivy-Bridge/Haswell Integrated MC"
depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL
depends on PCI_MMCONFIG
help
Support for error detection and correction the Intel
Sandy Bridge and Ivy Bridge Integrated Memory Controllers.
Sandy Bridge, Ivy Bridge and Haswell Integrated Memory Controllers.

config EDAC_MPC85XX
tristate "Freescale MPC83xx / MPC85xx"
Expand Down
Loading

0 comments on commit 50d1bb9

Please sign in to comment.