Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs
@ 2024-04-17 21:23 Gero Schwäricke
  2024-04-17 21:23 ` [Buildroot] [PATCH 2/2 v2] package/linux-firmware: RTL_88XX_BT: remove listing of specific module names Gero Schwäricke
  2024-05-09 15:16 ` [Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Gero Schwäricke @ 2024-04-17 21:23 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Yann E. MORIN, Gero Schwäricke

Use generic pattern rtl88*.bin to install all binary blobs.

Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de>
---
Changes v1 -> v2:
  - forgot to sign-off (sorry for the noise)
---
 package/linux-firmware/linux-firmware.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 7e1e5cf6f2..44fa22b22c 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -90,7 +90,7 @@ endif
 # Realtek 88xx Bluetooth
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX_BT),y)
 LINUX_FIRMWARE_FILES += \
-	rtl_bt/rtl88*_fw.bin rtl_bt/rtl88*_config.bin
+	rtl_bt/rtl88*.bin
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rtlwifi_firmware.txt
 endif
 
-- 
2.43.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2 v2] package/linux-firmware: RTL_88XX_BT: remove listing of specific module names
  2024-04-17 21:23 [Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs Gero Schwäricke
@ 2024-04-17 21:23 ` Gero Schwäricke
  2024-05-09 15:16 ` [Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Gero Schwäricke @ 2024-04-17 21:23 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Yann E. MORIN, Gero Schwäricke

Replace description of specific module names with generic help string
because the implementation switched to globbing to collect all rtl88*
blobs.

Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de>
---
Changes v1 -> v2:
  - forgot to sign-off (sorry for the noise)
---
 package/linux-firmware/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 920c0a2ef1..59cafc14ce 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -107,7 +107,7 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT
 config BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX_BT
 	bool "Realtek 88xx Bluetooth"
 	help
-	  Realtek 8821a/8821c/8822b/8822cs/8822cu/8852au
+	  Firmware files for Realtek Bluetooth modules 88xx.
 
 config BR2_PACKAGE_LINUX_FIRMWARE_TI_CC2560
 	bool "TI CC2560"
-- 
2.43.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs
  2024-04-17 21:23 [Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs Gero Schwäricke
  2024-04-17 21:23 ` [Buildroot] [PATCH 2/2 v2] package/linux-firmware: RTL_88XX_BT: remove listing of specific module names Gero Schwäricke
@ 2024-05-09 15:16 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-09 15:16 UTC (permalink / raw)
  To: Gero Schwäricke; +Cc: Bernd Kuhls, Yann E. MORIN, buildroot

On Wed, 17 Apr 2024 21:23:42 +0000
Gero Schwäricke <gero.schwaericke@posteo.de> wrote:

> Use generic pattern rtl88*.bin to install all binary blobs.
> 
> Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de>
> ---
> Changes v1 -> v2:
>   - forgot to sign-off (sorry for the noise)
> ---
>  package/linux-firmware/linux-firmware.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for your contribution, I have applied both patches, after making
the commit log for PATCH 1/2 a little bit more precise:

    package/linux-firmware: install all rtl88 Bluetooth binary blobs
    
    Use generic pattern rtl88*.bin to install all binary blobs. The
    difference with the current version of linux-firmware is that this
    will additionally install the rtl_bt/rtl8852cu_fw_v2.bin file, which
    is used by the drivers/bluetooth/btrtl.c Linux kernel driver since
    Linux 6.6.
    
    Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de>
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Best regards,

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] 3+ messages in thread

end of thread, other threads:[~2024-05-09 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-17 21:23 [Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs Gero Schwäricke
2024-04-17 21:23 ` [Buildroot] [PATCH 2/2 v2] package/linux-firmware: RTL_88XX_BT: remove listing of specific module names Gero Schwäricke
2024-05-09 15:16 ` [Buildroot] [PATCH 1/2 v2] package/linux-firmware: RTL_88XX_BT: install all binary blobs 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