| Message ID | 20260622085723.990271-1-s-joshi@ti.com |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-ti,wrynose/master] tfa: Update TF-A for K3 devices to 2.15 tag | expand |
meta-ti / na / 20260622085723.990271-1-s-joshi
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][wrynose/master][PATCH] tfa: Update TF-A for K3 devices to 2.15 tag
WARN: Commit message does not include file/recipe name: tfa: Update TF-A for K3 devices to 2.15 tag. (COMMIT-MESSAGE-2)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
wrynose
=====================
Summary:
- Patch Series: [meta-ti][wrynose/master][PATCH] tfa: Update TF-A for K3 devices to 2.15 tag
- Submitter: From: Suhaas Joshi <s-joshi@ti.com>
- Date: Date: Mon, 22 Jun 2026 14:27:23 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 80f7e58333a6c6f33bab11cfea0524b2dbdf3f01
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: wrynose-wip
- Commit Author: Judith Mendez <jm@ti.com>
- Commit Subject: conf: am62dxx-evm: Fixup packaged overlay list
- Commit SHA: d6532526fe8f4d4a2dfa4fcdc85cc224f0a13fa2
Patches
----------------------------------------
All patches applied
master
=====================
Summary:
- Patch Series: [meta-ti][wrynose/master][PATCH] tfa: Update TF-A for K3 devices to 2.15 tag
- Submitter: From: Suhaas Joshi <s-joshi@ti.com>
- Date: Date: Mon, 22 Jun 2026 14:27:23 +0530
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 80f7e58333a6c6f33bab11cfea0524b2dbdf3f01
Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: TEST: linux-ti-staging: Add testing dtbo and build command
- Commit SHA: 9b28ccd19b2ad9cb8f8e1d5ca9fcafcc11c40dfc
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
wrynose
=====================
PASS
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
wrynose - PASS
=====================
All checks passed
master - PASS
=====================
All checks passed
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc index 10697fa2..82c0441c 100644 --- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc +++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc @@ -2,10 +2,10 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/trusted-firmware-a:" -PV = "2.14+git" +PV = "2.15+git" LIC_FILES_CHKSUM = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e" -SRCREV_tfa = "76500ceaeefcda967d8a1f4e30bb04f9fe0425a2" +SRCREV_tfa = "da738d5eae93af342fdc4995dd3c05acb4c9d757" SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https" SRCBRANCH = "master"
Non-AM62LX devices use upstream TF-A. Update this to the 2.15 tag. Signed-off-by: Suhaas Joshi <s-joshi@ti.com> --- Boot-tested on AM62X. --- .../recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)