Re: [PATCH 06/10] x86/cpu: Add Icelake to Intel family

2019-02-04 Thread Bhardwaj, Rajneesh
On 04-Feb-19 11:04 PM, Thomas Gleixner wrote: On Fri, 1 Feb 2019, Rajneesh Bhardwaj wrote: Add CPUID of Icelake (ICL) mobile processors to Intel family list. The Information related to ICL CPUID is referenced from below Coreboot project link. https://github.com/coreboot/coreboot/blob/5ebcea3

Re: [PATCH 06/10] x86/cpu: Add Icelake to Intel family

2019-02-04 Thread Thomas Gleixner
On Fri, 1 Feb 2019, Rajneesh Bhardwaj wrote: > Add CPUID of Icelake (ICL) mobile processors to Intel family list. The > Information related to ICL CPUID is referenced from below Coreboot > project link. > > https://github.com/coreboot/coreboot/blob/5ebcea33cd358bc5bccaa156b13a6ef25df6/src/soc

[PATCH 06/10] x86/cpu: Add Icelake to Intel family

2019-01-31 Thread Rajneesh Bhardwaj
Add CPUID of Icelake (ICL) mobile processors to Intel family list. The Information related to ICL CPUID is referenced from below Coreboot project link. https://github.com/coreboot/coreboot/blob/5ebcea33cd358bc5bccaa156b13a6ef25df6/src/soc/intel/common/block/include/intelblocks/mp_init.h Cc: x