]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitce661f70f569cfefb7ef2c23a1834d32b7644efc
treeecaaa02fe00403cc65c2a85ad9bb78075f7d6cec
parentb390333f4bd32aebbd62110179ab139d0cb88716
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