mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-30 22:36:58 +08:00
12 lines
341 B
Diff
12 lines
341 B
Diff
--- a/arch/x86/include/asm/intel-family.h
|
|
+++ b/arch/x86/include/asm/intel-family.h
|
|
@@ -117,6 +117,8 @@
|
|
|
|
#define INTEL_BARTLETTLAKE IFM(6, 0xD7) /* Raptor Cove */
|
|
|
|
+#define INTEL_RAPTORCOVE IFM(6, 0xD7) /* Bartlett Lake */
|
|
+
|
|
/* "Hybrid" Processors (P-Core/E-Core) */
|
|
|
|
#define INTEL_LAKEFIELD IFM(6, 0x8A) /* Sunny Cove / Tremont */
|