arm: mach-k3: Add secure device build support
authorAndrew F. Davis <afd@ti.com>
Fri, 12 Apr 2019 16:54:46 +0000 (12:54 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 26 Apr 2019 21:51:51 +0000 (17:51 -0400)
commit508369672ca3bc32806b70b5189f18a257e91baf
treeecaaa02fe00403cc65c2a85ad9bb78075f7d6cec
parent3a543a8084aabae5b31b9858525cbe507d2c67fb
arm: mach-k3: Add secure device build support

K3 HS devices require signed binaries for boot, use the SECDEV tools
to sign the boot artifacts during build.

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/mach-k3/config.mk
arch/arm/mach-k3/config_secure.mk [new file with mode: 0644]
tools/k3_fit_atf.sh