From: Michael Olbrich <m.olbrich@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Michael Olbrich <m.olbrich@pengutronix.de>
Subject: [DistroKit] [PATCH] ptxconfig: optee: disable detached user TAs
Date: Thu, 11 Dec 2025 16:55:22 +0100 [thread overview]
Message-ID: <20251211155522.788108-1-m.olbrich@pengutronix.de> (raw)
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
reply other threads:[~2025-12-11 15:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251211155522.788108-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox