From: Kris Bahnsen via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Kris Bahnsen <kris@embeddedTS.com>,
"Yann E . MORIN" <yann.morin.1998@free.fr>,
Mark Featherston <mark@embeddedts.com>
Subject: [Buildroot] [PATCH 1/1] package/linux-firmware: add QCA9377 BT firmware
Date: Thu, 11 May 2023 10:34:51 -0700 [thread overview]
Message-ID: <20230511173451.2293054-1-kris@embeddedTS.com> (raw)
Deploy firmware files as well.
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
---
package/linux-firmware/Config.in | 5 +++++
package/linux-firmware/linux-firmware.mk | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 4b415a7da2..4cab6e7939 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -69,6 +69,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_6174A_BT
help
Firmware files for QCA Rome 6174A bluetooth support.
+config BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_9377_BT
+ bool "Qualcomm Atheros QCA9377 Bluetooth"
+ help
+ Firmware files for QCA9377 bluetooth support.
+
config BR2_PACKAGE_LINUX_FIRMWARE_AR3011
bool "Qualcomm Atheros 3011"
help
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 9d9d12bd5f..9672c7a07f 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -65,6 +65,12 @@ LINUX_FIRMWARE_FILES += qca/rampatch_usb_00000302.bin qca/nvm_usb_00000302.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.qcom
endif
+# Qualcomm Atheros QCA9377 Bluetooth
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QUALCOMM_9377_BT),y)
+LINUX_FIRMWARE_FILES += qca/rampatch_00230302.bin qca/nvm_00230302.bin
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.qcom
+endif
+
# Realtek 87xx Bluetooth
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX_BT),y)
LINUX_FIRMWARE_FILES += \
--
2.40.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2023-05-11 18:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-11 17:34 Kris Bahnsen via buildroot [this message]
2023-05-26 23:29 ` [Buildroot] [PATCH 1/1] package/linux-firmware: add QCA9377 BT firmware Kris Bahnsen via buildroot
2023-06-12 17:08 ` Kris Bahnsen via buildroot
2023-07-13 21:11 ` Thomas Petazzoni via buildroot
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=20230511173451.2293054-1-kris@embeddedTS.com \
--to=buildroot@buildroot.org \
--cc=kris@embeddedTS.com \
--cc=mark@embeddedts.com \
--cc=yann.morin.1998@free.fr \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox