All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Jan Čermák" <sairon@sairon.cz>
Cc: Bernd Kuhls <bernd@kuhls.net>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/linux-firmware: add rtw89 firmware files
Date: Sun, 14 Jan 2024 09:48:05 +0100	[thread overview]
Message-ID: <ZaOfxdmjb6kYO2-j@landeda> (raw)
In-Reply-To: <20240102145029.242682-1-sairon@sairon.cz>

Jan, All,

On 2024-01-02 15:50 +0100, Jan Čermák spake thusly:
> Add files for rtw89 driver and extend help text for rtw88 option a bit.
> 
> Signed-off-by: Jan Čermák <sairon@sairon.cz>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/linux-firmware/Config.in         | 8 +++++++-
>  package/linux-firmware/linux-firmware.mk | 7 +++++++
>  2 files changed, 14 insertions(+), 1 deletion(-)
> 
> diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
> index 5befe50122..1221a80984 100644
> --- a/package/linux-firmware/Config.in
> +++ b/package/linux-firmware/Config.in
> @@ -422,7 +422,13 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW88
>  	bool "Realtek rtw88"
>  	help
>  	  Firmware images supported by Realtek's wireless
> -	  driver rtw88.
> +	  driver rtw88 (802.11n/ac chipsets).
> +
> +config BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW89
> +	bool "Realtek rtw89"
> +	help
> +	  Firmware images supported by Realtek's wireless
> +	  driver rtw89 (802.11ax chipsets).
>  
>  config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113
>  	bool "Redpine rs9113"
> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
> index 96905dd909..d061c9f402 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -171,6 +171,13 @@ LINUX_FIRMWARE_FILES += \
>  LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rtlwifi_firmware.txt
>  endif
>  
> +# rtw89
> +ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_RTW89),y)
> +LINUX_FIRMWARE_FILES += \
> +	rtw89/rtw*.bin
> +LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rtlwifi_firmware.txt
> +endif
> +
>  # ar3011
>  ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_AR3011),y)
>  LINUX_FIRMWARE_FILES += ath3k-1.fw
> -- 
> 2.34.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

      parent reply	other threads:[~2024-01-14  8:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-02 14:50 [Buildroot] [PATCH 1/2] package/linux-firmware: add rtw89 firmware files Jan Čermák
2024-01-02 14:50 ` [Buildroot] [PATCH 2/2] package/linux-firmware: add WiFi and BT firmware for MT7921 and MT7922 Jan Čermák
2024-01-14  8:53   ` Yann E. MORIN
2024-01-14  8:48 ` Yann E. MORIN [this message]

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=ZaOfxdmjb6kYO2-j@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=sairon@sairon.cz \
    /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.