All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Gaël PORTAY" <gael.portay@rtone.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Mahyar Koshkouei <mahyar.koshkouei@gmail.com>,
	Martin Bark <martin@barkynet.com>,
	Julien Grossholtz <julien.grossholtz@openest.io>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [v1 2/4] package/rpi-firmware: bump version for pi5 support
Date: Sat, 20 Jan 2024 19:16:03 +0100	[thread overview]
Message-ID: <ZawN46u8W5x-Mj-T@landeda> (raw)
In-Reply-To: <20231121193448.1151936-3-gael.portay@rtone.fr>

Gaél, All,

On 2023-11-21 20:34 +0100, Gaël PORTAY spake thusly:
> This bumps to 7e9c2063fc15274fbc4dab1ca614f9228834d881[1] that states
> "Add support for PI 5".
> 
> Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
> ---
>  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 ec13115f3b..659613591d 100644
> --- a/package/rpi-firmware/rpi-firmware.hash
> +++ b/package/rpi-firmware/rpi-firmware.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  33aea2cb9c3be94c3dd6a96fbb3443eee5af1dc5fc9140e1fadc50832983064e  rpi-firmware-3f20b832b27cd730deb6419b570f31a98167eef6.tar.gz
> +sha256  f3442fb80966faf1e28a32f9d9b91acb4b87c6ff33f0ced4179ec6ccbfa92c65  rpi-firmware-7e9c2063fc15274fbc4dab1ca614f9228834d881.tar.gz
>  sha256  c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b  boot/LICENCE.broadcom
> diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
> index 53d6d8ca06..e765d0ea82 100644
> --- a/package/rpi-firmware/rpi-firmware.mk
> +++ b/package/rpi-firmware/rpi-firmware.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
> 
> -RPI_FIRMWARE_VERSION = 3f20b832b27cd730deb6419b570f31a98167eef6
> +RPI_FIRMWARE_VERSION = 7e9c2063fc15274fbc4dab1ca614f9228834d881

We are now using a version more recent than that (that you also
submitted), so I marked this a not-applicable.

Thanks!

Regards,
Yann E. MORIN.

>  RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
>  RPI_FIRMWARE_LICENSE = BSD-3-Clause
>  RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
> --
> 2.42.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-01-20 18:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-21 19:34 [Buildroot] [v1 0/4] [PATCH 0/3] Add support for Pi5 Gaël PORTAY
2023-11-21 19:34 ` [Buildroot] [v1 1/4] arch: add support 16k page size on ARM64 Gaël PORTAY
2023-11-21 19:34 ` [Buildroot] [v1 2/4] package/rpi-firmware: bump version for pi5 support Gaël PORTAY
2024-01-20 18:16   ` Yann E. MORIN [this message]
2023-11-21 19:34 ` [Buildroot] [v1 3/4] configs/raspberrypi*: bump kernel version to feb4ea5 (6.1.55) Gaël PORTAY
2024-02-05 12:03   ` Giulio Benetti
2023-11-21 19:34 ` [Buildroot] [v1 4/4] configs: add raspberrypi 5 defconfig Gaël PORTAY
2024-02-05 14:10   ` Giulio Benetti
2023-11-23 10:12 ` [Buildroot] [v1 0/4] [PATCH 0/3] Add support for Pi5 Thomas Petazzoni via buildroot
2023-11-23 15:25   ` Gaël PORTAY
2023-11-23 15:38     ` Gaël PORTAY

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=ZawN46u8W5x-Mj-T@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=gael.portay@rtone.fr \
    --cc=julien.grossholtz@openest.io \
    --cc=mahyar.koshkouei@gmail.com \
    --cc=martin@barkynet.com \
    --cc=thomas.petazzoni@bootlin.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.