commit | 1549e2fce8a817c628d3e56d4006dd93010cf253 | [log] [tgz] |
---|---|---|
author | Andreas Dannenberg <dannenberg@ti.com> | Mon Jun 27 09:19:19 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:22:19 2016 -0400 |
tree | 670d33470c8ed147c27d18e8641962e4d1a180bd | |
parent | 6469e1a8cdd6158f2d00c4cf2ff0a41dfe853a74 [diff] |
arm: omap-common: secure ROM signature verify API 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 <d-allred@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>