All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] linux-firmware: add options for missing Intel b/g/n cards
@ 2024-03-01  9:49 Jan Čermák
  2024-05-12 10:29 ` Thomas Petazzoni via buildroot
  2024-06-08 11:20 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Čermák @ 2024-03-01  9:49 UTC (permalink / raw)
  To: buildroot; +Cc: Jan Čermák, Bernd Kuhls, Yann E. MORIN

Add firmware files for missing cards from the 802.11bgn product list
in the Linux Firmware Wiki [1].

So far only Wireless-N 130 and 1030 were supported, which use the
6000G2B microcode.

[1] https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#supported_devices

Signed-off-by: Jan Čermák <sairon@sairon.cz>
---
 package/linux-firmware/Config.in         | 36 ++++++++++++++++++++++++
 package/linux-firmware/linux-firmware.mk | 30 ++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 920c0a2ef1..6fb8953c1c 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -195,6 +195,42 @@ config BR2_PACKAGE_LINUX_FIRMWARE_CYPRESS_CYW54XXX
 	help
 	  Firmware files for the Cypress cyw54xxx FullMAC.
 
+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_100
+	bool "Intel iwlwifi 100"
+	help
+	  Firmware files for the Intel Wifi 100 devices supported by
+	  the iwlwifi kernel driver.
+
+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_105
+	bool "Intel iwlwifi 105"
+	help
+	  Firmware files for the Intel Wifi 105 devices supported by
+	  the iwlwifi kernel driver.
+
+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_135
+	bool "Intel iwlwifi 135"
+	help
+	  Firmware files for the Intel Wifi 135 devices supported by
+	  the iwlwifi kernel driver.
+
+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_1000
+	bool "Intel iwlwifi 1000"
+	help
+	  Firmware files for the Intel Wifi 1000 devices supported by
+	  the iwlwifi kernel driver.
+
+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_2000
+	bool "Intel iwlwifi 2000"
+	help
+	  Firmware files for the Intel Wifi 2000 devices supported by
+	  the iwlwifi kernel driver.
+
+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_2030
+	bool "Intel iwlwifi 2030"
+	help
+	  Firmware files for the Intel Wifi 2030 devices supported by
+	  the iwlwifi kernel driver.
+
 config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_22000
 	bool "Intel iwlwifi 22000"
 	help
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 60e8861abe..b25c972634 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -486,6 +486,36 @@ LINUX_FIRMWARE_FILES += wil6210.*
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.QualcommAtheros_ath10k
 endif
 
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_100),y)
+LINUX_FIRMWARE_FILES += iwlwifi-100-*.ucode
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_105),y)
+LINUX_FIRMWARE_FILES += iwlwifi-105-*.ucode
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_135),y)
+LINUX_FIRMWARE_FILES += iwlwifi-135-*.ucode
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_1000),y)
+LINUX_FIRMWARE_FILES += iwlwifi-1000-*.ucode
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_2000),y)
+LINUX_FIRMWARE_FILES += iwlwifi-2000-*.ucode
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_2030),y)
+LINUX_FIRMWARE_FILES += iwlwifi-2030-*.ucode
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_22000),y)
 LINUX_FIRMWARE_FILES += iwlwifi-QuZ-*.ucode iwlwifi-Qu-*.ucode
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
-- 
2.34.1

_______________________________________________
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 v2] linux-firmware: add options for missing Intel b/g/n cards
  2024-03-01  9:49 [Buildroot] [PATCH v2] linux-firmware: add options for missing Intel b/g/n cards Jan Čermák
@ 2024-05-12 10:29 ` Thomas Petazzoni via buildroot
  2024-06-08 11:20 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-12 10:29 UTC (permalink / raw)
  To: Jan Čermák; +Cc: Bernd Kuhls, Yann E. MORIN, buildroot

On Fri,  1 Mar 2024 10:49:48 +0100
Jan Čermák <sairon@sairon.cz> wrote:

> Add firmware files for missing cards from the 802.11bgn product list
> in the Linux Firmware Wiki [1].
> 
> So far only Wireless-N 130 and 1030 were supported, which use the
> 6000G2B microcode.
> 
> [1] https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#supported_devices
> 
> Signed-off-by: Jan Čermák <sairon@sairon.cz>
> ---
>  package/linux-firmware/Config.in         | 36 ++++++++++++++++++++++++
>  package/linux-firmware/linux-firmware.mk | 30 ++++++++++++++++++++
>  2 files changed, 66 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] 3+ messages in thread

* Re: [Buildroot] [PATCH v2] linux-firmware: add options for missing Intel b/g/n cards
  2024-03-01  9:49 [Buildroot] [PATCH v2] linux-firmware: add options for missing Intel b/g/n cards Jan Čermák
  2024-05-12 10:29 ` Thomas Petazzoni via buildroot
@ 2024-06-08 11:20 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-06-08 11:20 UTC (permalink / raw)
  To: Jan Čermák; +Cc: Bernd Kuhls, Yann E. MORIN, buildroot

>>>>> "Jan" == Jan Čermák <sairon@sairon.cz> writes:

 > Add firmware files for missing cards from the 802.11bgn product list
 > in the Linux Firmware Wiki [1].

 > So far only Wireless-N 130 and 1030 were supported, which use the
 > 6000G2B microcode.

 > [1] https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#supported_devices

 > Signed-off-by: Jan Čermák <sairon@sairon.cz>

Committed to 2024.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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-06-08 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01  9:49 [Buildroot] [PATCH v2] linux-firmware: add options for missing Intel b/g/n cards Jan Čermák
2024-05-12 10:29 ` Thomas Petazzoni via buildroot
2024-06-08 11:20 ` Peter Korsgaard

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.