]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: am62ax: enable secure device configs by default
authorBryan Brattlof <bb@ti.com>
Fri, 17 Mar 2023 23:37:11 +0000 (18:37 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 17:30:29 +0000 (13:30 -0400)
commit411faba7c733cde947d1a61a1d503d39fe7129b2
tree8dd1f2c68dac908df0c9f66e032e821ee44dcf1a
parentfce062d91ab5de832b1120787a4ff7730c73b47d
configs: am62ax: enable secure device configs by default

TI's security enforcing SoCs will authenticate each binary it loads by
comparing it's signature with keys etched into the SoC during the boot
up process. The am62ax family of SoCs by default will have some level of
security enforcement checking. To keep things as simple as possible,
enable the CONFIG_TI_SECURE_DEVICE options by default so all levels of
secure SoCs will work out of the box

Enable the CONFIG_TI_SECURE_DEVICE by default

Signed-off-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Kamlesh Gurudasani <kamlesh@ti.com>
configs/am62ax_evm_a53_defconfig
configs/am62ax_evm_r5_defconfig