]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mach-k3: Add secure device support
authorAndrew F. Davis <afd@ti.com>
Fri, 12 Apr 2019 16:54:45 +0000 (12:54 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 26 Apr 2019 21:51:51 +0000 (17:51 -0400)
commitb390333f4bd32aebbd62110179ab139d0cb88716
treef92c7b5e240d8b88c935b174dc00c977ef525798
parente54a71c0becf30196063aa41a3dc064340493c79
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>
MAINTAINERS
arch/arm/Kconfig
arch/arm/mach-k3/Makefile
arch/arm/mach-k3/security.c [new file with mode: 0644]