All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] EDAC/ie31200: Add support for additional Alder Lake-S CPUs
@ 2025-10-14 14:59 Matt Corallo
  2025-10-15  1:42 ` Zhuo, Qiuxu
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Corallo @ 2025-10-14 14:59 UTC (permalink / raw)
  To: linux-edac

180f091224a002f8bd1629307c34619a5626841e added support for some but
not all Alder Lake-S SoCs. This adds support for, at least,
the i5-12600K which works with the existing Alder Lake-S config.

Signed-off-by: Matt Corallo <git@bluematt.me>
---
  drivers/edac/ie31200_edac.c | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/drivers/edac/ie31200_edac.c b/drivers/edac/ie31200_edac.c
index 5c1fa1c0d12e..010317e33738 100644
--- a/drivers/edac/ie31200_edac.c
+++ b/drivers/edac/ie31200_edac.c
@@ -99,6 +99,7 @@

  /* Alder Lake-S */
  #define PCI_DEVICE_ID_INTEL_IE31200_ADL_S_1	0x4660
+#define PCI_DEVICE_ID_INTEL_IE31200_ADL_S_2	0x4648 /* e.g. i5-12600K */

  /* Bartlett Lake-S */
  #define PCI_DEVICE_ID_INTEL_IE31200_BTL_S_1	0x4639
@@ -761,6 +762,7 @@ static const struct pci_device_id ie31200_pci_tbl[] = {
  	{ 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_RPL_HX_1), (kernel_ulong_t)&rpl_s_cfg},
  	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_ADL_S_1), (kernel_ulong_t)&rpl_s_cfg},
+	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_ADL_S_2), (kernel_ulong_t)&rpl_s_cfg},
  	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_BTL_S_1), (kernel_ulong_t)&rpl_s_cfg},
  	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_BTL_S_2), (kernel_ulong_t)&rpl_s_cfg},
  	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IE31200_BTL_S_3), (kernel_ulong_t)&rpl_s_cfg},
--
2.47.3

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

end of thread, other threads:[~2025-10-15 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14 14:59 [PATCH] EDAC/ie31200: Add support for additional Alder Lake-S CPUs Matt Corallo
2025-10-15  1:42 ` Zhuo, Qiuxu
2025-10-15 17:16   ` howtobserve1

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.