From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C5EBC433E0 for ; Sat, 25 Jul 2020 12:14:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 197A520674 for ; Sat, 25 Jul 2020 12:14:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="Z15MJQW3"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="pMvrkJyg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727109AbgGYMOs (ORCPT ); Sat, 25 Jul 2020 08:14:48 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:44114 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726768AbgGYMOq (ORCPT ); Sat, 25 Jul 2020 08:14:46 -0400 Date: Sat, 25 Jul 2020 12:14:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1595679283; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UWbLuEt0GcJJoCHotHJIuarMWHFXHOnLPSPfL0x79EU=; b=Z15MJQW3+LNXkevbMqW6ETf7Q7K8JYwEgNLP9KyuhcyQUdNIdMSGfJPClUYx2njiRH966w bWU6C+FWdiuU/SCSKNWxgv9g1Vuxrs2FY5dtC1rSrOGiYFoJuSXHD164POiAFdPheNbQN7 04G5aGIPQw8YbNiP8Vodj6f3hMOWFVUdNmch8WEUi7p1DPKbWBGEb/LnfJfSdjzCAe/gl2 jatrzWIJItwwKMPaNG0y1bMOaXSnCoaJbgcoF/rG29+VEcpnyIygPx9LeQb74qFHU/8spp gd9OMvwgO0WE1JvSlGdkuYV89ypn2oM0n4HnQLtS54qZkWSZ6ldrZSa6utFzxw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1595679283; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UWbLuEt0GcJJoCHotHJIuarMWHFXHOnLPSPfL0x79EU=; b=pMvrkJyga2TMB/YHbvagGNleWhyptSpGy4xeDSAySUikubRBxNyb0ENTo1DX5WZN03lz7N h80dcya2DcgrNiAw== From: "tip-bot2 for Tony Luck" Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/cpu] x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family Cc: Tony Luck , Ingo Molnar , x86 , LKML In-Reply-To: <20200721043749.31567-1-tony.luck@intel.com> References: <20200721043749.31567-1-tony.luck@intel.com> MIME-Version: 1.0 Message-ID: <159567928234.4006.15571980059311082712.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the x86/cpu branch of tip: Commit-ID: e00b62f0b06d0ae2b844049f216807617aff0cdb Gitweb: https://git.kernel.org/tip/e00b62f0b06d0ae2b844049f216807617aff0cdb Author: Tony Luck AuthorDate: Mon, 20 Jul 2020 21:37:49 -07:00 Committer: Ingo Molnar CommitterDate: Sat, 25 Jul 2020 12:16:59 +02:00 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 Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20200721043749.31567-1-tony.luck@intel.com --- arch/x86/include/asm/intel-family.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index a338a6d..5e658ba 100644 --- a/arch/x86/include/asm/intel-family.h +++ b/arch/x86/include/asm/intel-family.h @@ -89,8 +89,15 @@ #define INTEL_FAM6_COMETLAKE 0xA5 #define INTEL_FAM6_COMETLAKE_L 0xA6 +#define INTEL_FAM6_ROCKETLAKE 0xA7 + #define INTEL_FAM6_SAPPHIRERAPIDS_X 0x8F +/* Hybrid Core/Atom Processors */ + +#define INTEL_FAM6_LAKEFIELD 0x8A +#define INTEL_FAM6_ALDERLAKE 0x97 + /* "Small Core" Processors (Atom) */ #define INTEL_FAM6_ATOM_BONNELL 0x1C /* Diamondville, Pineview */