mbox series

[0/2] EDAC/{igen6,i10nm}: Add EDAC support for two Intel CPUs

Message ID 20240129062040.60809-1-qiuxu.zhuo@intel.com (mailing list archive)
Headers show
Series EDAC/{igen6,i10nm}: Add EDAC support for two Intel CPUs | expand

Message

Zhuo, Qiuxu Jan. 29, 2024, 6:20 a.m. UTC
Both patches solely add CPU IDs for EDAC support.

- Part1: Add a new Alder Lake-N SoC compute die ID for EDAC support.
- Part2: Add the Grand Ridge (micro-server) CPU model ID for EDAC support.

Lili Li (1):
  EDAC/igen6: Add one more Intel Alder Lake-N SoC support

Qiuxu Zhuo (1):
  EDAC/i10nm: Add Intel Grand Ridge micro-server support

 drivers/edac/i10nm_base.c | 1 +
 drivers/edac/igen6_edac.c | 2 ++
 2 files changed, 3 insertions(+)


base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d

Comments

Ricardo Neri Jan. 30, 2024, 2:45 a.m. UTC | #1
On Mon, Jan 29, 2024 at 02:20:38PM +0800, Qiuxu Zhuo wrote:
> Both patches solely add CPU IDs for EDAC support.
> 
> - Part1: Add a new Alder Lake-N SoC compute die ID for EDAC support.
> - Part2: Add the Grand Ridge (micro-server) CPU model ID for EDAC support.
> 
> Lili Li (1):
>   EDAC/igen6: Add one more Intel Alder Lake-N SoC support
> 
> Qiuxu Zhuo (1):
>   EDAC/i10nm: Add Intel Grand Ridge micro-server support
> 
>  drivers/edac/i10nm_base.c | 1 +
>  drivers/edac/igen6_edac.c | 2 ++
>  2 files changed, 3 insertions(+)

For the whole series,

Tested-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Luck, Tony Feb. 1, 2024, 8:47 p.m. UTC | #2
> Both patches solely add CPU IDs for EDAC support.
>
> - Part1: Add a new Alder Lake-N SoC compute die ID for EDAC support.
> - Part2: Add the Grand Ridge (micro-server) CPU model ID for EDAC support.
>
> Lili Li (1):
>   EDAC/igen6: Add one more Intel Alder Lake-N SoC support
>
> Qiuxu Zhuo (1):
>   EDAC/i10nm: Add Intel Grand Ridge micro-server support

Applied both patches.

Thanks

-Tony