summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2025-02-06 20:10:19 +0530
committerRyan Eatmon <reatmon@ti.com>2025-02-07 13:37:47 -0600
commit8c32ee287edec29efacd9d7e0745c8fc74d7f4b3 (patch)
tree8746706147d6a3b1ebcc767f9c7b612e26cec0b0
parentad9e32a87c64e5450f241197f3c84e3ec6b37429 (diff)
downloadmeta-ti-8c32ee287edec29efacd9d7e0745c8fc74d7f4b3.tar.gz
trusted-firmware-a: Switch TFA to TI fork
- While TFA patches for K3-based AM62L platform are under review upstream, temporarily switch to TI's GitHub fork for all K3 platforms to prevent disruptions and ensure timely bringup - Also update the LIC_FILES_CHKSUM since the license file changed between upstream TFA v2.12 [1] & the SRCREV in this commit [2][3] [1]: https://github.com/ARM-software/arm-trusted-firmware/blob/v2.12/docs/license.rst [2]: https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/license.rst [3]: https://github.com/TexasInstruments/arm-trusted-firmware/blob/ti-master/docs/license.rst License-Update: Updates w.r.t TFA Hob creation code Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc6
1 files changed, 3 insertions, 3 deletions
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 df3cea23..c628eb15 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
@@ -1,7 +1,7 @@
1PV:k3 = "2.12+git" 1PV:k3 = "2.12+git"
2SRCREV_tfa:k3 = "4ec2948fe3f65dba2f19e691e702f7de2949179c" 2SRCREV_tfa:k3 = "5227171c079d0c7d22a6d37b5cec079c8c5bb4b1"
3LIC_FILES_CHKSUM:k3 = "file://docs/license.rst;md5=83b7626b8c7a37263c6a58af8d19bee1" 3LIC_FILES_CHKSUM:k3 = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
4SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" 4SRC_URI:k3 = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https;name=tfa;branch=ti-master"
5COMPATIBLE_MACHINE:k3 = "k3" 5COMPATIBLE_MACHINE:k3 = "k3"
6TFA_BUILD_TARGET:k3 = "all" 6TFA_BUILD_TARGET:k3 = "all"
7TFA_INSTALL_TARGET:k3 = "bl31" 7TFA_INSTALL_TARGET:k3 = "bl31"