buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit
@ 2022-09-01  4:45 Baruch Siach via buildroot
  2022-09-01  4:45 ` [Buildroot] [PATCH 2/2] board/solidrun/macchiatobin: update BSP components version Baruch Siach via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Baruch Siach via buildroot @ 2022-09-01  4:45 UTC (permalink / raw)
  To: buildroot

This update fixes build with gcc 11.

Update license file hash for unrelated code changes.

Tested on Macchiatobin.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/2931841699
https://gitlab.com/buildroot.org/buildroot/-/jobs/2931841700

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 boot/mv-ddr-marvell/mv-ddr-marvell.hash | 4 ++--
 boot/mv-ddr-marvell/mv-ddr-marvell.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boot/mv-ddr-marvell/mv-ddr-marvell.hash b/boot/mv-ddr-marvell/mv-ddr-marvell.hash
index 5bfae8af4576..75e87d833df3 100644
--- a/boot/mv-ddr-marvell/mv-ddr-marvell.hash
+++ b/boot/mv-ddr-marvell/mv-ddr-marvell.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  bfab74a625d65238c569b9df282b55c0fc9a1e2d3decedcf194d44774df2ede4  mv-ddr-marvell-305d923e6bc4236cd3b902f6679b0aef9e5fa52d.tar.gz
-sha256  48bb930b6fbc3f5db72e29c849b096df3868e4a6d2bdc0e2dd3365c768241cd5  ddr3_init.c
+sha256  16f02232e21a15979b3d9971e28f7e59562484a5c1f99c2b28c248a3b76a63fa  mv-ddr-marvell-d5acc10c287e40cc2feeb28710b92e45c93c702c.tar.gz
+sha256  907a03943ca940790e97620aca8d46b5b04c653dcf2ab6c66a25238b60cf5635  ddr3_init.c
diff --git a/boot/mv-ddr-marvell/mv-ddr-marvell.mk b/boot/mv-ddr-marvell/mv-ddr-marvell.mk
index 442b6aed5351..e05192fe9b8f 100644
--- a/boot/mv-ddr-marvell/mv-ddr-marvell.mk
+++ b/boot/mv-ddr-marvell/mv-ddr-marvell.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-# This is the latest commit on mv-ddr-devel as of 20201207
-MV_DDR_MARVELL_VERSION = 305d923e6bc4236cd3b902f6679b0aef9e5fa52d
+# This is the latest commit on mv-ddr-devel as of 20220529
+MV_DDR_MARVELL_VERSION = d5acc10c287e40cc2feeb28710b92e45c93c702c
 MV_DDR_MARVELL_SITE = $(call github,MarvellEmbeddedProcessors,mv-ddr-marvell,$(MV_DDR_MARVELL_VERSION))
 MV_DDR_MARVELL_LICENSE = GPL-2.0+ or LGPL-2.1 with freertos-exception-2.0, BSD-3-Clause, Marvell Commercial
 MV_DDR_MARVELL_LICENSE_FILES = ddr3_init.c
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] board/solidrun/macchiatobin: update BSP components version
  2022-09-01  4:45 [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit Baruch Siach via buildroot
@ 2022-09-01  4:45 ` Baruch Siach via buildroot
  2022-09-24  8:37   ` Thomas Petazzoni
  2022-09-06 20:18 ` [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit Arnout Vandecappelle
  2022-09-18  9:20 ` Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Baruch Siach via buildroot @ 2022-09-01  4:45 UTC (permalink / raw)
  To: buildroot; +Cc: Sergey Matyukevich

Update the listed versions to match current status since commit
b4d9b515088d ("configs/solidrun_macchiatobin: bump BSP components").

All components are now from upstream so no need to state that for each
one.

Cc: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 board/solidrun/macchiatobin/readme.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/board/solidrun/macchiatobin/readme.txt b/board/solidrun/macchiatobin/readme.txt
index 7412951aabd6..ef5a6cba6bdf 100644
--- a/board/solidrun/macchiatobin/readme.txt
+++ b/board/solidrun/macchiatobin/readme.txt
@@ -13,9 +13,9 @@ How to build
 ============
 
 Default configuration provides the following BSP versions:
- - Linux v5.6.3 (mainline)
- - U-Boot v2020.01 (mainline)
- - ATF v1.5-18.12.2 (Marvell)
+ - Linux v5.10.5
+ - U-Boot v2020.10
+ - ATF v2.4
 
 To build images run the following commands:
 
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit
  2022-09-01  4:45 [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit Baruch Siach via buildroot
  2022-09-01  4:45 ` [Buildroot] [PATCH 2/2] board/solidrun/macchiatobin: update BSP components version Baruch Siach via buildroot
@ 2022-09-06 20:18 ` Arnout Vandecappelle
  2022-09-18  9:20 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2022-09-06 20:18 UTC (permalink / raw)
  To: Baruch Siach, buildroot



On 01/09/2022 06:45, Baruch Siach via buildroot wrote:
> This update fixes build with gcc 11.
> 
> Update license file hash for unrelated code changes.
> 
> Tested on Macchiatobin.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/2931841699
> https://gitlab.com/buildroot.org/buildroot/-/jobs/2931841700
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

  Applied to master, thanks.

  This bump is a *lot* more than just bugfixes - it's more than two years' worth 
of changes. However, this is such a niche package that I think we can make an 
exception (rather than try to backport the fix ourselves).

  Regards,
  Arnout

> ---
>   boot/mv-ddr-marvell/mv-ddr-marvell.hash | 4 ++--
>   boot/mv-ddr-marvell/mv-ddr-marvell.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/boot/mv-ddr-marvell/mv-ddr-marvell.hash b/boot/mv-ddr-marvell/mv-ddr-marvell.hash
> index 5bfae8af4576..75e87d833df3 100644
> --- a/boot/mv-ddr-marvell/mv-ddr-marvell.hash
> +++ b/boot/mv-ddr-marvell/mv-ddr-marvell.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  bfab74a625d65238c569b9df282b55c0fc9a1e2d3decedcf194d44774df2ede4  mv-ddr-marvell-305d923e6bc4236cd3b902f6679b0aef9e5fa52d.tar.gz
> -sha256  48bb930b6fbc3f5db72e29c849b096df3868e4a6d2bdc0e2dd3365c768241cd5  ddr3_init.c
> +sha256  16f02232e21a15979b3d9971e28f7e59562484a5c1f99c2b28c248a3b76a63fa  mv-ddr-marvell-d5acc10c287e40cc2feeb28710b92e45c93c702c.tar.gz
> +sha256  907a03943ca940790e97620aca8d46b5b04c653dcf2ab6c66a25238b60cf5635  ddr3_init.c
> diff --git a/boot/mv-ddr-marvell/mv-ddr-marvell.mk b/boot/mv-ddr-marvell/mv-ddr-marvell.mk
> index 442b6aed5351..e05192fe9b8f 100644
> --- a/boot/mv-ddr-marvell/mv-ddr-marvell.mk
> +++ b/boot/mv-ddr-marvell/mv-ddr-marvell.mk
> @@ -4,8 +4,8 @@
>   #
>   ################################################################################
>   
> -# This is the latest commit on mv-ddr-devel as of 20201207
> -MV_DDR_MARVELL_VERSION = 305d923e6bc4236cd3b902f6679b0aef9e5fa52d
> +# This is the latest commit on mv-ddr-devel as of 20220529
> +MV_DDR_MARVELL_VERSION = d5acc10c287e40cc2feeb28710b92e45c93c702c
>   MV_DDR_MARVELL_SITE = $(call github,MarvellEmbeddedProcessors,mv-ddr-marvell,$(MV_DDR_MARVELL_VERSION))
>   MV_DDR_MARVELL_LICENSE = GPL-2.0+ or LGPL-2.1 with freertos-exception-2.0, BSD-3-Clause, Marvell Commercial
>   MV_DDR_MARVELL_LICENSE_FILES = ddr3_init.c
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit
  2022-09-01  4:45 [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit Baruch Siach via buildroot
  2022-09-01  4:45 ` [Buildroot] [PATCH 2/2] board/solidrun/macchiatobin: update BSP components version Baruch Siach via buildroot
  2022-09-06 20:18 ` [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit Arnout Vandecappelle
@ 2022-09-18  9:20 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-09-18  9:20 UTC (permalink / raw)
  To: Baruch Siach via buildroot; +Cc: buildroot

>>>>> "Baruch" == Baruch Siach via buildroot <buildroot@buildroot.org> writes:

 > This update fixes build with gcc 11.
 > Update license file hash for unrelated code changes.

 > Tested on Macchiatobin.

 > Fixes:
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/2931841699
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/2931841700

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2022.05.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] board/solidrun/macchiatobin: update BSP components version
  2022-09-01  4:45 ` [Buildroot] [PATCH 2/2] board/solidrun/macchiatobin: update BSP components version Baruch Siach via buildroot
@ 2022-09-24  8:37   ` Thomas Petazzoni
  2022-09-30 15:13     ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2022-09-24  8:37 UTC (permalink / raw)
  To: Baruch Siach via buildroot; +Cc: buildroot, Sergey Matyukevich

On Thu,  1 Sep 2022 07:45:55 +0300
Baruch Siach via buildroot <buildroot@buildroot.org> wrote:

> Update the listed versions to match current status since commit
> b4d9b515088d ("configs/solidrun_macchiatobin: bump BSP components").
> 
> All components are now from upstream so no need to state that for each
> one.
> 
> Cc: Sergey Matyukevich <geomatsi@gmail.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  board/solidrun/macchiatobin/readme.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] board/solidrun/macchiatobin: update BSP components version
  2022-09-24  8:37   ` Thomas Petazzoni
@ 2022-09-30 15:13     ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-09-30 15:13 UTC (permalink / raw)
  To: Thomas Petazzoni
  Cc: buildroot, Sergey Matyukevich, Baruch Siach via buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Thu,  1 Sep 2022 07:45:55 +0300
 > Baruch Siach via buildroot <buildroot@buildroot.org> wrote:

 >> Update the listed versions to match current status since commit
 >> b4d9b515088d ("configs/solidrun_macchiatobin: bump BSP components").
 >> 
 >> All components are now from upstream so no need to state that for each
 >> one.
 >> 
 >> Cc: Sergey Matyukevich <geomatsi@gmail.com>
 >> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
 >> ---
 >> board/solidrun/macchiatobin/readme.txt | 6 +++---
 >> 1 file changed, 3 insertions(+), 3 deletions(-)

 > Applied to master, thanks.

Committed to 2022.02.x, 2022.05.x and 2022.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-30 15:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  4:45 [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit Baruch Siach via buildroot
2022-09-01  4:45 ` [Buildroot] [PATCH 2/2] board/solidrun/macchiatobin: update BSP components version Baruch Siach via buildroot
2022-09-24  8:37   ` Thomas Petazzoni
2022-09-30 15:13     ` Peter Korsgaard
2022-09-06 20:18 ` [Buildroot] [PATCH 1/2] boot/mv-ddr-marvell: bump to latest commit Arnout Vandecappelle
2022-09-18  9:20 ` Peter Korsgaard

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).