mbox series

[v2,0/4] Few cleanups and AMD Family 19h Models 90h-9fh EDAC Support

Message ID 20231025051455.101424-1-muralimk@amd.com (mailing list archive)
Headers show
Series Few cleanups and AMD Family 19h Models 90h-9fh EDAC Support | expand

Message

M K, Muralidhara Oct. 25, 2023, 5:14 a.m. UTC
From: Muralidhara M K <muralidhara.mk@amd.com>

Remove SMCA Error decoding and Support for AMD Family 19h Models 90h-9fh.

The below patchset is based on previously submitted changes
https://lore.kernel.org/linux-edac/20230720125425.3735538-1-muralimk@amd.com/T/#mbed00e5d997e8c39a8f2b6b82c73feff2419280a

Patch 1:
Remove SMCA Extended Error code descriptions, because some of the
existing bit definitions in the CTL register of SMCA bank type are
reassigned without defining new HWID and McaType.

Patch 2:
Add New SMCA bank types MALL, USR_DP, USR_CP.

Patch 3:
Add HBM3 memory in the enum.

Patch 4:
Add Family 19h and Models 90h-9fh Enumeration support.

Muralidhara M K (4):
  EDAC/mce_amd: Remove SMCA Extended Error code descriptions
  x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank types
  EDAC/mc: Add new HBM3 memory type
  EDAC/amd64: Add Family 19h Models 90h ~ 9fh enumeration support

 arch/x86/include/asm/mce.h    |   3 +
 arch/x86/kernel/cpu/mce/amd.c |   6 +
 drivers/edac/amd64_edac.c     |  69 ++++-
 drivers/edac/edac_mc.c        |   1 +
 drivers/edac/mce_amd.c        | 480 ----------------------------------
 include/linux/edac.h          |   3 +
 6 files changed, 70 insertions(+), 492 deletions(-)