meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode
@ 2022-05-03 19:25 Praneeth Bajjuri
  2022-05-03 20:16 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Praneeth Bajjuri @ 2022-05-03 19:25 UTC (permalink / raw)
  To: Praneeth Bajjuri, Ryan Eatmon, Denys Dmytriyenko
  Cc: Nishanth Menon, Denys Dmytriyenko, Dave Gerlach, meta-ti

Update build flag for arm-trusted-firmware to include low power mode
support

K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables
low power mode support for am62xx.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/include/am62xx.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/include/am62xx.inc b/conf/machine/include/am62xx.inc
index e8823dd2..59cb7053 100644
--- a/conf/machine/include/am62xx.inc
+++ b/conf/machine/include/am62xx.inc
@@ -13,5 +13,6 @@ do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
 do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
 
 TFA_BOARD = "lite"
+K3_PM_SYSTEM_SUSPEND = "1"
 OPTEEMACHINE = "k3-am65x"
 OPTEEOUTPUTMACHINE = "k3"
-- 
2.17.1



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

* Re: [dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode
  2022-05-03 19:25 [dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode Praneeth Bajjuri
@ 2022-05-03 20:16 ` Denys Dmytriyenko
  2022-05-04 23:33   ` Bajjuri, Praneeth
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-05-03 20:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Ryan Eatmon, Nishanth Menon, Denys Dmytriyenko, Dave Gerlach, meta-ti

On Tue, May 03, 2022 at 02:25:09PM -0500, Praneeth Bajjuri wrote:
> Update build flag for arm-trusted-firmware to include low power mode
> support
> 
> K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables
> low power mode support for am62xx.
> 
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
>  conf/machine/include/am62xx.inc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/conf/machine/include/am62xx.inc b/conf/machine/include/am62xx.inc
> index e8823dd2..59cb7053 100644
> --- a/conf/machine/include/am62xx.inc
> +++ b/conf/machine/include/am62xx.inc
> @@ -13,5 +13,6 @@ do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
>  do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
>  
>  TFA_BOARD = "lite"
> +K3_PM_SYSTEM_SUSPEND = "1"

How is this getting passed to ATF?


>  OPTEEMACHINE = "k3-am65x"
>  OPTEEOUTPUTMACHINE = "k3"
> -- 
> 2.17.1
> 


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

* Re: [dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode
  2022-05-03 20:16 ` Denys Dmytriyenko
@ 2022-05-04 23:33   ` Bajjuri, Praneeth
  0 siblings, 0 replies; 3+ messages in thread
From: Bajjuri, Praneeth @ 2022-05-04 23:33 UTC (permalink / raw)
  To: Denys Dmytriyenko
  Cc: Ryan Eatmon, Nishanth Menon, Denys Dmytriyenko, Dave Gerlach, meta-ti



On 5/3/2022 3:16 PM, Denys Dmytriyenko wrote:
> On Tue, May 03, 2022 at 02:25:09PM -0500, Praneeth Bajjuri wrote:
>> Update build flag for arm-trusted-firmware to include low power mode
>> support
>>
>> K3_PM_SYSTEM_SUSPEND is added in arm-trusted-firmware now which enables
>> low power mode support for am62xx.
>>
>> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
>> ---
>>   conf/machine/include/am62xx.inc | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/conf/machine/include/am62xx.inc b/conf/machine/include/am62xx.inc
>> index e8823dd2..59cb7053 100644
>> --- a/conf/machine/include/am62xx.inc
>> +++ b/conf/machine/include/am62xx.inc
>> @@ -13,5 +13,6 @@ do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
>>   do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
>>   
>>   TFA_BOARD = "lite"
>> +K3_PM_SYSTEM_SUSPEND = "1"
> 
> How is this getting passed to ATF?

This patch is wrong, Will submit a new one.

> 
> 
>>   OPTEEMACHINE = "k3-am65x"
>>   OPTEEOUTPUTMACHINE = "k3"
>> -- 
>> 2.17.1
>>


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

end of thread, other threads:[~2022-05-04 23:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 19:25 [dunfell PATCH] conf/machine: am62xx: Update build flag for low power mode Praneeth Bajjuri
2022-05-03 20:16 ` Denys Dmytriyenko
2022-05-04 23:33   ` 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).