mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-09 18:02:04 +08:00
12 lines
384 B
Diff
12 lines
384 B
Diff
--- a/arch/x86/include/asm/intel-family.h
|
|
+++ b/arch/x86/include/asm/intel-family.h
|
|
@@ -126,6 +126,8 @@
|
|
#define INTEL_GRANITERAPIDS_X IFM(6, 0xAD) /* Redwood Cove */
|
|
#define INTEL_GRANITERAPIDS_D IFM(6, 0xAE)
|
|
|
|
+#define INTEL_RAPTORCOVE IFM(6, 0xD7) /* Bartlett Lake */
|
|
+
|
|
/* "Hybrid" Processors (P-Core/E-Core) */
|
|
|
|
#define INTEL_LAKEFIELD IFM(6, 0x8A) /* Sunny Cove / Tremont */
|