diff options
author | Andrew F. Davis | 2019-04-12 12:54:46 -0400 |
---|---|---|
committer | Tom Rini | 2019-04-26 17:51:51 -0400 |
commit | 508369672ca3bc32806b70b5189f18a257e91baf (patch) | |
tree | ecaaa02fe00403cc65c2a85ad9bb78075f7d6cec /MAINTAINERS | |
parent | 3a543a8084aabae5b31b9858525cbe507d2c67fb (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dab419e3f33..0e8e3d4c3cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -734,6 +734,7 @@ F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S F: arch/arm/mach-omap2/sec-common.c F: arch/arm/mach-omap2/config_secure.mk F: arch/arm/mach-k3/security.c +F: arch/arm/mach-k3/config_secure.mk F: configs/am335x_hs_evm_defconfig F: configs/am335x_hs_evm_uart_defconfig F: configs/am43xx_hs_evm_defconfig |