All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] linux-firmware: add bluetooth firmware for intel chips
@ 2016-09-10 11:51 Gustavo Zacarias
  2016-09-10 11:51 ` [Buildroot] [PATCH 2/2] linux-firmware: bump version Gustavo Zacarias
  2016-09-11 13:36 ` [Buildroot] [PATCH 1/2] linux-firmware: add bluetooth firmware for intel chips Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2016-09-10 11:51 UTC (permalink / raw)
  To: buildroot

It probably makes no sense to try split them up by model since there
aren't that big.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-firmware/Config.in         | 10 ++++++++++
 package/linux-firmware/linux-firmware.mk |  6 ++++++
 2 files changed, 16 insertions(+)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index f56f31d..79af71e 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -26,6 +26,16 @@ config BR2_PACKAGE_LINUX_FIRMWARE_RADEON
 
 endmenu # Video
 
+menu "Bluetooth firmware"
+
+config BR2_PACKAGE_LINUX_FIRMWARE_IBT
+	bool "Intel Wireless Bluetooth"
+	help
+	  Firmware files for Intel 3160/7260/7265/8260/8265 Wireless
+	  bluetooth support.
+
+endmenu # Bluetooth
+
 menu "WiFi firmware"
 
 config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_6002
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 1401848..5c80c1e 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -19,6 +19,12 @@ LINUX_FIRMWARE_DIRS += radeon
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.radeon
 endif
 
+# Intel Wireless Bluetooth
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IBT),y)
+LINUX_FIRMWARE_FILES += intel/ibt-*
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ibt_firmware
+endif
+
 # rt2501/rt61
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT61),y)
 LINUX_FIRMWARE_FILES += rt2561.bin rt2561s.bin rt2661.bin
-- 
2.7.3

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

* [Buildroot] [PATCH 2/2] linux-firmware: bump version
  2016-09-10 11:51 [Buildroot] [PATCH 1/2] linux-firmware: add bluetooth firmware for intel chips Gustavo Zacarias
@ 2016-09-10 11:51 ` Gustavo Zacarias
  2016-09-11 13:36 ` [Buildroot] [PATCH 1/2] linux-firmware: add bluetooth firmware for intel chips Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2016-09-10 11:51 UTC (permalink / raw)
  To: buildroot

Bump to the latest (as of this writing) linux-firmware git version.
This adds support for newer iwlwifi firmware versions that are required
for newer kernel series.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 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 5c80c1e..8c983e4 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LINUX_FIRMWARE_VERSION = b0668886def608d352cd0263a7ef04e64e25574a
+LINUX_FIRMWARE_VERSION = c883a6b6186bb2415761d287cbac773062911212
 LINUX_FIRMWARE_SITE = http://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
 LINUX_FIRMWARE_SITE_METHOD = git
 
-- 
2.7.3

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

* [Buildroot] [PATCH 1/2] linux-firmware: add bluetooth firmware for intel chips
  2016-09-10 11:51 [Buildroot] [PATCH 1/2] linux-firmware: add bluetooth firmware for intel chips Gustavo Zacarias
  2016-09-10 11:51 ` [Buildroot] [PATCH 2/2] linux-firmware: bump version Gustavo Zacarias
@ 2016-09-11 13:36 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-09-11 13:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 10 Sep 2016 08:51:44 -0300, Gustavo Zacarias wrote:
> It probably makes no sense to try split them up by model since there
> aren't that big.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-firmware/Config.in         | 10 ++++++++++
>  package/linux-firmware/linux-firmware.mk |  6 ++++++
>  2 files changed, 16 insertions(+)

Both patches applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-09-11 13:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-10 11:51 [Buildroot] [PATCH 1/2] linux-firmware: add bluetooth firmware for intel chips Gustavo Zacarias
2016-09-10 11:51 ` [Buildroot] [PATCH 2/2] linux-firmware: bump version Gustavo Zacarias
2016-09-11 13:36 ` [Buildroot] [PATCH 1/2] linux-firmware: add bluetooth firmware for intel chips 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.