Skip to content

Commit e6483a0

Browse files
jithu83ij-intel
authored andcommitted
platform/x86/intel/ifs: Add new CPU support
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> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Tested-by: Pengfei Xu <pengfei.xu@intel.com> Link: https://lore.kernel.org/r/20231005195137.3117166-8-jithu.joseph@intel.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 60d2e1b commit e6483a0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • drivers/platform/x86/intel/ifs

drivers/platform/x86/intel/ifs/core.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
static const struct x86_cpu_id ifs_cpu_ids[] __initconst = {
1919
X86_MATCH(SAPPHIRERAPIDS_X),
2020
X86_MATCH(EMERALDRAPIDS_X),
21+
X86_MATCH(GRANITERAPIDS_X),
22+
X86_MATCH(GRANITERAPIDS_D),
23+
X86_MATCH(ATOM_CRESTMONT_X),
2124
{}
2225
};
2326
MODULE_DEVICE_TABLE(x86cpu, ifs_cpu_ids);

0 commit comments

Comments
 (0)