[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1565856842.git.rahul.tanwar@linux.intel.com>
Date: Thu, 15 Aug 2019 17:46:44 +0800
From: Rahul Tanwar <rahul.tanwar@...ux.intel.com>
To: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de, hpa@...or.com,
x86@...nel.org
Cc: andriy.shevchenko@...el.com, alan@...ux.intel.com,
ricardo.neri-calderon@...ux.intel.com, rafael.j.wysocki@...el.com,
linux-kernel@...r.kernel.org, qi-ming.wu@...el.com,
cheol.yong.kim@...el.com, rahul.tanwar@...el.com,
Rahul Tanwar <rahul.tanwar@...ux.intel.com>
Subject: [PATCH 0/3] x86: cpu: Add new Airmont CPU model
Intel Atom CPU based Lightning Mountain(LGM) network processor SoC has recently
taped out. Although the Atom CPU used in LGM is based upon Airmont uArch but it
has a few differences. Its a new variant of Atom Airmont cpu model.
This series of patches adds support for this new CPU model.
Patches are baselined upon Linux 5.3-rc4 at below Git tree:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
Patch 1 replaces existing direct values usage with constant definitions when
access CPU models.
Patch 2 adds a constant definition for the new Atom CPU model.
Patch 3 updates capabilities & vulnerabilities applicable for this new CPU model.
Rahul Tanwar (3):
x86: cpu: Use constant definitions for CPU type
x86: cpu: Add new Intel Atom CPU type
x86: arch: Add arch support for new Intel Atom CPU
arch/x86/include/asm/intel-family.h | 1 +
arch/x86/kernel/cpu/common.c | 1 +
arch/x86/kernel/cpu/intel.c | 7 ++++---
arch/x86/kernel/tsc_msr.c | 5 +++++
4 files changed, 11 insertions(+), 3 deletions(-)
--
2.11.0
Powered by blists - more mailing lists