Comment 8 for bug 1844559

Revision history for this message
quanxian (quanxian-wang) wrote :

From upstream information, the model number of GLK-R0 (0x706a8) is 0x7A.

#define INTEL_FAM6_ATOM_GOLDMONT_PLUS 0x7A /* Gemini Lake */

./arch/x86/include/asm/intel-family.h (upstream)

This is the original informaiton.

commit f2c4db1bd80720cd8cb2a5aa220d9bc9f374f04e
Author: Peter Zijlstra <email address hidden>
Date: Tue Aug 7 10:17:27 2018 -0700

    x86/cpu: Sanitize FAM6_ATOM naming

    Going primarily by:

      https://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors

    with additional information gleaned from other related pages; notably:

     - Bonnell shrink was called Saltwell
     - Moorefield is the Merriefield refresh which makes it Airmont

    The general naming scheme is: FAM6_ATOM_UARCH_SOCTYPE

seems we don't need new code. you can close it. If more information, we can reopen.