All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Agner <stefan@agner.ch>
To: "Jan Čermák" <sairon@sairon.cz>
Cc: Bernd Kuhls <bernd@kuhls.net>,
	"Yann E. MORIN" <yann.morin.1998@free.fr>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/linux-firmware: add RTL8851/RTL8852 firmware
Date: Tue, 07 Nov 2023 13:23:03 +0100	[thread overview]
Message-ID: <7de12a5434c759ebfc9770fd9affea29@agner.ch> (raw)
In-Reply-To: <20231107110909.401532-1-sairon@sairon.cz>

On 2023-11-07 12:09, Jan Čermák wrote:
> Add firmware files for RTL8851 and RTL8852 cards used by the rtlbt driver.
> 
> Signed-off-by: Jan Čermák <sairon@sairon.cz>
> ---
>  package/linux-firmware/linux-firmware.mk | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/package/linux-firmware/linux-firmware.mk
> b/package/linux-firmware/linux-firmware.mk
> index c2cf0fec19..6d7e294610 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -90,7 +90,11 @@ LINUX_FIRMWARE_FILES += \
>  	rtl_bt/rtl8821c_config.bin rtl_bt/rtl8821c_fw.bin \
>  	rtl_bt/rtl8822b_config.bin rtl_bt/rtl8822b_fw.bin \
>  	rtl_bt/rtl8822cs_config.bin rtl_bt/rtl8822cs_fw.bin \
> -	rtl_bt/rtl8822cu_config.bin rtl_bt/rtl8822cu_fw.bin
> +	rtl_bt/rtl8822cu_config.bin rtl_bt/rtl8822cu_fw.bin \
> +	rtl_bt/rtl8851bu_fw.bin rtl_bt/rtl8851bu_config.bin \
> +	rtl_bt/rtl8852au_fw.bin rtl_bt/rtl8852au_config.bin \
> +	rtl_bt/rtl8852bu_fw.bin rtl_bt/rtl8852bu_config.bin \
> +	rtl_bt/rtl8852cu_fw.bin rtl_bt/rtl8852cu_config.bin

There is also rtl8852cu_fw_v2.bin in newer linux-firmware releases
(Buildroot master uses the latest tag 20231030). So while at it, we
could add this firmware as well.

See also:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/rtl_bt/rtl8852cu_fw_v2.bin?id=42d31f8f6ed64f5508f10d09451f60d524107ee0

--
Stefan

>  LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rtlwifi_firmware.txt
>  endif
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2023-11-07 12:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-07 11:09 [Buildroot] [PATCH] package/linux-firmware: add RTL8851/RTL8852 firmware Jan Čermák
2023-11-07 12:23 ` Stefan Agner [this message]
2023-11-07 13:11   ` Jan Čermák

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=7de12a5434c759ebfc9770fd9affea29@agner.ch \
    --to=stefan@agner.ch \
    --cc=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=sairon@sairon.cz \
    --cc=yann.morin.1998@free.fr \
    /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.