Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-19 Thread Xu Yilun
On Wed, Nov 18, 2020 at 07:38:31AM -0600, Richard Gong wrote: > > > On 11/17/20 11:47 PM, Xu Yilun wrote: > >On Tue, Nov 17, 2020 at 09:39:55AM -0600, Richard Gong wrote: > >> > >> > >>On 11/16/20 8:24 PM, Xu Yilun wrote: > >>>On Mon, Nov 16, 2020 at 08:14:52AM -0600, Richard Gong wrote: > >

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-18 Thread Richard Gong
On 11/17/20 11:47 PM, Xu Yilun wrote: On Tue, Nov 17, 2020 at 09:39:55AM -0600, Richard Gong wrote: On 11/16/20 8:24 PM, Xu Yilun wrote: On Mon, Nov 16, 2020 at 08:14:52AM -0600, Richard Gong wrote: Hi Yilun, On 11/15/20 8:47 PM, Xu Yilun wrote: On Sun, Nov 15, 2020 at 11:21:06AM -0800

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-17 Thread Xu Yilun
On Tue, Nov 17, 2020 at 09:39:55AM -0600, Richard Gong wrote: > > > On 11/16/20 8:24 PM, Xu Yilun wrote: > >On Mon, Nov 16, 2020 at 08:14:52AM -0600, Richard Gong wrote: > >> > >>Hi Yilun, > >> > >>On 11/15/20 8:47 PM, Xu Yilun wrote: > >>>On Sun, Nov 15, 2020 at 11:21:06AM -0800, Moritz Fischer

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-17 Thread Richard Gong
On 11/16/20 8:24 PM, Xu Yilun wrote: On Mon, Nov 16, 2020 at 08:14:52AM -0600, Richard Gong wrote: Hi Yilun, On 11/15/20 8:47 PM, Xu Yilun wrote: On Sun, Nov 15, 2020 at 11:21:06AM -0800, Moritz Fischer wrote: Hi Richard, On Thu, Nov 12, 2020 at 12:06:42PM -0600, richard.g...@linux.intel

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-16 Thread Xu Yilun
On Mon, Nov 16, 2020 at 08:14:52AM -0600, Richard Gong wrote: > > Hi Yilun, > > On 11/15/20 8:47 PM, Xu Yilun wrote: > >On Sun, Nov 15, 2020 at 11:21:06AM -0800, Moritz Fischer wrote: > >>Hi Richard, > >> > >>On Thu, Nov 12, 2020 at 12:06:42PM -0600, richard.g...@linux.intel.com > >>wrote: > >>>

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-16 Thread Tom Rix
On 11/16/20 5:50 AM, Richard Gong wrote: > Hi Tom, > > > On 11/14/20 9:59 AM, Tom Rix wrote: >> >> On 11/14/20 6:52 AM, Richard Gong wrote: >>> Hi Tom, >>> >    prior to OS boot up. >    - encrypted-fpga-config : boolean, set if the bitstream is encrypted > +- authenticate-fpga-co

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-16 Thread Richard Gong
Hi Yilun, On 11/15/20 8:47 PM, Xu Yilun wrote: On Sun, Nov 15, 2020 at 11:21:06AM -0800, Moritz Fischer wrote: Hi Richard, On Thu, Nov 12, 2020 at 12:06:42PM -0600, richard.g...@linux.intel.com wrote: From: Richard Gong Add authenticate-fpga-config property for FPGA bitstream authenticati

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-16 Thread Richard Gong
Hi Moritz, On 11/15/20 1:21 PM, Moritz Fischer wrote: Hi Richard, On Thu, Nov 12, 2020 at 12:06:42PM -0600, richard.g...@linux.intel.com wrote: From: Richard Gong Add authenticate-fpga-config property for FPGA bitstream authentication. Signed-off-by: Richard Gong --- Documentation/dev

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-16 Thread Richard Gong
Hi Tom, On 11/14/20 9:59 AM, Tom Rix wrote: On 11/14/20 6:52 AM, Richard Gong wrote: Hi Tom,   prior to OS boot up.   - encrypted-fpga-config : boolean, set if the bitstream is encrypted +- authenticate-fpga-config : boolean, set if do bitstream authentication The list is mostly in

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-15 Thread Xu Yilun
On Sun, Nov 15, 2020 at 11:21:06AM -0800, Moritz Fischer wrote: > Hi Richard, > > On Thu, Nov 12, 2020 at 12:06:42PM -0600, richard.g...@linux.intel.com wrote: > > From: Richard Gong > > > > Add authenticate-fpga-config property for FPGA bitstream authentication. > > > > Signed-off-by: Richard

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-15 Thread Moritz Fischer
Hi Richard, On Thu, Nov 12, 2020 at 12:06:42PM -0600, richard.g...@linux.intel.com wrote: > From: Richard Gong > > Add authenticate-fpga-config property for FPGA bitstream authentication. > > Signed-off-by: Richard Gong > --- > Documentation/devicetree/bindings/fpga/fpga-region.txt | 1 + > 1

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-14 Thread Tom Rix
On 11/14/20 6:52 AM, Richard Gong wrote: > Hi Tom, > >>>   prior to OS boot up. >>>   - encrypted-fpga-config : boolean, set if the bitstream is encrypted >>> +- authenticate-fpga-config : boolean, set if do bitstream authentication >> >> The list is mostly in alphabetical order so the new 'a

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-14 Thread Richard Gong
Hi Tom, On 11/13/20 2:28 PM, Tom Rix wrote: On 11/12/20 10:06 AM, richard.g...@linux.intel.com wrote: From: Richard Gong Add authenticate-fpga-config property for FPGA bitstream authentication. Signed-off-by: Richard Gong --- Documentation/devicetree/bindings/fpga/fpga-region.txt | 1 +

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-13 Thread Tom Rix
On 11/12/20 10:06 AM, richard.g...@linux.intel.com wrote: > From: Richard Gong > > Add authenticate-fpga-config property for FPGA bitstream authentication. > > Signed-off-by: Richard Gong > --- > Documentation/devicetree/bindings/fpga/fpga-region.txt | 1 + > 1 file changed, 1 insertion(+) > >

[PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-12 Thread richard . gong
From: Richard Gong Add authenticate-fpga-config property for FPGA bitstream authentication. Signed-off-by: Richard Gong --- Documentation/devicetree/bindings/fpga/fpga-region.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/fpga/fpga-region.txt b/Docum