meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [dunfell-next RFC PATCH] trusted-firmware-a: upgrade to v2.6+
@ 2022-05-03 15:24 Praneeth Bajjuri
  2022-05-03 15:31 ` Ryan Eatmon
  0 siblings, 1 reply; 3+ messages in thread
From: Praneeth Bajjuri @ 2022-05-03 15:24 UTC (permalink / raw)
  To: Praneeth Bajjuri, Ryan Eatmon, Denys Dmytriyenko
  Cc: Nishanth Menon, Denys Dmytriyenko, meta-ti

upgrade arm-trusted-firmare to master which is currently v2.6+

This upgrade picks up am62x low power mode feature.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---

AM62 low power mode support:
https://review.trustedfirmware.org/q/topic:%22ti-k3-system-suspend-base-support%22

 .../trusted-firmware-a/trusted-firmware-a_%.bbappend        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index b84da1f3..4476d23e 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,8 +1,8 @@
-PV_k3 = "2.5"
+PV_k3 = "2.6"
 LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
-BRANCH_k3 = "ti-atf"
+BRANCH_k3 = "ti-atf-next"
 SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
-SRCREV_tfa_k3 = "0693f356eb2a25adf8758d98058120bed082cc73"
+SRCREV_tfa_k3 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
 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: [dunfell-next RFC PATCH] trusted-firmware-a: upgrade to v2.6+
  2022-05-03 15:24 [dunfell-next RFC PATCH] trusted-firmware-a: upgrade to v2.6+ Praneeth Bajjuri
@ 2022-05-03 15:31 ` Ryan Eatmon
  2022-05-03 15:53   ` Bajjuri, Praneeth
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Eatmon @ 2022-05-03 15:31 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko
  Cc: Nishanth Menon, Denys Dmytriyenko, meta-ti



On 5/3/2022 10:24, Praneeth Bajjuri wrote:
> upgrade arm-trusted-firmare to master which is currently v2.6+
> 
> This upgrade picks up am62x low power mode feature.
> 
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
> 
> AM62 low power mode support:
> https://review.trustedfirmware.org/q/topic:%22ti-k3-system-suspend-base-support%22
> 
>   .../trusted-firmware-a/trusted-firmware-a_%.bbappend        | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> index b84da1f3..4476d23e 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> @@ -1,8 +1,8 @@
> -PV_k3 = "2.5"
> +PV_k3 = "2.6"
>   LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
> -BRANCH_k3 = "ti-atf"
> +BRANCH_k3 = "ti-atf-next"

Changing to the next branch seems like the only issue.  I know this is 
an RFC, but if you want it to become a real patch then that needs to be 
addressed.


>   SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
> -SRCREV_tfa_k3 = "0693f356eb2a25adf8758d98058120bed082cc73"
> +SRCREV_tfa_k3 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
>   COMPATIBLE_MACHINE_k3 = "k3"
>   TFA_BUILD_TARGET_k3 = "all"
>   TFA_INSTALL_TARGET_k3 = "bl31"

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


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

* Re: [dunfell-next RFC PATCH] trusted-firmware-a: upgrade to v2.6+
  2022-05-03 15:31 ` Ryan Eatmon
@ 2022-05-03 15:53   ` Bajjuri, Praneeth
  0 siblings, 0 replies; 3+ messages in thread
From: Bajjuri, Praneeth @ 2022-05-03 15:53 UTC (permalink / raw)
  To: Ryan Eatmon, Denys Dmytriyenko; +Cc: Nishanth Menon, Denys Dmytriyenko, meta-ti



On 5/3/2022 10:31 AM, Ryan Eatmon wrote:
> 
> 
> On 5/3/2022 10:24, Praneeth Bajjuri wrote:
>> upgrade arm-trusted-firmare to master which is currently v2.6+
>>
>> This upgrade picks up am62x low power mode feature.
>>
>> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
>> ---
>>
>> AM62 low power mode support:
>> https://review.trustedfirmware.org/q/topic:%22ti-k3-system-suspend-base-support%22 
>>
>>
>>   .../trusted-firmware-a/trusted-firmware-a_%.bbappend        | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git 
>> a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend 
>> b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>> index b84da1f3..4476d23e 100644
>> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>> @@ -1,8 +1,8 @@
>> -PV_k3 = "2.5"
>> +PV_k3 = "2.6"
>>   LIC_FILES_CHKSUM_k3 = 
>> "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
>> -BRANCH_k3 = "ti-atf"
>> +BRANCH_k3 = "ti-atf-next"
> 
> Changing to the next branch seems like the only issue.  I know this is 
> an RFC, but if you want it to become a real patch then that needs to be 
> addressed.

I was hoping this patch to be merged to dunfell-next and run a build a 
boot test cycle across platforms.

Yes i will merge ti-atf-next to ti-atf and update the patch to be 
submitted to dunfell after that.

> 
> 
>>   SRC_URI_k3 = 
>> "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
>> -SRCREV_tfa_k3 = "0693f356eb2a25adf8758d98058120bed082cc73"
>> +SRCREV_tfa_k3 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
>>   COMPATIBLE_MACHINE_k3 = "k3"
>>   TFA_BUILD_TARGET_k3 = "all"
>>   TFA_INSTALL_TARGET_k3 = "bl31"
> 


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

end of thread, other threads:[~2022-05-03 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 15:24 [dunfell-next RFC PATCH] trusted-firmware-a: upgrade to v2.6+ Praneeth Bajjuri
2022-05-03 15:31 ` Ryan Eatmon
2022-05-03 15:53   ` Bajjuri, Praneeth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).