All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/4] configs/raspberrypi*: bump kernel version to 3e1698e (5.10.63)
@ 2021-09-20 21:13 Peter Seiderer
  2021-09-20 21:13 ` [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081 Peter Seiderer
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Peter Seiderer @ 2021-09-20 21:13 UTC (permalink / raw)
  To: buildroot; +Cc: Arthur Courtel, Mahyar Koshkouei, Martin Bark

Now based on 5.10.63 (from 5.10.46).

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 configs/raspberrypi0_defconfig        | 2 +-
 configs/raspberrypi0w_defconfig       | 2 +-
 configs/raspberrypi2_defconfig        | 2 +-
 configs/raspberrypi3_64_defconfig     | 2 +-
 configs/raspberrypi3_defconfig        | 2 +-
 configs/raspberrypi3_qt5we_defconfig  | 2 +-
 configs/raspberrypi4_64_defconfig     | 2 +-
 configs/raspberrypi4_defconfig        | 2 +-
 configs/raspberrypi_defconfig         | 2 +-
 configs/raspberrypicm4io_64_defconfig | 2 +-
 configs/raspberrypicm4io_defconfig    | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/configs/raspberrypi0_defconfig b/configs/raspberrypi0_defconfig
index c17fe99c45..5d611aae3f 100644
--- a/configs/raspberrypi0_defconfig
+++ b/configs/raspberrypi0_defconfig
@@ -9,7 +9,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 
 # Build the DTBs for A/B from the kernel sources: the zero is the same
diff --git a/configs/raspberrypi0w_defconfig b/configs/raspberrypi0w_defconfig
index 3a5e306299..394ef9c574 100644
--- a/configs/raspberrypi0w_defconfig
+++ b/configs/raspberrypi0w_defconfig
@@ -9,7 +9,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero-w"
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
index 1eee3ae37e..516cc378d4 100644
--- a/configs/raspberrypi2_defconfig
+++ b/configs/raspberrypi2_defconfig
@@ -12,7 +12,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi3_64_defconfig b/configs/raspberrypi3_64_defconfig
index 859d95314c..210ded73c4 100644
--- a/configs/raspberrypi3_64_defconfig
+++ b/configs/raspberrypi3_64_defconfig
@@ -11,7 +11,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig
index 67ce0d5314..58b2abcfb8 100644
--- a/configs/raspberrypi3_defconfig
+++ b/configs/raspberrypi3_defconfig
@@ -11,7 +11,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi3_qt5we_defconfig b/configs/raspberrypi3_qt5we_defconfig
index d9538dc648..24e1f53bae 100644
--- a/configs/raspberrypi3_qt5we_defconfig
+++ b/configs/raspberrypi3_qt5we_defconfig
@@ -12,7 +12,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi4_64_defconfig b/configs/raspberrypi4_64_defconfig
index 312ec64471..05331f7ae7 100644
--- a/configs/raspberrypi4_64_defconfig
+++ b/configs/raspberrypi4_64_defconfig
@@ -11,7 +11,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi4_defconfig b/configs/raspberrypi4_defconfig
index 3ae2d253fb..d954c845d8 100644
--- a/configs/raspberrypi4_defconfig
+++ b/configs/raspberrypi4_defconfig
@@ -11,7 +11,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 75e7177974..fd869693fa 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -11,7 +11,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 
 # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
diff --git a/configs/raspberrypicm4io_64_defconfig b/configs/raspberrypicm4io_64_defconfig
index 304428ec64..4abff0f2d9 100644
--- a/configs/raspberrypicm4io_64_defconfig
+++ b/configs/raspberrypicm4io_64_defconfig
@@ -11,7 +11,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
 
 # Build the DTB from the kernel sources
diff --git a/configs/raspberrypicm4io_defconfig b/configs/raspberrypicm4io_defconfig
index f4ba22dfe5..6fa9e5bc9f 100644
--- a/configs/raspberrypicm4io_defconfig
+++ b/configs/raspberrypicm4io_defconfig
@@ -11,7 +11,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,4afd064509b23882268922824edc5b391a1ea55d)/linux-4afd064509b23882268922824edc5b391a1ea55d.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece)/linux-3e1698ed5013c1054e3dbf8a9fcd3a8549a95ece.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
 
 # Build the DTB from the kernel sources
-- 
2.33.0

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

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

* [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-20 21:13 [Buildroot] [PATCH v1 1/4] configs/raspberrypi*: bump kernel version to 3e1698e (5.10.63) Peter Seiderer
@ 2021-09-20 21:13 ` Peter Seiderer
  2021-09-20 21:19   ` Vincent Fazio
  2021-09-20 21:13 ` [Buildroot] [PATCH v1 3/4] package/rpi-bt-firmware: bump version to 883b726 Peter Seiderer
  2021-09-20 21:13 ` [Buildroot] [PATCH v1 4/4] package/rpi-wifi-firmware: " Peter Seiderer
  2 siblings, 1 reply; 13+ messages in thread
From: Peter Seiderer @ 2021-09-20 21:13 UTC (permalink / raw)
  To: buildroot; +Cc: Arthur Courtel, Mahyar Koshkouei, Martin Bark

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/rpi-firmware/rpi-firmware.hash | 2 +-
 package/rpi-firmware/rpi-firmware.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
index 7127b2d824..d6243cb54c 100644
--- a/package/rpi-firmware/rpi-firmware.hash
+++ b/package/rpi-firmware/rpi-firmware.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  5eaff5da660d6ecd74bb2c927d7a1ba84b5e5c5582f02e65aec058af2ffe50f4  rpi-firmware-33e09977ff3b02967d191801e3361224455acb9d.tar.gz
+sha256  60be376238b08b928f98a25ecf90172067c17ad1db543d813409ee6c54b13b07  rpi-firmware-9f9708199f8809ecf16119d0716375bee7b7d8d4.tar.gz
 sha256  c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b  boot/LICENCE.broadcom
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index 181650fa08..6a2bf05248 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_FIRMWARE_VERSION = 33e09977ff3b02967d191801e3361224455acb9d
+RPI_FIRMWARE_VERSION = 9f9708199f8809ecf16119d0716375bee7b7d8d4
 RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
 RPI_FIRMWARE_LICENSE = BSD-3-Clause
 RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
-- 
2.33.0

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

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

* [Buildroot] [PATCH v1 3/4] package/rpi-bt-firmware: bump version to 883b726
  2021-09-20 21:13 [Buildroot] [PATCH v1 1/4] configs/raspberrypi*: bump kernel version to 3e1698e (5.10.63) Peter Seiderer
  2021-09-20 21:13 ` [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081 Peter Seiderer
@ 2021-09-20 21:13 ` Peter Seiderer
  2021-09-20 21:13 ` [Buildroot] [PATCH v1 4/4] package/rpi-wifi-firmware: " Peter Seiderer
  2 siblings, 0 replies; 13+ messages in thread
From: Peter Seiderer @ 2021-09-20 21:13 UTC (permalink / raw)
  To: buildroot; +Cc: Arthur Courtel, Mahyar Koshkouei, Martin Bark

Changelog:
  - Update CYW43455 bluetooth firmware,
    Second Spectra fix for CYW43455 (CVE-2020-10370)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/rpi-bt-firmware/rpi-bt-firmware.hash | 2 +-
 package/rpi-bt-firmware/rpi-bt-firmware.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rpi-bt-firmware/rpi-bt-firmware.hash b/package/rpi-bt-firmware/rpi-bt-firmware.hash
index 2520c91cff..3f37d964d0 100644
--- a/package/rpi-bt-firmware/rpi-bt-firmware.hash
+++ b/package/rpi-bt-firmware/rpi-bt-firmware.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  ae665baa465a09dddf7f4bdec67e108a74b2a3787550cc9ee53c2bea9651f327  rpi-bt-firmware-4c47758bed7cd547dff3618a1739dcf64b5a52a7.tar.gz
+sha256  0e7fcfe75a8990815a184dc55f8fdf5d0644d351a15a7aef865ff90ff4ca8eb4  rpi-bt-firmware-883b72628de1d7efa45b421da0cbf175ac2374f8.tar.gz
 sha256  b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d  LICENCE.broadcom_bcm43xx
diff --git a/package/rpi-bt-firmware/rpi-bt-firmware.mk b/package/rpi-bt-firmware/rpi-bt-firmware.mk
index f63564de99..13358b4fda 100644
--- a/package/rpi-bt-firmware/rpi-bt-firmware.mk
+++ b/package/rpi-bt-firmware/rpi-bt-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_BT_FIRMWARE_VERSION = 4c47758bed7cd547dff3618a1739dcf64b5a52a7
+RPI_BT_FIRMWARE_VERSION = 883b72628de1d7efa45b421da0cbf175ac2374f8
 RPI_BT_FIRMWARE_SITE = $(call github,LibreELEC,brcmfmac_sdio-firmware-rpi,$(RPI_BT_FIRMWARE_VERSION))
 RPI_BT_FIRMWARE_LICENSE = PROPRIETARY
 RPI_BT_FIRMWARE_LICENSE_FILES = LICENCE.broadcom_bcm43xx
-- 
2.33.0

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

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

* [Buildroot] [PATCH v1 4/4] package/rpi-wifi-firmware: bump version to 883b726
  2021-09-20 21:13 [Buildroot] [PATCH v1 1/4] configs/raspberrypi*: bump kernel version to 3e1698e (5.10.63) Peter Seiderer
  2021-09-20 21:13 ` [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081 Peter Seiderer
  2021-09-20 21:13 ` [Buildroot] [PATCH v1 3/4] package/rpi-bt-firmware: bump version to 883b726 Peter Seiderer
@ 2021-09-20 21:13 ` Peter Seiderer
  2 siblings, 0 replies; 13+ messages in thread
From: Peter Seiderer @ 2021-09-20 21:13 UTC (permalink / raw)
  To: buildroot; +Cc: Arthur Courtel, Mahyar Koshkouei, Martin Bark

Changelog:
  - Update CYW43455 bluetooth firmware,
    Second Spectra fix for CYW43455 (CVE-2020-10370)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/rpi-wifi-firmware/rpi-wifi-firmware.hash | 2 +-
 package/rpi-wifi-firmware/rpi-wifi-firmware.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rpi-wifi-firmware/rpi-wifi-firmware.hash b/package/rpi-wifi-firmware/rpi-wifi-firmware.hash
index 4db3e15c80..3bd62306eb 100644
--- a/package/rpi-wifi-firmware/rpi-wifi-firmware.hash
+++ b/package/rpi-wifi-firmware/rpi-wifi-firmware.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  ae665baa465a09dddf7f4bdec67e108a74b2a3787550cc9ee53c2bea9651f327  rpi-wifi-firmware-4c47758bed7cd547dff3618a1739dcf64b5a52a7.tar.gz
+sha256  0e7fcfe75a8990815a184dc55f8fdf5d0644d351a15a7aef865ff90ff4ca8eb4  rpi-wifi-firmware-883b72628de1d7efa45b421da0cbf175ac2374f8.tar.gz
 sha256  b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d  LICENCE.broadcom_bcm43xx
diff --git a/package/rpi-wifi-firmware/rpi-wifi-firmware.mk b/package/rpi-wifi-firmware/rpi-wifi-firmware.mk
index a643c4df9c..28926ff4f0 100644
--- a/package/rpi-wifi-firmware/rpi-wifi-firmware.mk
+++ b/package/rpi-wifi-firmware/rpi-wifi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_WIFI_FIRMWARE_VERSION = 4c47758bed7cd547dff3618a1739dcf64b5a52a7
+RPI_WIFI_FIRMWARE_VERSION = 883b72628de1d7efa45b421da0cbf175ac2374f8
 RPI_WIFI_FIRMWARE_SITE = $(call github,LibreELEC,brcmfmac_sdio-firmware-rpi,$(RPI_WIFI_FIRMWARE_VERSION))
 RPI_WIFI_FIRMWARE_LICENSE = PROPRIETARY
 RPI_WIFI_FIRMWARE_LICENSE_FILES = LICENCE.broadcom_bcm43xx
-- 
2.33.0

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

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-20 21:13 ` [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081 Peter Seiderer
@ 2021-09-20 21:19   ` Vincent Fazio
  2021-09-20 21:41     ` Peter Seiderer
  0 siblings, 1 reply; 13+ messages in thread
From: Vincent Fazio @ 2021-09-20 21:19 UTC (permalink / raw)
  To: Peter Seiderer, buildroot; +Cc: Martin Bark, Arthur Courtel, Mahyar Koshkouei

Peter,

On 9/20/21 4:13 PM, Peter Seiderer wrote:
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>   package/rpi-firmware/rpi-firmware.hash | 2 +-
>   package/rpi-firmware/rpi-firmware.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
> index 7127b2d824..d6243cb54c 100644
> --- a/package/rpi-firmware/rpi-firmware.hash
> +++ b/package/rpi-firmware/rpi-firmware.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  5eaff5da660d6ecd74bb2c927d7a1ba84b5e5c5582f02e65aec058af2ffe50f4  rpi-firmware-33e09977ff3b02967d191801e3361224455acb9d.tar.gz
> +sha256  60be376238b08b928f98a25ecf90172067c17ad1db543d813409ee6c54b13b07  rpi-firmware-9f9708199f8809ecf16119d0716375bee7b7d8d4.tar.gz
>   sha256  c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b  boot/LICENCE.broadcom
> diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
> index 181650fa08..6a2bf05248 100644
> --- a/package/rpi-firmware/rpi-firmware.mk
> +++ b/package/rpi-firmware/rpi-firmware.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -RPI_FIRMWARE_VERSION = 33e09977ff3b02967d191801e3361224455acb9d
> +RPI_FIRMWARE_VERSION = 9f9708199f8809ecf16119d0716375bee7b7d8d4
There is a regression introduced with 
https://github.com/raspberrypi/firmware/commit/25e2b597ebfb2495eab4816a276758dcc6ea21f1
See here: https://github.com/raspberrypi/firmware/issues/1619
>   RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
>   RPI_FIRMWARE_LICENSE = BSD-3-Clause
>   RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom

-- 
Vincent Fazio
Embedded Software Engineer - ATS
Extreme Engineering Solutions, Inc
http://www.xes-inc.com

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

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-20 21:19   ` Vincent Fazio
@ 2021-09-20 21:41     ` Peter Seiderer
  2021-09-21 13:08       ` Vincent Fazio
  0 siblings, 1 reply; 13+ messages in thread
From: Peter Seiderer @ 2021-09-20 21:41 UTC (permalink / raw)
  To: Vincent Fazio; +Cc: Arthur Courtel, Martin Bark, Mahyar Koshkouei, buildroot

Hello Vincent,

On Mon, 20 Sep 2021 16:19:57 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:

> Peter,
>
> On 9/20/21 4:13 PM, Peter Seiderer wrote:
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> > ---
> >   package/rpi-firmware/rpi-firmware.hash | 2 +-
> >   package/rpi-firmware/rpi-firmware.mk   | 2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
> > index 7127b2d824..d6243cb54c 100644
> > --- a/package/rpi-firmware/rpi-firmware.hash
> > +++ b/package/rpi-firmware/rpi-firmware.hash
> > @@ -1,3 +1,3 @@
> >   # Locally computed
> > -sha256  5eaff5da660d6ecd74bb2c927d7a1ba84b5e5c5582f02e65aec058af2ffe50f4  rpi-firmware-33e09977ff3b02967d191801e3361224455acb9d.tar.gz
> > +sha256  60be376238b08b928f98a25ecf90172067c17ad1db543d813409ee6c54b13b07  rpi-firmware-9f9708199f8809ecf16119d0716375bee7b7d8d4.tar.gz
> >   sha256  c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b  boot/LICENCE.broadcom
> > diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
> > index 181650fa08..6a2bf05248 100644
> > --- a/package/rpi-firmware/rpi-firmware.mk
> > +++ b/package/rpi-firmware/rpi-firmware.mk
> > @@ -4,7 +4,7 @@
> >   #
> >   ################################################################################
> >
> > -RPI_FIRMWARE_VERSION = 33e09977ff3b02967d191801e3361224455acb9d
> > +RPI_FIRMWARE_VERSION = 9f9708199f8809ecf16119d0716375bee7b7d8d4
>
> There is a regression introduced with
> https://github.com/raspberrypi/firmware/commit/25e2b597ebfb2495eab4816a276758dcc6ea21f1
> See here: https://github.com/raspberrypi/firmware/issues/1619
>

Thanks for the info, only did a quick read of the PR 1619, the problem
seems U-boot specific (not the buildroot default case) and there is
already a suggested U-boot fix (submitted by you)?

Regards,
Peter


> >   RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
> >   RPI_FIRMWARE_LICENSE = BSD-3-Clause
> >   RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
>

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

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-20 21:41     ` Peter Seiderer
@ 2021-09-21 13:08       ` Vincent Fazio
  2021-09-21 20:39         ` Peter Seiderer
  0 siblings, 1 reply; 13+ messages in thread
From: Vincent Fazio @ 2021-09-21 13:08 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Arthur Courtel, Martin Bark, Mahyar Koshkouei, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 2664 bytes --]

Peter, all,

On 9/20/21 4:41 PM, Peter Seiderer wrote:
> Hello Vincent,
>
> On Mon, 20 Sep 2021 16:19:57 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:
>
>> Peter,
>>
>> On 9/20/21 4:13 PM, Peter Seiderer wrote:
>>> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
>>> ---
>>>    package/rpi-firmware/rpi-firmware.hash | 2 +-
>>>    package/rpi-firmware/rpi-firmware.mk   | 2 +-
>>>    2 files changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
>>> index 7127b2d824..d6243cb54c 100644
>>> --- a/package/rpi-firmware/rpi-firmware.hash
>>> +++ b/package/rpi-firmware/rpi-firmware.hash
>>> @@ -1,3 +1,3 @@
>>>    # Locally computed
>>> -sha256  5eaff5da660d6ecd74bb2c927d7a1ba84b5e5c5582f02e65aec058af2ffe50f4  rpi-firmware-33e09977ff3b02967d191801e3361224455acb9d.tar.gz
>>> +sha256  60be376238b08b928f98a25ecf90172067c17ad1db543d813409ee6c54b13b07  rpi-firmware-9f9708199f8809ecf16119d0716375bee7b7d8d4.tar.gz
>>>    sha256  c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b  boot/LICENCE.broadcom
>>> diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
>>> index 181650fa08..6a2bf05248 100644
>>> --- a/package/rpi-firmware/rpi-firmware.mk
>>> +++ b/package/rpi-firmware/rpi-firmware.mk
>>> @@ -4,7 +4,7 @@
>>>    #
>>>    ################################################################################
>>>
>>> -RPI_FIRMWARE_VERSION = 33e09977ff3b02967d191801e3361224455acb9d
>>> +RPI_FIRMWARE_VERSION = 9f9708199f8809ecf16119d0716375bee7b7d8d4
>> There is a regression introduced with
>> https://github.com/raspberrypi/firmware/commit/25e2b597ebfb2495eab4816a276758dcc6ea21f1
>> See here: https://github.com/raspberrypi/firmware/issues/1619
>>
> Thanks for the info, only did a quick read of the PR 1619, the problem
> seems U-boot specific (not the buildroot default case) and there is
> already a suggested U-boot fix (submitted by you)?

Yes, sorry I was not very clear in my email yesterday (I was sending it 
on my way out the door).

Yes, u-boot is affected, though I think edk2 may also be affected. The 
u-boot patch has not yet been reviewed and may not make it for 2021.10

I just wanted to give a heads up that bumping this package could have 
consequences for some configurations.

> Regards,
> Peter
>
>
>>>    RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
>>>    RPI_FIRMWARE_LICENSE = BSD-3-Clause
>>>    RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom

-- 
Vincent Fazio
Embedded Software Engineer - ATS
Extreme Engineering Solutions, Inc
http://www.xes-inc.com


[-- Attachment #1.2: Type: text/html, Size: 4152 bytes --]

[-- Attachment #2: Type: text/plain, Size: 156 bytes --]

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

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-21 13:08       ` Vincent Fazio
@ 2021-09-21 20:39         ` Peter Seiderer
  2021-09-23 13:58           ` Vincent Fazio
  0 siblings, 1 reply; 13+ messages in thread
From: Peter Seiderer @ 2021-09-21 20:39 UTC (permalink / raw)
  To: Vincent Fazio; +Cc: Arthur Courtel, Martin Bark, Mahyar Koshkouei, buildroot

Hello Vincent, all,

On Tue, 21 Sep 2021 08:08:10 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:

> Peter, all,
>
> On 9/20/21 4:41 PM, Peter Seiderer wrote:
> > Hello Vincent,
> >
> > On Mon, 20 Sep 2021 16:19:57 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:
> >
> >> Peter,
> >>
> >> On 9/20/21 4:13 PM, Peter Seiderer wrote:
> >>> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> >>> ---
> >>>    package/rpi-firmware/rpi-firmware.hash | 2 +-
> >>>    package/rpi-firmware/rpi-firmware.mk   | 2 +-
> >>>    2 files changed, 2 insertions(+), 2 deletions(-)
> >>>
> >>> diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
> >>> index 7127b2d824..d6243cb54c 100644
> >>> --- a/package/rpi-firmware/rpi-firmware.hash
> >>> +++ b/package/rpi-firmware/rpi-firmware.hash
> >>> @@ -1,3 +1,3 @@
> >>>    # Locally computed
> >>> -sha256  5eaff5da660d6ecd74bb2c927d7a1ba84b5e5c5582f02e65aec058af2ffe50f4  rpi-firmware-33e09977ff3b02967d191801e3361224455acb9d.tar.gz
> >>> +sha256  60be376238b08b928f98a25ecf90172067c17ad1db543d813409ee6c54b13b07  rpi-firmware-9f9708199f8809ecf16119d0716375bee7b7d8d4.tar.gz
> >>>    sha256  c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b  boot/LICENCE.broadcom
> >>> diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
> >>> index 181650fa08..6a2bf05248 100644
> >>> --- a/package/rpi-firmware/rpi-firmware.mk
> >>> +++ b/package/rpi-firmware/rpi-firmware.mk
> >>> @@ -4,7 +4,7 @@
> >>>    #
> >>>    ################################################################################
> >>>
> >>> -RPI_FIRMWARE_VERSION = 33e09977ff3b02967d191801e3361224455acb9d
> >>> +RPI_FIRMWARE_VERSION = 9f9708199f8809ecf16119d0716375bee7b7d8d4
> >> There is a regression introduced with
> >> https://github.com/raspberrypi/firmware/commit/25e2b597ebfb2495eab4816a276758dcc6ea21f1
> >> See here: https://github.com/raspberrypi/firmware/issues/1619
> >>
> > Thanks for the info, only did a quick read of the PR 1619, the problem
> > seems U-boot specific (not the buildroot default case) and there is
> > already a suggested U-boot fix (submitted by you)?
>
> Yes, sorry I was not very clear in my email yesterday (I was sending it
> on my way out the door).

No problem ;-), the hint was/is very valuable!

>
> Yes, u-boot is affected, though I think edk2 may also be affected. The
> u-boot patch has not yet been reviewed and may not make it for 2021.10
>
> I just wanted to give a heads up that bumping this package could have
> consequences for some configurations.

So there are the following possibilities:

- never update rpi-firmware to not break legacy u-boot (and maybe edk2 and
  maybe linux-mainline and maybe ...) setups

- delay the rpi-firmware update until up-to-date u-boot (and edk2 and ...)
  are available (as this bump seems to fix some other regressions e.g
  'kernel: Second attempt to fix the CPU startup failure' [1]

- apply the rpi-firmware update now and hope that this email thread is
  found by all people affected by the u-boot (and ...) defect, but
  keeps the default buildroot/rpi users up-to-date ;-)

Regards,
Peter

[1] https://github.com/raspberrypi/firmware/commit/9f9708199f8809ecf16119d0716375bee7b7d8d4

>
> > Regards,
> > Peter
> >
> >
> >>>    RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
> >>>    RPI_FIRMWARE_LICENSE = BSD-3-Clause
> >>>    RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
>

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

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-21 20:39         ` Peter Seiderer
@ 2021-09-23 13:58           ` Vincent Fazio
  2021-09-30 19:19             ` Vincent Fazio
  0 siblings, 1 reply; 13+ messages in thread
From: Vincent Fazio @ 2021-09-23 13:58 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Arthur Courtel, Martin Bark, Mahyar Koshkouei, buildroot

All,

On 9/21/21 3:39 PM, Peter Seiderer wrote:
> Hello Vincent, all,
>
> On Tue, 21 Sep 2021 08:08:10 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:
>
>> Peter, all,
>>
>> On 9/20/21 4:41 PM, Peter Seiderer wrote:
>>> Hello Vincent,
>>>
>>> On Mon, 20 Sep 2021 16:19:57 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:
>>>
>>> Thanks for the info, only did a quick read of the PR 1619, the problem
>>> seems U-boot specific (not the buildroot default case) and there is
>>> already a suggested U-boot fix (submitted by you)?
>> Yes, sorry I was not very clear in my email yesterday (I was sending it
>> on my way out the door).
> No problem ;-), the hint was/is very valuable!
>
>> Yes, u-boot is affected, though I think edk2 may also be affected. The
>> u-boot patch has not yet been reviewed and may not make it for 2021.10
>>
>> I just wanted to give a heads up that bumping this package could have
>> consequences for some configurations.
> So there are the following possibilities:
>
> - never update rpi-firmware to not break legacy u-boot (and maybe edk2 and
>    maybe linux-mainline and maybe ...) setups
Definitely not recommending this.
> - delay the rpi-firmware update until up-to-date u-boot (and edk2 and ...)
>    are available (as this bump seems to fix some other regressions e.g
>    'kernel: Second attempt to fix the CPU startup failure' [1]
>
> - apply the rpi-firmware update now and hope that this email thread is
>    found by all people affected by the u-boot (and ...) defect, but
>    keeps the default buildroot/rpi users up-to-date ;-)

Probably no reason to delay it if there are no default configurations 
that utilize the affected packages, but not sure if it deserves a 
mention somewhere like 
https://buildroot.org/downloads/manual/manual.html#_known_issues so the 
issue is more clearly advertised until there are patches to fix the 
affected packages.

I'll let the maintainers decide what to do. Again, I just wanted to make 
people aware.

> Regards,
> Peter
>
> [1] https://github.com/raspberrypi/firmware/commit/9f9708199f8809ecf16119d0716375bee7b7d8d4
>
>>> Regards,
>>> Peter
>>>
>>>
-- 
Vincent Fazio
Embedded Software Engineer - ATS
Extreme Engineering Solutions, Inc
http://www.xes-inc.com

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

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-23 13:58           ` Vincent Fazio
@ 2021-09-30 19:19             ` Vincent Fazio
  2021-09-30 19:54               ` Peter Seiderer
  0 siblings, 1 reply; 13+ messages in thread
From: Vincent Fazio @ 2021-09-30 19:19 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Arthur Courtel, Martin Bark, Mahyar Koshkouei, buildroot

Peter, all,

On 9/23/21 8:58 AM, Vincent Fazio wrote:
> All,
>
> On 9/21/21 3:39 PM, Peter Seiderer wrote:
>> Hello Vincent, all,
>>
>> On Tue, 21 Sep 2021 08:08:10 -0500, Vincent Fazio 
>> <vfazio@xes-inc.com> wrote:
>>
>>> Peter, all,
>>>
>>> On 9/20/21 4:41 PM, Peter Seiderer wrote:
>>>> Hello Vincent,
>>>>
>>>> On Mon, 20 Sep 2021 16:19:57 -0500, Vincent Fazio 
>>>> <vfazio@xes-inc.com> wrote:
>>>>
>>>> Thanks for the info, only did a quick read of the PR 1619, the problem
>>>> seems U-boot specific (not the buildroot default case) and there is
>>>> already a suggested U-boot fix (submitted by you)?
>>> Yes, sorry I was not very clear in my email yesterday (I was sending it
>>> on my way out the door).
>> No problem ;-), the hint was/is very valuable!
This may no longer be an issue other packages have to deal with [1]
>>
>>> Yes, u-boot is affected, though I think edk2 may also be affected. The
>>> u-boot patch has not yet been reviewed and may not make it for 2021.10
>>>
>>> I just wanted to give a heads up that bumping this package could have
>>> consequences for some configurations.
>> So there are the following possibilities:
>>
>> - never update rpi-firmware to not break legacy u-boot (and maybe 
>> edk2 and
>>    maybe linux-mainline and maybe ...) setups
> Definitely not recommending this.
>> - delay the rpi-firmware update until up-to-date u-boot (and edk2 and 
>> ...)
>>    are available (as this bump seems to fix some other regressions e.g
>>    'kernel: Second attempt to fix the CPU startup failure' [1]
>>
>> - apply the rpi-firmware update now and hope that this email thread is
>>    found by all people affected by the u-boot (and ...) defect, but
>>    keeps the default buildroot/rpi users up-to-date ;-)
>
> Probably no reason to delay it if there are no default configurations 
> that utilize the affected packages, but not sure if it deserves a 
> mention somewhere like 
> https://buildroot.org/downloads/manual/manual.html#_known_issues so 
> the issue is more clearly advertised until there are patches to fix 
> the affected packages.
>
> I'll let the maintainers decide what to do. Again, I just wanted to 
> make people aware.
>
>> Regards,
>> Peter
>>
>> [1] 
>> https://github.com/raspberrypi/firmware/commit/9f9708199f8809ecf16119d0716375bee7b7d8d4
>>
>>>> Regards,
>>>> Peter
>>>>
>>>>
[1] 
https://github.com/raspberrypi/firmware/commit/b5257da58c0e652633592c6fce09a7f3b100a2eb

-- 
Vincent Fazio
Embedded Software Engineer - ATS
Extreme Engineering Solutions, Inc
http://www.xes-inc.com

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

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-30 19:19             ` Vincent Fazio
@ 2021-09-30 19:54               ` Peter Seiderer
  2021-10-06 18:24                 ` Arnout Vandecappelle
  0 siblings, 1 reply; 13+ messages in thread
From: Peter Seiderer @ 2021-09-30 19:54 UTC (permalink / raw)
  To: Vincent Fazio; +Cc: Arthur Courtel, Martin Bark, Mahyar Koshkouei, buildroot

Hello Vincent, all,

On Thu, 30 Sep 2021 14:19:03 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:

> Peter, all,
> 
> On 9/23/21 8:58 AM, Vincent Fazio wrote:
> > All,
> >
> > On 9/21/21 3:39 PM, Peter Seiderer wrote:  
> >> Hello Vincent, all,
> >>
> >> On Tue, 21 Sep 2021 08:08:10 -0500, Vincent Fazio 
> >> <vfazio@xes-inc.com> wrote:
> >>  
> >>> Peter, all,
> >>>
> >>> On 9/20/21 4:41 PM, Peter Seiderer wrote:  
> >>>> Hello Vincent,
> >>>>
> >>>> On Mon, 20 Sep 2021 16:19:57 -0500, Vincent Fazio 
> >>>> <vfazio@xes-inc.com> wrote:
> >>>>
> >>>> Thanks for the info, only did a quick read of the PR 1619, the problem
> >>>> seems U-boot specific (not the buildroot default case) and there is
> >>>> already a suggested U-boot fix (submitted by you)?  
> >>> Yes, sorry I was not very clear in my email yesterday (I was sending it
> >>> on my way out the door).  
> >> No problem ;-), the hint was/is very valuable!  
>
> This may no longer be an issue other packages have to deal with [1]
>

Thanks for update (and your debugging efforts ;-) ), will update my
patchset the next days...

