From f516df980607b3e0e071fac9cf6353575a872830 Mon Sep 17 00:00:00 2001 From: Shiva Tripathi Date: Thu, 11 Jun 2026 20:51:23 +0530 Subject: [PATCH] optee-ftpm: Update commit to include TA panic fix Bump to commit e3b1e426 which includes graceful degradation of fTPM TA when RPMB storage is unavailable, preventing TA panic and memory dumps. Signed-off-by: Shiva Tripathi Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc index b961c70f..ea40ba27 100644 --- a/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc +++ b/meta-ti-bsp/recipes-security/optee/optee-ftpm-ti-version.inc @@ -1,3 +1,3 @@ PV = "4.10.0+git" OPTEE_TA_GIT_TAG = "${@'branch=master' if d.getVar('PV') == 'git' or d.getVar('PV').endswith('+git') else 'tag=%s;nobranch=1' % d.getVar('PV')}" -SRCREV_optee-ta = "a09269b15de635e1816fe832e26adfbfb44c5455" +SRCREV_optee-ta = "e3b1e426a605e0537a3c3c9c24228eb22e354b80"