* [Buildroot] [PATCH 1/1] package/linux-firmware: Add Redpine RS9116 firmware
@ 2024-07-29 13:14 Boerge Struempfel
2024-07-29 17:53 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Boerge Struempfel @ 2024-07-29 13:14 UTC (permalink / raw)
To: buildroot
Cc: Boerge Struempfel, Bernd Kuhls, Boerge Struempfel, Yann E . MORIN
Add Redpine RS9116 firmware. This firmware is required for the
rsi9116 wifi and bluetooth module which is driven by the rsi_91x
kernel driver.
Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com>
---
package/linux-firmware/Config.in | 5 +++++
package/linux-firmware/linux-firmware.mk | 8 ++++++++
2 files changed, 13 insertions(+)
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 265b72e562..651ca45087 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -506,6 +506,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113
help
Firmware files for WLAN and Bluetooth modules rs9113
+config BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9116
+ bool "Redpine rs9116"
+ help
+ Firmware files for WLAN and Bluetooth modules rs9116
+
config BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X
bool "TI wl127x"
help
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 75f721d147..e40eab8dc8 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -854,6 +854,14 @@ LINUX_FIRMWARE_FILES += \
# which is installed unconditionally
endif
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9116),y)
+LINUX_FIRMWARE_FILES += \
+ rsi/rs9116_wlan.rps \
+ rsi/rs9116_wlan_bt_classic.rps
+# No license file; the license is in the file WHENCE
+# which is installed unconditionally
+endif
+
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QAT_DH895XCC),y)
LINUX_FIRMWARE_FILES += qat_895xcc.bin qat_895xcc_mmp.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.qat_firmware
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/linux-firmware: Add Redpine RS9116 firmware
2024-07-29 13:14 [Buildroot] [PATCH 1/1] package/linux-firmware: Add Redpine RS9116 firmware Boerge Struempfel
@ 2024-07-29 17:53 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-29 17:53 UTC (permalink / raw)
To: Boerge Struempfel
Cc: Bernd Kuhls, Boerge Struempfel, Yann E . MORIN, buildroot
On Mon, 29 Jul 2024 15:14:01 +0200
Boerge Struempfel <boerge.struempfel@gmail.com> wrote:
> Add Redpine RS9116 firmware. This firmware is required for the
> rsi9116 wifi and bluetooth module which is driven by the rsi_91x
> kernel driver.
>
> Signed-off-by: Boerge Struempfel <boerge.struempfel@gmail.com>
> ---
> package/linux-firmware/Config.in | 5 +++++
> package/linux-firmware/linux-firmware.mk | 8 ++++++++
> 2 files changed, 13 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-29 17:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 13:14 [Buildroot] [PATCH 1/1] package/linux-firmware: Add Redpine RS9116 firmware Boerge Struempfel
2024-07-29 17:53 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox