Re: [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-18 Thread Andrew F. Davis
On 2/16/19 4:18 PM, Tom Rini wrote: > On Fri, Feb 15, 2019 at 05:43:32PM +0530, Lokesh Vutla wrote: >> >> >> On 2/15/2019 4:25 AM, Andrew F. Davis wrote: >>> On 2/13/19 9:46 PM, Lokesh Vutla wrote: On 14/02/19 12:07 AM, Andrew F. Davis wrote: > K3 HS devices require signed binari

Re: [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-16 Thread Tom Rini
On Fri, Feb 15, 2019 at 05:43:32PM +0530, Lokesh Vutla wrote: > > > On 2/15/2019 4:25 AM, Andrew F. Davis wrote: > > On 2/13/19 9:46 PM, Lokesh Vutla wrote: > >> > >> > >> On 14/02/19 12:07 AM, Andrew F. Davis wrote: > >>> K3 HS devices require signed binaries for boot, use the SECDEV tools > >>>

Re: [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-15 Thread Lokesh Vutla
On 2/15/2019 4:25 AM, Andrew F. Davis wrote: > On 2/13/19 9:46 PM, Lokesh Vutla wrote: >> >> >> On 14/02/19 12:07 AM, Andrew F. Davis wrote: >>> K3 HS devices require signed binaries for boot, use the SECDEV tools >>> to sign the boot artifacts during build. >>> >>> Signed-off-by: Andrew F. Davis

Re: [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-14 Thread Andrew F. Davis
On 2/13/19 9:46 PM, Lokesh Vutla wrote: > > > On 14/02/19 12:07 AM, Andrew F. Davis wrote: >> K3 HS devices require signed binaries for boot, use the SECDEV tools >> to sign the boot artifacts during build. >> >> Signed-off-by: Andrew F. Davis >> --- >> MAINTAINERS | 1 +

Re: [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-13 Thread Lokesh Vutla
On 14/02/19 12:07 AM, Andrew F. Davis wrote: > K3 HS devices require signed binaries for boot, use the SECDEV tools > to sign the boot artifacts during build. > > Signed-off-by: Andrew F. Davis > --- > MAINTAINERS | 1 + > arch/arm/mach-k3/config.mk| 25 +

Re: [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-13 Thread Andrew F. Davis
On 2/13/19 2:27 PM, Tom Rini wrote: > On Wed, Feb 13, 2019 at 12:37:10PM -0600, Andrew F. Davis wrote: > >> K3 HS devices require signed binaries for boot, use the SECDEV tools >> to sign the boot artifacts during build. >> >> Signed-off-by: Andrew F. Davis > > In general, since I suppose the an

Re: [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-13 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:37:10PM -0600, Andrew F. Davis wrote: > K3 HS devices require signed binaries for boot, use the SECDEV tools > to sign the boot artifacts during build. > > Signed-off-by: Andrew F. Davis In general, since I suppose the answer to my question is "no", so: Reviewed-by: T

[U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

2019-02-13 Thread Andrew F. Davis
K3 HS devices require signed binaries for boot, use the SECDEV tools to sign the boot artifacts during build. Signed-off-by: Andrew F. Davis --- MAINTAINERS | 1 + arch/arm/mach-k3/config.mk| 25 ++ arch/arm/mach-k3/config_secure.mk | 44 +++