Skip to content

Commit b53b130

Browse files
committed
Merge: platform/x86/intel/ifs updates for 6.15
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/758 Description: updates to bring platform/x86/intel/ifs up to 6.15 JIRA: https://issues.redhat.com/browse/RHEL-45086 Build Info: 67353932 Tested: Successful platform test results on Intel (intel-birchstream-srf-sp-05) system. Signed-off-by: Steve Best <sbest@redhat.com> Approved-by: Tony Camuso <tcamuso@redhat.com> Approved-by: David Arcari <darcari@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents 3fecdb8 + 2ff4fa3 commit b53b130

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
obj-$(CONFIG_INTEL_IFS) += intel_ifs.o
22

3-
intel_ifs-objs := core.o load.o runtest.o sysfs.o
3+
intel_ifs-y := core.o load.o runtest.o sysfs.o

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ static const struct x86_cpu_id ifs_cpu_ids[] __initconst = {
2020
X86_MATCH(INTEL_GRANITERAPIDS_X, ARRAY_GEN0),
2121
X86_MATCH(INTEL_GRANITERAPIDS_D, ARRAY_GEN0),
2222
X86_MATCH(INTEL_ATOM_CRESTMONT_X, ARRAY_GEN1),
23+
X86_MATCH(INTEL_ATOM_DARKMONT_X, ARRAY_GEN1),
2324
{}
2425
};
2526
MODULE_DEVICE_TABLE(x86cpu, ifs_cpu_ids);

drivers/platform/x86/intel/ifs/ifs.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@
2323
* IFS Image
2424
* ---------
2525
*
26-
* Intel provides a firmware file containing the scan tests via
27-
* github [#f1]_. Similar to microcode there is a separate file for each
26+
* Intel provides firmware files containing the scan tests via the webpage [#f1]_.
27+
* Look under "In-Field Scan Test Images Download" section towards the
28+
* end of the page. Similar to microcode, there are separate files for each
2829
* family-model-stepping. IFS Images are not applicable for some test types.
2930
* Wherever applicable the sysfs directory would provide a "current_batch" file
3031
* (see below) for loading the image.
3132
*
33+
* .. [#f1] https://intel.com/InFieldScan
3234
*
3335
* IFS Image Loading
3436
* -----------------
@@ -125,9 +127,6 @@
125127
* 2) Hardware allows for some number of cores to be tested in parallel.
126128
* The driver does not make use of this, it only tests one core at a time.
127129
*
128-
* .. [#f1] https://github.com/intel/TBD
129-
*
130-
*
131130
* Structural Based Functional Test at Field (SBAF):
132131
* -------------------------------------------------
133132
*

0 commit comments

Comments
 (0)