From bf93262bebc0d573a36659b7ace537094ea38ac5 Mon Sep 17 00:00:00 2001 From: Suhaas Joshi Date: Tue, 3 Mar 2026 15:11:18 +0530 Subject: [PATCH] meta-ti: optee: Update SHA in optee_os to integrate timeout increase optee_os has a driver for AM62L's mailbox. Recently it started timing out waiting for a response from TIFS. It seems that the timeout we had given was at the edge of what was acceptable, since unrelated changes to rest of the boot chain were breaking it. So a patch was sent to optee_os to fix this by increasing the timeout from 10ms to 1000ms. Update the optee_os recipe's SHA to integrate this change into the SDK. Signed-off-by: Suhaas Joshi Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc index 759653e6..db18c696 100644 --- a/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc +++ b/meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc @@ -1,2 +1,2 @@ PV = "4.9.0+git" -SRCREV = "3322f1326f141ef3f41ac7a1c1e08ca23a869fd4" +SRCREV = "f2a7ad0638aeff5243593b33cc56ad064cae7615"