Skip to content

Commit 08826f0

Browse files
rb3gen2-core-kit: declare TPM2 machine feature (#1713)
The rb3gen2 MACHINE configuration is updated to expose TPM2 capability through MACHINE_FEATURES. This allows the meta-security layer (and in particular meta-tpm) to correctly include TPM2 userspace components, kernel config fragments, and system integration units. meta-security enablement was part of PR #1504 the build now automatically enables: - TPM2 userspace stack (tpm2-tss) - TPM2 tooling (tpm2-tools) - TPM2 resource manager integration - Associated kernel configuration fragments from meta-security - EFI/PCI dependencies required for TPM2 initialization paths These features ensure proper TPM2 support on rb3gen2 platforms where a dTPM is exposed over SPI. This change is specific to rb3gen2 and does not affect other machines. Rb3Gen2 Industrial (INDU) Mezzanine Board has ST33HTPH2X32AHE4 DTPM.
2 parents c3ecfe1 + 126921c commit 08826f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

conf/machine/rb3gen2-core-kit.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
require conf/machine/include/qcom-qcs6490.inc
66

7-
MACHINE_FEATURES += "efi pci"
7+
# NOTE: TPM hardware is only present on rb3gen2-industrial kit
8+
MACHINE_FEATURES += "efi pci tpm2"
89

910
KERNEL_DEVICETREE ?= " \
1011
qcom/qcs6490-rb3gen2.dtb \

0 commit comments

Comments
 (0)