mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH V2] linux-firmware: version bump 20220201 -> 20220310
@ 2022-03-31  8:17 Linnea Gunnarsson
  2022-04-08  9:09 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Linnea Gunnarsson @ 2022-03-31  8:17 UTC (permalink / raw)
  To: ptxdist

Some new firmware updates, mostly bluetooth, IP block,
and amdgpu.

One security fix for Intel BT 7265.

Updated and added licenses.

Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
---
 rules/linux-firmware.make | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make
index f06698880..b95caf480 100644
--- a/rules/linux-firmware.make
+++ b/rules/linux-firmware.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LINUX_FIRMWARE) += linux-firmware
 #
 # Paths and names
 #
-LINUX_FIRMWARE_VERSION	:= 20220209
-LINUX_FIRMWARE_MD5	:= 304b1b50ddff87ad0a5bc91b556e8e5c
+LINUX_FIRMWARE_VERSION	:= 20220310
+LINUX_FIRMWARE_MD5	:= 77ce7e5531264d8726aeb3be3872f2f9
 LINUX_FIRMWARE		:= linux-firmware-$(LINUX_FIRMWARE_VERSION)
 LINUX_FIRMWARE_SUFFIX	:= tar.gz
 LINUX_FIRMWARE_URL	:= $(call ptx/mirror, KERNEL, kernel/firmware/$(LINUX_FIRMWARE).$(LINUX_FIRMWARE_SUFFIX))
@@ -60,12 +60,11 @@ LINUX_FIRMWARE_LICENSE_FILES := \
 	file://LICENCE.ralink_a_mediatek_company_firmware;md5=728f1a85fd53fd67fa8d7afb080bc435 \
 	file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c \
 	file://LICENSE.amd-sev;md5=e750538791a8be0b7249c579edefb035 \
-	file://LICENSE.amdgpu;md5=d357524f5099e2a3db3c1838921c593f \
+	file://LICENSE.amdgpu;md5=44c1166d052226cb2d6c8d7400090203 \
 	file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \
 	file://LICENCE.siano;md5=4556c1bf830067f12ca151ad953ec2a5 \
 	file://LICENCE.broadcom_bcm43xx;md5=3160c14df7228891b868060e1951dfbc \
 	file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \
-	file://silabs/LICENCE.wf200;md5=4d1beff00d902c05c9c7e95a5d8eb52d \
 	file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \
 	file://LICENSE.QualcommAtheros_ath10k;md5=cb42b686ee5f5cb890275e4321db60a8 \
 	file://LICENCE.cavium;md5=c37aaffb1ebe5939b2580d073a95daea \
@@ -94,10 +93,12 @@ LINUX_FIRMWARE_LICENSE_FILES := \
 	file://LICENCE.r8a779x_usb3;md5=4c1671656153025d7076105a5da7e498 \
 	file://LICENCE.tda7706-firmware.txt;md5=835997cf5e3c131d0dddd695c7d9103e \
 	file://LICENCE.cypress;md5=48cd9436c763bf873961f9ed7b5c147b \
-	file://LICENSE.nxp_mc_firmware;md5=9dc97e4b279b3858cae8879ae2fe5dd7 \
+	file://wfx/LICENCE.wf200;md5=4d1beff00d902c05c9c7e95a5d8eb52d \
+	file://LICENSE.nxp_mc_firmware;md5=9dc97e4b279b3858cae8879ae2feudd7 \
 	file://LICENCE.IntcSST2;md5=9e7d8bea77612d7cc7d9e9b54b623062 \
 	file://LICENCE.ti-tspa;md5=d1a0eb27d0020752040190b9d51ad9be
 
