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 <[email protected]> --- 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19635): https://lists.yoctoproject.org/g/meta-ti/message/19635 Mute This Topic: https://lists.yoctoproject.org/mt/118110922/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
