Re: [PATCH v5 3/6] fpga: m10bmc-sec: expose max10 flash update count

2020-11-17 Thread Russ Weight
On 11/15/20 12:03 PM, Moritz Fischer wrote: > On Fri, Nov 13, 2020 at 04:55:56PM -0800, Russ Weight wrote: >> Extend the MAX10 BMC Secure Update driver to provide a >> sysfs file to expose the flash update count for the FPGA >> user image. >> >> Signed-off-by: Russ Weight >> Reviewed-by: Tom Ri

Re: [PATCH v5 3/6] fpga: m10bmc-sec: expose max10 flash update count

2020-11-15 Thread Moritz Fischer
On Fri, Nov 13, 2020 at 04:55:56PM -0800, Russ Weight wrote: > Extend the MAX10 BMC Secure Update driver to provide a > sysfs file to expose the flash update count for the FPGA > user image. > > Signed-off-by: Russ Weight > Reviewed-by: Tom Rix > --- > v5: > - Renamed sysfs node user_flash_cou

[PATCH v5 3/6] fpga: m10bmc-sec: expose max10 flash update count

2020-11-13 Thread Russ Weight
Extend the MAX10 BMC Secure Update driver to provide a sysfs file to expose the flash update count for the FPGA user image. Signed-off-by: Russ Weight Reviewed-by: Tom Rix --- v5: - Renamed sysfs node user_flash_count to flash_count and updated the sysfs documentation accordingly. v4: -