[PATCH 00/11] EDAC/ie31200: Add EDAC support for Intel Raptor Lake-S SoCs
From: Qiuxu Zhuo
Date: Tue Feb 25 2025 - 21:07:55 EST
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
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: b3205f5a415b88d73b18130af1bacefd876de8bf
--
2.17.1