[RESEND PATCH v10 0/7] FPGA Security Manager Class Driver

2021-03-22 Thread Russ Weight
The FPGA Security Manager class driver provides a common API for user-space tools to manage updates for secure FPGA devices. Device drivers that instantiate the FPGA Security Manager class driver will interact with a HW secure update engine in order to transfer new FPGA and BMC images to FLASH so

Re: [PATCH v10 0/7] FPGA Security Manager Class Driver

2021-03-10 Thread Tom Rix
On 3/9/21 6:51 PM, Moritz Fischer wrote: > Hi Tom, > On Tue, Mar 09, 2021 at 08:03:09AM -0800, Tom Rix wrote: >> Moritz, >> >> This and the next patchset apply to today's char-misc-next. >> >> However they conflicts with other in flight linux-fpga patchsets. >> >> Since I believe these patchsets

Re: [PATCH v10 0/7] FPGA Security Manager Class Driver

2021-03-09 Thread Moritz Fischer
Hi Tom, On Tue, Mar 09, 2021 at 08:03:09AM -0800, Tom Rix wrote: > Moritz, > > This and the next patchset apply to today's char-misc-next. > > However they conflicts with other in flight linux-fpga patchsets. > > Since I believe these patchsets came first, I think they should have >

Re: [PATCH v10 0/7] FPGA Security Manager Class Driver

2021-03-09 Thread Tom Rix
Moritz, This and the next patchset apply to today's char-misc-next. However they conflicts with other in flight linux-fpga patchsets. Since I believe these patchsets came first, I think they should have preference. This feature of updating is needed for the basic operation of the fpga. Tom

[PATCH v10 0/7] FPGA Security Manager Class Driver

2021-03-08 Thread Russ Weight
The FPGA Security Manager class driver provides a common API for user-space tools to manage updates for secure FPGA devices. Device drivers that instantiate the FPGA Security Manager class driver will interact with a HW secure update engine in order to transfer new FPGA and BMC images to FLASH so