Re: [U-Boot] [PATCH v2 4/9] arm: omap-common: secure ROM signature verify API

2016-06-24 Thread Tom Rini
On Fri, Jun 24, 2016 at 10:57:12AM -0500, Andreas Dannenberg wrote: > 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. >

[U-Boot] [PATCH v2 4/9] arm: omap-common: secure ROM signature verify API

2016-06-24 Thread Andreas Dannenberg
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 Dannenberg --- arch/arm