All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell] trusted-firmware-a: upgrade to v2.8+
@ 2023-01-20 22:57 Judith Mendez
  2023-01-20 23:17 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Judith Mendez @ 2023-01-20 22:57 UTC (permalink / raw)
  To: Ryan Eatmon, Denys Dmytriyenko; +Cc: Judith Mendez, meta-ti

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>
---
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++--
 1 file 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..5eb49b4a 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 @@
-PV_k3 = "2.6"
+PV_k3 = "2.8"
 LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
-SRCREV_tfa_k3 = "1309c6c805190bd376c0561597653f3f8ecd0f58"
+SRCREV_tfa_k3 = "2fcd408bb3a6756767a43c073c597cef06e7f2d5"
 COMPATIBLE_MACHINE_k3 = "k3"
 TFA_BUILD_TARGET_k3 = "all"
 TFA_INSTALL_TARGET_k3 = "bl31"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-ti] [dunfell] trusted-firmware-a: upgrade to v2.8+
  2023-01-20 22:57 [dunfell] trusted-firmware-a: upgrade to v2.8+ Judith Mendez
@ 2023-01-20 23:17 ` Denys Dmytriyenko
  2023-01-23 15:34   ` Mendez, Judith
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2023-01-20 23:17 UTC (permalink / raw)
  To: jm; +Cc: Ryan Eatmon, Denys Dmytriyenko, meta-ti

On Fri, Jan 20, 2023 at 04:57:10PM -0600, Mendez, Judith via lists.yoctoproject.org wrote:
> Upgrade arm-trusted-firmare to v2.8-226-g2fcd408bb.

Overall looks good, but if SRCREV doesn't point exactly to the release tag 
(v2.8), then it is customary to reflect that in the version with git commit 
ID in the suffix:

PV_append_k3 = "+git${SRCPV}"


> 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>
> ---
>  recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++--
>  1 file 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..5eb49b4a 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 @@
> -PV_k3 = "2.6"
> +PV_k3 = "2.8"
>  LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
> -SRCREV_tfa_k3 = "1309c6c805190bd376c0561597653f3f8ecd0f58"
> +SRCREV_tfa_k3 = "2fcd408bb3a6756767a43c073c597cef06e7f2d5"
>  COMPATIBLE_MACHINE_k3 = "k3"
>  TFA_BUILD_TARGET_k3 = "all"
>  TFA_INSTALL_TARGET_k3 = "bl31"
> -- 
> 2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-ti] [dunfell] trusted-firmware-a: upgrade to v2.8+
  2023-01-20 23:17 ` [meta-ti] " Denys Dmytriyenko
@ 2023-01-23 15:34   ` Mendez, Judith
  0 siblings, 0 replies; 3+ messages in thread
From: Mendez, Judith @ 2023-01-23 15:34 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Ryan Eatmon, Denys Dmytriyenko, meta-ti

Hello,

On 1/20/2023 5:17 PM, Denys Dmytriyenko wrote:
> On Fri, Jan 20, 2023 at 04:57:10PM -0600, Mendez, Judith via lists.yoctoproject.org wrote:
>> Upgrade arm-trusted-firmare to v2.8-226-g2fcd408bb.
> 
> Overall looks good, but if SRCREV doesn't point exactly to the release tag
> (v2.8), then it is customary to reflect that in the version with git commit
> ID in the suffix:
> 
> PV_append_k3 = "+git${SRCPV}"
> 

Thanks for the feedback, will update asap.

> 
>> 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>
>> ---
>>   recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++--
>>   1 file 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..5eb49b4a 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 @@
>> -PV_k3 = "2.6"
>> +PV_k3 = "2.8"
>>   LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
>> -SRCREV_tfa_k3 = "1309c6c805190bd376c0561597653f3f8ecd0f58"
>> +SRCREV_tfa_k3 = "2fcd408bb3a6756767a43c073c597cef06e7f2d5"
>>   COMPATIBLE_MACHINE_k3 = "k3"
>>   TFA_BUILD_TARGET_k3 = "all"
>>   TFA_INSTALL_TARGET_k3 = "bl31"
>> -- 
>> 2.17.1

regards,
Judith


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-23 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 22:57 [dunfell] trusted-firmware-a: upgrade to v2.8+ Judith Mendez
2023-01-20 23:17 ` [meta-ti] " Denys Dmytriyenko
2023-01-23 15:34   ` Mendez, Judith

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.