lkml.org 
[lkml]   [2023]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2 7/9] platform/x86/intel/ifs: Add new CPU support
    On Fri, 22 Sep 2023, Jithu Joseph wrote:

    > Add Granite Rapids(GNR) and Sierra Forest(SRF) cpuids to x86 match table
    > so that IFS driver can be loaded for those.
    >
    > Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
    > Reviewed-by: Tony Luck <tony.luck@intel.com>
    > Tested-by: Pengfei Xu <pengfei.xu@intel.com>
    > ---
    > drivers/platform/x86/intel/ifs/core.c | 3 +++
    > 1 file changed, 3 insertions(+)
    >
    > diff --git a/drivers/platform/x86/intel/ifs/core.c b/drivers/platform/x86/intel/ifs/core.c
    > index 4ff2aa4b484b..0c8927916373 100644
    > --- a/drivers/platform/x86/intel/ifs/core.c
    > +++ b/drivers/platform/x86/intel/ifs/core.c
    > @@ -18,6 +18,9 @@
    > static const struct x86_cpu_id ifs_cpu_ids[] __initconst = {
    > X86_MATCH(SAPPHIRERAPIDS_X),
    > X86_MATCH(EMERALDRAPIDS_X),
    > + X86_MATCH(GRANITERAPIDS_X),
    > + X86_MATCH(GRANITERAPIDS_D),
    > + X86_MATCH(ATOM_CRESTMONT_X),
    > {}
    > };
    > MODULE_DEVICE_TABLE(x86cpu, ifs_cpu_ids);
    >

    Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

    --
    i.
    \
     
     \ /
      Last update: 2023-09-25 17:52    [W:2.497 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site