public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86/intel/ifs: Update documentation with image download path
@ 2025-01-31 20:53 Jithu Joseph
  2025-02-04  8:07 ` Ilpo Järvinen
  0 siblings, 1 reply; 7+ messages in thread
From: Jithu Joseph @ 2025-01-31 20:53 UTC (permalink / raw)
  To: ilpo.jarvinen, hdegoede
  Cc: linux-kernel, platform-driver-x86, jithu.joseph, tony.luck,
	ashok.raj.linux, anisse

The documentation previously listed the path to download In Field Scan
(IFS) test images as "TBD".

Update the documentation to include the correct image download location.
Also move the download link to the appropriate section within the doc.

Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
---
 drivers/platform/x86/intel/ifs/ifs.h | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/drivers/platform/x86/intel/ifs/ifs.h b/drivers/platform/x86/intel/ifs/ifs.h
index 5c3c0dfa1bf8..41fc21e7ef14 100644
--- a/drivers/platform/x86/intel/ifs/ifs.h
+++ b/drivers/platform/x86/intel/ifs/ifs.h
@@ -23,12 +23,14 @@
  * IFS Image
  * ---------
  *
- * Intel provides a firmware file containing the scan tests via
- * github [#f1]_.  Similar to microcode there is a separate file for each
+ * Intel provides firmware files containing the scan tests via the webpage [#f1]_.
+ * Look under "In-Field Scan Test Images Download" section towards the
+ * end of the page. Similar to microcode there are separate files for each
  * family-model-stepping. IFS Images are not applicable for some test types.
  * Wherever applicable the sysfs directory would provide a "current_batch" file
  * (see below) for loading the image.
  *
+ * .. [#f1] https://intel.com/InFieldScan
  *
  * IFS Image Loading
  * -----------------
@@ -125,9 +127,6 @@
  * 2) Hardware allows for some number of cores to be tested in parallel.
  * The driver does not make use of this, it only tests one core at a time.
  *
- * .. [#f1] https://github.com/intel/TBD
- *
- *
  * Structural Based Functional Test at Field (SBAF):
  * -------------------------------------------------
  *

base-commit: ffd294d346d185b70e28b1a28abe367bbfe53c04
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] platform/x86/intel/ifs: Update documentation with image download path
  2025-01-31 20:53 [PATCH] platform/x86/intel/ifs: Update documentation with image download path Jithu Joseph
@ 2025-02-04  8:07 ` Ilpo Järvinen
  2025-02-04 21:10   ` Joseph, Jithu
  0 siblings, 1 reply; 7+ messages in thread
From: Ilpo Järvinen @ 2025-02-04  8:07 UTC (permalink / raw)
  To: Jithu Joseph
  Cc: Hans de Goede, LKML, platform-driver-x86, tony.luck,
	ashok.raj.linux, anisse

On Fri, 31 Jan 2025, Jithu Joseph wrote:

> The documentation previously listed the path to download In Field Scan
> (IFS) test images as "TBD".
> 
> Update the documentation to include the correct image download location.
> Also move the download link to the appropriate section within the doc.
> 
> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>

I've applied this patch into the fixes branch with Anisse added as
Reported-by.

Thanks Anisse for raising this issue and Jithu for getting the gears 
moving to provide an useful resolution.

> ---
>  drivers/platform/x86/intel/ifs/ifs.h | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/platform/x86/intel/ifs/ifs.h b/drivers/platform/x86/intel/ifs/ifs.h
> index 5c3c0dfa1bf8..41fc21e7ef14 100644
> --- a/drivers/platform/x86/intel/ifs/ifs.h
> +++ b/drivers/platform/x86/intel/ifs/ifs.h
> @@ -23,12 +23,14 @@
>   * IFS Image
>   * ---------
>   *
> - * Intel provides a firmware file containing the scan tests via
> - * github [#f1]_.  Similar to microcode there is a separate file for each
> + * Intel provides firmware files containing the scan tests via the webpage [#f1]_.
> + * Look under "In-Field Scan Test Images Download" section towards the
> + * end of the page. Similar to microcode there are separate files for each
>   * family-model-stepping. IFS Images are not applicable for some test types.
>   * Wherever applicable the sysfs directory would provide a "current_batch" file
>   * (see below) for loading the image.
>   *
> + * .. [#f1] https://intel.com/InFieldScan
>   *
>   * IFS Image Loading
>   * -----------------
> @@ -125,9 +127,6 @@
>   * 2) Hardware allows for some number of cores to be tested in parallel.
>   * The driver does not make use of this, it only tests one core at a time.
>   *
> - * .. [#f1] https://github.com/intel/TBD
> - *
> - *
>   * Structural Based Functional Test at Field (SBAF):
>   * -------------------------------------------------
>   *
> 
> base-commit: ffd294d346d185b70e28b1a28abe367bbfe53c04
> 

-- 
 i.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] platform/x86/intel/ifs: Update documentation with image download path
  2025-02-04  8:07 ` Ilpo Järvinen
@ 2025-02-04 21:10   ` Joseph, Jithu
  2025-02-05  5:50     ` Anisse Astier
  0 siblings, 1 reply; 7+ messages in thread
From: Joseph, Jithu @ 2025-02-04 21:10 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: Hans de Goede, LKML, platform-driver-x86, tony.luck,
	ashok.raj.linux, anisse



On 2/4/2025 12:07 AM, Ilpo Järvinen wrote:
> On Fri, 31 Jan 2025, Jithu Joseph wrote:
> 
>> The documentation previously listed the path to download In Field Scan
>> (IFS) test images as "TBD".
>>
>> Update the documentation to include the correct image download location.
>> Also move the download link to the appropriate section within the doc.
>>
>> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
> 
> I've applied this patch into the fixes branch with Anisse added as
> Reported-by.

