diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-01 13:30:11 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-09 11:13:40 -0500 |
commit | 27bf5d6d4d27e646ed006938cd62feb40f055243 (patch) | |
tree | f5789ee9d8dc3db74c0e1b543c417a55ecde58fa | |
parent | e6cd38a8fde90e9ec1fbda4bfa0a67769bacd7a5 (diff) | |
download | meta-ti-27bf5d6d4d27e646ed006938cd62feb40f055243.tar.gz |
trusted-firmware-a: Move back to tfa upstream except for am62lxx
This moves all of the platforms back to the main TFA repository, but
still points to the TI fork for the am62lxx platform while we continue
to work on upstreaming the needed patches.
With the the split into two repositories on two branches we need to also
split the LIC_FILES_CHECKSUM into two since the license.rst file is
slightly different between the two branches. The upstream master
version is newer than the current am62l version.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc index c17ac9de..ec52d09c 100644 --- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc +++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | |||
@@ -1,12 +1,19 @@ | |||
1 | # NOTE: This .inc file with customizations only gets included for K3 platforms | 1 | # NOTE: This .inc file with customizations only gets included for K3 platforms |
2 | 2 | ||
3 | PV = "2.12+git" | 3 | PV = "2.13+git" |
4 | SRCREV_tfa = "2ab59f45ad0a5d95b5cb339c0f64686954377050" | 4 | |
5 | SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" | 5 | LIC_FILES_CHKSUM = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e" |
6 | SRCBRANCH = "ti-master" | 6 | SRCREV_tfa = "d90bb650fe4cb3784f62214ab5829f4051c38d0a" |
7 | SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https" | ||
8 | SRCBRANCH = "master" | ||
9 | |||
10 | LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130" | ||
11 | SRCREV_tfa:am62lxx = "2ab59f45ad0a5d95b5cb339c0f64686954377050" | ||
12 | SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" | ||
13 | SRCBRANCH:am62lxx = "ti-master" | ||
14 | |||
7 | SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}" | 15 | SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}" |
8 | 16 | ||
9 | LIC_FILES_CHKSUM = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130" | ||
10 | COMPATIBLE_MACHINE = "k3" | 17 | COMPATIBLE_MACHINE = "k3" |
11 | 18 | ||
12 | TFA_BUILD_TARGET = "all" | 19 | TFA_BUILD_TARGET = "all" |