From patchwork Fri Mar 15 17:00:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 41080 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E427C54F4F for ; Fri, 15 Mar 2024 17:00:17 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.1256.1710522016191194179 for ; Fri, 15 Mar 2024 10:00:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=CV7Y8Dqs; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=1BujePyh; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018e430e9f81-4da62234-7368-4669-9b15-83fc775cf2a7-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1710522015; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=554nM+0rC92E4pn3JQOJPrpWGASMcU9RqllGMJR0FUU=; b=CV7Y8DqsdOnd6OU8CYUckGDZFfOkESxO5G8nO+0hG6h6GdnnN1OSjdoW2SomGgzK /5COiqiOtb+6i8waqVENppignAUbJbrihO9KZyqtBT2Wi1nWSI8ltVl0Odawi755DpI iBh5X0yi61kG7IwA8kPn33FRVgyNsN23RGm8750E= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1710522015; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=554nM+0rC92E4pn3JQOJPrpWGASMcU9RqllGMJR0FUU=; b=1BujePyhrv7ASTLIkNzru3i48eTBNj+Jkqhd4KoUWswWmFK7dFn7q8reiJS1LJ2/ v0kuZ29b2nlOcWP/0lbOfr2xsuZ9y8Y9jTtzmDq+IhkgCPtiq/xqjqNDJzmVqm7pYcV V1d0zymd2pbjMvD0xY3eiqVjlDZ12fAW3YeyCM/o= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] linux-firmware: upgrading to 20240312 SUCCEEDED Message-ID: <0101018e430e9f81-4da62234-7368-4669-9b15-83fc775cf2a7-000000@us-west-2.amazonses.com> Date: Fri, 15 Mar 2024 17:00:15 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.15-54.240.27.192 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 15 Mar 2024 17:00:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197235 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *linux-firmware* to *20240312* has Succeeded. Next steps: - apply the patch: git am 0001-linux-firmware-upgrade-20240220-20240312.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 1f6097f7e0ec864c119bf0d3ba0afc37f33cd626 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Mar 2024 14:19:48 +0000 Subject: [PATCH] linux-firmware: upgrade 20240220 -> 20240312 --- ...20240220.bb => linux-firmware_20240312.bb} | 150 +++++++++++++++++- 1 file changed, 148 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20240220.bb => linux-firmware_20240312.bb} (92%) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb similarity index 92% rename from meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb rename to meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb index 1fd44f4d53..5c3f3b64ee 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb @@ -1,3 +1,149 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- WHENCE +# +++ WHENCE +# @@ -824,7 +824,7 @@ +# Version: 38.755cfdd8.0 +# +# File: iwlwifi-9000-pu-b0-jf-b0-46.ucode +# -Version: 46.ff18e32a.0 +# +Version: 46.7e3e4b69.0 +# +# File: iwlwifi-9260-th-b0-jf-b0-34.ucode +# Version: 34.ba501b11.0 +# @@ -833,7 +833,7 @@ +# Version: 38.755cfdd8.0 +# +# File: iwlwifi-9260-th-b0-jf-b0-46.ucode +# -Version: 46.ff18e32a.0 +# +Version: 46.7e3e4b69.0 +# +# File: iwlwifi-cc-a0-50.ucode +# Version: 50.3e391d3e.0 +# @@ -1156,6 +1156,18 @@ +# Licence: Redistributable. See LICENCE.iwlwifi_firmware for details +# +# Also available from http://wireless.kernel.org/en/users/Drivers/iwlwifi#Firmware +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: atomisp - Intel IPU2 (Image Processing Unit 2) driver +# + +# +File: intel/ipu/shisp_2400b0_v21.bin +# +Version: irci_stable_candrpv_0415_20150423_1753 +# + +# +File: intel/ipu/shisp_2401a0_v21.bin +# +Version: irci_stable_candrpv_0415_20150521_0458 +# + +# +License: Redistributable. See LICENSE.ivsc for details +# +# -------------------------------------------------------------------------- +# +# @@ -2833,6 +2845,7 @@ +# File: "brcm/brcmfmac43241b4-sdio.Advantech-MICA-071.txt" +# File: "brcm/brcmfmac43241b4-sdio.Intel Corp.-VALLEYVIEW C0 PLATFORM.txt" +# File: "brcm/brcmfmac4330-sdio.Prowise-PT301.txt" +# +File: "brcm/brcmfmac43340-sdio.Insyde-VESPA2.txt" +# File: "brcm/brcmfmac43340-sdio.ASUSTeK COMPUTER INC.-TF103CE.txt" +# File: "brcm/brcmfmac43340-sdio.meegopad-t08.txt" +# File: "brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt" +# @@ -4916,7 +4929,7 @@ +# Version: DMC API/APB ver 2 release 10 for Meteorlake +# +# File: i915/mtl_dmc.bin +# -Version: DMC API/APB ver 2 release 19 for Meteorlake +# +Version: DMC API/APB ver 2 release 21 for Meteorlake +# +# File: i915/mtl_guc_70.bin +# Version: GuC API/APB ver 70.20.0 for Meteorlake +# @@ -4926,6 +4939,9 @@ +# +# File: i915/mtl_gsc_1.bin +# Version: GSC API/APB v1.0, release 102.0.0.1655, SVN 1 for Meteorlake +# + +# +File: i915/xe2lpd_dmc.bin +# +Version: DMC API/APB ver 2 release 18 for Xe2LPD +# +# License: Redistributable. See LICENSE.i915 for details +# -------------------------------------------------------------------------- +# @@ -5634,9 +5650,9 @@ +# Driver: mt7921 - MediaTek MT7921 Wireless MACs +# +# File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin +# -Version: 20231109190918a +# +Version: 20240219110958a +# File: mediatek/WIFI_RAM_CODE_MT7961_1.bin +# -Version: 20231109190959 +# +Version: 20240219111038 +# +# Licence: Redistributable. See LICENCE.mediatek for details. +# +# @@ -5645,7 +5661,7 @@ +# Driver: mt7921 - MediaTek MT7921 bluetooth chipset +# +# File: mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin +# -Version: 20231109191416 +# +Version: 20240219111427 +# +# Licence: Redistributable. See LICENCE.mediatek for details. +# +# @@ -5654,9 +5670,9 @@ +# Driver: mt7922 - MediaTek MT7922 Wireless MACs +# +# File: mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin +# -Version: 20231120183400a +# +Version: 20240219103244a +# File: mediatek/WIFI_RAM_CODE_MT7922_1.bin +# -Version: 20231120183441 +# +Version: 20240219103337 +# +# Licence: Redistributable. See LICENCE.mediatek for details. +# +# @@ -5665,7 +5681,7 @@ +# Driver: mt7922 - MediaTek MT7922 bluetooth chipset +# +# File: mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin +# -Version: 20231120183620 +# +Version: 20240219103618 +# +# Licence: Redistributable. See LICENCE.mediatek for details. +# +# @@ -7349,6 +7365,26 @@ +# Link: cirrus/cs35l41-dsp1-spk-prot-17aa231a-r0.bin -> cs35l41-dsp1-spk-prot-17aa22f2-r0.bin +# Link: cirrus/cs35l41-dsp1-spk-cali-17aa231a-l0.bin -> cs35l41-dsp1-spk-cali-17aa22f2-l0.bin +# Link: cirrus/cs35l41-dsp1-spk-cali-17aa231a-r0.bin -> cs35l41-dsp1-spk-cali-17aa22f2-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38a9.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38a9.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38ab.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38ab.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38a9-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-17aa38a9-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38a9-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-17aa38a9-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38a9-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-17aa38a9-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38a9-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-17aa38a9-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38a9-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-17aa38a9-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38a9-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-17aa38a9-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38ab-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-17aa38ab-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38ab-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-17aa38ab-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38ab-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-17aa38ab-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38ab-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-17aa38ab-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38ab-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-17aa38ab-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38ab-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-17aa38ab-spkid0-r0.bin +# Link: cirrus/cs35l41-dsp1-spk-prot-103c8c26.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-cali-103c8c26.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-prot-103c8b42.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +# + SUMMARY = "Firmware files for use with Linux kernel" HOMEPAGE = "https://www.kernel.org/" DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \ @@ -151,7 +297,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 \ file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \ file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \ - file://WHENCE;md5=${WHENCE_CHKSUM} \ + file://WHENCE;md5=514da1cd8b363373030f0c16749feb8d \ " # WHENCE checksum is defined separately to ease overriding it if # class-devupstream is selected. @@ -243,7 +389,7 @@ SRC_URI:class-devupstream = "git://git.kernel.org/pub/scm/linux/kernel/git/firmw # Pin this to the 20220509 release, override this in local.conf SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" -SRC_URI[sha256sum] = "bf0f239dc0801e9d6bf5d5fb3e2f549575632cf4688f4348184199cb02c2bcd7" +SRC_URI[sha256sum] = "b2327a54ad1897c828008caf63af5ee15469ba723a5016be58f2b44f07bd4b94" inherit allarch