Re: [PATCH v2 5/6] fpga: m10bmc-sec: add max10 secure update functions

2020-10-09 Thread Tom Rix
On 10/8/20 4:06 PM, Russ Weight wrote: > > On 10/6/20 12:08 PM, Tom Rix wrote: >> On 10/2/20 6:24 PM, Russ Weight wrote: >>> Extend the MAX10 BMC Security Engine driver to include >>> the functions that enable secure updates of BMC images, >>> FPGA images, etc. >>> >>> Signed-off-by: Russ Weight

Re: [PATCH v2 5/6] fpga: m10bmc-sec: add max10 secure update functions

2020-10-08 Thread Russ Weight
On 10/6/20 12:08 PM, Tom Rix wrote: > On 10/2/20 6:24 PM, Russ Weight wrote: >> Extend the MAX10 BMC Security Engine driver to include >> the functions that enable secure updates of BMC images, >> FPGA images, etc. >> >> Signed-off-by: Russ Weight >> --- >> v2: >> - Reworked the rsu_start_don

Re: [PATCH v2 5/6] fpga: m10bmc-sec: add max10 secure update functions

2020-10-06 Thread Tom Rix
On 10/2/20 6:24 PM, Russ Weight wrote: > Extend the MAX10 BMC Security Engine driver to include > the functions that enable secure updates of BMC images, > FPGA images, etc. > > Signed-off-by: Russ Weight > --- > v2: > - Reworked the rsu_start_done() function to make it more readable > - Rew