[U-Boot] [RFC 5/9] arm: omap5: add secure ROM signature verify API

2016-06-15 Thread Andreas Dannenberg
From: Daniel Allred Adds an API that verifies a signature attached to an image (binary blob). This API is basically a entry to a secure ROM service provided by the device and accessed via an SMC call, using a particular calling convention. Signed-off-by: Daniel Allred Signed-off-by: Andreas Dan

Re: [U-Boot] [RFC 5/9] arm: omap5: add secure ROM signature verify API

2016-06-16 Thread Simon Glass
On 15 June 2016 at 13:26, Andreas Dannenberg wrote: > From: Daniel Allred > > Adds an API that verifies a signature attached to an image (binary > blob). This API is basically a entry to a secure ROM service provided by > the device and accessed via an SMC call, using a particular calling > conve

Re: [U-Boot] [RFC 5/9] arm: omap5: add secure ROM signature verify API

2016-06-19 Thread Tom Rini
On Thu, Jun 16, 2016 at 09:52:40PM -0600, Simon Glass wrote: > On 15 June 2016 at 13:26, Andreas Dannenberg wrote: > > From: Daniel Allred > > > > Adds an API that verifies a signature attached to an image (binary > > blob). This API is basically a entry to a secure ROM service provided by > > th