summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2023-01-23 15:56:46 -0600
committerRyan Eatmon <reatmon@ti.com>2023-01-24 08:04:22 -0600
commit914c0bd71f1091f0dc5578b4b21591626991dac3 (patch)
treec40a9bb8f4624bdfcaa2ae3274857d264238f02b
parent0312d29c0e21e457c7ae11bcccfeb6435dc67353 (diff)
downloadmeta-ti-914c0bd71f1091f0dc5578b4b21591626991dac3.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>
-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 a5eb9ff8..caf27328 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,6 +1,6 @@
1PV_k3 = "2.6" 1PV_k3 = "2.8+git${SRCPV}"
2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" 2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
3SRCREV_tfa_k3 = "1309c6c805190bd376c0561597653f3f8ecd0f58" 3SRCREV_tfa_k3 = "2fcd408bb3a6756767a43c073c597cef06e7f2d5"
4COMPATIBLE_MACHINE_k3 = "k3" 4COMPATIBLE_MACHINE_k3 = "k3"
5TFA_BUILD_TARGET_k3 = "all" 5TFA_BUILD_TARGET_k3 = "all"
6TFA_INSTALL_TARGET_k3 = "bl31" 6TFA_INSTALL_TARGET_k3 = "bl31"