mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] linux-firmware: Version bump. 20231211 -> 20240115
@ 2024-01-16 19:17 Christian Melki
  2024-01-19 20:28 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-01-16 19:17 UTC (permalink / raw)
  To: ptxdist

* Add intel ivsc (Intel Visual Sensing Controller present
in various Tiger lake, Alder lake and Raptor Lake SoCs) license.

* Update cirrus license. A bunch of cirrus firmwares were added.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/linux-firmware.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make
index d0f0a4b8f..180fd6010 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	:= 20231211
-LINUX_FIRMWARE_MD5	:= 0c9906948cf993762233fe01cb112048
+LINUX_FIRMWARE_VERSION	:= 20240115
+LINUX_FIRMWARE_MD5	:= c361d22d6eae6325fc163c2589eab427
 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))
@@ -36,6 +36,7 @@ LINUX_FIRMWARE_LICENSE_FILES := \
 	file://LICENSE.atmel;md5=aa74ac0c60595dee4d4e239107ea77a3 \
 	file://LICENCE.fw_sst_0f28;md5=6353931c988ad52818ae733ac61cd293 \
 	file://LICENSE.amphion_vpu;md5=2bcdc00527b2d0542bd92b52aaec2b60 \
+	file://LICENSE.ivsc;md5=4f1f696a12c18dd058d3cc51006c640d \
 	file://LICENCE.cw1200;md5=f0f770864e7a8444a5c5aa9d12a3a7ed \
 	file://LICENCE.moxa;md5=1086614767d8ccf744a923289d3d4261 \
 	file://LICENCE.NXP;md5=58bb8ba632cd729b9ba6183bc6aed36f \
@@ -93,7 +94,7 @@ LINUX_FIRMWARE_LICENSE_FILES := \
 	file://LICENSE.ice;md5=742ab4850f2670792940e6d15c974b2f \
 	file://LICENCE.myri10ge_firmware;md5=42e32fb89f6b959ca222e25ac8df8fed \
 	file://LICENCE.Netronome;md5=4add08f2577086d44447996503cddf5f \
-	file://LICENSE.cirrus;md5=bb18d943382abf8e8232a9407bfdafe0 \
+	file://LICENSE.cirrus;md5=662ea2c1a8888f7d79ed7f27c27472e1 \
 	file://LICENCE.phanfw;md5=954dcec0e051f9409812b561ea743bfa \
 	file://LICENCE.ca0132;md5=209b33e66ee5be0461f13d31da392198 \
 	file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] linux-firmware: Version bump. 20231211 -> 20240115
  2024-01-16 19:17 [ptxdist] [PATCH] linux-firmware: Version bump. 20231211 -> 20240115 Christian Melki
@ 2024-01-19 20:28 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-01-19 20:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as f2c26294cb33f81fd8f1819a7a9ae026d4ffdc72.

Michael

[sent from post-receive hook]

On Fri, 19 Jan 2024 21:28:12 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> * Add intel ivsc (Intel Visual Sensing Controller present
> in various Tiger lake, Alder lake and Raptor Lake SoCs) license.
> 
> * Update cirrus license. A bunch of cirrus firmwares were added.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240116191727.2380733-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make
> index d0f0a4b8f974..180fd6010ca9 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	:= 20231211
> -LINUX_FIRMWARE_MD5	:= 0c9906948cf993762233fe01cb112048
> +LINUX_FIRMWARE_VERSION	:= 20240115
> +LINUX_FIRMWARE_MD5	:= c361d22d6eae6325fc163c2589eab427
>  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))
> @@ -36,6 +36,7 @@ LINUX_FIRMWARE_LICENSE_FILES := \
>  	file://LICENSE.atmel;md5=aa74ac0c60595dee4d4e239107ea77a3 \
>  	file://LICENCE.fw_sst_0f28;md5=6353931c988ad52818ae733ac61cd293 \
>  	file://LICENSE.amphion_vpu;md5=2bcdc00527b2d0542bd92b52aaec2b60 \
> +	file://LICENSE.ivsc;md5=4f1f696a12c18dd058d3cc51006c640d \
>  	file://LICENCE.cw1200;md5=f0f770864e7a8444a5c5aa9d12a3a7ed \
>  	file://LICENCE.moxa;md5=1086614767d8ccf744a923289d3d4261 \
>  	file://LICENCE.NXP;md5=58bb8ba632cd729b9ba6183bc6aed36f \
> @@ -93,7 +94,7 @@ LINUX_FIRMWARE_LICENSE_FILES := \
>  	file://LICENSE.ice;md5=742ab4850f2670792940e6d15c974b2f \
>  	file://LICENCE.myri10ge_firmware;md5=42e32fb89f6b959ca222e25ac8df8fed \
>  	file://LICENCE.Netronome;md5=4add08f2577086d44447996503cddf5f \
> -	file://LICENSE.cirrus;md5=bb18d943382abf8e8232a9407bfdafe0 \
> +	file://LICENSE.cirrus;md5=662ea2c1a8888f7d79ed7f27c27472e1 \
>  	file://LICENCE.phanfw;md5=954dcec0e051f9409812b561ea743bfa \
>  	file://LICENCE.ca0132;md5=209b33e66ee5be0461f13d31da392198 \
>  	file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \



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

end of thread, other threads:[~2024-01-19 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-16 19:17 [ptxdist] [PATCH] linux-firmware: Version bump. 20231211 -> 20240115 Christian Melki
2024-01-19 20:28 ` [ptxdist] [APPLIED] " Michael Olbrich

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