summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Paulo Goncalves <joao.goncalves@toradex.com>2023-12-18 15:24:08 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2024-01-21 14:05:01 +0100
commit78092f293a65288fc99711e24916706845d5a5b3 (patch)
tree0385676158222b3702d4e2b2975848c6d90fd041
parentdc3095425993d2156ec702e68ded38e52ed874e8 (diff)
verdin-am62: add tpm2 machine feature
Verdin SoM can have a hardware TPM with them (for now on carrier boards), so add the tpm2 machine feature to enable software support for the device. The tmp2 means that the software supports TPM 2.0 specification. Related-to: ELB-5500 Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com> (cherry picked from commit 86652d4cf3bb2291e8c936e1fa20cabf81b3bfae)
-rw-r--r--conf/machine/verdin-am62.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index f49ceda..390a60b 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -5,6 +5,7 @@
MACHINE_NAME = "Verdin-AM62"
MACHINE_FEATURES:remove = "efi"
+MACHINE_FEATURES:append = " tpm2"
MACHINE_EXTRA_RRECOMMENDS:append = " btnxpuartconf mwifiexconf"