From 78092f293a65288fc99711e24916706845d5a5b3 Mon Sep 17 00:00:00 2001 From: Joao Paulo Goncalves Date: Mon, 18 Dec 2023 15:24:08 -0300 Subject: 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 (cherry picked from commit 86652d4cf3bb2291e8c936e1fa20cabf81b3bfae) --- conf/machine/verdin-am62.conf | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3