* [DistroKit] [PATCH] ptxconfig: optee: disable detached user TAs
@ 2025-12-11 15:55 Michael Olbrich
0 siblings, 0 replies; only message in thread
From: Michael Olbrich @ 2025-12-11 15:55 UTC (permalink / raw)
To: distrokit; +Cc: Michael Olbrich
Detached user TAs loaded from a Linux filesystem via tee-supplicant are
signed so that OP-TEE can verify their integrity and authenticity before
execution.
There are no such TAs in the BSP so we don't need the support for those,
so just disable it.
This silences our sanity checker that correctly complains that this is
not needed.
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
configs/platform-v7a/platformconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index 221dfa16dfef..bdcb8a2a8e92 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -223,7 +223,7 @@ PTXCONF_BOOTLOADER=y
PTXCONF_OPTEE=y
PTXCONF_OPTEE_PLATFORM="stm32mp1"
PTXCONF_OPTEE_PLATFORM_FLAVOUR="135F_DK"
-PTXCONF_OPTEE_CFG="CFG_TEE_CORE_LOG_LEVEL=2 CFG_WITH_PAGER=n CFG_GP_SOCKETS=n CFG_TA_MBEDTLS_SELF_TEST=n"
+PTXCONF_OPTEE_CFG="CFG_TEE_CORE_LOG_LEVEL=2 CFG_WITH_PAGER=n CFG_GP_SOCKETS=n CFG_TA_MBEDTLS_SELF_TEST=n CFG_REE_FS_TA=n"
# PTXCONF_OPTEE_INSTALL_USER_TAS is not set
PTXCONF_TF_A_STM32MP13=y
PTXCONF_TF_A=y
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-11 15:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-11 15:55 [DistroKit] [PATCH] ptxconfig: optee: disable detached user TAs Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox