summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/trusted-firmware-a
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-09-13 03:54:59 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commit761d5c18b14c315fed2b30208b8fd21eebba139e (patch)
tree17f8b8c6d15cdcd60dfa4a11d0a001e19a2fb177 /meta-ti-bsp/recipes-bsp/trusted-firmware-a
parenta4037a50a041b44ed205246bc7832b0f4c89be6b (diff)
downloadmeta-ti-761d5c18b14c315fed2b30208b8fd21eebba139e.tar.gz
trusted-firmware-a: Update to latest upstream master
For TF-A we work against upstream first, our fork has only been used in the rare cases we need to ship a feature before we can get it upstream. This is not currently the case so lets switch to upstream repo until there is a need for our fork. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/trusted-firmware-a')
-rw-r--r--meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 6254d09e..41241a57 100644
--- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,8 +1,6 @@
1PV:k3 = "2.6" 1PV:k3 = "2.6+2.7-rc0"
2LIC_FILES_CHKSUM:k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" 2SRCREV_tfa:k3 = "453abc80b2eacbf2816c838e47e40f063227d934"
3BRANCH:k3 = "ti-atf" 3SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master"
4SRC_URI:k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
5SRCREV_tfa:k3 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
6COMPATIBLE_MACHINE:k3 = "k3" 4COMPATIBLE_MACHINE:k3 = "k3"
7TFA_BUILD_TARGET:k3 = "all" 5TFA_BUILD_TARGET:k3 = "all"
8TFA_INSTALL_TARGET:k3 = "bl31" 6TFA_INSTALL_TARGET:k3 = "bl31"