commit | 2ed410792bedae7db6e5d5af51038e8852767f1b | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Fri Apr 12 12:54:45 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 26 17:51:51 2019 -0400 |
tree | f92c7b5e240d8b88c935b174dc00c977ef525798 | |
parent | 7aa9a083f3b58a6ec973afc313039ff2e1e0d67f [diff] |
arm: mach-k3: Add secure device support K3 devices have High Security (HS) variants along with the non-HS already supported. Like the previous generation devices (OMAP/Keystone2) K3 supports boot chain-of-trust by authenticating and optionally decrypting images as they are unpacked from FIT images. Add support for this here. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Andreas Dannenberg <dannenberg@ti.com>