aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-08-30 15:54:29 +0530
committerTom Rini <trini@konsulko.com>2022-09-15 16:07:26 -0400
commit360c7f46f39242bab1d5bae3cd7b1d16fc33c304 (patch)
treed150c2c99ba1ef26a5775fc2e4e71ee051bb7460 /MAINTAINERS
parentc79c0b46924c748c7618e113cf6feb304d1a0ee0 (diff)
downloadu-boot-360c7f46f39242bab1d5bae3cd7b1d16fc33c304.zip
u-boot-360c7f46f39242bab1d5bae3cd7b1d16fc33c304.tar.gz
u-boot-360c7f46f39242bab1d5bae3cd7b1d16fc33c304.tar.bz2
configs: Add configs for J7200 High Security EVM
Add J7200 High Security EVM defconfig. These defconfigs are the same as for the non-secure part, except for: CONFIG_TI_SECURE_DEVICE option set to 'y' CONFIG_BOOTCOMMAND uses FIT images for booting Signed-off-by: Andrew Davis <afd@ti.com> [j-choudhary@ti.com: add few configs from GP variant which were missing] Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 25a11a0..d66e382 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1389,8 +1389,10 @@ F: configs/k2g_hs_evm_defconfig
F: configs/k2l_hs_evm_defconfig
F: configs/am65x_hs_evm_r5_defconfig
F: configs/am65x_hs_evm_a53_defconfig
-F: configs/j721e_hs_evm_r5_defconfig
+F: configs/j7200_hs_evm_a72_defconfig
+F: configs/j7200_hs_evm_r5_defconfig
F: configs/j721e_hs_evm_a72_defconfig
+F: configs/j721e_hs_evm_r5_defconfig
TPM DRIVERS
M: Ilias Apalodimas <ilias.apalodimas@linaro.org>