| Message ID | 20260226112249.416567-1-s-joshi@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,master] optee: Update optee_os to integrate Firewall RNG changes | expand |
meta-ti / na / 20260226112249.416567-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] optee: Update optee_os to integrate Firewall RNG changes - Submitter: From: Suhaas Joshi <s-joshi@ti.com> - Date: Date: Thu, 26 Feb 2026 16:52:49 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 070095bb2516aa0ac936a7449afbd36966710cbc Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-wip - Commit Author: Randolph Sapp <rs@ti.com> - Commit Subject: beagleplay-ti: use the am62xx.inc - Commit SHA: de3bcac5598074abc3aab258416f1028bb1e338d 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 8f75db04..759653e6 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 = "c2b0684fcd89929976a8726e6e3af922b48dd2c7" +SRCREV = "3322f1326f141ef3f41ac7a1c1e08ca23a869fd4"
Recently, a few commits were merged beyond the 4.9.0 tag in optee_os. These commits refactor some code in SA2UL, and add firewall configurations for RNG in AM62L. Therefore, to integrate these changes in the SDK, update the optee_os SHA. 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(-)