mbox series

[0/5] EDAC/Intel: Intel EDAC driver updates for "near" memory and new CPUs

Message ID 20230113032802.41752-1-qiuxu.zhuo@intel.com (mailing list archive)
Headers show
Series EDAC/Intel: Intel EDAC driver updates for "near" memory and new CPUs | expand

Message

Zhuo, Qiuxu Jan. 13, 2023, 3:27 a.m. UTC
Patch 1: Enable EDAC support for "near" memory (e.g., HBM used as
         cache for DDR) for Intel servers.

Patch 2: Clean up some unreachable code after applying Patch 1.

Patch 3: Add EDAC support for Intel Emerald Rapids server.

Patch 4: Make common configurations used in i10nm_edac CPU model specific.
         Prepare for Patch 5.

Patch 5: Add EDAC support for Intel Granite Rapids server.

Qiuxu Zhuo (5):
  EDAC/skx_common: Enable EDAC support for the "near" memory
  EDAC/skx_common: Delete duplicated and unreachable code
  EDAC/i10nm: Add Intel Emerald Rapids server support
  EDAC/i10nm: Make more configurations CPU model specific
  EDAC/i10nm: Add Intel Granite Rapids server support

 drivers/edac/i10nm_base.c | 357 ++++++++++++++++++++++++++++++++------
 drivers/edac/skx_common.c |  76 ++++----
 drivers/edac/skx_common.h |  61 ++++++-
 3 files changed, 390 insertions(+), 104 deletions(-)


base-commit: b7bfaa761d760e72a969d116517eaa12e404c262

Comments

Luck, Tony Jan. 25, 2023, 4:49 p.m. UTC | #1
> Patch 1: Enable EDAC support for "near" memory (e.g., HBM used as
>          cache for DDR) for Intel servers.
>
> Patch 2: Clean up some unreachable code after applying Patch 1.
>
> Patch 3: Add EDAC support for Intel Emerald Rapids server.
>
> Patch 4: Make common configurations used in i10nm_edac CPU model specific.
>          Prepare for Patch 5.
>
> Patch 5: Add EDAC support for Intel Granite Rapids server.

Series applied to ras tree (edac-drivers branch) with a couple of spelling fixes.

Thanks

-Tony