Skip to content

Commit 7beade0

Browse files
aeglsuryasaimadhu
authored andcommitted
x86/cpu: Add several Intel server CPU model numbers
These servers are all on the public versions of the roadmap. The model numbers for Grand Ridge, Granite Rapids, and Sierra Forest were included in the September 2022 edition of the Instruction Set Extensions document. Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Acked-by: Dave Hansen <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 373e715 commit 7beade0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107

108108
#define INTEL_FAM6_SAPPHIRERAPIDS_X 0x8F /* Golden Cove */
109109

110+
#define INTEL_FAM6_EMERALDRAPIDS_X 0xCF
111+
112+
#define INTEL_FAM6_GRANITERAPIDS_X 0xAD
113+
#define INTEL_FAM6_GRANITERAPIDS_D 0xAE
114+
110115
#define INTEL_FAM6_ALDERLAKE 0x97 /* Golden Cove / Gracemont */
111116
#define INTEL_FAM6_ALDERLAKE_L 0x9A /* Golden Cove / Gracemont */
112117
#define INTEL_FAM6_ALDERLAKE_N 0xBE
@@ -118,7 +123,7 @@
118123
#define INTEL_FAM6_METEORLAKE 0xAC
119124
#define INTEL_FAM6_METEORLAKE_L 0xAA
120125

121-
/* "Small Core" Processors (Atom) */
126+
/* "Small Core" Processors (Atom/E-Core) */
122127

123128
#define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */
124129
#define INTEL_FAM6_ATOM_BONNELL_MID 0x26 /* Silverthorne, Lincroft */
@@ -145,6 +150,10 @@
145150
#define INTEL_FAM6_ATOM_TREMONT 0x96 /* Elkhart Lake */
146151
#define INTEL_FAM6_ATOM_TREMONT_L 0x9C /* Jasper Lake */
147152

153+
#define INTEL_FAM6_SIERRAFOREST_X 0xAF
154+
155+
#define INTEL_FAM6_GRANDRIDGE 0xB6
156+
148157
/* Xeon Phi */
149158

150159
#define INTEL_FAM6_XEON_PHI_KNL 0x57 /* Knights Landing */

0 commit comments

Comments
 (0)