* [PATCH 1/1] EDAC/i10nm: Add Intel Clearwater Forest server support
@ 2024-12-03 2:20 Qiuxu Zhuo
2024-12-09 19:22 ` Luck, Tony
0 siblings, 1 reply; 2+ messages in thread
From: Qiuxu Zhuo @ 2024-12-03 2:20 UTC (permalink / raw)
To: Tony Luck
Cc: Qiuxu Zhuo, Borislav Petkov, James Morse, Mauro Carvalho Chehab,
Robert Richter, Yi Lai, linux-edac, linux-kernel
Clearwater Forest is the successor to Sierra Forest. Add Clearwater
Forest CPU model ID for EDAC support.
Tested-by: Yi Lai <yi1.lai@intel.com>
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
---
drivers/edac/i10nm_base.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/edac/i10nm_base.c b/drivers/edac/i10nm_base.c
index 51556c72a967..5e18ddbbb8a5 100644
--- a/drivers/edac/i10nm_base.c
+++ b/drivers/edac/i10nm_base.c
@@ -948,6 +948,7 @@ static const struct x86_cpu_id i10nm_cpuids[] = {
X86_MATCH_VFM_STEPPINGS(INTEL_GRANITERAPIDS_X, X86_STEPPINGS(0x0, 0xf), &gnr_cfg),
X86_MATCH_VFM_STEPPINGS(INTEL_ATOM_CRESTMONT_X, X86_STEPPINGS(0x0, 0xf), &gnr_cfg),
X86_MATCH_VFM_STEPPINGS(INTEL_ATOM_CRESTMONT, X86_STEPPINGS(0x0, 0xf), &gnr_cfg),
+ X86_MATCH_VFM_STEPPINGS(INTEL_ATOM_DARKMONT_X, X86_STEPPINGS(0x0, 0xf), &gnr_cfg),
{}
};
MODULE_DEVICE_TABLE(x86cpu, i10nm_cpuids);
base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] EDAC/i10nm: Add Intel Clearwater Forest server support
2024-12-03 2:20 [PATCH 1/1] EDAC/i10nm: Add Intel Clearwater Forest server support Qiuxu Zhuo
@ 2024-12-09 19:22 ` Luck, Tony
0 siblings, 0 replies; 2+ messages in thread
From: Luck, Tony @ 2024-12-09 19:22 UTC (permalink / raw)
To: Qiuxu Zhuo
Cc: Borislav Petkov, James Morse, Mauro Carvalho Chehab,
Robert Richter, Yi Lai, linux-edac, linux-kernel
On Tue, Dec 03, 2024 at 10:20:38AM +0800, Qiuxu Zhuo wrote:
> Clearwater Forest is the successor to Sierra Forest. Add Clearwater
> Forest CPU model ID for EDAC support.
>
> Tested-by: Yi Lai <yi1.lai@intel.com>
> Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Applied to RAS tree for v6.14 merge. Thanks.
-Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-09 19:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 2:20 [PATCH 1/1] EDAC/i10nm: Add Intel Clearwater Forest server support Qiuxu Zhuo
2024-12-09 19:22 ` Luck, Tony
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).