]> git.baikalelectronics.ru Git - uboot.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)
commit022b2a7ff53a6f6c8b4a0e0a0745c2900f73f4b9
tree8dd1f2c68dac908df0c9f66e032e821ee44dcf1a
parent4ebc41a25d9cc54ec8acab510d2006fe77a9196d
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