All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update
@ 2021-07-08  5:12 Yogesh Siraswar
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 1/4] linux-ti-staging: Update to 08.00.00.002 release tag Yogesh Siraswar
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Yogesh Siraswar @ 2021-07-08  5:12 UTC (permalink / raw)
  To: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti; +Cc: Yogesh Siraswar

Changes to fix the kernel, u-boot and firmware to 08.00.00.002 release
tag. 

Yogesh Siraswar (4):
  linux-ti-staging: Update to 08.00.00.002 release tag
  linux-ti-staging-rt: Update to 08.00.00.002 release tag
  u-boot-ti-staging: Update to 08.00.00.002 release tag
  ti-sci-fw: Update linux firmware repo to 08.00.00.002

 recipes-bsp/ti-sci-fw/ti-sci-fw.inc              | 2 +-
 recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb  | 4 ++--
 recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
 recipes-kernel/linux/linux-ti-staging_5.10.bb    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.17.1


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

* [meta-ti][dunfell/master][PATCH 1/4] linux-ti-staging: Update to 08.00.00.002 release tag
  2021-07-08  5:12 [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Yogesh Siraswar
@ 2021-07-08  5:12 ` Yogesh Siraswar
  2021-07-08 13:26   ` Nishanth Menon
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 2/4] linux-ti-staging-rt: " Yogesh Siraswar
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Yogesh Siraswar @ 2021-07-08  5:12 UTC (permalink / raw)
  To: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti; +Cc: Yogesh Siraswar

Update to 08.00.00.002 release tag

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index ff807108..59c9bba9 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "73aa709ca10103b61fba3a07471dbb4dcb56db45"
+SRCREV = "08058130545674a175939922532dc3ca76d8bbad"
 PV = "5.10.41+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-- 
2.17.1


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

