[0/5] Miscelleanous fixes and improvements to Infield Scan

Message ID 20240125082254.424859-1-ashok.raj@intel.com
Headers
Series Miscelleanous fixes and improvements to Infield Scan |

Message

Ashok Raj Jan. 25, 2024, 8:22 a.m. UTC
  Hi Hans,

This series has some bug fixes and improvements for Infield Scan.

Patch1 - fixes a bug in the driver that didn't release_firmware() in the
	 error path.

Patch2, 3 - Added some improved tracing.

Patch4 - Moves the rendezvous to function entry
Patch5 - Adds entry rendezvous for IFS.

Cheers,
Ashok


Ashok Raj (4):
  platform/x86/intel/ifs: Trace on all HT threads when executing a test
  platform/x86/intel/ifs: Add current batch number to trace output
  platform/x86/intel/ifs: Replace the exit rendezvous with an entry rendezvous for ARRAY_BIST
  platform/x86/intel/ifs: Add an entry rendezvous for SAF

Jithu Joseph (1):
  platform/x86/intel/ifs: Call release_firmware() when handling errors.

 include/trace/events/intel_ifs.h         |  12 +--
 drivers/platform/x86/intel/ifs/load.c    |   3 +-
 drivers/platform/x86/intel/ifs/runtest.c | 101 ++++++++++++++---------
 3 files changed, 70 insertions(+), 46 deletions(-)


base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
  

Comments

Ilpo Järvinen Jan. 31, 2024, 10:29 a.m. UTC | #1
On Thu, 25 Jan 2024, Ashok Raj wrote:

> Hi Hans,
> 
> This series has some bug fixes and improvements for Infield Scan.
> 
> Patch1 - fixes a bug in the driver that didn't release_firmware() in the
> 	 error path.
> 
> Patch2, 3 - Added some improved tracing.
> 
> Patch4 - Moves the rendezvous to function entry
> Patch5 - Adds entry rendezvous for IFS.
> 
> Cheers,
> Ashok
> 
> 
> Ashok Raj (4):
>   platform/x86/intel/ifs: Trace on all HT threads when executing a test
>   platform/x86/intel/ifs: Add current batch number to trace output
>   platform/x86/intel/ifs: Replace the exit rendezvous with an entry rendezvous for ARRAY_BIST
>   platform/x86/intel/ifs: Add an entry rendezvous for SAF

Patches 2-5 applied to review-ilpo.