diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/intel/cpu_ids.h | 4 | ||||
-rw-r--r-- | src/include/device/pci_ids.h | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h index 77b018f9fa..e89be70abf 100644 --- a/src/include/cpu/intel/cpu_ids.h +++ b/src/include/cpu/intel/cpu_ids.h @@ -73,6 +73,10 @@ #define CPUID_METEORLAKE_A0_2 0xa06a1 #define CPUID_METEORLAKE_B0 0xa06a2 #define CPUID_METEORLAKE_C0 0xa06a4 +#define CPUID_RAPTORLAKE_S_A0 0xb0670 +#define CPUID_RAPTORLAKE_S_B0 0xb0671 +#define CPUID_RAPTORLAKE_S_C0 0xb06f2 +#define CPUID_RAPTORLAKE_S_H0 0xb06f5 #define CPUID_RAPTORLAKE_P_J0 0xb06a2 #define CPUID_RAPTORLAKE_P_Q0 0xb06a3 diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 418f9e09dc..939f71722c 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4048,6 +4048,10 @@ #define PCI_DID_INTEL_MTL_P_GT2_2 0x7d50 #define PCI_DID_INTEL_MTL_P_GT2_3 0x7d55 #define PCI_DID_INTEL_MTL_P_GT2_4 0x7d60 +#define PCI_DID_INTEL_RPL_S_GT0 0xa79f +#define PCI_DID_INTEL_RPL_S_GT1_1 0xa780 +#define PCI_DID_INTEL_RPL_S_GT1_2 0xa782 +#define PCI_DID_INTEL_RPL_S_GT1_3 0xa783 #define PCI_DID_INTEL_RPL_P_GT1 0xa720 #define PCI_DID_INTEL_RPL_P_GT2 0xa7a8 #define PCI_DID_INTEL_RPL_P_GT3 0xa7a0 @@ -4173,6 +4177,11 @@ #define PCI_DID_INTEL_MTL_P_ID_3 0x7d14 #define PCI_DID_INTEL_MTL_P_ID_4 0x7d15 #define PCI_DID_INTEL_MTL_P_ID_5 0x7d16 +#define PCI_DID_INTEL_RPL_S_ID_1 0xa700 +#define PCI_DID_INTEL_RPL_S_ID_2 0xa701 +#define PCI_DID_INTEL_RPL_S_ID_3 0xa703 +#define PCI_DID_INTEL_RPL_S_ID_4 0xa704 +#define PCI_DID_INTEL_RPL_S_ID_5 0xa705 #define PCI_DID_INTEL_RPL_P_ID_1 0xa706 #define PCI_DID_INTEL_RPL_P_ID_2 0xa707 #define PCI_DID_INTEL_RPL_P_ID_3 0xa708 |