Thank you, Anisse,  for reporting this, and apologies for missing the Reported-by tag.

Thanks Ilpo for taking the patch and Tony for your inputs on how to go about this.

> 
> Thanks Anisse for raising this issue and Jithu for getting the gears 
> moving to provide an useful resolution.
> 

Jithu

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] platform/x86/intel/ifs: Update documentation with image download path
  2025-02-04 21:10   ` Joseph, Jithu
@ 2025-02-05  5:50     ` Anisse Astier
  2025-02-05  6:31       ` Joseph, Jithu
  0 siblings, 1 reply; 7+ messages in thread
From: Anisse Astier @ 2025-02-05  5:50 UTC (permalink / raw)
  To: Joseph, Jithu, Ilpo Järvinen
  Cc: Hans de Goede, LKML, platform-driver-x86, tony.luck,
	ashok.raj.linux

Hi Jithu,

Mar 04 févr 2025, à 22:10, Joseph, Jithu a écrit :
> On 2/4/2025 12:07 AM, Ilpo Järvinen wrote:
>> On Fri, 31 Jan 2025, Jithu Joseph wrote:
>> 
>>> The documentation previously listed the path to download In Field Scan
>>> (IFS) test images as "TBD".
>>>
>>> Update the documentation to include the correct image download location.
>>> Also move the download link to the appropriate section within the doc.
>>>
>>> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
>> 
>> I've applied this patch into the fixes branch with Anisse added as
>> Reported-by.
>
> Thank you, Anisse,  for reporting this, and apologies for missing the 
> Reported-by tag.
>
> Thanks Ilpo for taking the patch and Tony for your inputs on how to go 
> about this.
>
>> 
>> Thanks Anisse for raising this issue and Jithu for getting the gears 
>> moving to provide an useful resolution.

Thanks for the update, and the Reported-by tag.

Does this patch mean you got confirmation that the scan tests firmware images will stay restricted to Intel customers with an NDA?

Regards,

Anisse

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] platform/x86/intel/ifs: Update documentation with image download path
  2025-02-05  5:50     ` Anisse Astier
@ 2025-02-05  6:31       ` Joseph, Jithu
  2025-02-05  6:37         ` Anisse Astier
  0 siblings, 1 reply; 7+ messages in thread
From: Joseph, Jithu @ 2025-02-05  6:31 UTC (permalink / raw)
  To: Anisse Astier, Ilpo Järvinen
  Cc: Hans de Goede, LKML, platform-driver-x86, tony.luck,
	ashok.raj.linux



On 2/4/2025 9:50 PM, Anisse Astier wrote:
> 
> Thanks for the update, and the Reported-by tag.
> 
> Does this patch mean you got confirmation that the scan tests firmware images will stay restricted to Intel customers with an NDA?

On the contrary, Intel is making the images publicly available. 
A new section has been added towards the end of the page[1], allowing anyone to download the images without requiring an NDA.


Jithu


[1] https://intel.com/InFieldScan


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] platform/x86/intel/ifs: Update documentation with image download path
  2025-02-05  6:31       ` Joseph, Jithu
@ 2025-02-05  6:37         ` Anisse Astier
  2025-02-05 16:26           ` Luck, Tony
  0 siblings, 1 reply; 7+ messages in thread
From: Anisse Astier @ 2025-02-05  6:37 UTC (permalink / raw)
  To: Joseph, Jithu, Ilpo Järvinen
  Cc: Hans de Goede, LKML, platform-driver-x86, tony.luck,
	ashok.raj.linux



Mer 05 févr 2025, à 07:31, Joseph, Jithu a écrit :
> On 2/4/2025 9:50 PM, Anisse Astier wrote:
>> 
>> Thanks for the update, and the Reported-by tag.
>> 
>> Does this patch mean you got confirmation that the scan tests firmware images will stay restricted to Intel customers with an NDA?
>
> On the contrary, Intel is making the images publicly available. 
> A new section has been added towards the end of the page[1], allowing 
> anyone to download the images without requiring an NDA.

Wow, that's great news!
(I had read the page a bit too quickly, sorry!)

I see the download link for EMR, does it mean SRF and GNR are upcoming? What about SPR?

Kind regards,

Anisse 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH] platform/x86/intel/ifs: Update documentation with image download path
  2025-02-05  6:37         ` Anisse Astier
@ 2025-02-05 16:26           ` Luck, Tony
  0 siblings, 0 replies; 7+ messages in thread
From: Luck, Tony @ 2025-02-05 16:26 UTC (permalink / raw)
  To: Anisse Astier, Joseph, Jithu, Ilpo Järvinen
  Cc: Hans de Goede, LKML, platform-driver-x86@vger.kernel.org,
	ashok.raj.linux@gmail.com

> I see the download link for EMR, does it mean SRF and GNR are upcoming? What about SPR?

Yes, SRF and GNR will be added.

There are no plans to make the SPR files public.

-Tony
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-05 16:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-31 20:53 [PATCH] platform/x86/intel/ifs: Update documentation with image download path Jithu Joseph
2025-02-04  8:07 ` Ilpo Järvinen
2025-02-04 21:10   ` Joseph, Jithu
2025-02-05  5:50     ` Anisse Astier
2025-02-05  6:31       ` Joseph, Jithu
2025-02-05  6:37         ` Anisse Astier
2025-02-05 16:26           ` Luck, Tony

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox