All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH] trusted-firmware-a: Update SRCREV to pick latest
@ 2020-12-12 21:23 praneeth
  2020-12-12 22:09 ` Suman Anna
  0 siblings, 1 reply; 14+ messages in thread
From: praneeth @ 2020-12-12 21:23 UTC (permalink / raw)
  To: Praneeth Bajjuri, Dan Murphy; +Cc: Suman Anna, Nishanth Menon, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Update SRCREV to pick latest that includes AM64 support

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 3ca4a204..7821ed3a 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -2,7 +2,7 @@ PV_k3 = "2.4"
 LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
 BRANCH_k3 = "ti-atf"
 SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
-SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
+SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
 COMPATIBLE_MACHINE_k3 = "k3"
 TFA_BUILD_TARGET_k3 = "all"
 TFA_INSTALL_TARGET_k3 = "bl31"
-- 
2.17.1


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

* Re: [dunfell/master PATCH] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-12 21:23 [dunfell/master PATCH] trusted-firmware-a: Update SRCREV to pick latest praneeth
@ 2020-12-12 22:09 ` Suman Anna
  2020-12-12 23:06   ` Dan Murphy
  0 siblings, 1 reply; 14+ messages in thread
From: Suman Anna @ 2020-12-12 22:09 UTC (permalink / raw)
  To: praneeth, Dan Murphy; +Cc: Nishanth Menon, meta-ti

Hi Praneeth,

On 12/12/20 3:23 PM, praneeth@ti.com wrote:
> From: Praneeth Bajjuri <praneeth@ti.com>
> 
> Update SRCREV to pick latest that includes AM64 support

This by itself will not be enough for AM64, but that can be an add-on patch.
Need to account for TARGET_BOARD=lite for AM64x.

regards
Suman

> 
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
>  recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> index 3ca4a204..7821ed3a 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> @@ -2,7 +2,7 @@ PV_k3 = "2.4"
>  LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
>  BRANCH_k3 = "ti-atf"
>  SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
> -SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
> +SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
>  COMPATIBLE_MACHINE_k3 = "k3"
>  TFA_BUILD_TARGET_k3 = "all"
>  TFA_INSTALL_TARGET_k3 = "bl31"
> 


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

* Re: [dunfell/master PATCH] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-12 22:09 ` Suman Anna
@ 2020-12-12 23:06   ` Dan Murphy
  2020-12-15 20:51     ` [dunfell/master PATCH V2] " praneeth
  0 siblings, 1 reply; 14+ messages in thread
From: Dan Murphy @ 2020-12-12 23:06 UTC (permalink / raw)
  To: Suman Anna, praneeth; +Cc: Nishanth Menon, meta-ti

Hello

On 12/12/20 4:09 PM, Suman Anna wrote:
> Hi Praneeth,
>
> On 12/12/20 3:23 PM, praneeth@ti.com wrote:
>> From: Praneeth Bajjuri <praneeth@ti.com>
>>
>> Update SRCREV to pick latest that includes AM64 support
> This by itself will not be enough for AM64, but that can be an add-on patch.
> Need to account for TARGET_BOARD=lite for AM64x.

Is this something that needs to be added to the recipe.  To be honest I 
have not yet reviewed the ATF patches to know

Dan


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

* [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-12 23:06   ` Dan Murphy
@ 2020-12-15 20:51     ` praneeth
  2020-12-15 20:53       ` Dan Murphy
  0 siblings, 1 reply; 14+ messages in thread
From: praneeth @ 2020-12-15 20:51 UTC (permalink / raw)
  To: Praneeth Bajjuri, Dan Murphy
  Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon

From: Praneeth Bajjuri <praneeth@ti.com>

Update SRCREV to pick latest that includes AM64 support

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 4942bf46..39ef1171 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -2,11 +2,12 @@ PV_k3 = "2.4"
 LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
 BRANCH_k3 = "ti-atf"
 SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
-SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
+SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
 COMPATIBLE_MACHINE_k3 = "k3"
 TFA_BUILD_TARGET_k3 = "all"
 TFA_INSTALL_TARGET_k3 = "bl31"
 TFA_SPD_k3 = "opteed"
+TFA_BOARD_am64xx-evm = "lite"
 
 do_compile_append_am65xx-hs-evm() {
 	export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
-- 
2.17.1


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

* Re: [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-15 20:51     ` [dunfell/master PATCH V2] " praneeth
@ 2020-12-15 20:53       ` Dan Murphy
  2020-12-15 20:59         ` praneeth
  0 siblings, 1 reply; 14+ messages in thread
From: Dan Murphy @ 2020-12-15 20:53 UTC (permalink / raw)
  To: praneeth; +Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon

Praneeth

On 12/15/20 2:51 PM, praneeth@ti.com wrote:
> From: Praneeth Bajjuri <praneeth@ti.com>
>
> Update SRCREV to pick latest that includes AM64 support

You are doing just a bit more then this.  What is the "lite" for now?

Dan


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

* Re: [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-15 20:53       ` Dan Murphy
@ 2020-12-15 20:59         ` praneeth
  2020-12-15 21:04           ` Dan Murphy
  0 siblings, 1 reply; 14+ messages in thread
From: praneeth @ 2020-12-15 20:59 UTC (permalink / raw)
  To: Dan Murphy; +Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon



On 12/15/2020 2:53 PM, Dan Murphy wrote:
> Praneeth
> 
> On 12/15/20 2:51 PM, praneeth@ti.com wrote:
>> From: Praneeth Bajjuri <praneeth@ti.com>
>>
>> Update SRCREV to pick latest that includes AM64 support
> 
> You are doing just a bit more then this.  What is the "lite" for now?

Thats the new target name for AM64

Ref: 
https://git.ti.com/cgit/atf/arm-trusted-firmware/commit/?h=ti-atf&id=65dd16b4ea5032752af62e94ca64cff41733a123 


TARGET_BOARD=lite for AM64
TARGET_BOARD=generic (default for other devices)
defined at conf/machine/include/k3.inc


> 
> Dan
> 

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

* Re: [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-15 20:59         ` praneeth
@ 2020-12-15 21:04           ` Dan Murphy
  2020-12-15 21:22             ` [dunfell/master PATCH V3] trusted-firmware-a: Update SRCREV for AM64X support praneeth
  2020-12-15 21:29             ` [meta-ti] [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest Denys Dmytriyenko
  0 siblings, 2 replies; 14+ messages in thread
From: Dan Murphy @ 2020-12-15 21:04 UTC (permalink / raw)
  To: Bajjuri, Praneeth; +Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon

Praneeth

On 12/15/20 2:59 PM, Bajjuri, Praneeth wrote:
>
>
> On 12/15/2020 2:53 PM, Dan Murphy wrote:
>> Praneeth
>>
>> On 12/15/20 2:51 PM, praneeth@ti.com wrote:
>>> From: Praneeth Bajjuri <praneeth@ti.com>
>>>
>>> Update SRCREV to pick latest that includes AM64 support
>>
>> You are doing just a bit more then this.  What is the "lite" for now?
>
> Thats the new target name for AM64
>
> Ref: 
> https://git.ti.com/cgit/atf/arm-trusted-firmware/commit/?h=ti-atf&id=65dd16b4ea5032752af62e94ca64cff41733a123 
>
>
> TARGET_BOARD=lite for AM64
> TARGET_BOARD=generic (default for other devices)
> defined at conf/machine/include/k3.inc
>
Thanks.  Now if we can just get that in the commit message except for 
the URL target

Dan



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

* [dunfell/master PATCH V3] trusted-firmware-a: Update SRCREV for AM64X support
  2020-12-15 21:04           ` Dan Murphy
@ 2020-12-15 21:22             ` praneeth
  2020-12-15 22:20               ` [dunfell/master PATCH V4] " praneeth
  2020-12-15 21:29             ` [meta-ti] [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest Denys Dmytriyenko
  1 sibling, 1 reply; 14+ messages in thread
From: praneeth @ 2020-12-15 21:22 UTC (permalink / raw)
  To: Praneeth Bajjuri, Dan Murphy
  Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon

From: Praneeth Bajjuri <praneeth@ti.com>

Update SRCREV to pick latest that includes AM64X support

commit 65dd16b4e ("ti: k3: Introduce lite device board support")
adds support of AM64X platform in ti-atf branch.

This patch updates the SRCREV and also updates the BOARD to "lite" to
build for the mentioned platform.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
Changes since V2:
- Update commit message adding more details on new platform

Changes since V1:
- Update TFA_BOARD target name for AM64 as "lite"

 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 3ca4a204..a7ca43c3 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -2,11 +2,12 @@ PV_k3 = "2.4"
 LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
 BRANCH_k3 = "ti-atf"
 SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
-SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
+SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
 COMPATIBLE_MACHINE_k3 = "k3"
 TFA_BUILD_TARGET_k3 = "all"
 TFA_INSTALL_TARGET_k3 = "bl31"
 TFA_SPD_k3 = "opteed"
+TFA_BOARD_am64xx-evm = "lite"
 
 do_compile_append_am65xx-hs-evm() {
 	export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
-- 
2.17.1


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

* Re: [meta-ti] [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-15 21:04           ` Dan Murphy
  2020-12-15 21:22             ` [dunfell/master PATCH V3] trusted-firmware-a: Update SRCREV for AM64X support praneeth
@ 2020-12-15 21:29             ` Denys Dmytriyenko
  2020-12-15 22:07               ` praneeth
  1 sibling, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2020-12-15 21:29 UTC (permalink / raw)
  To: dmurphy
  Cc: Bajjuri, Praneeth, Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon

On Tue, Dec 15, 2020 at 03:04:16PM -0600, Dan Murphy via lists.yoctoproject.org wrote:
> Praneeth
> 
> On 12/15/20 2:59 PM, Bajjuri, Praneeth wrote:
> >
> >
> >On 12/15/2020 2:53 PM, Dan Murphy wrote:
> >>Praneeth
> >>
> >>On 12/15/20 2:51 PM, praneeth@ti.com wrote:
> >>>From: Praneeth Bajjuri <praneeth@ti.com>
> >>>
> >>>Update SRCREV to pick latest that includes AM64 support
> >>
> >>You are doing just a bit more then this.  What is the "lite" for now?
> >
> >Thats the new target name for AM64
> >
> >Ref: https://git.ti.com/cgit/atf/arm-trusted-firmware/commit/?h=ti-atf&id=65dd16b4ea5032752af62e94ca64cff41733a123
> >
> >
> >TARGET_BOARD=lite for AM64
> >TARGET_BOARD=generic (default for other devices)
> >defined at conf/machine/include/k3.inc
> >
> Thanks.  Now if we can just get that in the commit message except
> for the URL target

Probably better to set TFA_BOARD = "lite" in the corresponding am64xx-evm.conf 
machine config...

-- 
Denys

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

* Re: [meta-ti] [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-15 21:29             ` [meta-ti] [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest Denys Dmytriyenko
@ 2020-12-15 22:07               ` praneeth
  2020-12-15 22:16                 ` Dan Murphy
  2020-12-15 22:17                 ` Denys Dmytriyenko
  0 siblings, 2 replies; 14+ messages in thread
From: praneeth @ 2020-12-15 22:07 UTC (permalink / raw)
  To: Denys Dmytriyenko, dmurphy
  Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon



On 12/15/2020 3:29 PM, Denys Dmytriyenko wrote:
> On Tue, Dec 15, 2020 at 03:04:16PM -0600, Dan Murphy via lists.yoctoproject.org wrote:
>> Praneeth
>>
>> On 12/15/20 2:59 PM, Bajjuri, Praneeth wrote:
>>>
>>>
>>> On 12/15/2020 2:53 PM, Dan Murphy wrote:
>>>> Praneeth
>>>>
>>>> On 12/15/20 2:51 PM, praneeth@ti.com wrote:
>>>>> From: Praneeth Bajjuri <praneeth@ti.com>
>>>>>
>>>>> Update SRCREV to pick latest that includes AM64 support
>>>>
>>>> You are doing just a bit more then this.  What is the "lite" for now?
>>>
>>> Thats the new target name for AM64
>>>
>>> Ref: https://git.ti.com/cgit/atf/arm-trusted-firmware/commit/?h=ti-atf&id=65dd16b4ea5032752af62e94ca64cff41733a123
>>>
>>>
>>> TARGET_BOARD=lite for AM64
>>> TARGET_BOARD=generic (default for other devices)
>>> defined at conf/machine/include/k3.inc
>>>
>> Thanks.  Now if we can just get that in the commit message except
>> for the URL target
> 
> Probably better to set TFA_BOARD = "lite" in the corresponding am64xx-evm.conf
> machine config...

Can i move it to conf/machine/include/am64xx.inc instead ? please advise.

Will submit v4 accordingly


> 

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

* Re: [meta-ti] [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-15 22:07               ` praneeth
@ 2020-12-15 22:16                 ` Dan Murphy
  2020-12-15 22:17                 ` Denys Dmytriyenko
  1 sibling, 0 replies; 14+ messages in thread
From: Dan Murphy @ 2020-12-15 22:16 UTC (permalink / raw)
  To: Bajjuri, Praneeth, Denys Dmytriyenko
  Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon

Praneeth

On 12/15/20 4:07 PM, Bajjuri, Praneeth wrote:
>
>
> On 12/15/2020 3:29 PM, Denys Dmytriyenko wrote:
>> On Tue, Dec 15, 2020 at 03:04:16PM -0600, Dan Murphy via 
>> lists.yoctoproject.org wrote:
>>> Praneeth
>>>
>>> On 12/15/20 2:59 PM, Bajjuri, Praneeth wrote:
>>>>
>>>>
>>>> On 12/15/2020 2:53 PM, Dan Murphy wrote:
>>>>> Praneeth
>>>>>
>>>>> On 12/15/20 2:51 PM, praneeth@ti.com wrote:
>>>>>> From: Praneeth Bajjuri <praneeth@ti.com>
>>>>>>
>>>>>> Update SRCREV to pick latest that includes AM64 support
>>>>>
>>>>> You are doing just a bit more then this.  What is the "lite" for now?
>>>>
>>>> Thats the new target name for AM64
>>>>
>>>> Ref: 
>>>> https://git.ti.com/cgit/atf/arm-trusted-firmware/commit/?h=ti-atf&id=65dd16b4ea5032752af62e94ca64cff41733a123
>>>>
>>>>
>>>> TARGET_BOARD=lite for AM64
>>>> TARGET_BOARD=generic (default for other devices)
>>>> defined at conf/machine/include/k3.inc
>>>>
>>> Thanks.  Now if we can just get that in the commit message except
>>> for the URL target
>>
>> Probably better to set TFA_BOARD = "lite" in the corresponding 
>> am64xx-evm.conf
>> machine config...
>
> Can i move it to conf/machine/include/am64xx.inc instead ? please advise.
>
> Will submit v4 accordingly
>
If it is common for all/any am64 processors then it belong in that 
include file

Dan


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

* Re: [meta-ti] [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest
  2020-12-15 22:07               ` praneeth
  2020-12-15 22:16                 ` Dan Murphy
@ 2020-12-15 22:17                 ` Denys Dmytriyenko
  1 sibling, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2020-12-15 22:17 UTC (permalink / raw)
  To: Bajjuri, Praneeth
  Cc: dmurphy, Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon

On Tue, Dec 15, 2020 at 04:07:47PM -0600, Bajjuri, Praneeth wrote:
> 
> 
> On 12/15/2020 3:29 PM, Denys Dmytriyenko wrote:
> >On Tue, Dec 15, 2020 at 03:04:16PM -0600, Dan Murphy via lists.yoctoproject.org wrote:
> >>Praneeth
> >>
> >>On 12/15/20 2:59 PM, Bajjuri, Praneeth wrote:
> >>>
> >>>
> >>>On 12/15/2020 2:53 PM, Dan Murphy wrote:
> >>>>Praneeth
> >>>>
> >>>>On 12/15/20 2:51 PM, praneeth@ti.com wrote:
> >>>>>From: Praneeth Bajjuri <praneeth@ti.com>
> >>>>>
> >>>>>Update SRCREV to pick latest that includes AM64 support
> >>>>
> >>>>You are doing just a bit more then this.  What is the "lite" for now?
> >>>
> >>>Thats the new target name for AM64
> >>>
> >>>Ref: https://git.ti.com/cgit/atf/arm-trusted-firmware/commit/?h=ti-atf&id=65dd16b4ea5032752af62e94ca64cff41733a123
> >>>
> >>>
> >>>TARGET_BOARD=lite for AM64
> >>>TARGET_BOARD=generic (default for other devices)
> >>>defined at conf/machine/include/k3.inc
> >>>
> >>Thanks.  Now if we can just get that in the commit message except
> >>for the URL target
> >
> >Probably better to set TFA_BOARD = "lite" in the corresponding am64xx-evm.conf
> >machine config...
> 
> Can i move it to conf/machine/include/am64xx.inc instead ? please advise.
> 
> Will submit v4 accordingly

Sure, am64xx.inc should be fine, even better for when/if possible HS or any 
other variants in the same SoC family come out.

-- 
Denys

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

* [dunfell/master PATCH V4] trusted-firmware-a: Update SRCREV for AM64X support
  2020-12-15 21:22             ` [dunfell/master PATCH V3] trusted-firmware-a: Update SRCREV for AM64X support praneeth
@ 2020-12-15 22:20               ` praneeth
  2020-12-15 22:31                 ` Denys Dmytriyenko
  0 siblings, 1 reply; 14+ messages in thread
From: praneeth @ 2020-12-15 22:20 UTC (permalink / raw)
  To: Praneeth Bajjuri, Dan Murphy
  Cc: Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon, denis

From: Praneeth Bajjuri <praneeth@ti.com>

Update SRCREV to pick latest that includes AM64X support

commit 65dd16b4e ("ti: k3: Introduce lite device board support")
adds support of AM64X platform in ti-atf branch.

This patch updates the SRCREV and also updates the BOARD to "lite" to
build for the mentioned platform.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
Changes since V3:
- moved TFA_BOARD definition to am64xx.inc
 
Changes since V2:
- Update commit message adding more details on new platform

Changes since V1:
- Update TFA_BOARD target name for AM64 as "lite"

 conf/machine/include/am64xx.inc                              | 1 +
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 79a403a9..99d573e8 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -12,6 +12,7 @@ KERNEL_DEVICETREE = " \
 
 #IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb"
 
+TFA_BOARD_am64xx-evm = "lite"
 OPTEEMACHINE = "k3-am65x"
 OPTEEOUTPUTMACHINE = "k3"
 
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 4942bf46..4852c560 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -2,7 +2,7 @@ PV_k3 = "2.4"
 LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
 BRANCH_k3 = "ti-atf"
 SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
-SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
+SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
 COMPATIBLE_MACHINE_k3 = "k3"
 TFA_BUILD_TARGET_k3 = "all"
 TFA_INSTALL_TARGET_k3 = "bl31"
-- 
2.17.1


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

* Re: [dunfell/master PATCH V4] trusted-firmware-a: Update SRCREV for AM64X support
  2020-12-15 22:20               ` [dunfell/master PATCH V4] " praneeth
@ 2020-12-15 22:31                 ` Denys Dmytriyenko
  0 siblings, 0 replies; 14+ messages in thread
From: Denys Dmytriyenko @ 2020-12-15 22:31 UTC (permalink / raw)
  To: praneeth; +Cc: Dan Murphy, Suman Anna, meta-ti, Dave Gerlach, Nishanth Menon

On Tue, Dec 15, 2020 at 04:20:29PM -0600, praneeth@ti.com wrote:
> From: Praneeth Bajjuri <praneeth@ti.com>
> 
> Update SRCREV to pick latest that includes AM64X support
> 
> commit 65dd16b4e ("ti: k3: Introduce lite device board support")
> adds support of AM64X platform in ti-atf branch.
> 
> This patch updates the SRCREV and also updates the BOARD to "lite" to
> build for the mentioned platform.
> 
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
> Changes since V3:
> - moved TFA_BOARD definition to am64xx.inc
>  
> Changes since V2:
> - Update commit message adding more details on new platform
> 
> Changes since V1:
> - Update TFA_BOARD target name for AM64 as "lite"
> 
>  conf/machine/include/am64xx.inc                              | 1 +
>  recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
> index 79a403a9..99d573e8 100644
> --- a/conf/machine/include/am64xx.inc
> +++ b/conf/machine/include/am64xx.inc
> @@ -12,6 +12,7 @@ KERNEL_DEVICETREE = " \
>  
>  #IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb"
>  
> +TFA_BOARD_am64xx-evm = "lite"

Copy/paste error - doesn't need a machine override here:

TFA_BOARD = "lite"


>  OPTEEMACHINE = "k3-am65x"
>  OPTEEOUTPUTMACHINE = "k3"
>  
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> index 4942bf46..4852c560 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> @@ -2,7 +2,7 @@ PV_k3 = "2.4"
>  LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
>  BRANCH_k3 = "ti-atf"
>  SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
> -SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
> +SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
>  COMPATIBLE_MACHINE_k3 = "k3"
>  TFA_BUILD_TARGET_k3 = "all"
>  TFA_INSTALL_TARGET_k3 = "bl31"
> -- 
> 2.17.1
> 

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

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

end of thread, other threads:[~2020-12-15 22:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12 21:23 [dunfell/master PATCH] trusted-firmware-a: Update SRCREV to pick latest praneeth
2020-12-12 22:09 ` Suman Anna
2020-12-12 23:06   ` Dan Murphy
2020-12-15 20:51     ` [dunfell/master PATCH V2] " praneeth
2020-12-15 20:53       ` Dan Murphy
2020-12-15 20:59         ` praneeth
2020-12-15 21:04           ` Dan Murphy
2020-12-15 21:22             ` [dunfell/master PATCH V3] trusted-firmware-a: Update SRCREV for AM64X support praneeth
2020-12-15 22:20               ` [dunfell/master PATCH V4] " praneeth
2020-12-15 22:31                 ` Denys Dmytriyenko
2020-12-15 21:29             ` [meta-ti] [dunfell/master PATCH V2] trusted-firmware-a: Update SRCREV to pick latest Denys Dmytriyenko
2020-12-15 22:07               ` praneeth
2020-12-15 22:16                 ` Dan Murphy
2020-12-15 22:17                 ` Denys Dmytriyenko

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.