[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250310011411.31685-1-qiuxu.zhuo@intel.com>
Date: Mon, 10 Mar 2025 09:14:00 +0800
From: Qiuxu Zhuo <qiuxu.zhuo@...el.com>
To: Tony Luck <tony.luck@...el.com>,
Borislav Petkov <bp@...en8.de>,
Jason Baron <jbaron@...mai.com>
Cc: Qiuxu Zhuo <qiuxu.zhuo@...el.com>,
James Morse <james.morse@....com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Robert Richter <rric@...nel.org>,
Gary Wang <gary.c.wang@...el.com>,
Yi Lai <yi1.lai@...el.com>,
linux-edac@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 00/11] Add EDAC support for Intel Raptor Lake-S SoCs
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
Powered by blists - more mailing lists