| From: |
| Qiuxu Zhuo <qiuxu.zhuo-AT-intel.com> |
| To: |
| Tony Luck <tony.luck-AT-intel.com>, Borislav Petkov <bp-AT-alien8.de>, Jason Baron <jbaron-AT-akamai.com> |
| Subject: |
| [PATCH v2 00/11] Add EDAC support for Intel Raptor Lake-S SoCs |
| Date: |
| Mon, 10 Mar 2025 09:14:00 +0800 |
| Message-ID: |
| <20250310011411.31685-1-qiuxu.zhuo@intel.com> |
| Cc: |
| Qiuxu Zhuo <qiuxu.zhuo-AT-intel.com>, James Morse <james.morse-AT-arm.com>, Mauro Carvalho Chehab <mchehab-AT-kernel.org>, Robert Richter <rric-AT-kernel.org>, Gary Wang <gary.c.wang-AT-intel.com>, Yi Lai <yi1.lai-AT-intel.com>, linux-edac-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
This series refactors the ie31200_edac driver to add EDAC support for Intel
client SoCs with multiple memory controllers and out-of-band ECC capability.
The first SoC with multiple memory controllers to be added is Raptor Lake-S.
Patch 0001 ~ 0005: Bug fixes and cleanup.
Patch 0006 ~ 0009: Refactor and make resource data configurable.
Patch 0010 ~ 0011: Add EDAC support for Raptor Lake-S.
This series is on top of:
https://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git edac-for-next
Changes in v2:
- 0001 ~ 0010 : No changes.
- 0011 : 1) Update the commit message to clarify that the
correctable memory errors of RPL-S are notified
via CMCI, not by #MC.
2) Update the configuration field: s/machine_check/cmci/
Qiuxu Zhuo (11):
EDAC/ie31200: Fix the size of EDAC_MC_LAYER_CHIP_SELECT layer
EDAC/ie31200: Fix the DIMM size mask for several SoCs
EDAC/ie31200: Fix the error path order of ie31200_init()
EDAC/ie31200: Fix the 3rd parameter name of *populate_dimm_info()
EDAC/ie31200: Simplify the pci_device_id table
EDAC/ie31200: Make the memory controller resources configurable
EDAC/ie31200: Make struct dimm_data contain decoded information
EDAC/ie31200: Fold the two channel loops into one loop
EDAC/ie31200: Break up ie31200_probe1()
EDAC/ie31200: Add Intel Raptor Lake-S SoCs support
EDAC/ie31200: Switch Raptor Lake-S to interrupt mode
drivers/edac/Kconfig | 2 +-
drivers/edac/ie31200_edac.c | 637 ++++++++++++++++++++++--------------
2 files changed, 387 insertions(+), 252 deletions(-)
base-commit: 079b06b8b3a057b0f04381b4144602577f875080
--
2.17.1