All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell PATCH] ti-sci-fw: Update linux firmware repo to 08.00.00.001
@ 2021-06-30 18:01 Nishanth Menon
  2021-06-30 18:24 ` praneeth
  2021-06-30 19:05 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Nishanth Menon @ 2021-06-30 18:01 UTC (permalink / raw)
  To: praneeth, yogeshs, denys; +Cc: Tom Rini, meta-ti, Nishanth Menon

Just updating imggen to a configuration compatible with latest firmware
should not have been accepted, we should have ensured that firmware
commit has moved correspondingly as well. Fix the same, else we get a
broken system.

Fixes: 406f5998227e ("ti-sci-fw: Update imggen to release 08.00.00.001 tag")

Signed-off-by: Nishanth Menon <nm@ti.com>
---

NOTE: NOTHING has gotten into master for the last 6 weeks, so I might as
well not tag master - This is just going to creep back at us.

 recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
index 9e22e461354d..966042820aac 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
 PV = "2021.05"
 
-SRCREV = "0468c7a78cd26f9190d374e198e37c63c7660ba9"
+SRCREV = "1e73d9387980f4d425742738968e55395c19e26c"
 BRANCH ?= "ti-linux-firmware"
 SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c"
 SRCREV_FORMAT = "imggen"
-- 
2.32.0


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

* Re: [dunfell PATCH] ti-sci-fw: Update linux firmware repo to 08.00.00.001
  2021-06-30 18:01 [dunfell PATCH] ti-sci-fw: Update linux firmware repo to 08.00.00.001 Nishanth Menon
@ 2021-06-30 18:24 ` praneeth
  2021-06-30 19:05 ` [meta-ti] " Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: praneeth @ 2021-06-30 18:24 UTC (permalink / raw)
  To: Nishanth Menon, yogeshs, denys; +Cc: Tom Rini, meta-ti



On 6/30/2021 1:01 PM, Nishanth Menon wrote:
> Just updating imggen to a configuration compatible with latest firmware
> should not have been accepted, we should have ensured that firmware
> commit has moved correspondingly as well. Fix the same, else we get a
> broken system.
> 
> Fixes: 406f5998227e ("ti-sci-fw: Update imggen to release 08.00.00.001 tag")
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

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

> ---
> 
> NOTE: NOTHING has gotten into master for the last 6 weeks, so I might as
> well not tag master - This is just going to creep back at us.
> 
>   recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> index 9e22e461354d..966042820aac 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
>   
>   PV = "2021.05"
>   
> -SRCREV = "0468c7a78cd26f9190d374e198e37c63c7660ba9"
> +SRCREV = "1e73d9387980f4d425742738968e55395c19e26c"
>   BRANCH ?= "ti-linux-firmware"
>   SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c"
>   SRCREV_FORMAT = "imggen"
> 

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

* Re: [meta-ti] [dunfell PATCH] ti-sci-fw: Update linux firmware repo to 08.00.00.001
  2021-06-30 18:01 [dunfell PATCH] ti-sci-fw: Update linux firmware repo to 08.00.00.001 Nishanth Menon
  2021-06-30 18:24 ` praneeth
@ 2021-06-30 19:05 ` Denys Dmytriyenko
  2021-06-30 21:05   ` [EXTERNAL] " Yogesh Siraswar
  1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2021-06-30 19:05 UTC (permalink / raw)
  To: nm; +Cc: praneeth, yogeshs, denys, Tom Rini, meta-ti

On Wed, Jun 30, 2021 at 01:01:28PM -0500, Nishanth Menon via lists.yoctoproject.org wrote:
> Just updating imggen to a configuration compatible with latest firmware
> should not have been accepted, we should have ensured that firmware
> commit has moved correspondingly as well. Fix the same, else we get a
> broken system.
> 
> Fixes: 406f5998227e ("ti-sci-fw: Update imggen to release 08.00.00.001 tag")
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
> 
> NOTE: NOTHING has gotten into master for the last 6 weeks, so I might as
> well not tag master - This is just going to creep back at us.
> 
>  recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> index 9e22e461354d..966042820aac 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
>  
>  PV = "2021.05"
>  
> -SRCREV = "0468c7a78cd26f9190d374e198e37c63c7660ba9"
> +SRCREV = "1e73d9387980f4d425742738968e55395c19e26c"
>  BRANCH ?= "ti-linux-firmware"
>  SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c"
>  SRCREV_FORMAT = "imggen"
> -- 
> 2.32.0
> 

-- 
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] 4+ messages in thread

* Re: [EXTERNAL] Re: [meta-ti] [dunfell PATCH] ti-sci-fw: Update linux firmware repo to 08.00.00.001
  2021-06-30 19:05 ` [meta-ti] " Denys Dmytriyenko
@ 2021-06-30 21:05   ` Yogesh Siraswar
  0 siblings, 0 replies; 4+ messages in thread
From: Yogesh Siraswar @ 2021-06-30 21:05 UTC (permalink / raw)
  To: Denys Dmytriyenko, Menon, Nishanth
  Cc: Bajjuri, Praneeth, denys, Tom Rini, meta-ti

Accepted and applied to dunfell-next.

-----Original Message-----
From: Denys Dmytriyenko <denis@denix.org> 
Sent: Wednesday, June 30, 2021 2:05 PM
To: Menon, Nishanth <nm@ti.com>
Cc: Bajjuri, Praneeth <praneeth@ti.com>; Siraswar, Yogesh <yogeshs@ti.com>; denys@konsulko.com; Tom Rini <trini@konsulko.com>; meta-ti@lists.yoctoproject.org
Subject: [EXTERNAL] Re: [meta-ti] [dunfell PATCH] ti-sci-fw: Update linux firmware repo to 08.00.00.001

On Wed, Jun 30, 2021 at 01:01:28PM -0500, Nishanth Menon via lists.yoctoproject.org wrote:
> Just updating imggen to a configuration compatible with latest 
> firmware should not have been accepted, we should have ensured that 
> firmware commit has moved correspondingly as well. Fix the same, else 
> we get a broken system.
> 
> Fixes: 406f5998227e ("ti-sci-fw: Update imggen to release 08.00.00.001 
> tag")
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
> 
> NOTE: NOTHING has gotten into master for the last 6 weeks, so I might 
> as well not tag master - This is just going to creep back at us.
> 
>  recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc 
> b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> index 9e22e461354d..966042820aac 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
>  
>  PV = "2021.05"
>  
> -SRCREV = "0468c7a78cd26f9190d374e198e37c63c7660ba9"
> +SRCREV = "1e73d9387980f4d425742738968e55395c19e26c"
>  BRANCH ?= "ti-linux-firmware"
>  SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c"
>  SRCREV_FORMAT = "imggen"
> --
> 2.32.0
> 

-- 
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] 4+ messages in thread

end of thread, other threads:[~2021-06-30 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 18:01 [dunfell PATCH] ti-sci-fw: Update linux firmware repo to 08.00.00.001 Nishanth Menon
2021-06-30 18:24 ` praneeth
2021-06-30 19:05 ` [meta-ti] " Denys Dmytriyenko
2021-06-30 21:05   ` [EXTERNAL] " Yogesh Siraswar

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.