Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-29 Thread Moritz Fischer
Hi Russ, On Wed, Oct 28, 2020 at 11:37:46AM -0700, Russ Weight wrote: > > > On 10/27/20 7:41 PM, Wu, Hao wrote: > >> On 10/25/20 7:29 PM, Wu, Hao wrote: > >>>> Subject: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class > >>>> drive

Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-29 Thread Moritz Fischer
Hi Russ, On Mon, Oct 26, 2020 at 04:00:40PM -0700, Russ Weight wrote: > > > On 10/25/20 12:12 PM, Moritz Fischer wrote: > > Hi Russ, > > > > On Tue, Oct 20, 2020 at 05:31:12PM -0700, Russ Weight wrote: > >> I see that I need to remove "intel" from the subject line on this patch. > >> I'll take

Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-28 Thread Russ Weight
On 10/27/20 7:41 PM, Wu, Hao wrote: >> On 10/25/20 7:29 PM, Wu, Hao wrote: >>>> Subject: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class >>>> driver >>>> >>>> Create the FPGA Security Manager class driver. The security >

Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-27 Thread Russ Weight
On 10/25/20 7:29 PM, Wu, Hao wrote: >> Subject: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class >> driver >> >> Create the FPGA Security Manager class driver. The security >> manager provides interfaces to manage secure updates for the >>

Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-26 Thread Russ Weight
On 10/25/20 12:12 PM, Moritz Fischer wrote: > Hi Russ, > > On Tue, Oct 20, 2020 at 05:31:12PM -0700, Russ Weight wrote: >> I see that I need to remove "intel" from the subject line on this patch. >> I'll take care of that. >> >> I still have an outstanding question about treating a class-driver

Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-26 Thread Moritz Fischer
Hi Tom, On Mon, Oct 26, 2020 at 07:23:37AM -0700, Tom Rix wrote: > > On 10/25/20 7:29 PM, Wu, Hao wrote: > >> Subject: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class > >> driver > >> > >> Create the FPGA Security Manager class

Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-26 Thread Tom Rix
On 10/25/20 7:29 PM, Wu, Hao wrote: >> Subject: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class >> driver >> >> Create the FPGA Security Manager class driver. The security >> manager provides interfaces to manage secure updates for the >>

RE: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-25 Thread Wu, Hao
> Subject: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class > driver > > Create the FPGA Security Manager class driver. The security > manager provides interfaces to manage secure updates for the > FPGA and BMC images that are stored in FLASH. The driver

Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-25 Thread Moritz Fischer
Hi Russ, On Tue, Oct 20, 2020 at 05:31:12PM -0700, Russ Weight wrote: > I see that I need to remove "intel" from the subject line on this patch. > I'll take care of that. > > I still have an outstanding question about treating a class-driver as a > managed resource of the parent device. I'm

Re: [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-20 Thread Russ Weight
I see that I need to remove "intel" from the subject line on this patch. I'll take care of that. I still have an outstanding question about treating a class-driver as a managed resource of the parent device. I'm reposting the question inline. On 10/20/20 5:16 PM, Russ Weight wrote: > Create the

[PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver

2020-10-20 Thread Russ Weight
Create the FPGA Security Manager class driver. The security manager provides interfaces to manage secure updates for the FPGA and BMC images that are stored in FLASH. The driver can also be used to update root entry hashes and to cancel code signing keys. This patch creates the class driver and