summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorJithu Joseph <jithu.joseph@intel.com>2022-11-16 19:59:33 -0800
committerBorislav Petkov <bp@suse.de>2022-11-19 11:29:00 +0100
commit4fb858f3dcd25cf568e35ff53ce8fa8a660fc372 (patch)
treef0e2901e2c87b2a57cd890de520fccefd2590d9c /Documentation/ABI
parentbf835ee852be38e9fab1fdb330eccdd9728aec34 (diff)
downloadlinux-stable-4fb858f3dcd25cf568e35ff53ce8fa8a660fc372.tar.gz
linux-stable-4fb858f3dcd25cf568e35ff53ce8fa8a660fc372.tar.bz2
linux-stable-4fb858f3dcd25cf568e35ff53ce8fa8a660fc372.zip
platform/x86/intel/ifs: Add current_batch sysfs entry
Initial implementation assumed a single IFS test image file with a fixed name ff-mm-ss.scan. (where ff, mm, ss refers to family, model and stepping of the core). Subsequently, it became evident that supporting more than one test image file is needed to provide more comprehensive test coverage. (Test coverage in this scenario refers to testing more transistors in the core to identify faults). The other alternative of increasing the size of a single scan test image file would not work as the upper bound is limited by the size of memory area reserved by BIOS for loading IFS test image. Introduce "current_batch" file which accepts a number. Writing a number to the current_batch file would load the test image file by name ff-mm-ss-<xy>.scan, where <xy> is the number written to the "current_batch" file in hex. Range check of the input is done to verify it not greater than 0xff. For e.g if the scan test image comprises of 6 files, they would be named: 06-8f-06-01.scan 06-8f-06-02.scan 06-8f-06-03.scan 06-8f-06-04.scan 06-8f-06-05.scan 06-8f-06-06.scan And writing 3 to current_batch would result in loading 06-8f-06-03.scan above. The file can also be read to know the currently loaded file. And testing a system looks like: for each scan file do load the IFS test image file (write to the batch file) for each core do test the core with this set of tests done done Qualify few error messages with the test image file suffix to provide better context. [ bp: Massage commit message. Add link to the discussion. ] Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Tony Luck <tony.luck@intel.com> Reviewed-by: Sohil Mehta <sohil.mehta@intel.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20221107225323.2733518-13-jithu.joseph@intel.com
Diffstat (limited to 'Documentation/ABI')
0 files changed, 0 insertions, 0 deletions