Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] linux-firmware-add-intel-6e.patch
@ 2022-12-08 21:11 Stephan Henningsen
  2022-12-11 10:32 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Stephan Henningsen @ 2022-12-08 21:11 UTC (permalink / raw)
  To: buildroot

Config.in: add option for installing firmware files for Intel 6/6E 
devices
linux-firmware.mk: add target for installing firmware files for Intel 
6/6E devices

Signed-off-by: Stephan Henningsen <stephan+buildroot@asklandd.dk>

diff -purN linux-firmware.orig/Config.in linux-firmware/Config.in
--- linux-firmware.orig/Config.in 2022-12-08 21:35:15.051696882 +0100
+++ linux-firmware/Config.in 2022-12-08 21:45:49.730000447 +0100
@@ -268,6 +268,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIF
    Firmware files for the Intel Wifi 9xxx devices supported by
    the iwlwifi kernel driver.

+config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_6E
+ bool "Intel iwlwifi Wi-Fi 6/6E
+ help
+ Firmware files for the Intel Wi-Fi 6 and Wi-Fi 6E devices
+ supported by the iwlwifi kernel driver.
+
 config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
  bool "Libertas SD 8686 v8"
  help
diff -purN linux-firmware.orig/linux-firmware.mk 
linux-firmware/linux-firmware.mk
--- linux-firmware.orig/linux-firmware.mk 2022-12-08 21:35:15.051696882 
+0100
+++ linux-firmware/linux-firmware.mk 2022-12-08 21:45:09.536584391 +0100
@@ -514,6 +514,11 @@ LINUX_FIRMWARE_FILES += iwlwifi-9???-*.u
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
 endif

+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_6E),y)
+LINUX_FIRMWARE_FILES += iwlwifi-so-a0-gf-a0*.{ucode,pnvm}
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
+endif
+
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3),y)
 LINUX_FIRMWARE_FILES += tigon/*
 # No license file; the license is in the file WHENCE



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

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

* Re: [Buildroot] linux-firmware-add-intel-6e.patch
  2022-12-08 21:11 [Buildroot] linux-firmware-add-intel-6e.patch Stephan Henningsen
@ 2022-12-11 10:32 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-12-11 10:32 UTC (permalink / raw)
  To: Stephan Henningsen; +Cc: buildroot

Hello Stephan,

On Thu, 08 Dec 2022 22:11:10 +0100
Stephan Henningsen <stephan@asklandd.dk> wrote:

> Config.in: add option for installing firmware files for Intel 6/6E 
> devices
> linux-firmware.mk: add target for installing firmware files for Intel 
> 6/6E devices
> 
> Signed-off-by: Stephan Henningsen <stephan+buildroot@asklandd.dk>

Here again, your patch appears badly damaged on the mailing list,
please use git send-email.

Nevertheless, I applied it manually, and did:

  https://gitlab.com/buildroot.org/buildroot/-/commit/b55dfdb286ddb7fb4f35c20b731a4c93bd3ff201

It would be great if you could fix your patch submission tooling for
the next contributions, in order to make them easier to review/apply.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-12-11 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-08 21:11 [Buildroot] linux-firmware-add-intel-6e.patch Stephan Henningsen
2022-12-11 10:32 ` 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