* [Buildroot] patch: linux-firmware-20221109
@ 2022-12-07 9:33 Stephan Henningsen
2022-12-07 12:33 ` Bagas Sanjaya
0 siblings, 1 reply; 5+ messages in thread
From: Stephan Henningsen @ 2022-12-07 9:33 UTC (permalink / raw)
To: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 4850 bytes --]
Hi there,
I've made a patch for the linux-firmware package which features:
- bump to latest release tag: 20221109
- update hashes, remove some obsolete file hashes.
- add config option and build tags that adds firmware for a new set of
wifi devices.
--
hhjj,
Stephan
linux-firmware.hash: add hash of bumped tarball, remove hash of
deleted files
linux-firmware.mk: add new config option for Intel Wi-Fi 6 and 6E
devices
Config.in: add config option for installing firmware for Intel Wi-Fi 6
and 6E devices
Signed-off-by: Stephan Henningsen <stephan+buildroot@asklandd.dk>
<mailto:stephan+buildroot@asklandd.dk>
diff -purN linux-firmware.orig/Config.in linux-firmware/Config.in
--- linux-firmware.orig/Config.in 2022-12-05 23:53:38.980005580 +0100
+++ linux-firmware/Config.in 2022-12-05 22:37:34.706706894 +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.hash
linux-firmware/linux-firmware.hash
--- linux-firmware.orig/linux-firmware.hash 2022-12-05
23:53:38.980005580 +0100
+++ linux-firmware/linux-firmware.hash 2022-12-01 00:17:16.257440762
+0100
@@ -1,5 +1,5 @@
# From
<https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/sha256sums.asc>
-sha256
e9d174af729511c8cccb60ec4e0b223b3c44b67d813b42d1ab9813acfa667fa5
linux-firmware-20221012.tar.xz
+sha256
c0ddffbbcf30f2e015bddd5c6d3ce1f13976b906aceabda4a57e3c41a3190701
linux-firmware-20221109.tar.xz
# Hash for license files
sha256
8116433f4004fc0c24d72b3d9e497808b724aa0e5e1cd63fc1bf66b715b1e2e9
LICENCE.Abilis
@@ -14,11 +14,9 @@ sha256 a5777f9e80aca0603b0648454de99616
sha256
ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f
LICENCE.cypress
sha256
60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83
LICENCE.fw_sst_0f28
sha256
5181b0b51efc79d5acb2c9bb92042878fdbad97a92114d4ab5e32e2b5b52fce4
LICENCE.ibt_firmware
-sha256
8c45a83562a69f7ac4207e4cb5c0063af2e545791b3947bc81dc82305481c15c
LICENSE.ice_enhanced
sha256
0e0c11073ba3c832097da38e0905da36b8a3526f219407977b13b71c6675be7d
LICENCE.it913x
sha256
16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5
LICENCE.iwlwifi_firmware
sha256
0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3
LICENCE.microchip
-sha256
59ae206c89108905ebdc9ad4c9336526bd2c0d50fbf988c21e8c2a82719d42a4
LICENCE.moxa
sha256
2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c
LICENCE.qat_firmware
sha256
4071a11d878dbc0ac6d9e71203d03b151638f9d7a8bc47a54c3cb964100d5822
LICENCE.qla2xxx
sha256
d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd
LICENCE.ralink-firmware.txt
@@ -35,6 +33,7 @@ sha256 8542aeabf2761935122d693561e16766
sha256
be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc
LICENSE.qcom
sha256
fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f
LICENSE.radeon
sha256
2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9
LICENSE.sdma_firmware
-sha256
6857749e23d6a2853e5d33f6d6012a60d5baa2b4d51b5f8c6799d00d68733841 WHENCE
+sha256
75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9 WHENCE
sha256
fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a
qcom/NOTICE.txt
sha256
bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604
LICENCE.e100
+
diff -purN linux-firmware.orig/linux-firmware.mk
linux-firmware/linux-firmware.mk
--- linux-firmware.orig/linux-firmware.mk 2022-12-05
23:53:38.980005580 +0100
+++ linux-firmware/linux-firmware.mk 2022-12-06 00:20:25.012916380
+0100
@@ -4,7 +4,7 @@
#
################################################################################
-LINUX_FIRMWARE_VERSION = 20221012
+LINUX_FIRMWARE_VERSION = 20221109
LINUX_FIRMWARE_SOURCE = linux-firmware-$(LINUX_FIRMWARE_VERSION).tar.xz
LINUX_FIRMWARE_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/firmware
LINUX_FIRMWARE_INSTALL_IMAGES = YES
@@ -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
[-- Attachment #1.2: Type: text/html, Size: 6054 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: linux-firmware-20221109.patch --]
[-- Type: text/x-patch, Size: 4447 bytes --]
linux-firmware.hash: add hash of bumped tarball, remove hash of deleted files
linux-firmware.mk: add new config option for Intel Wi-Fi 6 and 6E devices
Config.in: add config option for installing firmware for Intel Wi-Fi 6 and 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-05 23:53:38.980005580 +0100
+++ linux-firmware/Config.in 2022-12-05 22:37:34.706706894 +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.hash linux-firmware/linux-firmware.hash
--- linux-firmware.orig/linux-firmware.hash 2022-12-05 23:53:38.980005580 +0100
+++ linux-firmware/linux-firmware.hash 2022-12-01 00:17:16.257440762 +0100
@@ -1,5 +1,5 @@
# From https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/sha256sums.asc
-sha256 e9d174af729511c8cccb60ec4e0b223b3c44b67d813b42d1ab9813acfa667fa5 linux-firmware-20221012.tar.xz
+sha256 c0ddffbbcf30f2e015bddd5c6d3ce1f13976b906aceabda4a57e3c41a3190701 linux-firmware-20221109.tar.xz
# Hash for license files
sha256 8116433f4004fc0c24d72b3d9e497808b724aa0e5e1cd63fc1bf66b715b1e2e9 LICENCE.Abilis
@@ -14,11 +14,9 @@ sha256 a5777f9e80aca0603b0648454de99616
sha256 ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f LICENCE.cypress
sha256 60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83 LICENCE.fw_sst_0f28
sha256 5181b0b51efc79d5acb2c9bb92042878fdbad97a92114d4ab5e32e2b5b52fce4 LICENCE.ibt_firmware
-sha256 8c45a83562a69f7ac4207e4cb5c0063af2e545791b3947bc81dc82305481c15c LICENSE.ice_enhanced
sha256 0e0c11073ba3c832097da38e0905da36b8a3526f219407977b13b71c6675be7d LICENCE.it913x
sha256 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5 LICENCE.iwlwifi_firmware
sha256 0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3 LICENCE.microchip
-sha256 59ae206c89108905ebdc9ad4c9336526bd2c0d50fbf988c21e8c2a82719d42a4 LICENCE.moxa
sha256 2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c LICENCE.qat_firmware
sha256 4071a11d878dbc0ac6d9e71203d03b151638f9d7a8bc47a54c3cb964100d5822 LICENCE.qla2xxx
sha256 d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd LICENCE.ralink-firmware.txt
@@ -35,6 +33,7 @@ sha256 8542aeabf2761935122d693561e16766
sha256 be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc LICENSE.qcom
sha256 fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f LICENSE.radeon
sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENSE.sdma_firmware
-sha256 6857749e23d6a2853e5d33f6d6012a60d5baa2b4d51b5f8c6799d00d68733841 WHENCE
+sha256 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9 WHENCE
sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
sha256 bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604 LICENCE.e100
+
diff -purN linux-firmware.orig/linux-firmware.mk linux-firmware/linux-firmware.mk
--- linux-firmware.orig/linux-firmware.mk 2022-12-05 23:53:38.980005580 +0100
+++ linux-firmware/linux-firmware.mk 2022-12-06 00:20:25.012916380 +0100
@@ -4,7 +4,7 @@
#
################################################################################
-LINUX_FIRMWARE_VERSION = 20221012
+LINUX_FIRMWARE_VERSION = 20221109
LINUX_FIRMWARE_SOURCE = linux-firmware-$(LINUX_FIRMWARE_VERSION).tar.xz
LINUX_FIRMWARE_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/firmware
LINUX_FIRMWARE_INSTALL_IMAGES = YES
@@ -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
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] patch: linux-firmware-20221109
2022-12-07 9:33 [Buildroot] patch: linux-firmware-20221109 Stephan Henningsen
@ 2022-12-07 12:33 ` Bagas Sanjaya
2022-12-07 12:56 ` Yegor Yefremov via buildroot
0 siblings, 1 reply; 5+ messages in thread
From: Bagas Sanjaya @ 2022-12-07 12:33 UTC (permalink / raw)
To: Stephan Henningsen, buildroot
On 12/7/22 16:33, Stephan Henningsen wrote:
> Hi there,
>
> I've made a patch for the linux-firmware package which features:
> - bump to latest release tag: 20221109
> - update hashes, remove some obsolete file hashes.
> - add config option and build tags that adds firmware for a new set of wifi devices.
>
>
> --
> hhjj,
> Stephan
>
>
> linux-firmware.hash: add hash of bumped tarball, remove hash of deleted files
> linux-firmware.mk: add new config option for Intel Wi-Fi 6 and 6E devices
> Config.in: add config option for installing firmware for Intel Wi-Fi 6 and 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-05 23:53:38.980005580 +0100
> +++ linux-firmware/Config.in 2022-12-05 22:37:34.706706894 +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.hash linux-firmware/linux-firmware.hash
> --- linux-firmware.orig/linux-firmware.hash 2022-12-05 23:53:38.980005580 +0100
> +++ linux-firmware/linux-firmware.hash 2022-12-01 00:17:16.257440762 +0100
> @@ -1,5 +1,5 @@
> # From https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/sha256sums.asc
> -sha256 e9d174af729511c8cccb60ec4e0b223b3c44b67d813b42d1ab9813acfa667fa5 linux-firmware-20221012.tar.xz
> +sha256 c0ddffbbcf30f2e015bddd5c6d3ce1f13976b906aceabda4a57e3c41a3190701 linux-firmware-20221109.tar.xz
>
> # Hash for license files
> sha256 8116433f4004fc0c24d72b3d9e497808b724aa0e5e1cd63fc1bf66b715b1e2e9 LICENCE.Abilis
> @@ -14,11 +14,9 @@ sha256 a5777f9e80aca0603b0648454de99616
> sha256 ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f LICENCE.cypress
> sha256 60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83 LICENCE.fw_sst_0f28
> sha256 5181b0b51efc79d5acb2c9bb92042878fdbad97a92114d4ab5e32e2b5b52fce4 LICENCE.ibt_firmware
> -sha256 8c45a83562a69f7ac4207e4cb5c0063af2e545791b3947bc81dc82305481c15c LICENSE.ice_enhanced
> sha256 0e0c11073ba3c832097da38e0905da36b8a3526f219407977b13b71c6675be7d LICENCE.it913x
> sha256 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5 LICENCE.iwlwifi_firmware
> sha256 0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3 LICENCE.microchip
> -sha256 59ae206c89108905ebdc9ad4c9336526bd2c0d50fbf988c21e8c2a82719d42a4 LICENCE.moxa
> sha256 2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c LICENCE.qat_firmware
> sha256 4071a11d878dbc0ac6d9e71203d03b151638f9d7a8bc47a54c3cb964100d5822 LICENCE.qla2xxx
> sha256 d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd LICENCE.ralink-firmware.txt
> @@ -35,6 +33,7 @@ sha256 8542aeabf2761935122d693561e16766
> sha256 be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc LICENSE.qcom
> sha256 fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f LICENSE.radeon
> sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENSE.sdma_firmware
> -sha256 6857749e23d6a2853e5d33f6d6012a60d5baa2b4d51b5f8c6799d00d68733841 WHENCE
> +sha256 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9 WHENCE
> sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
> sha256 bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604 LICENCE.e100
> +
> diff -purN linux-firmware.orig/linux-firmware.mk linux-firmware/linux-firmware.mk
> --- linux-firmware.orig/linux-firmware.mk 2022-12-05 23:53:38.980005580 +0100
> +++ linux-firmware/linux-firmware.mk 2022-12-06 00:20:25.012916380 +0100
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LINUX_FIRMWARE_VERSION = 20221012
> +LINUX_FIRMWARE_VERSION = 20221109
> LINUX_FIRMWARE_SOURCE = linux-firmware-$(LINUX_FIRMWARE_VERSION).tar.xz
> LINUX_FIRMWARE_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/firmware
> LINUX_FIRMWARE_INSTALL_IMAGES = YES
> @@ -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
>
Hi,
If you'd like to send patches here, please use git-send-email(1).
Do not send it as attachment, let alone HTML email. Also, if you
instead send them through mail client, configure it so that tabs
and spaces are preserved (tabs don't get expanded to spaces) and
long lines are not wrapped.
Thanks.
--
An old man doll... just what I always wanted! - Clara
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] patch: linux-firmware-20221109
2022-12-07 12:33 ` Bagas Sanjaya
@ 2022-12-07 12:56 ` Yegor Yefremov via buildroot
2022-12-08 21:19 ` Stephan Henningsen
2022-12-10 6:15 ` Stephan Henningsen
0 siblings, 2 replies; 5+ messages in thread
From: Yegor Yefremov via buildroot @ 2022-12-07 12:56 UTC (permalink / raw)
To: Bagas Sanjaya; +Cc: Stephan Henningsen, buildroot
Hi Stephan, all,
I would split this patch in two:
On Wed, Dec 7, 2022 at 1:33 PM Bagas Sanjaya <bagasdotme@gmail.com> wrote:
>
> On 12/7/22 16:33, Stephan Henningsen wrote:
> > Hi there,
> >
> > I've made a patch for the linux-firmware package which features:
> > - bump to latest release tag: 20221109
> > - update hashes, remove some obsolete file hashes.
> > - add config option and build tags that adds firmware for a new set of wifi devices.
> >
> >
> > --
> > hhjj,
> > Stephan
> >
> >
> > linux-firmware.hash: add hash of bumped tarball, remove hash of deleted files
> > linux-firmware.mk: add new config option for Intel Wi-Fi 6 and 6E devices
> > Config.in: add config option for installing firmware for Intel Wi-Fi 6 and 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-05 23:53:38.980005580 +0100
> > +++ linux-firmware/Config.in 2022-12-05 22:37:34.706706894 +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.hash linux-firmware/linux-firmware.hash
> > --- linux-firmware.orig/linux-firmware.hash 2022-12-05 23:53:38.980005580 +0100
> > +++ linux-firmware/linux-firmware.hash 2022-12-01 00:17:16.257440762 +0100
> > @@ -1,5 +1,5 @@
> > # From https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/sha256sums.asc
> > -sha256 e9d174af729511c8cccb60ec4e0b223b3c44b67d813b42d1ab9813acfa667fa5 linux-firmware-20221012.tar.xz
> > +sha256 c0ddffbbcf30f2e015bddd5c6d3ce1f13976b906aceabda4a57e3c41a3190701 linux-firmware-20221109.tar.xz
one commit for version bump
> > # Hash for license files
> > sha256 8116433f4004fc0c24d72b3d9e497808b724aa0e5e1cd63fc1bf66b715b1e2e9 LICENCE.Abilis
> > @@ -14,11 +14,9 @@ sha256 a5777f9e80aca0603b0648454de99616
> > sha256 ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f LICENCE.cypress
> > sha256 60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83 LICENCE.fw_sst_0f28
> > sha256 5181b0b51efc79d5acb2c9bb92042878fdbad97a92114d4ab5e32e2b5b52fce4 LICENCE.ibt_firmware
> > -sha256 8c45a83562a69f7ac4207e4cb5c0063af2e545791b3947bc81dc82305481c15c LICENSE.ice_enhanced
> > sha256 0e0c11073ba3c832097da38e0905da36b8a3526f219407977b13b71c6675be7d LICENCE.it913x
> > sha256 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5 LICENCE.iwlwifi_firmware
> > sha256 0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3 LICENCE.microchip
> > -sha256 59ae206c89108905ebdc9ad4c9336526bd2c0d50fbf988c21e8c2a82719d42a4 LICENCE.moxa
> > sha256 2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c LICENCE.qat_firmware
> > sha256 4071a11d878dbc0ac6d9e71203d03b151638f9d7a8bc47a54c3cb964100d5822 LICENCE.qla2xxx
> > sha256 d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd LICENCE.ralink-firmware.txt
> > @@ -35,6 +33,7 @@ sha256 8542aeabf2761935122d693561e16766
> > sha256 be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc LICENSE.qcom
> > sha256 fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f LICENSE.radeon
> > sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENSE.sdma_firmware
> > -sha256 6857749e23d6a2853e5d33f6d6012a60d5baa2b4d51b5f8c6799d00d68733841 WHENCE
> > +sha256 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9 WHENCE
> > sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
> > sha256 bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604 LICENCE.e100
> > +
> > diff -purN linux-firmware.orig/linux-firmware.mk linux-firmware/linux-firmware.mk
> > --- linux-firmware.orig/linux-firmware.mk 2022-12-05 23:53:38.980005580 +0100
> > +++ linux-firmware/linux-firmware.mk 2022-12-06 00:20:25.012916380 +0100
> > @@ -4,7 +4,7 @@
> > #
> > ################################################################################
> >
> > -LINUX_FIRMWARE_VERSION = 20221012
> > +LINUX_FIRMWARE_VERSION = 20221109
> > LINUX_FIRMWARE_SOURCE = linux-firmware-$(LINUX_FIRMWARE_VERSION).tar.xz
> > LINUX_FIRMWARE_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/firmware
> > LINUX_FIRMWARE_INSTALL_IMAGES = YES
> > @@ -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
Another for adding IWLWIFI_6E.
Regards,
Yegor
> >
>
> Hi,
>
> If you'd like to send patches here, please use git-send-email(1).
> Do not send it as attachment, let alone HTML email. Also, if you
> instead send them through mail client, configure it so that tabs
> and spaces are preserved (tabs don't get expanded to spaces) and
> long lines are not wrapped.
>
> Thanks.
>
>
> --
> An old man doll... just what I always wanted! - Clara
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] patch: linux-firmware-20221109
2022-12-07 12:56 ` Yegor Yefremov via buildroot
@ 2022-12-08 21:19 ` Stephan Henningsen
2022-12-10 6:15 ` Stephan Henningsen
1 sibling, 0 replies; 5+ messages in thread
From: Stephan Henningsen @ 2022-12-08 21:19 UTC (permalink / raw)
To: Yegor Yefremov; +Cc: buildroot
Hi,
Thanks for your reply!
Good suggestion. I've split the patch in two and sent them separately
as they're technically unrelated.
I've tried but I can't figure out how to use git send-email.
But I did send the e-mail as plain text this time, so I hope it works
for you this time.
--
hhjj,
Stephan
On ons, dec 7 2022 at 13:56:06 +01:00:00, Yegor Yefremov
<yegorslists@googlemail.com> wrote:
> Hi Stephan, all,
>
> I would split this patch in two:
>>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] patch: linux-firmware-20221109
2022-12-07 12:56 ` Yegor Yefremov via buildroot
2022-12-08 21:19 ` Stephan Henningsen
@ 2022-12-10 6:15 ` Stephan Henningsen
1 sibling, 0 replies; 5+ messages in thread
From: Stephan Henningsen @ 2022-12-10 6:15 UTC (permalink / raw)
To: Yegor Yefremov; +Cc: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 5903 bytes --]
Hi,
Thanks for your reply!
Good suggestion. I've split the patch in two and sent them separately as
they're technically unrelated.
I've tried but I can't figure out how to use git send-email,
but I did send the e-mail as plain text this time, so I hope it works.
On ons, dec 7 2022 at 13:56:06 +01:00:00, Yegor Yefremov <
yegorslists@googlemail.com> wrote:
Hi Stephan, all, I would split this patch in two: On Wed, Dec 7, 2022 at
1:33 PM Bagas Sanjaya <bagasdotme@gmail.com> wrote:
On 12/7/22 16:33, Stephan Henningsen wrote: > Hi there, > > I've made a
patch for the linux-firmware package which features: > - bump to latest
release tag: 20221109 > - update hashes, remove some obsolete file hashes.
> - add config option and build tags that adds firmware for a new set of
wifi devices. > > > -- > hhjj, > Stephan > > > linux-firmware.hash: add
hash of bumped tarball, remove hash of deleted files > linux-firmware.mk:
add new config option for Intel Wi-Fi 6 and 6E devices > Config.in: add
config option for installing firmware for Intel Wi-Fi 6 and 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-05 23:53:38.980005580 +0100 > +++
linux-firmware/Config.in 2022-12-05 22:37:34.706706894 +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.hash
linux-firmware/linux-firmware.hash > ---
linux-firmware.orig/linux-firmware.hash 2022-12-05 23:53:38.980005580 +0100
> +++ linux-firmware/linux-firmware.hash 2022-12-01 00:17:16.257440762
+0100 > @@ -1,5 +1,5 @@ > # From
https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/sha256sums.asc >
-sha256 e9d174af729511c8cccb60ec4e0b223b3c44b67d813b42d1ab9813acfa667fa5
linux-firmware-20221012.tar.xz > +sha256
c0ddffbbcf30f2e015bddd5c6d3ce1f13976b906aceabda4a57e3c41a3190701
linux-firmware-20221109.tar.xz
one commit for version bump
> # Hash for license files > sha256
8116433f4004fc0c24d72b3d9e497808b724aa0e5e1cd63fc1bf66b715b1e2e9
LICENCE.Abilis > @@ -14,11 +14,9 @@ sha256 a5777f9e80aca0603b0648454de99616
> sha256 ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f
LICENCE.cypress > sha256
60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83
LICENCE.fw_sst_0f28 > sha256
5181b0b51efc79d5acb2c9bb92042878fdbad97a92114d4ab5e32e2b5b52fce4
LICENCE.ibt_firmware > -sha256
8c45a83562a69f7ac4207e4cb5c0063af2e545791b3947bc81dc82305481c15c
LICENSE.ice_enhanced > sha256
0e0c11073ba3c832097da38e0905da36b8a3526f219407977b13b71c6675be7d
LICENCE.it913x > sha256
16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5
LICENCE.iwlwifi_firmware > sha256
0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3
LICENCE.microchip > -sha256
59ae206c89108905ebdc9ad4c9336526bd2c0d50fbf988c21e8c2a82719d42a4
LICENCE.moxa > sha256
2051d5bf0755a0668f8c3d9a0d1c41d4b8cc411aba70f720fda71ae9e3b4d25c
LICENCE.qat_firmware > sha256
4071a11d878dbc0ac6d9e71203d03b151638f9d7a8bc47a54c3cb964100d5822
LICENCE.qla2xxx > sha256
d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd
LICENCE.ralink-firmware.txt > @@ -35,6 +33,7 @@ sha256
8542aeabf2761935122d693561e16766 > sha256
be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc
LICENSE.qcom > sha256
fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f
LICENSE.radeon > sha256
2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9
LICENSE.sdma_firmware > -sha256
6857749e23d6a2853e5d33f6d6012a60d5baa2b4d51b5f8c6799d00d68733841 WHENCE >
+sha256 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9
WHENCE > sha256
fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a
qcom/NOTICE.txt > sha256
bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604
LICENCE.e100 > + > diff -purN linux-firmware.orig/linux-firmware.mk
linux-firmware/linux-firmware.mk > --- linux-firmware.orig/linux-firmware.mk
2022-12-05 23:53:38.980005580 +0100 > +++ linux-firmware/linux-firmware.mk
2022-12-06 00:20:25.012916380 +0100 > @@ -4,7 +4,7 @@ > # >
################################################################################
> > -LINUX_FIRMWARE_VERSION = 20221012 > +LINUX_FIRMWARE_VERSION = 20221109
> LINUX_FIRMWARE_SOURCE = linux-firmware-$(LINUX_FIRMWARE_VERSION).tar.xz >
LINUX_FIRMWARE_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/firmware >
LINUX_FIRMWARE_INSTALL_IMAGES = YES > @@ -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
Another for adding IWLWIFI_6E. Regards, Yegor
> Hi, If you'd like to send patches here, please use git-send-email(1). Do
not send it as attachment, let alone HTML email. Also, if you instead send
them through mail client, configure it so that tabs and spaces are
preserved (tabs don't get expanded to spaces) and long lines are not
wrapped. Thanks. -- An old man doll... just what I always wanted! - Clara
_______________________________________________ buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
[-- Attachment #1.2: Type: text/html, Size: 7976 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-12-10 6:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07 9:33 [Buildroot] patch: linux-firmware-20221109 Stephan Henningsen
2022-12-07 12:33 ` Bagas Sanjaya
2022-12-07 12:56 ` Yegor Yefremov via buildroot
2022-12-08 21:19 ` Stephan Henningsen
2022-12-10 6:15 ` Stephan Henningsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox