All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [arago-commits] Dan Murphy : ti-sci-fw: Update to 2020.08b system firmware
       [not found] <20201106175807.E7BF2529D8@arago-project.org>
@ 2020-11-06 19:32 ` Denys Dmytriyenko
  2020-11-06 19:35   ` Dan Murphy
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2020-11-06 19:32 UTC (permalink / raw)
  To: meta-arago

On Fri, Nov 06, 2020 at 05:58:07PM +0000, Arago Project git wrote:
> Module: meta-ti
> Branch: dunfell-next
> Commit: f8979375632b7fc75233aaca5e420bbb37b2fef9
> URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=f8979375632b7fc75233aaca5e420bbb37b2fef9
> 
> Author: Dan Murphy <dmurphy@ti.com>
> Date:   Fri Nov  6 09:12:33 2020 -0600
> 
> ti-sci-fw: Update to 2020.08b system firmware
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> 
> ---
> 
>  recipes-bsp/ti-sci-fw/ti-sci-fw.inc    |    6 +++---
>  recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb |    2 ++
>  2 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> index 00e6118..24de33d 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> @@ -3,11 +3,11 @@ SUMMARY = "TI SCI firmware (SYSFW)"
>  LICENSE = "TI-TFL"
>  LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
>  
> -PV = "2020.08-rc3"
> +PV = "2020.08b"
>  
> -SRCREV = "8a22979dc944f6f4f867e2ac637c51a317efaacd"
> +SRCREV = "f5685b5980d93709e20466ffa19145ffd83b4ca4"
>  BRANCH ?= "ti-linux-firmware"
> -SRCREV_imggen = "36fe2d183a734f65b9adbd3097e5d51a6f931521"
> +SRCREV_imggen = "7b4fe13d642d69a559724349aede4817891008a7"
>  SRCREV_FORMAT = "imggen"
>  
>  SRC_URI = " \
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> index 1239b27..f9a7cf4 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> @@ -19,6 +19,8 @@ SYSFW_SOC ?= "unknown"
>  SYSFW_CONFIG ?= "unknown"
>  
>  SYSFW_PREFIX = "ti-sci-firmware"
> +SYSFW_PREFIX_j7 = "ti-fs-firmware"
> +SYSFW_PREFIX_j7200-evm = "ti-fs-firmware"

This is not needed - j7200-evm is part of j7 SOC_FAMILY, so the first line 
would be enough...


>  SYSFW_SUFFIX ?= "unknown"
>  
>  SYSFW_BASE = "${SYSFW_PREFIX}-${SYSFW_SOC}-${SYSFW_SUFFIX}"
> 
> _______________________________________________
> arago-commits mailing list
> arago-commits@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/arago-commits
> 


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

* Re: [arago-commits] Dan Murphy : ti-sci-fw: Update to 2020.08b system firmware
  2020-11-06 19:32 ` [arago-commits] Dan Murphy : ti-sci-fw: Update to 2020.08b system firmware Denys Dmytriyenko
@ 2020-11-06 19:35   ` Dan Murphy
  2020-11-06 19:56     ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Murphy @ 2020-11-06 19:35 UTC (permalink / raw)
  To: Denys Dmytriyenko, meta-arago

Denys

On 11/6/20 1:32 PM, Denys Dmytriyenko wrote:
> On Fri, Nov 06, 2020 at 05:58:07PM +0000, Arago Project git wrote:
>> Module: meta-ti
>> Branch: dunfell-next
>> Commit: f8979375632b7fc75233aaca5e420bbb37b2fef9
>> URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=f8979375632b7fc75233aaca5e420bbb37b2fef9
>>
>> Author: Dan Murphy <dmurphy@ti.com>
>> Date:   Fri Nov  6 09:12:33 2020 -0600
>>
>> ti-sci-fw: Update to 2020.08b system firmware
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>>
>> ---
>>
>>   recipes-bsp/ti-sci-fw/ti-sci-fw.inc    |    6 +++---
>>   recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb |    2 ++
>>   2 files changed, 5 insertions(+), 3 deletions(-)
>>
>> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
>> index 00e6118..24de33d 100644
>> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
>> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
>> @@ -3,11 +3,11 @@ SUMMARY = "TI SCI firmware (SYSFW)"
>>   LICENSE = "TI-TFL"
>>   LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
>>   
>> -PV = "2020.08-rc3"
>> +PV = "2020.08b"
>>   
>> -SRCREV = "8a22979dc944f6f4f867e2ac637c51a317efaacd"
>> +SRCREV = "f5685b5980d93709e20466ffa19145ffd83b4ca4"
>>   BRANCH ?= "ti-linux-firmware"
>> -SRCREV_imggen = "36fe2d183a734f65b9adbd3097e5d51a6f931521"
>> +SRCREV_imggen = "7b4fe13d642d69a559724349aede4817891008a7"
>>   SRCREV_FORMAT = "imggen"
>>   
>>   SRC_URI = " \
>> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
>> index 1239b27..f9a7cf4 100644
>> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
>> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
>> @@ -19,6 +19,8 @@ SYSFW_SOC ?= "unknown"
>>   SYSFW_CONFIG ?= "unknown"
>>   
>>   SYSFW_PREFIX = "ti-sci-firmware"
>> +SYSFW_PREFIX_j7 = "ti-fs-firmware"
>> +SYSFW_PREFIX_j7200-evm = "ti-fs-firmware"
> This is not needed - j7200-evm is part of j7 SOC_FAMILY, so the first line
> would be enough...

