From: Peter Seiderer <ps.report@gmx.net>
To: Vincent Fazio <vfazio@xes-inc.com>
Cc: Arthur Courtel <arthur.courtel@smile.fr>,
Martin Bark <martin@barkynet.com>,
Mahyar Koshkouei <mahyar.koshkouei@gmail.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v1 2/4] package/rpi-firmware: bump version to 9f97081
Date: Tue, 21 Sep 2021 22:39:32 +0200 [thread overview]
Message-ID: <20210921223932.5d85a71d@gmx.net> (raw)
In-Reply-To: <2913d23f-db1a-ce12-8f5b-ffa33911c35d@xes-inc.com>
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
next prev parent reply other threads:[~2021-09-21 20:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210921223932.5d85a71d@gmx.net \
--to=ps.report@gmx.net \
--cc=arthur.courtel@smile.fr \
--cc=buildroot@buildroot.org \
--cc=mahyar.koshkouei@gmail.com \
--cc=martin@barkynet.com \
--cc=vfazio@xes-inc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.