* [meta-ti][master/scarthgap][PATCH] trusted-firmware-a: Move back to tfa upstream except for am62lxx
@ 2025-07-01 15:50 Ryan Eatmon
2025-07-01 16:13 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Ryan Eatmon @ 2025-07-01 15:50 UTC (permalink / raw)
To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
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.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
.../trusted-firmware-a-ti.inc | 17 ++++++++++++-----
1 file 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 @@
# NOTE: This .inc file with customizations only gets included for K3 platforms
-PV = "2.12+git"
-SRCREV_tfa = "2ab59f45ad0a5d95b5cb339c0f64686954377050"
-SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
-SRCBRANCH = "ti-master"
+PV = "2.13+git"
+
+LIC_FILES_CHKSUM = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e"
+SRCREV_tfa = "d90bb650fe4cb3784f62214ab5829f4051c38d0a"
+SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https"
+SRCBRANCH = "master"
+
+LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
+SRCREV_tfa:am62lxx = "2ab59f45ad0a5d95b5cb339c0f64686954377050"
+SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
+SRCBRANCH:am62lxx = "ti-master"
+
SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"
-LIC_FILES_CHKSUM = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
COMPATIBLE_MACHINE = "k3"
TFA_BUILD_TARGET = "all"
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-ti][master/scarthgap][PATCH] trusted-firmware-a: Move back to tfa upstream except for am62lxx
2025-07-01 15:50 [meta-ti][master/scarthgap][PATCH] trusted-firmware-a: Move back to tfa upstream except for am62lxx Ryan Eatmon
@ 2025-07-01 16:13 ` Denys Dmytriyenko
2025-07-01 17:07 ` Ryan Eatmon
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2025-07-01 16:13 UTC (permalink / raw)
To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
On Tue, Jul 01, 2025 at 10:50:42AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> 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.
When I stumbled upon this change being tested in master-wip last wekk, I
noticed it was failing due to LIC_FILES_CHKSUM - I see you fixed it here.
Still, as previously discussed, should there be a brief comment explaining
why the hash is different?
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
> .../trusted-firmware-a-ti.inc | 17 ++++++++++++-----
> 1 file 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 @@
> # NOTE: This .inc file with customizations only gets included for K3 platforms
>
> -PV = "2.12+git"
> -SRCREV_tfa = "2ab59f45ad0a5d95b5cb339c0f64686954377050"
> -SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
> -SRCBRANCH = "ti-master"
> +PV = "2.13+git"
> +
> +LIC_FILES_CHKSUM = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e"
> +SRCREV_tfa = "d90bb650fe4cb3784f62214ab5829f4051c38d0a"
> +SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https"
> +SRCBRANCH = "master"
> +
> +LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
> +SRCREV_tfa:am62lxx = "2ab59f45ad0a5d95b5cb339c0f64686954377050"
> +SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
> +SRCBRANCH:am62lxx = "ti-master"
> +
> SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"
>
> -LIC_FILES_CHKSUM = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
> COMPATIBLE_MACHINE = "k3"
>
> TFA_BUILD_TARGET = "all"
> --
> 2.17.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-ti][master/scarthgap][PATCH] trusted-firmware-a: Move back to tfa upstream except for am62lxx
2025-07-01 16:13 ` Denys Dmytriyenko
@ 2025-07-01 17:07 ` Ryan Eatmon
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Eatmon @ 2025-07-01 17:07 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
On 7/1/2025 11:13 AM, Denys Dmytriyenko wrote:
> On Tue, Jul 01, 2025 at 10:50:42AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> 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.
>
> When I stumbled upon this change being tested in master-wip last wekk, I
> noticed it was failing due to LIC_FILES_CHKSUM - I see you fixed it here.
>
> Still, as previously discussed, should there be a brief comment explaining
> why the hash is different?
Sure. In this case it is not "different" as much as it is matching what
is in master now that we are pointing to it again. But I'll send a v2.
>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>> .../trusted-firmware-a-ti.inc | 17 ++++++++++++-----
>> 1 file 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 @@
>> # NOTE: This .inc file with customizations only gets included for K3 platforms
>>
>> -PV = "2.12+git"
>> -SRCREV_tfa = "2ab59f45ad0a5d95b5cb339c0f64686954377050"
>> -SRC_URI_TRUSTED_FIRMWARE_A = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
>> -SRCBRANCH = "ti-master"
>> +PV = "2.13+git"
>> +
>> +LIC_FILES_CHKSUM = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e"
>> +SRCREV_tfa = "d90bb650fe4cb3784f62214ab5829f4051c38d0a"
>> +SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https"
>> +SRCBRANCH = "master"
>> +
>> +LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
>> +SRCREV_tfa:am62lxx = "2ab59f45ad0a5d95b5cb339c0f64686954377050"
>> +SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
>> +SRCBRANCH:am62lxx = "ti-master"
>> +
>> SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"
>>
>> -LIC_FILES_CHKSUM = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
>> COMPATIBLE_MACHINE = "k3"
>>
>> TFA_BUILD_TARGET = "all"
>> --
>> 2.17.1
--
Ryan Eatmon reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-01 17:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01 15:50 [meta-ti][master/scarthgap][PATCH] trusted-firmware-a: Move back to tfa upstream except for am62lxx Ryan Eatmon
2025-07-01 16:13 ` Denys Dmytriyenko
2025-07-01 17:07 ` Ryan Eatmon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.