Regards,
Peter

> >>  
> >>> Yes, u-boot is affected, though I think edk2 may also be affected. The
> >>> u-boot patch has not yet been reviewed and may not make it for 2021.10
> >>>
> >>> I just wanted to give a heads up that bumping this package could have
> >>> consequences for some configurations.  
> >> So there are the following possibilities:
> >>
> >> - never update rpi-firmware to not break legacy u-boot (and maybe 
> >> edk2 and
> >>    maybe linux-mainline and maybe ...) setups  
> > Definitely not recommending this.  
> >> - delay the rpi-firmware update until up-to-date u-boot (and edk2 and 
> >> ...)
> >>    are available (as this bump seems to fix some other regressions e.g
> >>    'kernel: Second attempt to fix the CPU startup failure' [1]
> >>
> >> - apply the rpi-firmware update now and hope that this email thread is
> >>    found by all people affected by the u-boot (and ...) defect, but
> >>    keeps the default buildroot/rpi users up-to-date ;-)  
> >
> > Probably no reason to delay it if there are no default configurations 
> > that utilize the affected packages, but not sure if it deserves a 
> > mention somewhere like 
> > https://buildroot.org/downloads/manual/manual.html#_known_issues so 
> > the issue is more clearly advertised until there are patches to fix 
> > the affected packages.
> >
> > I'll let the maintainers decide what to do. Again, I just wanted to 
> > make people aware.
> >  
> >> Regards,
> >> Peter
> >>
> >> [1] 
> >> https://github.com/raspberrypi/firmware/commit/9f9708199f8809ecf16119d0716375bee7b7d8d4
> >>  
> >>>> Regards,
> >>>> Peter
> >>>>
> >>>>  
> [1] 
> https://github.com/raspberrypi/firmware/commit/b5257da58c0e652633592c6fce09a7f3b100a2eb
> 

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

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-09-30 19:54               ` Peter Seiderer
@ 2021-10-06 18:24                 ` Arnout Vandecappelle
  2021-10-06 20:05                   ` Peter Seiderer
  0 siblings, 1 reply; 13+ messages in thread
From: Arnout Vandecappelle @ 2021-10-06 18:24 UTC (permalink / raw)
  To: Peter Seiderer, Vincent Fazio
  Cc: buildroot, Arthur Courtel, Mahyar Koshkouei, Martin Bark



On 30/09/2021 21:54, Peter Seiderer wrote:
> Hello Vincent, all,
> 
> On Thu, 30 Sep 2021 14:19:03 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:
> 
>> Peter, all,
>>
>> On 9/23/21 8:58 AM, Vincent Fazio wrote:
>>> All,
>>>
>>> On 9/21/21 3:39 PM, Peter Seiderer wrote:
>>>> Hello Vincent, all,
>>>>
>>>> On Tue, 21 Sep 2021 08:08:10 -0500, Vincent Fazio
>>>> <vfazio@xes-inc.com> wrote:
>>>>   
>>>>> Peter, all,
>>>>>
>>>>> On 9/20/21 4:41 PM, Peter Seiderer wrote:
>>>>>> Hello Vincent,
>>>>>>
>>>>>> On Mon, 20 Sep 2021 16:19:57 -0500, Vincent Fazio
>>>>>> <vfazio@xes-inc.com> wrote:
>>>>>>
>>>>>> Thanks for the info, only did a quick read of the PR 1619, the problem
>>>>>> seems U-boot specific (not the buildroot default case) and there is
>>>>>> already a suggested U-boot fix (submitted by you)?
>>>>> Yes, sorry I was not very clear in my email yesterday (I was sending it
>>>>> on my way out the door).
>>>> No problem ;-), the hint was/is very valuable!
>>
>> This may no longer be an issue other packages have to deal with [1]
>>
> 
> Thanks for update (and your debugging efforts ;-) ), will update my
> patchset the next days...

  I was going to apply this series and then I saw this comment... Are you still 
going to update the patchset or should we apply as-is?

  Regards,
  Arnout

> 
> Regards,
> Peter
> 
>>>>   
>>>>> Yes, u-boot is affected, though I think edk2 may also be affected. The
>>>>> u-boot patch has not yet been reviewed and may not make it for 2021.10
>>>>>
>>>>> I just wanted to give a heads up that bumping this package could have
>>>>> consequences for some configurations.
>>>> So there are the following possibilities:
>>>>
>>>> - never update rpi-firmware to not break legacy u-boot (and maybe
>>>> edk2 and
>>>>     maybe linux-mainline and maybe ...) setups
>>> Definitely not recommending this.
>>>> - delay the rpi-firmware update until up-to-date u-boot (and edk2 and
>>>> ...)
>>>>     are available (as this bump seems to fix some other regressions e.g
>>>>     'kernel: Second attempt to fix the CPU startup failure' [1]
>>>>
>>>> - apply the rpi-firmware update now and hope that this email thread is
>>>>     found by all people affected by the u-boot (and ...) defect, but
>>>>     keeps the default buildroot/rpi users up-to-date ;-)
>>>
>>> Probably no reason to delay it if there are no default configurations
>>> that utilize the affected packages, but not sure if it deserves a
>>> mention somewhere like
>>> https://buildroot.org/downloads/manual/manual.html#_known_issues so
>>> the issue is more clearly advertised until there are patches to fix
>>> the affected packages.
>>>
>>> I'll let the maintainers decide what to do. Again, I just wanted to
>>> make people aware.
>>>   
>>>> Regards,
>>>> Peter
>>>>
>>>> [1]
>>>> https://github.com/raspberrypi/firmware/commit/9f9708199f8809ecf16119d0716375bee7b7d8d4
>>>>   
>>>>>> Regards,
>>>>>> Peter
>>>>>>
>>>>>>   
>> [1]
>> https://github.com/raspberrypi/firmware/commit/b5257da58c0e652633592c6fce09a7f3b100a2eb
>>
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
  2021-10-06 18:24                 ` Arnout Vandecappelle
