From patchwork Sat Jun 15 18:23:19 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: 45162 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 7D2B4C2BA1A for ; Sat, 15 Jun 2024 18:23:28 +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.18625.1718475800567029551 for ; Sat, 15 Jun 2024 11:23:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Pnn58DNh; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=YNVkVzTa; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101901d23bd48-f587e30d-6a82-466a-b1c9-9c3b4e01b218-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1718475800; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ZpUFcF9QVds7pTMBT80ijXmFk+1pNFzP48OTlZpwUQM=; b=Pnn58DNhXUcaFVwy0agTv1JGr+e85MboLE316ML8a5XpLdkMR1upfeURyh5HS8Br PBtzqtoiBV2dSgw9cU7zme7aDVcxUKhKnFxKQeG0UjveStNRni4SM25LOUjHRra2hME sZoUEcsJBu5prt1wA6y/oQ8067wD2M5O90nFcLHs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475800; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ZpUFcF9QVds7pTMBT80ijXmFk+1pNFzP48OTlZpwUQM=; b=YNVkVzTaM6BqzS03e8ydqYsn5d2yOkRrF/XjdkpXIFzBLGwK1cEgVdoH6rjTAsjt Fbg9mttTOufs1rhMJZ4hbpusYRL4MLluMUWS2nHoRdovUzuKmeFU9s5l5GsY3lfiImI yQoVFeUPHW9gsTKjNQMdygcRXTiVhTG0JZGuaaxM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] linux-firmware: upgrading to 20240610 SUCCEEDED Message-ID: <010101901d23bd48-f587e30d-6a82-466a-b1c9-9c3b4e01b218-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.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 ; Sat, 15 Jun 2024 18:23:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200723 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *linux-firmware* to *20240610* has Succeeded. Next steps: - apply the patch: git am 0001-linux-firmware-upgrade-20240513-20240610.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 200d1110ac03e49eea22e78c460a0e3892b5de9c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jun 2024 14:52:26 +0000 Subject: [PATCH] linux-firmware: upgrade 20240513 -> 20240610 --- ...20240513.bb => linux-firmware_20240610.bb} | 107 +++++++++++++++++- 1 file changed, 105 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20240513.bb => linux-firmware_20240610.bb} (94%) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240513.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20240610.bb similarity index 94% rename from meta/recipes-kernel/linux-firmware/linux-firmware_20240513.bb rename to meta/recipes-kernel/linux-firmware/linux-firmware_20240610.bb index 4a87105d98..12343f19b9 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20240513.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20240610.bb @@ -1,3 +1,106 @@ +# 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 +# @@ -2577,12 +2577,20 @@ +# File: amdgpu/gc_11_5_0_mes_2.bin +# File: amdgpu/gc_11_5_0_pfp.bin +# File: amdgpu/gc_11_5_0_rlc.bin +# +File: amdgpu/gc_11_5_1_imu.bin +# +File: amdgpu/gc_11_5_1_me.bin +# +File: amdgpu/gc_11_5_1_mec.bin +# +File: amdgpu/gc_11_5_1_mes1.bin +# +File: amdgpu/gc_11_5_1_mes_2.bin +# +File: amdgpu/gc_11_5_1_pfp.bin +# +File: amdgpu/gc_11_5_1_rlc.bin +# File: amdgpu/dcn_3_1_4_dmcub.bin +# File: amdgpu/dcn_3_1_5_dmcub.bin +# File: amdgpu/dcn_3_1_6_dmcub.bin +# File: amdgpu/dcn_3_2_0_dmcub.bin +# File: amdgpu/dcn_3_2_1_dmcub.bin +# File: amdgpu/dcn_3_5_dmcub.bin +# +File: amdgpu/dcn_3_5_1_dmcub.bin +# File: amdgpu/psp_13_0_0_sos.bin +# File: amdgpu/psp_13_0_0_ta.bin +# File: amdgpu/psp_13_0_4_ta.bin +# @@ -2603,6 +2611,8 @@ +# File: amdgpu/psp_13_0_11_toc.bin +# File: amdgpu/psp_14_0_0_ta.bin +# File: amdgpu/psp_14_0_0_toc.bin +# +File: amdgpu/psp_14_0_1_ta.bin +# +File: amdgpu/psp_14_0_1_toc.bin +# File: amdgpu/sdma_4_4_2.bin +# File: amdgpu/sdma_5_2_6.bin +# File: amdgpu/sdma_5_2_7.bin +# @@ -2611,6 +2621,7 @@ +# File: amdgpu/sdma_6_0_2.bin +# File: amdgpu/sdma_6_0_3.bin +# File: amdgpu/sdma_6_1_0.bin +# +File: amdgpu/sdma_6_1_1.bin +# File: amdgpu/smu_13_0_0.bin +# File: amdgpu/smu_13_0_6.bin +# File: amdgpu/smu_13_0_7.bin +# @@ -2622,7 +2633,10 @@ +# File: amdgpu/vcn_4_0_3.bin +# File: amdgpu/vcn_4_0_4.bin +# File: amdgpu/vcn_4_0_5.bin +# +File: amdgpu/vcn_4_0_6.bin +# +File: amdgpu/vcn_4_0_6_1.bin +# File: amdgpu/vpe_6_1_0.bin +# +File: amdgpu/vpe_6_1_1.bin +# +# Licence: Redistributable. See LICENSE.amdgpu for details. +# +# @@ -3226,6 +3240,7 @@ +# Driver: rtw88 - Realtek 802.11ac WLAN driver for RTL8822BE and RTL8822CE +# +# Info: Sent to Larry Finger by Realtek engineer Yan-Hsuan Chuang +# +File: rtw88/rtw8821a_fw.bin +# File: rtw88/rtw8822b_fw.bin +# File: rtw88/rtw8822c_fw.bin +# File: rtw88/rtw8822c_wow_fw.bin +# @@ -6948,6 +6963,22 @@ +# File: cirrus/cs35l41-dsp1-spk-prot-17aa3865-r0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-17aa3866-l0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-17aa3866-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38c7.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38c8.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38f9.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38fa.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38c7-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38c7-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38c7-spkid0-l1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38c7-spkid0-r1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38c8-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38c8-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38c8-spkid1-l1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38c8-spkid1-r1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38fa-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38fa-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38f9-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38f9-spkid1-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-prot-103c8b42.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-prot-103c8b43.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# @@ -7324,3 +7355,9 @@ +# Version: arch10.8 +# +# License: Redistributable. See LICENCE.mali_csffw for details +# + +# +-------------------------------------------------------------------------- +# +Driver: isp - Image Signal Processor (ISP) device +# +File: amdgpu/isp_4_1_1.bin +# + +# +License: Redistributable. See LICENSE.amdisp for details +# +# + SUMMARY = "Firmware files for use with Linux kernel" HOMEPAGE = "https://www.kernel.org/" DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \ @@ -152,7 +255,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=b036c11a715747605b49413c9a4f3381 \ " # WHENCE checksum is defined separately to ease overriding it if # class-devupstream is selected. @@ -244,7 +347,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] = "9f05edb99668135d37cedc4fdd18aac2802dc9e4566e086e6c6c2e321f3ecc4e" +SRC_URI[sha256sum] = "e26a50670fb77394f10d75f96eb1faa1d3d9fb57b8b72075f0af858cb45d2a77" inherit allarch