From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 10 Jan 2024 18:27:09 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rNcM9-00BtBw-04 for lore@lore.pengutronix.de; Wed, 10 Jan 2024 18:27:09 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rNcM8-0006Jo-Hy; Wed, 10 Jan 2024 18:27:08 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rNcLz-0006JQ-4n; Wed, 10 Jan 2024 18:26:59 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rNcLy-001ka7-Lz; Wed, 10 Jan 2024 18:26:58 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rNcLy-0004Nx-21; Wed, 10 Jan 2024 18:26:58 +0100 Date: Wed, 10 Jan 2024 18:26:58 +0100 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20231212195210.2269915-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231212195210.2269915-1-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] linux-firmware: Version bump. 20231111 -> 20231211 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Tue, Dec 12, 2023 at 08:52:10PM +0100, Christian Melki wrote: > A large mix of radio, GPU and other updates. > Nvidia GSP firmwares etc. > > * Remove patchset. rdfind was made optional as they > quickly realized that not all distros carry rdfind. > But this requires a new install target. install-nodedup. > > * Add license for PowerVR from Imagination Technologies. > > * Add license for Airoha, a 2.5G Eth. PHY. > > Signed-off-by: Christian Melki > --- > ...-Don-t-depend-on-exotic-binaries-tha.patch | 29 ------------------- > patches/linux-firmware-20231111/series | 4 --- > rules/linux-firmware.make | 13 +++++++-- > 3 files changed, 11 insertions(+), 35 deletions(-) > delete mode 100644 patches/linux-firmware-20231111/0001-copy-firmware.sh-Don-t-depend-on-exotic-binaries-tha.patch > delete mode 100644 patches/linux-firmware-20231111/series > > diff --git a/patches/linux-firmware-20231111/0001-copy-firmware.sh-Don-t-depend-on-exotic-binaries-tha.patch b/patches/linux-firmware-20231111/0001-copy-firmware.sh-Don-t-depend-on-exotic-binaries-tha.patch > deleted file mode 100644 > index de5fd03c0..000000000 > --- a/patches/linux-firmware-20231111/0001-copy-firmware.sh-Don-t-depend-on-exotic-binaries-tha.patch > +++ /dev/null > @@ -1,29 +0,0 @@ > -From: Christian Melki > -Date: Wed, 15 Nov 2023 08:52:11 +0100 > -Subject: [PATCH] copy-firmware.sh: Don't depend on exotic binaries that aren't > - needed. > - > -We don't need this to do the install. I don't know why > -there is a hard requirement on it. > - > -Signed-off-by: Christian Melki > ---- > - copy-firmware.sh | 5 ----- > - 1 file changed, 5 deletions(-) > - > -diff --git a/copy-firmware.sh b/copy-firmware.sh > -index f9b1f0ffc1c3..cca3913bd944 100755 > ---- a/copy-firmware.sh > -+++ b/copy-firmware.sh > -@@ -69,11 +69,6 @@ if [ -z "$destdir" ]; then > - exit 1 > - fi > - > --if ! which rdfind 2>/dev/null >/dev/null; then > -- echo "ERROR: rdfind is not installed" > -- exit 1 > --fi > -- > - # shellcheck disable=SC2162 # file/folder name can include escaped symbols > - grep -E '^(RawFile|File):' WHENCE | sed -E -e 's/^(RawFile|File): */\1 /;s/"//g' | while read k f; do > - test -f "$f" || continue > diff --git a/patches/linux-firmware-20231111/series b/patches/linux-firmware-20231111/series > deleted file mode 100644 > index 587287c2c..000000000 > --- a/patches/linux-firmware-20231111/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-copy-firmware.sh-Don-t-depend-on-exotic-binaries-tha.patch > -# fb22468b2b68b60dc709a9c4ae5915e4 - git-ptx-patches magic > diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make > index 1671677e1..0ab730d3f 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 := 20231111 > -LINUX_FIRMWARE_MD5 := 4e1b62642d8882781d66847133d2f0f0 > +LINUX_FIRMWARE_VERSION := 20231211 > +LINUX_FIRMWARE_MD5 := 939d5a5933c9fc871a17624930f7b54b That's not the md5 I'm seeing here. Michael > 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)) > @@ -59,12 +59,14 @@ LINUX_FIRMWARE_LICENSE_FILES := \ > file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \ > file://LICENCE.open-ath9k-htc-firmware;md5=1b33c9f4d17bc4d457bdb23727046837 \ > file://LICENCE.nvidia;md5=4428a922ed3ba2ceec95f076a488ce07 \ > + file://LICENSE.powervr;md5=83045ed2a2cda15b4eaff682c98c9533 \ > file://LICENCE.e100;md5=ec0f84136766df159a3ae6d02acdf5a8 \ > 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=a2589a05ea5b6bd2b7f4f623c7e7a649 \ > file://LICENSE.nxp;md5=cca321ca1524d6a1e4fed87486cd82dc \ > + file://LICENSE.airoha;md5=fa3dedb960e2673aea51aa509f7b537d \ > file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \ > file://LICENCE.siano;md5=4556c1bf830067f12ca151ad953ec2a5 \ > file://LICENCE.broadcom_bcm43xx;md5=3160c14df7228891b868060e1951dfbc \ > @@ -112,6 +114,13 @@ endif > > LINUX_FIRMWARE_SELECTED_FIRMWARES = $(call remove_quotes, $(PTXCONF_LINUX_FIRMWARE_SELECTED_FIRMWARES)) > > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +LINUX_FIRMWARE_INSTALL_OPT := \ > + install-nodedup > + > # ---------------------------------------------------------------------------- > # Compile > # ---------------------------------------------------------------------------- > -- > 2.34.1 > > > -- 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 |