+
 LINUX_FIRMWARE_SELECTED_LICENSES := $(call remove_quotes, $(PTXCONF_LINUX_FIRMWARE_SELECTED_LICENSES))
 ifneq ($(LINUX_FIRMWARE_SELECTED_LICENSES),)
 LINUX_FIRMWARE_LICENSE_FILES := $(filter $(addsuffix %,$(addprefix file://,$(LINUX_FIRMWARE_SELECTED_LICENSES))),$(LINUX_FIRMWARE_LICENSE_FILES))
-- 
2.32.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH V2] linux-firmware: version bump 20220201 -> 20220310
  2022-03-31  8:17 [ptxdist] [PATCH V2] linux-firmware: version bump 20220201 -> 20220310 Linnea Gunnarsson
@ 2022-04-08  9:09 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-04-08  9:09 UTC (permalink / raw)
  To: Linnea Gunnarsson; +Cc: ptxdist

On Thu, Mar 31, 2022 at 10:17:35AM +0200, Linnea Gunnarsson wrote:
> Some new firmware updates, mostly bluetooth, IP block,
> and amdgpu.
> 
> One security fix for Intel BT 7265.
> 
> Updated and added licenses.


checksum of license file '.../build-target/linux-firmware-20220310/LICENSE.nxp_mc_firmware'
changed: 9dc97e4b279b3858cae8879ae2feudd7 -> 9dc97e4b279b3858cae8879ae2fe5dd7

please run 'ptxdist licensecheck linux-firmware' for the full package
(without filter).

Michael

> Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
> ---
>  rules/linux-firmware.make | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make
> index f06698880..b95caf480 100644
> --- a/rules/linux-firmware.make
> +++ b/rules/linux-firmware.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LINUX_FIRMWARE) += linux-firmware
>  #
>  # Paths and names
>  #
> -LINUX_FIRMWARE_VERSION	:= 20220209
> -LINUX_FIRMWARE_MD5	:= 304b1b50ddff87ad0a5bc91b556e8e5c
> +LINUX_FIRMWARE_VERSION	:= 20220310
> +LINUX_FIRMWARE_MD5	:= 77ce7e5531264d8726aeb3be3872f2f9
>  LINUX_FIRMWARE		:= linux-firmware-$(LINUX_FIRMWARE_VERSION)
>  LINUX_FIRMWARE_SUFFIX	:= tar.gz
>  LINUX_FIRMWARE_URL	:= $(call ptx/mirror, KERNEL, kernel/firmware/$(LINUX_FIRMWARE).$(LINUX_FIRMWARE_SUFFIX))
> @@ -60,12 +60,11 @@ LINUX_FIRMWARE_LICENSE_FILES := \
>  	file://LICENCE.ralink_a_mediatek_company_firmware;md5=728f1a85fd53fd67fa8d7afb080bc435 \
>  	file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c \
>  	file://LICENSE.amd-sev;md5=e750538791a8be0b7249c579edefb035 \
> -	file://LICENSE.amdgpu;md5=d357524f5099e2a3db3c1838921c593f \
> +	file://LICENSE.amdgpu;md5=44c1166d052226cb2d6c8d7400090203 \
>  	file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \
>  	file://LICENCE.siano;md5=4556c1bf830067f12ca151ad953ec2a5 \
>  	file://LICENCE.broadcom_bcm43xx;md5=3160c14df7228891b868060e1951dfbc \
>  	file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \
> -	file://silabs/LICENCE.wf200;md5=4d1beff00d902c05c9c7e95a5d8eb52d \
>  	file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \
>  	file://LICENSE.QualcommAtheros_ath10k;md5=cb42b686ee5f5cb890275e4321db60a8 \
>  	file://LICENCE.cavium;md5=c37aaffb1ebe5939b2580d073a95daea \
> @@ -94,10 +93,12 @@ LINUX_FIRMWARE_LICENSE_FILES := \
>  	file://LICENCE.r8a779x_usb3;md5=4c1671656153025d7076105a5da7e498 \
>  	file://LICENCE.tda7706-firmware.txt;md5=835997cf5e3c131d0dddd695c7d9103e \
>  	file://LICENCE.cypress;md5=48cd9436c763bf873961f9ed7b5c147b \
> -	file://LICENSE.nxp_mc_firmware;md5=9dc97e4b279b3858cae8879ae2fe5dd7 \
> +	file://wfx/LICENCE.wf200;md5=4d1beff00d902c05c9c7e95a5d8eb52d \
> +	file://LICENSE.nxp_mc_firmware;md5=9dc97e4b279b3858cae8879ae2feudd7 \
>  	file://LICENCE.IntcSST2;md5=9e7d8bea77612d7cc7d9e9b54b623062 \
>  	file://LICENCE.ti-tspa;md5=d1a0eb27d0020752040190b9d51ad9be
>  
> +
>  LINUX_FIRMWARE_SELECTED_LICENSES := $(call remove_quotes, $(PTXCONF_LINUX_FIRMWARE_SELECTED_LICENSES))
>  ifneq ($(LINUX_FIRMWARE_SELECTED_LICENSES),)
>  LINUX_FIRMWARE_LICENSE_FILES := $(filter $(addsuffix %,$(addprefix file://,$(LINUX_FIRMWARE_SELECTED_LICENSES))),$(LINUX_FIRMWARE_LICENSE_FILES))
> -- 
> 2.32.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2022-04-08  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31  8:17 [ptxdist] [PATCH V2] linux-firmware: version bump 20220201 -> 20220310 Linnea Gunnarsson
2022-04-08  9:09 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox