Linux EDAC development
 help / color / mirror / Atom feed
From: Devang Vyas <devangnayanbhai.vyas@amd.com>
To: <yazen.ghannam@amd.com>, <bp@alien8.de>, <tony.luck@intel.com>,
	<linux-edac@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: Devang Vyas <devangnayanbhai.vyas@amd.com>,
	Ramesh Garidapuri <ramesh.garidapuri@amd.com>
Subject: [PATCH v2] EDAC/amd64: Add support for family 19h, models 40h-4fh
Date: Sun, 30 Nov 2025 15:51:11 +0530	[thread overview]
Message-ID: <20251130102111.1180875-1-devangnayanbhai.vyas@amd.com> (raw)

Enable AMD EDAC driver for AMD SoC family 19h with
models 40h-4fh to support Ryzen 6000 CPUs/APUs
("Rembrandt"), which provides kernel-level
infrastructure needed for RAS (Reliability, Availability
and Serviceability) features.

Added changes enhance the ability to detect and
report memory errors on systems that utilize AMD SoCs
from the specified family. There are 4 memory controllers
supported by Rembrandt which enables proper error reporting
and RAS testing on specified AMD SoCs.

AMD EDAC linux driver interfaces directly with the hardware-
error reporting mechanism present in AMD platform, otherwise
these errors would not be surfaced through the standard Linux
EDAC framework and RAS validation workflows would be
incomplete.

Co-developed-by: Ramesh Garidapuri <ramesh.garidapuri@amd.com>
Signed-off-by: Ramesh Garidapuri <ramesh.garidapuri@amd.com>
Signed-off-by: Devang Vyas <devangnayanbhai.vyas@amd.com>
---

Changes since v1:
- Addressed review comment related to commit message which
  adds detailed information on why AMD EDAC driver is essential
  to load on AMD SoC.

 drivers/edac/amd64_edac.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
index 2391f3469961..6cf0b6d7b5ec 100644
--- a/drivers/edac/amd64_edac.c
+++ b/drivers/edac/amd64_edac.c
@@ -3863,6 +3863,9 @@ static int per_family_init(struct amd64_pvt *pvt)
 				pvt->max_mcs		= 8;
 			}
 			break;
+		case 0x40 ... 0x4f:
+			pvt->max_mcs			= 4;
+			break;
 		case 0x60 ... 0x6f:
 			pvt->flags.zn_regs_v2		= 1;
 			break;
-- 
2.25.1


             reply	other threads:[~2025-11-30 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-30 10:21 Devang Vyas [this message]
2025-11-30 11:21 ` [PATCH v2] EDAC/amd64: Add support for family 19h, models 40h-4fh Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251130102111.1180875-1-devangnayanbhai.vyas@amd.com \
    --to=devangnayanbhai.vyas@amd.com \
    --cc=bp@alien8.de \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ramesh.garidapuri@amd.com \
    --cc=tony.luck@intel.com \
    --cc=yazen.ghannam@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox