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