[PATCH 1/3] initramfs-tee-ftpm-hook: Add missing optee module

3 views
Skip to first unread message

Jan Kiszka

unread,
Oct 25, 2025, 5:37:21 AM (6 days ago) Oct 25
to isar-users
From: Jan Kiszka <jan.k...@siemens.com>

tpm_ftpm_tee only pulls in the TEE core, not the actual interface
drivers. Pull them all (based on kernel 6.18).

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
.../initramfs-tee-ftpm-hook/initramfs-tee-ftpm-hook_0.3.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-initramfs/initramfs-tee-ftpm-hook/initramfs-tee-ftpm-hook_0.3.bb b/meta/recipes-initramfs/initramfs-tee-ftpm-hook/initramfs-tee-ftpm-hook_0.3.bb
index d430661d..c2fe62c5 100644
--- a/meta/recipes-initramfs/initramfs-tee-ftpm-hook/initramfs-tee-ftpm-hook_0.3.bb
+++ b/meta/recipes-initramfs/initramfs-tee-ftpm-hook/initramfs-tee-ftpm-hook_0.3.bb
@@ -15,5 +15,5 @@ SRC_URI += "file://local-top"
TEE_SUPPLICANT_IN_USERLAND ?= "1"

HOOK_PREREQ = "${@'tee-supplicant' if bb.utils.to_boolean(d.getVar('TEE_SUPPLICANT_IN_USERLAND')) else ''}"
-HOOK_ADD_MODULES = "tpm_ftpm_tee"
+HOOK_ADD_MODULES = "amdtee arm-tstee optee qcomtee tpm_ftpm_tee"
SCRIPT_PREREQ = "${@'tee-supplicant' if bb.utils.to_boolean(d.getVar('TEE_SUPPLICANT_IN_USERLAND')) else ''}"
--
2.51.0

Reply all
Reply to author
Forward
0 new messages