All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/linux-firmware: embed all RS9113 firmware files to target image
@ 2019-10-26 11:58 Adrien Ricciardi
  2019-10-26 13:02 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Adrien Ricciardi @ 2019-10-26 11:58 UTC (permalink / raw)
  To: buildroot

Only rs9113_wlan_qspi.rps firmware was present on generated image.

Signed-off-by: Adrien Ricciardi <adrien.ricciardi@hotmail.fr>
---
 package/linux-firmware/linux-firmware.mk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 479a4d5635..5596651532 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -519,7 +519,10 @@ LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.qla2xxx
 endif
 
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_REDPINE_RS9113),y)
-LINUX_FIRMWARE_FILES += rsi/rs9113_wlan_qspi.rps
+LINUX_FIRMWARE_FILES += \
+	rsi/rs9113_ap_bt_dual_mode.rps \
+	rsi/rs9113_wlan_bt_dual_mode.rps \
+	rsi/rs9113_wlan_qspi.rps
 # No license file; the license is in the file WHENCE
 # which is installed unconditionally
 endif
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/linux-firmware: embed all RS9113 firmware files to target image
  2019-10-26 11:58 [Buildroot] [PATCH 1/1] package/linux-firmware: embed all RS9113 firmware files to target image Adrien Ricciardi
@ 2019-10-26 13:02 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-10-26 13:02 UTC (permalink / raw)
  To: buildroot

On Sat, 26 Oct 2019 11:58:21 +0000
Adrien Ricciardi <adrien.ricciardi@hotmail.fr> wrote:

> Only rs9113_wlan_qspi.rps firmware was present on generated image.
> 
> Signed-off-by: Adrien Ricciardi <adrien.ricciardi@hotmail.fr>
> ---
>  package/linux-firmware/linux-firmware.mk | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-10-26 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-26 11:58 [Buildroot] [PATCH 1/1] package/linux-firmware: embed all RS9113 firmware files to target image Adrien Ricciardi
2019-10-26 13:02 ` Thomas Petazzoni

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.