@ 2021-10-06 20:05                   ` Peter Seiderer
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Seiderer @ 2021-10-06 20:05 UTC (permalink / raw)
  To: Arnout Vandecappelle
  Cc: Martin Bark, Arthur Courtel, Vincent Fazio, Mahyar Koshkouei, buildroot

Hello Arnout,

On Wed, 6 Oct 2021 20:24:44 +0200, Arnout Vandecappelle <arnout@mind.be> wrote:

> On 30/09/2021 21:54, Peter Seiderer wrote:
> > Hello Vincent, all,
> > 
> > On Thu, 30 Sep 2021 14:19:03 -0500, Vincent Fazio <vfazio@xes-inc.com> wrote:
> >   
> >> Peter, all,
> >>
> >> On 9/23/21 8:58 AM, Vincent Fazio wrote:  
> >>> All,
> >>>
> >>> On 9/21/21 3:39 PM, Peter Seiderer wrote:  
> >>>> Hello Vincent, all,
> >>>>
> >>>> On Tue, 21 Sep 2021 08:08:10 -0500, Vincent Fazio
> >>>> <vfazio@xes-inc.com> wrote:
> >>>>     
> >>>>> Peter, all,
> >>>>>
> >>>>> On 9/20/21 4:41 PM, Peter Seiderer wrote:  
> >>>>>> Hello Vincent,
> >>>>>>
> >>>>>> On Mon, 20 Sep 2021 16:19:57 -0500, Vincent Fazio
> >>>>>> <vfazio@xes-inc.com> wrote:
> >>>>>>
> >>>>>> Thanks for the info, only did a quick read of the PR 1619, the problem
> >>>>>> seems U-boot specific (not the buildroot default case) and there is
> >>>>>> already a suggested U-boot fix (submitted by you)?  
> >>>>> Yes, sorry I was not very clear in my email yesterday (I was sending it
> >>>>> on my way out the door).  
> >>>> No problem ;-), the hint was/is very valuable!  
> >>
> >> This may no longer be an issue other packages have to deal with [1]
> >>  
> > 
> > Thanks for update (and your debugging efforts ;-) ), will update my
> > patchset the next days...  
> 
>   I was going to apply this series and then I saw this comment... Are you still 
> going to update the patchset or should we apply as-is?

Still planing to update (but need to find a large enough time slot for testing,
but will finish hopefully until end of the week)...

Regards,
Peter

> 
>   Regards,
>   Arnout
> 
> > 
> > Regards,
> > Peter
> >   
> >>>>     
> >>>>> Yes, u-boot is affected, though I think edk2 may also be affected. The
> >>>>> u-boot patch has not yet been reviewed and may not make it for 2021.10
> >>>>>
> >>>>> I just wanted to give a heads up that bumping this package could have
> >>>>> consequences for some configurations.  
> >>>> So there are the following possibilities:
> >>>>
> >>>> - never update rpi-firmware to not break legacy u-boot (and maybe
> >>>> edk2 and
> >>>>     maybe linux-mainline and maybe ...) setups  
> >>> Definitely not recommending this.  
> >>>> - delay the rpi-firmware update until up-to-date u-boot (and edk2 and
> >>>> ...)
> >>>>     are available (as this bump seems to fix some other regressions e.g
> >>>>     'kernel: Second attempt to fix the CPU startup failure' [1]
> >>>>
> >>>> - apply the rpi-firmware update now and hope that this email thread is
> >>>>     found by all people affected by the u-boot (and ...) defect, but
> >>>>     keeps the default buildroot/rpi users up-to-date ;-)  
> >>>
> >>> Probably no reason to delay it if there are no default configurations
> >>> that utilize the affected packages, but not sure if it deserves a
> >>> mention somewhere like
> >>> https://buildroot.org/downloads/manual/manual.html#_known_issues so
> >>> the issue is more clearly advertised until there are patches to fix
> >>> the affected packages.
> >>>
> >>> I'll let the maintainers decide what to do. Again, I just wanted to
> >>> make people aware.
> >>>     
> >>>> Regards,
> >>>> Peter
> >>>>
> >>>> [1]
> >>>> https://github.com/raspberrypi/firmware/commit/9f9708199f8809ecf16119d0716375bee7b7d8d4
> >>>>     
> >>>>>> Regards,
> >>>>>> Peter
> >>>>>>
> >>>>>>     
> >> [1]
> >> https://github.com/raspberrypi/firmware/commit/b5257da58c0e652633592c6fce09a7f3b100a2eb
> >>  
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
> >   
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

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

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

end of thread, other threads:[~2021-10-06 20:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20 21:13 [Buildroot] [PATCH v1 1/4] configs/raspberrypi*: bump kernel version to 3e1698e (5.10.63) Peter Seiderer
2021-09-20 21:13 ` [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081 Peter Seiderer
2021-09-20 21:19   ` Vincent Fazio
2021-09-20 21:41     ` Peter Seiderer
2021-09-21 13:08       ` Vincent Fazio
2021-09-21 20:39         ` Peter Seiderer
2021-09-23 13:58           ` Vincent Fazio
2021-09-30 19:19             ` Vincent Fazio
2021-09-30 19:54               ` Peter Seiderer
2021-10-06 18:24                 ` Arnout Vandecappelle
2021-10-06 20:05                   ` Peter Seiderer
2021-09-20 21:13 ` [Buildroot] [PATCH v1 3/4] package/rpi-bt-firmware: bump version to 883b726 Peter Seiderer
2021-09-20 21:13 ` [Buildroot] [PATCH v1 4/4] package/rpi-wifi-firmware: " Peter Seiderer

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.