]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spl: Kconfig: add SPL_OS_BOOT_SECURE config symbol
authorAnshul Dalal <anshuld@ti.com>
Fri, 17 Oct 2025 19:33:06 +0000 (01:03 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 20 Oct 2025 16:14:00 +0000 (10:14 -0600)
commita3e67a96452983ae3b35a78cb2910f14fda9dd86
tree118509ec24b07a48c1ae813654e0d6c5f0f7d889
parentaabda5407ff2f6d896215b2b8a31064f939fb4dc
spl: Kconfig: add SPL_OS_BOOT_SECURE config symbol

This patch adds the new SPL_OS_BOOT_SECURE symbol that enables secure
boot flow in falcon mode. This symbol can be used to disable certain
inherently insecure options during falcon boot.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Anshul Dalal <anshuld@ti.com>
common/spl/Kconfig