]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: Kconfig: allow falcon mode for TI secure devices
authorAnshul Dalal <anshuld@ti.com>
Fri, 24 Oct 2025 08:14:04 +0000 (13:44 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 3 Nov 2025 17:52:29 +0000 (11:52 -0600)
commit16f412679005e539401308bb075d4cdf87f01cb2
tree369b860247349a2ddf2a74baf75611430a6bbbdf
parent2c16b803b82ace18077f08de58c6a079a94faa0f
spl: Kconfig: allow falcon mode for TI secure devices

Falcon mode was disabled for TI_SECURE_DEVICE at commit e95b9b4437bc
("ti_armv7_common: Disable Falcon Mode on HS devices") for older 32-bit
HS devices and but can now be enabled with the addition of
OS_BOOT_SECURE.

For secure boot, the kernel with x509 headers can be packaged in a fit
container (fitImage) signed with TIFS keys for authentication.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
common/spl/Kconfig