]> git.baikalelectronics.ru Git - uboot.git/commit
configs: am62x: enable secure device configs by default
authorPraneeth Bajjuri <praneeth@ti.com>
Wed, 5 Apr 2023 22:40:47 +0000 (17:40 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 4 May 2023 17:03:54 +0000 (13:03 -0400)
commitc5bb131cb5b7ba4c0a15c5e2f41d1a9799caddf1
tree00cdb866c47845a00e4cd7b47f7a7c8a9bf6e470
parent4578a10432e58b5ec240f172b9f0eefd3e990040
configs: am62x: enable secure device configs by default

Enable the CONFIG_TI_SECURE_DEVICE by default

Non-HS devices will continue to boot due to runtime device type detection.

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 am62x 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

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
configs/am62x_evm_a53_defconfig
configs/am62x_evm_r5_defconfig