hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/x86/include/asm/intel-family.h
....@@ -98,6 +98,13 @@
9898 #define INTEL_FAM6_LAKEFIELD 0x8A
9999 #define INTEL_FAM6_ALDERLAKE 0x97
100100 #define INTEL_FAM6_ALDERLAKE_L 0x9A
101
+#define INTEL_FAM6_ALDERLAKE_N 0xBE
102
+
103
+#define INTEL_FAM6_RAPTORLAKE 0xB7
104
+#define INTEL_FAM6_RAPTORLAKE_P 0xBA
105
+#define INTEL_FAM6_RAPTORLAKE_S 0xBF
106
+
107
+#define INTEL_FAM6_RAPTORLAKE 0xB7
101108
102109 /* "Small Core" Processors (Atom) */
103110