Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Henningsen <stephan@asklandd.dk>
To: buildroot@buildroot.org
Subject: [Buildroot] linux-firmware-add-intel-6e.patch
Date: Thu, 08 Dec 2022 22:11:10 +0100	[thread overview]
Message-ID: <M6CLMR.WAXSW1IX7UPU3@asklandd.dk> (raw)

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

             reply	other threads:[~2022-12-08 21:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 21:11 Stephan Henningsen [this message]
2022-12-11 10:32 ` [Buildroot] linux-firmware-add-intel-6e.patch 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=M6CLMR.WAXSW1IX7UPU3@asklandd.dk \
    --to=stephan@asklandd.dk \
    --cc=buildroot@buildroot.org \
    /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