Re: [PATCH v1 12/12] fpga: add max10 get_hw_errinfo callback func

2020-09-24 Thread Russ Weight
On 9/6/20 10:14 AM, Tom Rix wrote: > On 9/4/20 4:53 PM, Russ Weight wrote: >> Extend the MAX10 BMC Security Engine driver to include >> a function that returns 64 bits of additional HW specific >> data for errors that require additional information. >> This callback function enables the

Re: [PATCH v1 12/12] fpga: add max10 get_hw_errinfo callback func

2020-09-06 Thread Tom Rix
On 9/4/20 4:53 PM, Russ Weight wrote: > Extend the MAX10 BMC Security Engine driver to include > a function that returns 64 bits of additional HW specific > data for errors that require additional information. > This callback function enables the hw_errinfo sysfs > node in the Intel Security

[PATCH v1 12/12] fpga: add max10 get_hw_errinfo callback func

2020-09-04 Thread Russ Weight
Extend the MAX10 BMC Security Engine driver to include a function that returns 64 bits of additional HW specific data for errors that require additional information. This callback function enables the hw_errinfo sysfs node in the Intel Security Manager class driver. Signed-off-by: Russ Weight