public inbox for linux-edac@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] EDAC/ie31200: Enable support for Core i5-14600 and i7-14700
@ 2025-05-29 16:29 George Gaidarov
  2025-05-29 16:29 ` [PATCH 2/2] EDAC/ie31200: Document which CPUs correspond to each Raptor Lake-S device ID George Gaidarov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: George Gaidarov @ 2025-05-29 16:29 UTC (permalink / raw)
  To: Tony Luck, Borislav Petkov, Jason Baron
  Cc: linux-edac, linux-kernel, Qiuxu Zhuo, Mauro Carvalho Chehab,
	James Morse, Robert Richter, George Gaidarov

Device ID '0xa740' is shared by i7-14700, i7-14700K, and i7-14700T.
Device ID '0xa704' is shared by i5-14600, i5-14600K, and i5-14600T.

Tested locally on my i7-14700K.

Signed-off-by: George Gaidarov <gdgaidarov+lkml@gmail.com>
---
 drivers/edac/ie31200_edac.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/edac/ie31200_edac.c b/drivers/edac/ie31200_edac.c
index 55cf54741aa0..1812ebd19ece 100644
--- a/drivers/edac/ie31200_edac.c
+++ b/drivers/edac/ie31200_edac.c
@@ -90,6 +90,8 @@
 #define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_2	0x4640
 #define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_3	0x4630
 #define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_4	0xa700
+#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_5	0xa740
+#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_6	0xa704
 
 /* Alder Lake-S */
 #define PCI_DEVICE_ID_INTEL_IE31200_ADL_S_1	0x4660
@@ -739,6 +741,8 @@ static const struct pci_device_id ie31200_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_RPL_S_2), (kernel_ulong_t)&rpl_s_cfg},
 	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_RPL_S_3), (kernel_ulong_t)&rpl_s_cfg},
 	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_RPL_S_4), (kernel_ulong_t)&rpl_s_cfg},
+	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_RPL_S_5), (kernel_ulong_t)&rpl_s_cfg},
+	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_RPL_S_6), (kernel_ulong_t)&rpl_s_cfg},
 	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_ADL_S_1), (kernel_ulong_t)&rpl_s_cfg},
 	{ 0, } /* 0 terminated list. */
 };

base-commit: ea3b0b7f541b9511abe2b89547c95458804f38e2
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-16 16:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-29 16:29 [PATCH 1/2] EDAC/ie31200: Enable support for Core i5-14600 and i7-14700 George Gaidarov
2025-05-29 16:29 ` [PATCH 2/2] EDAC/ie31200: Document which CPUs correspond to each Raptor Lake-S device ID George Gaidarov
2025-05-30 11:18   ` Zhuo, Qiuxu
2025-06-16 16:12   ` Luck, Tony
2025-05-30 11:10 ` [PATCH 1/2] EDAC/ie31200: Enable support for Core i5-14600 and i7-14700 Zhuo, Qiuxu
2025-06-16 16:11 ` Luck, Tony

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox