diff mbox series

[1/2] x86/cpu: Add Jasper Lake to Intel family

Message ID 20191216083345.2782-1-rui.zhang@intel.com (mailing list archive)
State Mainlined, archived
Headers show
Series [1/2] x86/cpu: Add Jasper Lake to Intel family | expand

Commit Message

Zhang, Rui Dec. 16, 2019, 8:33 a.m. UTC
Japser Lake is an Atom family processor.
It uses Tremont cores and is targeted at mobile platforms.

Reviewed-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
---
 arch/x86/include/asm/intel-family.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Rafael J. Wysocki Dec. 20, 2019, 9:15 a.m. UTC | #1
On Monday, December 16, 2019 9:33:44 AM CET Zhang Rui wrote:
> Japser Lake is an Atom family processor.
> It uses Tremont cores and is targeted at mobile platforms.
> 
> Reviewed-by: Tony Luck <tony.luck@intel.com>
> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
> ---
>  arch/x86/include/asm/intel-family.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
> index c606c0b70738..4981c293f926 100644
> --- a/arch/x86/include/asm/intel-family.h
> +++ b/arch/x86/include/asm/intel-family.h
> @@ -111,6 +111,7 @@
>  
>  #define INTEL_FAM6_ATOM_TREMONT_D	0x86 /* Jacobsville */
>  #define INTEL_FAM6_ATOM_TREMONT		0x96 /* Elkhart Lake */
> +#define INTEL_FAM6_ATOM_TREMONT_L	0x9C /* Jasper Lake */
>  
>  /* Xeon Phi */
>  
> 

Applying this one along with the [2/2] as 5.6 material, thanks!
diff mbox series

Patch

diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h
index c606c0b70738..4981c293f926 100644
--- a/arch/x86/include/asm/intel-family.h
+++ b/arch/x86/include/asm/intel-family.h
@@ -111,6 +111,7 @@ 
 
 #define INTEL_FAM6_ATOM_TREMONT_D	0x86 /* Jacobsville */
 #define INTEL_FAM6_ATOM_TREMONT		0x96 /* Elkhart Lake */
+#define INTEL_FAM6_ATOM_TREMONT_L	0x9C /* Jasper Lake */
 
 /* Xeon Phi */