diff options
author | Jithu Joseph <[email protected]> | 2022-05-06 15:54:03 -0700 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2022-05-12 15:35:29 +0200 |
commit | fb57fc785ed3b71a3e8188d4914471bd1360bc53 (patch) | |
tree | 82b1e0127ecf65a261cb8aed17af07af08d255f3 /scripts/gdb/linux/utils.py | |
parent | 67896ef13c4db88082a914e96d958044cd3392e8 (diff) |
platform/x86/intel/ifs: Read IFS firmware image
Driver probe routine allocates structure to communicate status
and parameters between functions in the driver. Also call
load_ifs_binary() to load the scan image file.
There is a separate scan image file for each processor family,
model, stepping combination. This is read from the static path:
/lib/firmware/intel/ifs/{ff-mm-ss}.scan
Step 1 in loading is to generate the correct path and use
request_firmware_direct() to load into memory.
Subsequent patches will use the IFS MSR interfaces to copy
the image to BIOS reserved memory and validate the SHA256
checksums.
Reviewed-by: Dan Williams <[email protected]>
Signed-off-by: Jithu Joseph <[email protected]>
Co-developed-by: Tony Luck <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Acked-by: Hans de Goede <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Hans de Goede <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions