diff mbox series

[meta-ti,master] trusted-firmware-a: Updates for am62l

Message ID 20260219195158.4121184-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master] trusted-firmware-a: Updates for am62l | expand

Commit Message

Ryan Eatmon Feb. 19, 2026, 7:51 p.m. UTC
Change the branch for am62l to ti-tfa-2.14y and change the TFA_PLATFORM
for am62l.

License-Udpate: am62l branch is now in line with master, so the md5sum
changed to match.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/conf/machine/include/am62lxx.inc                | 3 ++-
 .../trusted-firmware-a/trusted-firmware-a-ti.inc            | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

Comments

PRC Automation Feb. 19, 2026, 7:55 p.m. UTC | #1
meta-ti / na / 20260219195158.4121184-1-reatmon

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] trusted-firmware-a: Updates for am62l
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 19 Feb 2026 13:51:58 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: bca72793a9d00c7b623a538de6d9bee73f9dc019

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master-ltsprep.202602181811
- Commit SHA: ee9f5e1dfe817fc192908d420d840668b7aa7100

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: FAIL
=========================================================
master
=====================
FAIL
    ERROR: Missing Upstream-Status in patch file. (UPSTREAM-STATUS-1)
        found.patch
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/include/am62lxx.inc b/meta-ti-bsp/conf/machine/include/am62lxx.inc
index b4f0b8c9..12c8d6ea 100644
--- a/meta-ti-bsp/conf/machine/include/am62lxx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62lxx.inc
@@ -3,7 +3,8 @@  SOC_FAMILY:append = ":am62lxx"
 
 MACHINE_FEATURES += "screen"
 
-TFA_BOARD = "am62l"
+TFA_BOARD = "am62lx"
 TFA_K3_SYSTEM_SUSPEND = "1"
+TFA_PLATFORM = "k3low"
 
 OPTEEMACHINE = "k3-am62lx"
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 c1e415b4..ca5fbd94 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
@@ -9,10 +9,10 @@  SRCREV_tfa = "e0c4d3903b382bf34f552af53e6d955fae5283ab"
 SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https"
 SRCBRANCH = "master"
 
-LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
-SRCREV_tfa:am62lxx = "946454003b9f7e3c8e6d2284e00e0c07d5f56290"
+LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e"
+SRCREV_tfa:am62lxx = "2838c4785805ae8ab50e5692012cc071fd065c24"
 SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
-SRCBRANCH:am62lxx = "ti-master"
+SRCBRANCH:am62lxx = "ti-tfa-2.14.y"
 
 SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"