summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2021-06-18 19:03:56 -0500
committerYogesh Siraswar <yogeshs@ti.com>2021-06-25 15:23:22 +0000
commit2ab3edaf703916d8d996e583538947b12d3c1cff (patch)
treea2c67b4dcd384ba1b88956cf190c19f5c3c781a3
parent749fcd9b91d02cb4e64004b5410de778293b0798 (diff)
downloadmeta-ti-2ab3edaf703916d8d996e583538947b12d3c1cff.tar.gz
trusted-firmware-a: Update to v2.5
Update to v2.5 tag merge from upstream to keep TF-A in sync. For major changes in trusted-firmware-a, See: https://trustedfirmware-a.readthedocs.io/en/latest/change-log.html#version-2-5 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r--recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 4852c560..eb6f2fd1 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,8 +1,8 @@
1PV_k3 = "2.4" 1PV_k3 = "2.5"
2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" 2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
3BRANCH_k3 = "ti-atf" 3BRANCH_k3 = "ti-atf"
4SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa" 4SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
5SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123" 5SRCREV_tfa_k3 = "0693f356eb2a25adf8758d98058120bed082cc73"
6COMPATIBLE_MACHINE_k3 = "k3" 6COMPATIBLE_MACHINE_k3 = "k3"
7TFA_BUILD_TARGET_k3 = "all" 7TFA_BUILD_TARGET_k3 = "all"
8TFA_INSTALL_TARGET_k3 = "bl31" 8TFA_INSTALL_TARGET_k3 = "bl31"