* [meta-ti][dunfell/master][PATCH 2/4] linux-ti-staging-rt: Update to 08.00.00.002 release tag
  2021-07-08  5:12 [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Yogesh Siraswar
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 1/4] linux-ti-staging: Update to 08.00.00.002 release tag Yogesh Siraswar
@ 2021-07-08  5:12 ` Yogesh Siraswar
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 3/4] u-boot-ti-staging: " Yogesh Siraswar
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Yogesh Siraswar @ 2021-07-08  5:12 UTC (permalink / raw)
  To: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti; +Cc: Yogesh Siraswar

Update to 08.00.00.002 release

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index 860c6331..2f4817d5 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
 
 BRANCH = "ti-rt-linux-5.10.y"
 
-SRCREV = "9ccce909e85889e5bcf7590cc1e57646b541a32d"
+SRCREV = "d238e71a2d3157a7faec48d4d3681b537a2e08cc"
 PV = "5.10.41+git${SRCPV}"
-- 
2.17.1


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

* [meta-ti][dunfell/master][PATCH 3/4] u-boot-ti-staging: Update to 08.00.00.002 release tag
  2021-07-08  5:12 [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Yogesh Siraswar
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 1/4] linux-ti-staging: Update to 08.00.00.002 release tag Yogesh Siraswar
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 2/4] linux-ti-staging-rt: " Yogesh Siraswar
@ 2021-07-08  5:12 ` Yogesh Siraswar
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 4/4] ti-sci-fw: Update linux firmware repo to 08.00.00.002 Yogesh Siraswar
  2021-07-08 20:02 ` [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Nishanth Menon
  4 siblings, 0 replies; 10+ messages in thread
From: Yogesh Siraswar @ 2021-07-08  5:12 UTC (permalink / raw)
  To: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti; +Cc: Yogesh Siraswar

Update to 08.00.00.002 release tag

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 7d18d68f..35ec974a 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
 
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
-PR = "r8"
+PR = "r9"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "230c4c5938cfaeb58cda0f1aa80cb006af75eca5"
+SRCREV = "20e7036ac9194b4ec8b0161b830d7f4f4d6db95f"
-- 
2.17.1


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

* [meta-ti][dunfell/master][PATCH 4/4] ti-sci-fw: Update linux firmware repo to 08.00.00.002
  2021-07-08  5:12 [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Yogesh Siraswar
                   ` (2 preceding siblings ...)
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 3/4] u-boot-ti-staging: " Yogesh Siraswar
@ 2021-07-08  5:12 ` Yogesh Siraswar
  2021-07-08 13:32   ` Nishanth Menon
  2021-07-08 20:02 ` [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Nishanth Menon
  4 siblings, 1 reply; 10+ messages in thread
From: Yogesh Siraswar @ 2021-07-08  5:12 UTC (permalink / raw)
  To: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti; +Cc: Yogesh Siraswar

Update linux firmware repo to 08.00.00.002

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 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 96604282..acd5ce8f 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 = "1e73d9387980f4d425742738968e55395c19e26c"
+SRCREV = "b280fb4da1a200489b7bc5c1a23f74dd065a6f30"
 BRANCH ?= "ti-linux-firmware"
 SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c"
 SRCREV_FORMAT = "imggen"
-- 
2.17.1


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

* Re: [meta-ti][dunfell/master][PATCH 1/4] linux-ti-staging: Update to 08.00.00.002 release tag
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 1/4] linux-ti-staging: Update to 08.00.00.002 release tag Yogesh Siraswar
@ 2021-07-08 13:26   ` Nishanth Menon
  2021-07-08 19:23     ` Yogesh Siraswar
  0 siblings, 1 reply; 10+ messages in thread
From: Nishanth Menon @ 2021-07-08 13:26 UTC (permalink / raw)
  To: yogeshs; +Cc: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti

On 05:12-20210708, Yogesh Siraswar via lists.yoctoproject.org wrote:
> Update to 08.00.00.002 release tag
> 
> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
> ---
>  recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
> index ff807108..59c9bba9 100644
> --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
> @@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
>  
>  BRANCH = "ti-linux-5.10.y"
>  
> -SRCREV = "73aa709ca10103b61fba3a07471dbb4dcb56db45"
> +SRCREV = "08058130545674a175939922532dc3ca76d8bbad"
>  PV = "5.10.41+git${SRCPV}"
>  
>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild


If you are picking up eaidk board patches, it will need to be after
this.
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [meta-ti][dunfell/master][PATCH 4/4] ti-sci-fw: Update linux firmware repo to 08.00.00.002
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 4/4] ti-sci-fw: Update linux firmware repo to 08.00.00.002 Yogesh Siraswar
@ 2021-07-08 13:32   ` Nishanth Menon
  2021-07-08 19:37     ` Yogesh Siraswar
  0 siblings, 1 reply; 10+ messages in thread
From: Nishanth Menon @ 2021-07-08 13:32 UTC (permalink / raw)
  To: yogeshs; +Cc: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti

On 05:12-20210708, Yogesh Siraswar via lists.yoctoproject.org wrote:
> Update linux firmware repo to 08.00.00.002
> 
> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
> ---
>  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 96604282..acd5ce8f 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 = "1e73d9387980f4d425742738968e55395c19e26c"
> +SRCREV = "b280fb4da1a200489b7bc5c1a23f74dd065a6f30"
>  BRANCH ?= "ti-linux-firmware"
>  SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c"
>  SRCREV_FORMAT = "imggen"


I am not sure I understand how 
https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/commit/?h=ti-linux-firmware&id=db51751356e9266b330f7a3246c0a8c0d3531757
https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/commit/?h=ti-linux-firmware&id=b280fb4da1a200489b7bc5c1a23f74dd065a6f30

will be picked up if we only update tisci-fw for
https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/commit/?h=ti-linux-firmware&id=078be7fcea7e5a1f34c1cd7e6de244c89052aad6


-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [meta-ti][dunfell/master][PATCH 1/4] linux-ti-staging: Update to 08.00.00.002 release tag
  2021-07-08 13:26   ` Nishanth Menon
@ 2021-07-08 19:23     ` Yogesh Siraswar
  0 siblings, 0 replies; 10+ messages in thread
From: Yogesh Siraswar @ 2021-07-08 19:23 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti



On 7/8/21 8:26 AM, Nishanth Menon wrote:
> On 05:12-20210708, Yogesh Siraswar via lists.yoctoproject.org wrote:
>> Update to 08.00.00.002 release tag
>>
>> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
>> ---
>>   recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> index ff807108..59c9bba9 100644
>> --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> @@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
>>   
>>   BRANCH = "ti-linux-5.10.y"
>>   
>> -SRCREV = "73aa709ca10103b61fba3a07471dbb4dcb56db45"
>> +SRCREV = "08058130545674a175939922532dc3ca76d8bbad"
>>   PV = "5.10.41+git${SRCPV}"
>>   
>>   # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> 
> 
> If you are picking up eaidk board patches, it will need to be after
> this.

We are not picking any EIDK patches for 08.00.00.002
> 

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

* Re: [meta-ti][dunfell/master][PATCH 4/4] ti-sci-fw: Update linux firmware repo to 08.00.00.002
  2021-07-08 13:32   ` Nishanth Menon
