mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
EDAC/ie31200: Document which CPUs correspond to each Raptor Lake-S device ID
Based on table 103 ("Host Device ID (DID0)") in [1], document which CPUs
correspond to each Raptor Lake-S device ID for better readability.
[1] https://www.intel.com/content/www/us/en/content-details/743844/13th-generation-intel-core-intel-core-14th-generation-intel-core-processor-series-1-and-series-2-and-intel-xeon-e-2400-processor-datasheet-volume-1-of-2.html
Signed-off-by: George Gaidarov <gdgaidarov+lkml@gmail.com>
Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20250529162933.1228735-2-gdgaidarov+lkml@gmail.com
This commit is contained in:
parent
493f9c930e
commit
1de70efcc8
|
|
@ -87,12 +87,12 @@
|
|||
#define PCI_DEVICE_ID_INTEL_IE31200_HB_CFL_10 0x3eca
|
||||
|
||||
/* Raptor Lake-S */
|
||||
#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_1 0xa703
|
||||
#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
|
||||
#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_1 0xa703 /* 8P+8E, e.g. i7-13700 */
|
||||
#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_2 0x4640 /* 6P+8E, e.g. i5-13500, i5-13600, i5-14500 */
|
||||
#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_3 0x4630 /* 4P+0E, e.g. i3-13100E */
|
||||
#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_4 0xa700 /* 8P+16E, e.g. i9-13900, i9-14900 */
|
||||
#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_5 0xa740 /* 8P+12E, e.g. i7-14700 */
|
||||
#define PCI_DEVICE_ID_INTEL_IE31200_RPL_S_6 0xa704 /* 6P+8E, e.g. i5-14600 */
|
||||
|
||||
/* Alder Lake-S */
|
||||
#define PCI_DEVICE_ID_INTEL_IE31200_ADL_S_1 0x4660
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user