summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2023-03-20 04:12:01 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-20 16:45:07 -0500
commit84e5077348ffb74f7db09dd0136e5e8066bf8967 (patch)
treeac9ba54d7f8517763950ac23e43a83cf582e558a
parent7e855982bbe79316bc517540e02bcd4414d67a62 (diff)
downloadmeta-ti-84e5077348ffb74f7db09dd0136e5e8066bf8967.tar.gz
trusted-firmware-a: upgrade to v2.8+
Upgrade arm-trusted-firmare to v2.8-226-g2fcd408bb. This upgrade picks up K3 L2 cache, snoop delayed, and EA handling updates from upstream master. Do not update to tip of master due to PSCI system off support breaking AM62x and AM62q platforms. Signed-off-by: Judith Mendez <jm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Manorit Chawdhry <m-chawdhry@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>
-rw-r--r--meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend4
1 files changed, 2 insertions, 2 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 60f0496c..9b8dd142 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,5 +1,5 @@
1PV:k3 = "2.7" 1PV:k3 = "2.8+git${SRCPV}"
2SRCREV_tfa:k3 = "1309c6c805190bd376c0561597653f3f8ecd0f58" 2SRCREV_tfa:k3 = "2fcd408bb3a6756767a43c073c597cef06e7f2d5"
3SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master" 3SRC_URI:k3 = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;name=tfa;branch=master"
4COMPATIBLE_MACHINE:k3 = "k3" 4COMPATIBLE_MACHINE:k3 = "k3"
5TFA_BUILD_TARGET:k3 = "all" 5TFA_BUILD_TARGET:k3 = "all"