@ 2021-07-08 19:37     ` Yogesh Siraswar
  0 siblings, 0 replies; 10+ messages in thread
From: Yogesh Siraswar @ 2021-07-08 19:37 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti



On 7/8/21 8:32 AM, Nishanth Menon wrote:
> On 05:12-20210708, Yogesh Siraswar via lists.yoctoproject.org wrote:
>> Update linux firmware repo to 08.00.00.002
>>
>> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
>> ---
>>   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 96604282..acd5ce8f 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 = "1e73d9387980f4d425742738968e55395c19e26c"
>> +SRCREV = "b280fb4da1a200489b7bc5c1a23f74dd065a6f30"
>>   BRANCH ?= "ti-linux-firmware"
>>   SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c"
>>   SRCREV_FORMAT = "imggen"
> 
> 
> I am not sure I understand how
> https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/commit/?h=ti-linux-firmware&id=db51751356e9266b330f7a3246c0a8c0d3531757
> https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/commit/?h=ti-linux-firmware&id=b280fb4da1a200489b7bc5c1a23f74dd065a6f30

There are individual ti-eth and ti-ipc recipes to pick this up. Recipe 
owners needs to send the updated patch. This needs to be completely 
re-structured for 8.1. We are just updating the commit-id that is being 
tagged for 8.0.

> 
> will be picked up if we only update tisci-fw for
> https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/commit/?h=ti-linux-firmware&id=078be7fcea7e5a1f34c1cd7e6de244c89052aad6
> 
> 

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

* Re: [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update
  2021-07-08  5:12 [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Yogesh Siraswar
                   ` (3 preceding siblings ...)
  2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 4/4] ti-sci-fw: Update linux firmware repo to 08.00.00.002 Yogesh Siraswar
@ 2021-07-08 20:02 ` Nishanth Menon
  4 siblings, 0 replies; 10+ messages in thread
From: Nishanth Menon @ 2021-07-08 20:02 UTC (permalink / raw)
  To: yogeshs; +Cc: Denys Dmytriyenko, Praneeth Bajjuri, meta-ti

On 05:12-20210708, Yogesh Siraswar via lists.yoctoproject.org wrote:
> Changes to fix the kernel, u-boot and firmware to 08.00.00.002 release
> tag. 
> 
> Yogesh Siraswar (4):
>   linux-ti-staging: Update to 08.00.00.002 release tag
>   linux-ti-staging-rt: Update to 08.00.00.002 release tag
>   u-boot-ti-staging: Update to 08.00.00.002 release tag
>   ti-sci-fw: Update linux firmware repo to 08.00.00.002
> 
>  recipes-bsp/ti-sci-fw/ti-sci-fw.inc              | 2 +-
>  recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb  | 4 ++--
>  recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
>  recipes-kernel/linux/linux-ti-staging_5.10.bb    | 2 +-
>  4 files changed, 5 insertions(+), 5 deletions(-)
> 
I dont think this series is sufficient (ti-ipc and ti-prueth pending),
but for these specific patches:

Reviewed-by: Nishanth Menon <nm@ti.com>
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

end of thread, other threads:[~2021-07-08 20:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08  5:12 [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Yogesh Siraswar
2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 1/4] linux-ti-staging: Update to 08.00.00.002 release tag Yogesh Siraswar
2021-07-08 13:26   ` Nishanth Menon
2021-07-08 19:23     ` Yogesh Siraswar
2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 2/4] linux-ti-staging-rt: " Yogesh Siraswar
2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 3/4] u-boot-ti-staging: " Yogesh Siraswar
2021-07-08  5:12 ` [meta-ti][dunfell/master][PATCH 4/4] ti-sci-fw: Update linux firmware repo to 08.00.00.002 Yogesh Siraswar
2021-07-08 13:32   ` Nishanth Menon
2021-07-08 19:37     ` Yogesh Siraswar
2021-07-08 20:02 ` [meta-ti][dunfell/master][PATCH 0/4] 08.00.00.002 release update Nishanth Menon

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.