From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/linux-firmware: Add an option for Realtek rtw88 firmwares
Date: Sun, 22 Mar 2020 22:16:38 +0100 [thread overview]
Message-ID: <20200322211638.GD22325@scaer> (raw)
In-Reply-To: <20200322181416.18844-1-peron.clem@gmail.com>
Cl?ment, All,
On 2020-03-22 19:14 +0100, Cl?ment P?ron spake thusly:
> Linux-firmware repo have dedicated firmware images supported
> by Realtek's wireless driver rtw88.
>
> Add an option to install them.
>
> Signed-off-by: Cl?ment P?ron <peron.clem@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/linux-firmware/Config.in | 6 ++++++
> package/linux-firmware/linux-firmware.mk | 9 +++++++++
> 2 files changed, 15 insertions(+)
>
> diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
> index 4768ea677272..fa741f540781 100644
> --- a/package/linux-firmware/Config.in
> +++ b/package/linux-firmware/Config.in
> @@ -318,6 +318,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX
> help
> Realtek rtl8821ae
>
> +config BR2_PACKAGE_LINUX_FIRMWARE_RTW88
> + bool "Realtek rtw88"
> + help
> + Firmware images supported by Realtek's wireless
> + driver rtw88.
> +
> config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113
> bool "Redpine rs9113"
> help
> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
> index aec76d54b98b..b90585daee4c 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -112,6 +112,15 @@ LINUX_FIRMWARE_FILES += \
> LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rtlwifi_firmware.txt
> endif
>
> +# rtw88
> +ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTW88),y)
> +LINUX_FIRMWARE_FILES += \
> + rtw88/rtw8723d_fw.bin \
> + rtw88/rtw8822b_fw.bin \
> + rtw88/rtw8822c_fw.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.20.1
>
--
.-----------------.--------------------.------------------.--------------------.
| 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. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2020-03-22 21:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-22 18:14 [Buildroot] [PATCH] package/linux-firmware: Add an option for Realtek rtw88 firmwares Clément Péron
2020-03-22 21:16 ` 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=20200322211638.GD22325@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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.