commit | 1bb0a21b465427088ad623826fe23066399cb2d9 | [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 | d86f7afda4e2c8fc6aad3095959bee9b1f46c48b [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>