Re: [U-Boot] [PATCH 4/7] arm: mach-k3: Add secure device support

2019-02-13 Thread Tom Rini
On Wed, Feb 13, 2019 at 12:37:09PM -0600, Andrew F. Davis wrote: > 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

[U-Boot] [PATCH 4/7] arm: mach-k3: Add secure device support

2019-02-13 Thread Andrew F. Davis
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.