Skip to content

Commit a55f6fb

Browse files
committed
Merge: x86/cpu: Add new Intel CPU model numbers for Wildcatlake and Novalake
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1332 Description: updates to Add new Intel CPU model numbers JIRA: https://issues.redhat.com/browse/RHEL-95630 Tested: Successful sanity boot test on Intel (intel-birchstream-gnr-cwf-ap-02) system. Signed-off-by: Steve Best <sbest@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: Jay Shin <jaeshin@redhat.com> Approved-by: David Arcari <darcari@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Scott Weaver <scweaver@redhat.com>
2 parents 76d11a3 + c12e0d6 commit a55f6fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@
148148

149149
#define INTEL_PANTHERLAKE_L IFM(6, 0xCC) /* Cougar Cove / Crestmont */
150150

151+
#define INTEL_WILDCATLAKE_L IFM(6, 0xD5)
152+
153+
#define INTEL_NOVALAKE IFM(18, 0x01)
154+
#define INTEL_NOVALAKE_L IFM(18, 0x03)
155+
151156
/* "Small Core" Processors (Atom/E-Core) */
152157

153158
#define INTEL_ATOM_BONNELL IFM(6, 0x1C) /* Diamondville, Pineview */

0 commit comments

Comments
 (0)