From: "'Jan Kiszka' via isar-users" <isar-users@googlegroups.com>
To: isar-users <isar-users@googlegroups.com>
Subject: [PATCH 3/3] initramfs-tee-ftpm-hook: Skip local-top hook without userland supplicant
Date: Sat, 25 Oct 2025 11:37:16 +0200 [thread overview]
Message-ID: <bc2b163a0498cf36ad76067bbd6ec6bf1e51c253.1761385036.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1761385036.git.jan.kiszka@siemens.com>
From: Jan Kiszka <jan.kiszka@siemens.com>
When the in-kernel RPMB supplicant is used, there is no need to await
the fTPM appearance, the kernel takes care of it.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
.../initramfs-tee-ftpm-hook/initramfs-tee-ftpm-hook_0.3.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 0a7cd560..94399374 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
@@ -8,14 +8,14 @@
require recipes-initramfs/initramfs-hook/hook.inc
-SRC_URI += "file://local-top"
-
# Can be disabled with kernel 6.12 and above
# NOTE: default will eventually be flipped
TEE_SUPPLICANT_IN_USERLAND ?= "1"
OVERRIDES .= "${@'supp-user' if bb.utils.to_boolean(d.getVar('TEE_SUPPLICANT_IN_USERLAND')) else ''}"
+SRC_URI:supp-user += "file://local-top"
+
HOOK_PREREQ:supp-user = "tee-supplicant"
HOOK_ADD_MODULES = "amdtee arm-tstee optee qcomtee tpm_ftpm_tee"
SCRIPT_PREREQ:supp-user = "tee-supplicant"
--
2.51.0
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/bc2b163a0498cf36ad76067bbd6ec6bf1e51c253.1761385036.git.jan.kiszka%40siemens.com.
next prev parent reply other threads:[~2025-10-25 9:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-25 9:37 [PATCH 0/3] initramfs-tee-ftpm-hook fix and optimizations 'Jan Kiszka' via isar-users
2025-10-25 9:37 ` [PATCH 1/3] initramfs-tee-ftpm-hook: Add missing optee module 'Jan Kiszka' via isar-users
2025-10-25 9:37 ` [PATCH 2/3] initramfs-tee-ftpm-hook: Use override to model variations 'Jan Kiszka' via isar-users
2025-10-25 9:37 ` 'Jan Kiszka' via isar-users [this message]
2025-10-29 7:54 ` [PATCH 0/3] initramfs-tee-ftpm-hook fix and optimizations Zhihang Wei
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=bc2b163a0498cf36ad76067bbd6ec6bf1e51c253.1761385036.git.jan.kiszka@siemens.com \
--to=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
/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