Actually this is not even correct.  This fails to build because the 
MACHINE is for the k3r5.  Both of these still use the ti-sci prefix.

The working change actually will be

SYSFW_PREFIX_j7-evm-k3r5 = "ti-fs-firmware"
SYSFW_PREFIX_j7200-evm-k3r5 = "ti-fs-firmware"

I am testing this now and the builds are now passing

Dan



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

* Re: [arago-commits] Dan Murphy : ti-sci-fw: Update to 2020.08b system firmware
  2020-11-06 19:35   ` Dan Murphy
@ 2020-11-06 19:56     ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2020-11-06 19:56 UTC (permalink / raw)
  To: Dan Murphy; +Cc: meta-arago

On Fri, Nov 06, 2020 at 01:35:36PM -0600, Dan Murphy wrote:
> Denys
> 
> On 11/6/20 1:32 PM, Denys Dmytriyenko wrote:
> >On Fri, Nov 06, 2020 at 05:58:07PM +0000, Arago Project git wrote:
> >>Module: meta-ti
> >>Branch: dunfell-next
> >>Commit: f8979375632b7fc75233aaca5e420bbb37b2fef9
> >>URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=f8979375632b7fc75233aaca5e420bbb37b2fef9
> >>
> >>Author: Dan Murphy <dmurphy@ti.com>
> >>Date:   Fri Nov  6 09:12:33 2020 -0600
> >>
> >>ti-sci-fw: Update to 2020.08b system firmware
> >>
> >>Signed-off-by: Dan Murphy <dmurphy@ti.com>
> >>
> >>---
> >>
> >>  recipes-bsp/ti-sci-fw/ti-sci-fw.inc    |    6 +++---
> >>  recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb |    2 ++
> >>  2 files changed, 5 insertions(+), 3 deletions(-)
> >>
> >>diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> >>index 00e6118..24de33d 100644
> >>--- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> >>+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> >>@@ -3,11 +3,11 @@ SUMMARY = "TI SCI firmware (SYSFW)"
> >>  LICENSE = "TI-TFL"
> >>  LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
> >>-PV = "2020.08-rc3"
> >>+PV = "2020.08b"
> >>-SRCREV = "8a22979dc944f6f4f867e2ac637c51a317efaacd"
> >>+SRCREV = "f5685b5980d93709e20466ffa19145ffd83b4ca4"
> >>  BRANCH ?= "ti-linux-firmware"
> >>-SRCREV_imggen = "36fe2d183a734f65b9adbd3097e5d51a6f931521"
> >>+SRCREV_imggen = "7b4fe13d642d69a559724349aede4817891008a7"
> >>  SRCREV_FORMAT = "imggen"
> >>  SRC_URI = " \
> >>diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> >>index 1239b27..f9a7cf4 100644
> >>--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> >>+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> >>@@ -19,6 +19,8 @@ SYSFW_SOC ?= "unknown"
> >>  SYSFW_CONFIG ?= "unknown"
> >>  SYSFW_PREFIX = "ti-sci-firmware"
> >>+SYSFW_PREFIX_j7 = "ti-fs-firmware"
> >>+SYSFW_PREFIX_j7200-evm = "ti-fs-firmware"
> >This is not needed - j7200-evm is part of j7 SOC_FAMILY, so the first line
> >would be enough...
> 
> Actually this is not even correct.  This fails to build because the
> MACHINE is for the k3r5.  Both of these still use the ti-sci prefix.
> 
> The working change actually will be
> 
> SYSFW_PREFIX_j7-evm-k3r5 = "ti-fs-firmware"
> SYSFW_PREFIX_j7200-evm-k3r5 = "ti-fs-firmware"
> 
> I am testing this now and the builds are now passing

Ah, right, SYSFW is k3r5 specific.

-- 
Denys


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

end of thread, other threads:[~2020-11-06 19:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201106175807.E7BF2529D8@arago-project.org>
2020-11-06 19:32 ` [arago-commits] Dan Murphy : ti-sci-fw: Update to 2020.08b system firmware Denys Dmytriyenko
2020-11-06 19:35   ` Dan Murphy
2020-11-06 19:56     ` 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.