diff options
Diffstat (limited to 'src/include/cpu')
-rw-r--r-- | src/include/cpu/intel/cpu_ids.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h index e89be70abf..443135030c 100644 --- a/src/include/cpu/intel/cpu_ids.h +++ b/src/include/cpu/intel/cpu_ids.h @@ -58,11 +58,11 @@ #define CPUID_SAPPHIRERAPIDS_SP_Ex 0x806f8 #define CPUID_ELKHARTLAKE_A0 0x90660 #define CPUID_ELKHARTLAKE_B0 0x90661 -#define CPUID_ALDERLAKE_S_A0 0x90670 -#define CPUID_ALDERLAKE_S_B0 0x90671 -#define CPUID_ALDERLAKE_S_C0 0x90672 -#define CPUID_ALDERLAKE_S_G0 0x90674 -#define CPUID_ALDERLAKE_S_H0 0x90675 +#define CPUID_ALDERLAKE_A0 0x90670 +#define CPUID_ALDERLAKE_B0 0x90671 +#define CPUID_ALDERLAKE_C0 0x90672 +#define CPUID_ALDERLAKE_G0 0x90674 +#define CPUID_ALDERLAKE_H0 0x90675 #define CPUID_ALDERLAKE_J0 0x906a0 #define CPUID_ALDERLAKE_Q0 0x906a1 #define CPUID_ALDERLAKE_K0 0x906a2 @@ -73,11 +73,11 @@ #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 +#define CPUID_RAPTORLAKE_A0 0xb0670 +#define CPUID_RAPTORLAKE_B0 0xb0671 +#define CPUID_RAPTORLAKE_C0 0xb06f2 +#define CPUID_RAPTORLAKE_H0 0xb06f5 +#define CPUID_RAPTORLAKE_J0 0xb06a2 +#define CPUID_RAPTORLAKE_Q0 0xb06a3 #endif /* CPU_INTEL_CPU_IDS_H */ |