forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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