Skip to content

Commit e00b62f

Browse files
aeglIngo Molnar
authored andcommitted
x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family
Add three new Intel CPU models. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fb4405a commit e00b62f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/x86/include/asm/intel-family.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,15 @@
8989
#define INTEL_FAM6_COMETLAKE 0xA5
9090
#define INTEL_FAM6_COMETLAKE_L 0xA6
9191

92+
#define INTEL_FAM6_ROCKETLAKE 0xA7
93+
9294
#define INTEL_FAM6_SAPPHIRERAPIDS_X 0x8F
9395

96+
/* Hybrid Core/Atom Processors */
97+
98+
#define INTEL_FAM6_LAKEFIELD 0x8A
99+
#define INTEL_FAM6_ALDERLAKE 0x97
100+
94101
/* "Small Core" Processors (Atom) */
95102

96103
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */

0 commit comments

Comments
 (0)