| Message ID | 20260303094117.1650691-1-s-joshi@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master] meta-ti: optee: Update SHA in optee_os to integrate timeout increase | expand |
meta-ti / na / 20260303094117.1650691-1-s-joshi PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-ti][master][PATCH] meta-ti: optee: Update SHA in optee_os to integrate timeout increase - Submitter: From: Suhaas Joshi <s-joshi@ti.com> - Date: Date: Tue, 3 Mar 2026 15:11:18 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: cabe206ed807b3c2fac5c51759463f557698339c Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: conf: Add falcon support natively - Commit SHA: 51a8447ebd71a82b9907224852aa664002fe5c7f Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
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"
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 <s-joshi@ti.com> --- meta-ti-bsp/recipes-security/optee/optee-os-ti-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)