[PATCH 0/3] EDAC: Add three Intel CPUs for EDAC support

Qiuxu Zhuo posted 3 patches 3 months ago
drivers/edac/i10nm_base.c   | 12 +++++++++++-
drivers/edac/ie31200_edac.c |  4 ++++
drivers/edac/igen6_edac.c   | 15 +++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
[PATCH 0/3] EDAC: Add three Intel CPUs for EDAC support
Posted by Qiuxu Zhuo 3 months ago
Add EDAC support for three Intel CPUs: 

  - Patch 1: Wildcat Lake SoCs with In-Band ECC.
  - Patch 2: Granite Rapids-D for micro-server and edge computing applications.
  - Patch 3: Raptor Lake HX series SoCs with Out-of-Band ECC.

This patch series is on top of RAS edac-drivers branch.

Lili Li (1):
  EDAC/igen6: Add Intel Wildcat Lake SoCs support

Qiuxu Zhuo (2):
  EDAC/i10nm: Add Intel Granite Rapids-D support
  EDAC/ie31200: Add Intel Raptor Lake-HX SoCs support

 drivers/edac/i10nm_base.c   | 12 +++++++++++-
 drivers/edac/ie31200_edac.c |  4 ++++
 drivers/edac/igen6_edac.c   | 15 +++++++++++++++
 3 files changed, 30 insertions(+), 1 deletion(-)


base-commit: 815703e2ecdf091a724c16671aadd8c55de24878
-- 
2.43.0
Re: [PATCH 0/3] EDAC: Add three Intel CPUs for EDAC support
Posted by Luck, Tony 3 months ago
On Fri, Jul 04, 2025 at 11:16:06PM +0800, Qiuxu Zhuo wrote:
> Add EDAC support for three Intel CPUs: 
> 
>   - Patch 1: Wildcat Lake SoCs with In-Band ECC.
>   - Patch 2: Granite Rapids-D for micro-server and edge computing applications.
>   - Patch 3: Raptor Lake HX series SoCs with Out-of-Band ECC.
> 
> This patch series is on top of RAS edac-drivers branch.
> 
> Lili Li (1):
>   EDAC/igen6: Add Intel Wildcat Lake SoCs support
> 
> Qiuxu Zhuo (2):
>   EDAC/i10nm: Add Intel Granite Rapids-D support
>   EDAC/ie31200: Add Intel Raptor Lake-HX SoCs support
> 
>  drivers/edac/i10nm_base.c   | 12 +++++++++++-
>  drivers/edac/ie31200_edac.c |  4 ++++
>  drivers/edac/igen6_edac.c   | 15 +++++++++++++++
>  3 files changed, 30 insertions(+), 1 deletion(-)

Added all three to RAS tree, branch edac-drivers.

Thanks

-Tony
RE: [PATCH 0/3] EDAC: Add three Intel CPUs for EDAC support
Posted by Zhuo, Qiuxu 3 months ago
> From: Luck, Tony <tony.luck@intel.com>
> [...]
> Subject: Re: [PATCH 0/3] EDAC: Add three Intel CPUs for EDAC support
> 
> On Fri, Jul 04, 2025 at 11:16:06PM +0800, Qiuxu Zhuo wrote:
> > Add EDAC support for three Intel CPUs:
> >
> >   - Patch 1: Wildcat Lake SoCs with In-Band ECC.
> >   - Patch 2: Granite Rapids-D for micro-server and edge computing
> applications.
> >   - Patch 3: Raptor Lake HX series SoCs with Out-of-Band ECC.
> >
> > This patch series is on top of RAS edac-drivers branch.
> >
> > Lili Li (1):
> >   EDAC/igen6: Add Intel Wildcat Lake SoCs support
> >
> > Qiuxu Zhuo (2):
> >   EDAC/i10nm: Add Intel Granite Rapids-D support
> >   EDAC/ie31200: Add Intel Raptor Lake-HX SoCs support
> >
> >  drivers/edac/i10nm_base.c   | 12 +++++++++++-
> >  drivers/edac/ie31200_edac.c |  4 ++++
> >  drivers/edac/igen6_edac.c   | 15 +++++++++++++++
> >  3 files changed, 30 insertions(+), 1 deletion(-)
> 
> Added all three to RAS tree, branch edac-drivers.

Thanks Tony.