summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2020-12-11 11:08:08 +0000
committerDan Murphy <dmurphy@ti.com>2020-12-11 06:23:45 -0600
commit33c89d6c5267e430242d7be56a386fe3650f6c08 (patch)
tree224a425c7bda5f241d9fabca38751c28d83cb3a6 /recipes-bsp
parent9dce84ef28a1b5a782193f9715435f0f5c93a2ae (diff)
downloadmeta-ti-33c89d6c5267e430242d7be56a386fe3650f6c08.tar.gz
trusted-firmware-a: Update to v2.4 merge
Update to v2.4 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-4 TI specific fixups include: - stub for shutdown (CPUs enter wfi) - uart console is now configurable. While at it, update to include PV_k3 as 2.4. We use PV_k3 instead of PV since this allows meta-ti to not affect other platforms esp in a multi-BSP configuration. We also add LIC_FILES_CHKSUM_k3 to make sure that we don't let any re-licensing in the project pass through unnoticed as that has to be carefully examined for making sure we have all the right legal compliance - There has been no change compared to previous versions, but we introduce this as a protection in case there is a change in the future. Reviewed-by: Denys Dmytriyenko <denis@denix.org> Suggested-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 3c186264..4942bf46 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,6 +1,8 @@
1PV_k3 = "2.4"
2LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
1BRANCH_k3 = "ti-atf" 3BRANCH_k3 = "ti-atf"
2SRC_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"
3SRCREV_tfa_k3 = "52c334fc361194e3896ea3b2529c10a06e586a5f" 5SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
4COMPATIBLE_MACHINE_k3 = "k3" 6COMPATIBLE_MACHINE_k3 = "k3"
5TFA_BUILD_TARGET_k3 = "all" 7TFA_BUILD_TARGET_k3 = "all"
6TFA_INSTALL_TARGET_k3 = "bl31" 8TFA_INSTALL_TARGET_k3 = "bl31"