From patchwork Fri Mar 1 22:05:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 40383 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 F2652C54EF7 for ; Fri, 1 Mar 2024 22:05:21 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.36987.1709330717458504742 for ; Fri, 01 Mar 2024 14:05:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=URbpOYVf; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ah1y4LOd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018dfc0cda6e-6da588af-a2d4-4b04-a1a5-e12d6d6a9a1a-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=1709330717; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=nen9K9AndMxRgVY4LAWuEyIWInv1PgJbSkPrrxxxBo4=; b=URbpOYVfu1I97dQ3T6GMP5X8mjG5DRnhNMnDqUD5FLj3izeuIwQ3s30WOkiY0KFw kd0ujtEwcStGBSpbK58FCWypMb0rBI89IN1V2h0mCjbnB56E8evWetcHBb5k+wRzqMr NxEBxv5oG47IFPU9JNnBHZDXj8uJ3cdMO2+FYxKk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1709330717; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=nen9K9AndMxRgVY4LAWuEyIWInv1PgJbSkPrrxxxBo4=; b=ah1y4LOdUCr4KrkgsNBvYJkHokYfS4Q+vOrauJwBNsy5u1nGr+SEkORshKLZk6f0 QXwH3WOKK1OQ5P1FSiD2hNLRqRojg+Etzf4GmBR3UUlpImZ5vd3/qpAUnD9h3YM057P 9BaYcWUOzc05X1Xr5KmQOUngaapEPbpplugrI2Do= MIME-Version: 1.0 From: auh@yoctoproject.org To: Otavio Salvador Cc: openembedded-core@lists.openembedded.org Subject: [AUH] linux-firmware: upgrading to 20240220 SUCCEEDED Message-ID: <0101018dfc0cda6e-6da588af-a2d4-4b04-a1a5-e12d6d6a9a1a-000000@us-west-2.amazonses.com> Date: Fri, 1 Mar 2024 22:05:17 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.01-54.240.27.23 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, 01 Mar 2024 22:05:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/196532 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *linux-firmware* to *20240220* has Succeeded. Next steps: - apply the patch: git am 0001-linux-firmware-upgrade-20231211-20240220.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 1fd86905d3f7afff16e791e2bdd85dea39c1872e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Mar 2024 17:40:24 +0000 Subject: [PATCH] linux-firmware: upgrade 20231211 -> 20240220 --- ...20231211.bb => linux-firmware_20240220.bb} | 1789 ++++++++++++++++- 1 file changed, 1786 insertions(+), 3 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20231211.bb => linux-firmware_20240220.bb} (41%) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb similarity index 41% rename from meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb rename to meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb index 3a3690bdc1..ce2b0d90d1 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20240220.bb @@ -1,3 +1,1786 @@ +# 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: +# +# --- LICENSE.cirrus +# +++ LICENSE.cirrus +# @@ -180,3 +180,313 @@ +# modify or cancel any other written agreement between Licensee and CIRRUS LOGIC. +# If there is any inconsistency between these terms and those presented as part of +# the process to install the Software, these terms will prevail. +# + +# + +# +Additional CS42L43 Notices +# +========================== +# + +# +These additional notices are required in relation to additional third party +# +components within the cs42l43 firmware: +# + +# +cmsis_armclang.h +# +/**************************************************************************//** +# + * @file cmsis_armclang.h +# + * @brief CMSIS compiler armclang (Arm Compiler 6) header file +# + * @version V5.3.1 +# + * @date 26. March 2020 +# + ******************************************************************************/ +# +/* +# + * Copyright (c) 2009-2020 Arm Limited. All rights reserved. +# + * +# + * SPDX-License-Identifier: Apache-2.0 +# + * +# + * Licensed under the Apache License, Version 2.0 (the License); you may +# + * not use this file except in compliance with the License. +# + * You may obtain a copy of the License at +# + * +# + * www.apache.org/licenses/LICENSE-2.0 +# + * +# + * Unless required by applicable law or agreed to in writing, software +# + * distributed under the License is distributed on an AS IS BASIS, WITHOUT +# + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# + * See the License for the specific language governing permissions and +# + * limitations under the License. +# + */ +# + +# +core_cm0plus.h +# +/**************************************************************************//** +# + * @file core_cm0plus.h +# + * @brief CMSIS Cortex-M0+ Core Peripheral Access Layer Header File +# + * @version V5.0.9 +# + * @date 21. August 2019 +# + ******************************************************************************/ +# +/* +# + * Copyright (c) 2009-2019 Arm Limited. All rights reserved. +# + * +# + * SPDX-License-Identifier: Apache-2.0 +# + * +# + * Licensed under the Apache License, Version 2.0 (the License); you may +# + * not use this file except in compliance with the License. +# + * You may obtain a copy of the License at +# + * +# + * www.apache.org/licenses/LICENSE-2.0 +# + * +# + * Unless required by applicable law or agreed to in writing, software +# + * distributed under the License is distributed on an AS IS BASIS, WITHOUT +# + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# + * See the License for the specific language governing permissions and +# + * limitations under the License. +# + */ +# + +# +cmsis_compiler.h +# +/**************************************************************************//** +# + * @file cmsis_compiler.h +# + * @brief CMSIS compiler generic header file +# + * @version V5.1.0 +# + * @date 09. October 2018 +# + ******************************************************************************/ +# +/* +# + * Copyright (c) 2009-2018 Arm Limited. All rights reserved. +# + * +# + * SPDX-License-Identifier: Apache-2.0 +# + * +# + * Licensed under the Apache License, Version 2.0 (the License); you may +# + * not use this file except in compliance with the License. +# + * You may obtain a copy of the License at +# + * +# + * www.apache.org/licenses/LICENSE-2.0 +# + * +# + * Unless required by applicable law or agreed to in writing, software +# + * distributed under the License is distributed on an AS IS BASIS, WITHOUT +# + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# + * See the License for the specific language governing permissions and +# + * limitations under the License. +# + */ +# + +# +cmsis_version.h +# +/**************************************************************************//** +# + * @file cmsis_version.h +# + * @brief CMSIS Core(M) Version definitions +# + * @version V5.0.4 +# + * @date 23. July 2019 +# + ******************************************************************************/ +# +/* +# + * Copyright (c) 2009-2019 ARM Limited. All rights reserved. +# + * +# + * SPDX-License-Identifier: Apache-2.0 +# + * +# + * Licensed under the Apache License, Version 2.0 (the License); you may +# + * not use this file except in compliance with the License. +# + * You may obtain a copy of the License at +# + * +# + * www.apache.org/licenses/LICENSE-2.0 +# + * +# + * Unless required by applicable law or agreed to in writing, software +# + * distributed under the License is distributed on an AS IS BASIS, WITHOUT +# + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# + * See the License for the specific language governing permissions and +# + * limitations under the License. +# + */ +# + +# + +# + Apache License +# + Version 2.0, January 2004 +# + http://www.apache.org/licenses/ +# + +# + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +# + +# + 1. Definitions. +# + +# + "License" shall mean the terms and conditions for use, reproduction, +# + and distribution as defined by Sections 1 through 9 of this document. +# + +# + "Licensor" shall mean the copyright owner or entity authorized by +# + the copyright owner that is granting the License. +# + +# + "Legal Entity" shall mean the union of the acting entity and all +# + other entities that control, are controlled by, or are under common +# + control with that entity. For the purposes of this definition, +# + "control" means (i) the power, direct or indirect, to cause the +# + direction or management of such entity, whether by contract or +# + otherwise, or (ii) ownership of fifty percent (50%) or more of the +# + outstanding shares, or (iii) beneficial ownership of such entity. +# + +# + "You" (or "Your") shall mean an individual or Legal Entity +# + exercising permissions granted by this License. +# + +# + "Source" form shall mean the preferred form for making modifications, +# + including but not limited to software source code, documentation +# + source, and configuration files. +# + +# + "Object" form shall mean any form resulting from mechanical +# + transformation or translation of a Source form, including but +# + not limited to compiled object code, generated documentation, +# + and conversions to other media types. +# + +# + "Work" shall mean the work of authorship, whether in Source or +# + Object form, made available under the License, as indicated by a +# + copyright notice that is included in or attached to the work +# + (an example is provided in the Appendix below). +# + +# + "Derivative Works" shall mean any work, whether in Source or Object +# + form, that is based on (or derived from) the Work and for which the +# + editorial revisions, annotations, elaborations, or other modifications +# + represent, as a whole, an original work of authorship. For the purposes +# + of this License, Derivative Works shall not include works that remain +# + separable from, or merely link (or bind by name) to the interfaces of, +# + the Work and Derivative Works thereof. +# + +# + "Contribution" shall mean any work of authorship, including +# + the original version of the Work and any modifications or additions +# + to that Work or Derivative Works thereof, that is intentionally +# + submitted to Licensor for inclusion in the Work by the copyright owner +# + or by an individual or Legal Entity authorized to submit on behalf of +# + the copyright owner. For the purposes of this definition, "submitted" +# + means any form of electronic, verbal, or written communication sent +# + to the Licensor or its representatives, including but not limited to +# + communication on electronic mailing lists, source code control systems, +# + and issue tracking systems that are managed by, or on behalf of, the +# + Licensor for the purpose of discussing and improving the Work, but +# + excluding communication that is conspicuously marked or otherwise +# + designated in writing by the copyright owner as "Not a Contribution." +# + +# + "Contributor" shall mean Licensor and any individual or Legal Entity +# + on behalf of whom a Contribution has been received by Licensor and +# + subsequently incorporated within the Work. +# + +# + 2. Grant of Copyright License. Subject to the terms and conditions of +# + this License, each Contributor hereby grants to You a perpetual, +# + worldwide, non-exclusive, no-charge, royalty-free, irrevocable +# + copyright license to reproduce, prepare Derivative Works of, +# + publicly display, publicly perform, sublicense, and distribute the +# + Work and such Derivative Works in Source or Object form. +# + +# + 3. Grant of Patent License. Subject to the terms and conditions of +# + this License, each Contributor hereby grants to You a perpetual, +# + worldwide, non-exclusive, no-charge, royalty-free, irrevocable +# + (except as stated in this section) patent license to make, have made, +# + use, offer to sell, sell, import, and otherwise transfer the Work, +# + where such license applies only to those patent claims licensable +# + by such Contributor that are necessarily infringed by their +# + Contribution(s) alone or by combination of their Contribution(s) +# + with the Work to which such Contribution(s) was submitted. If You +# + institute patent litigation against any entity (including a +# + cross-claim or counterclaim in a lawsuit) alleging that the Work +# + or a Contribution incorporated within the Work constitutes direct +# + or contributory patent infringement, then any patent licenses +# + granted to You under this License for that Work shall terminate +# + as of the date such litigation is filed. +# + +# + 4. Redistribution. You may reproduce and distribute copies of the +# + Work or Derivative Works thereof in any medium, with or without +# + modifications, and in Source or Object form, provided that You +# + meet the following conditions: +# + +# + (a) You must give any other recipients of the Work or +# + Derivative Works a copy of this License; and +# + +# + (b) You must cause any modified files to carry prominent notices +# + stating that You changed the files; and +# + +# + (c) You must retain, in the Source form of any Derivative Works +# + that You distribute, all copyright, patent, trademark, and +# + attribution notices from the Source form of the Work, +# + excluding those notices that do not pertain to any part of +# + the Derivative Works; and +# + +# + (d) If the Work includes a "NOTICE" text file as part of its +# + distribution, then any Derivative Works that You distribute must +# + include a readable copy of the attribution notices contained +# + within such NOTICE file, excluding those notices that do not +# + pertain to any part of the Derivative Works, in at least one +# + of the following places: within a NOTICE text file distributed +# + as part of the Derivative Works; within the Source form or +# + documentation, if provided along with the Derivative Works; or, +# + within a display generated by the Derivative Works, if and +# + wherever such third-party notices normally appear. The contents +# + of the NOTICE file are for informational purposes only and +# + do not modify the License. You may add Your own attribution +# + notices within Derivative Works that You distribute, alongside +# + or as an addendum to the NOTICE text from the Work, provided +# + that such additional attribution notices cannot be construed +# + as modifying the License. +# + +# + You may add Your own copyright statement to Your modifications and +# + may provide additional or different license terms and conditions +# + for use, reproduction, or distribution of Your modifications, or +# + for any such Derivative Works as a whole, provided Your use, +# + reproduction, and distribution of the Work otherwise complies with +# + the conditions stated in this License. +# + +# + 5. Submission of Contributions. Unless You explicitly state otherwise, +# + any Contribution intentionally submitted for inclusion in the Work +# + by You to the Licensor shall be under the terms and conditions of +# + this License, without any additional terms or conditions. +# + Notwithstanding the above, nothing herein shall supersede or modify +# + the terms of any separate license agreement you may have executed +# + with Licensor regarding such Contributions. +# + +# + 6. Trademarks. This License does not grant permission to use the trade +# + names, trademarks, service marks, or product names of the Licensor, +# + except as required for reasonable and customary use in describing the +# + origin of the Work and reproducing the content of the NOTICE file. +# + +# + 7. Disclaimer of Warranty. Unless required by applicable law or +# + agreed to in writing, Licensor provides the Work (and each +# + Contributor provides its Contributions) on an "AS IS" BASIS, +# + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# + implied, including, without limitation, any warranties or conditions +# + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +# + PARTICULAR PURPOSE. You are solely responsible for determining the +# + appropriateness of using or redistributing the Work and assume any +# + risks associated with Your exercise of permissions under this License. +# + +# + 8. Limitation of Liability. In no event and under no legal theory, +# + whether in tort (including negligence), contract, or otherwise, +# + unless required by applicable law (such as deliberate and grossly +# + negligent acts) or agreed to in writing, shall any Contributor be +# + liable to You for damages, including any direct, indirect, special, +# + incidental, or consequential damages of any character arising as a +# + result of this License or out of the use or inability to use the +# + Work (including but not limited to damages for loss of goodwill, +# + work stoppage, computer failure or malfunction, or any and all +# + other commercial damages or losses), even if such Contributor +# + has been advised of the possibility of such damages. +# + +# + 9. Accepting Warranty or Additional Liability. While redistributing +# + the Work or Derivative Works thereof, You may choose to offer, +# + and charge a fee for, acceptance of support, warranty, indemnity, +# + or other liability obligations and/or rights consistent with this +# + License. However, in accepting such obligations, You may act only +# + on Your own behalf and on Your sole responsibility, not on behalf +# + of any other Contributor, and only if You agree to indemnify, +# + defend, and hold each Contributor harmless for any liability +# + incurred by, or claims asserted against, such Contributor by reason +# + of your accepting any such warranty or additional liability. +# + +# + END OF TERMS AND CONDITIONS +# + +# + APPENDIX: How to apply the Apache License to your work. +# + +# + To apply the Apache License to your work, attach the following +# + boilerplate notice, with the fields enclosed by brackets "[]" +# + replaced with your own identifying information. (Don't include +# + the brackets!) The text should be enclosed in the appropriate +# + comment syntax for the file format. We also recommend that a +# + file or class name and description of purpose be included on the +# + same "printed page" as the copyright notice for easier +# + identification within third-party archives. +# + +# + Copyright [yyyy] [name of copyright owner] +# + +# + Licensed under the Apache License, Version 2.0 (the "License"); +# + you may not use this file except in compliance with the License. +# + You may obtain a copy of the License at +# + +# + http://www.apache.org/licenses/LICENSE-2.0 +# + +# + Unless required by applicable law or agreed to in writing, software +# + distributed under the License is distributed on an "AS IS" BASIS, +# + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# + See the License for the specific language governing permissions and +# + limitations under the License. +# --- WHENCE +# +++ WHENCE +# @@ -1124,7 +1124,7 @@ +# File: iwlwifi-ty-a0-gf-a0.pnvm +# +# File: iwlwifi-gl-c0-fm-c0-83.ucode +# -Version: 80.d24e06ed.0 +# +Version: 80.ec13314b.0 +# +# File: iwlwifi-gl-c0-fm-c0-86.ucode +# Version: 83.fb5c9aeb.0 +# @@ -1161,12 +1161,64 @@ +# +# Driver: ipu3-imgu - Intel IPU3 (3rd Gen Image Processing Unit) driver +# +# -File: intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +# +File: intel/ipu/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +# Version: irci_irci_ecr-master_20161208_0213_20170112_1500 +# md5sum: 59abc311fce49c5a180b5a8a3917912d +# -Link: intel/ipu3-fw.bin -> irci_irci_ecr-master_20161208_0213_20170112_1500.bin +# +Link: intel/ipu3-fw.bin -> ipu/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +# +Link: intel/irci_irci_ecr-master_20161208_0213_20170112_1500.bin -> ipu/irci_irci_ecr-master_20161208_0213_20170112_1500.bin +# +# Licence: Redistributable. See LICENSE.ipu3_firmware for details +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: intel-ipu6-isys - Intel IPU6 (Image Processing Unit 6) driver +# + +# +File: intel/ipu/ipu6epadln_fw.bin +# +File: intel/ipu/ipu6ep_fw.bin +# +File: intel/ipu/ipu6epmtl_fw.bin +# +File: intel/ipu/ipu6_fw.bin +# +Version: scci_master_20230926_0007 +# + +# +File: intel/ipu/ipu6se_fw.bin +# +Version: scci_master_20210502_1459 +# + +# +Licence: Redistributable. See LICENSE.ivsc for details +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: mei-vsc-hw - Intel Visual Sensing Controller +# + +# +File: intel/vsc/ivsc_fw.bin +# +File: intel/vsc/ivsc_pkg_hi556_0.bin +# +File: intel/vsc/ivsc_pkg_himx11b1_0.bin +# +File: intel/vsc/ivsc_pkg_himx2170_0.bin +# +File: intel/vsc/ivsc_pkg_himx2172_0.bin +# +File: intel/vsc/ivsc_pkg_int3537_0.bin +# +File: intel/vsc/ivsc_pkg_ovti01a0_0.bin +# +File: intel/vsc/ivsc_pkg_ovti01af_0.bin +# +File: intel/vsc/ivsc_pkg_ovti01as_0.bin +# +File: intel/vsc/ivsc_pkg_ovti02c1_0.bin +# +File: intel/vsc/ivsc_pkg_ovti02e1_0.bin +# +File: intel/vsc/ivsc_pkg_ovti2740_0.bin +# +File: intel/vsc/ivsc_pkg_ovti5678_0.bin +# +File: intel/vsc/ivsc_pkg_ovti9734_0.bin +# +File: intel/vsc/ivsc_pkg_ovti9738_0.bin +# +File: intel/vsc/ivsc_skucfg_hi556_0_1.bin +# +File: intel/vsc/ivsc_skucfg_himx11b1_0_1.bin +# +File: intel/vsc/ivsc_skucfg_himx2170_0_1.bin +# +File: intel/vsc/ivsc_skucfg_himx2172_0_1.bin +# +File: intel/vsc/ivsc_skucfg_int3537_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti01a0_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti01af_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti01as_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti02c1_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti02e1_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti2740_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti5678_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti9734_0_1.bin +# +File: intel/vsc/ivsc_skucfg_ovti9738_0_1.bin +# + +# +Licence: Redistributable. See LICENSE.ivsc for details +# +# -------------------------------------------------------------------------- +# +# @@ -1490,7 +1542,7 @@ +# +# Downloaded from http://www.ralinktech.com/ralink/Home/Support/Linux.html +# +# ---------------------------------------------------------------------------- +# +-------------------------------------------------------------------------- +# +# Driver: mt7601u - MediaTek MT7601U Wireless MACs +# +# @@ -2431,6 +2483,8 @@ +# File: amdgpu/aldebaran_sos.bin +# File: amdgpu/aldebaran_ta.bin +# File: amdgpu/aldebaran_vcn.bin +# +File: amdgpu/gc_9_4_3_mec.bin +# +File: amdgpu/gc_9_4_3_rlc.bin +# File: amdgpu/gc_10_3_6_ce.bin +# File: amdgpu/gc_10_3_6_me.bin +# File: amdgpu/gc_10_3_6_mec.bin +# @@ -2451,6 +2505,7 @@ +# File: amdgpu/gc_11_0_0_mes_2.bin +# File: amdgpu/gc_11_0_0_pfp.bin +# File: amdgpu/gc_11_0_0_rlc.bin +# +File: amdgpu/gc_11_0_0_rlc_1.bin +# File: amdgpu/gc_11_0_1_imu.bin +# File: amdgpu/gc_11_0_1_me.bin +# File: amdgpu/gc_11_0_1_mec.bin +# @@ -2494,6 +2549,8 @@ +# File: amdgpu/psp_13_0_5_asd.bin +# File: amdgpu/psp_13_0_5_ta.bin +# File: amdgpu/psp_13_0_5_toc.bin +# +File: amdgpu/psp_13_0_6_sos.bin +# +File: amdgpu/psp_13_0_6_ta.bin +# File: amdgpu/psp_13_0_7_sos.bin +# File: amdgpu/psp_13_0_7_ta.bin +# File: amdgpu/psp_13_0_8_asd.bin +# @@ -2503,6 +2560,7 @@ +# File: amdgpu/psp_13_0_10_ta.bin +# File: amdgpu/psp_13_0_11_ta.bin +# File: amdgpu/psp_13_0_11_toc.bin +# +File: amdgpu/sdma_4_4_2.bin +# File: amdgpu/sdma_5_2_6.bin +# File: amdgpu/sdma_5_2_7.bin +# File: amdgpu/sdma_6_0_0.bin +# @@ -2510,16 +2568,16 @@ +# File: amdgpu/sdma_6_0_2.bin +# File: amdgpu/sdma_6_0_3.bin +# File: amdgpu/smu_13_0_0.bin +# +File: amdgpu/smu_13_0_6.bin +# File: amdgpu/smu_13_0_7.bin +# File: amdgpu/smu_13_0_10.bin +# File: amdgpu/vcn_3_1_2.bin +# File: amdgpu/vcn_4_0_0.bin +# File: amdgpu/vcn_4_0_2.bin +# +File: amdgpu/vcn_4_0_3.bin +# File: amdgpu/vcn_4_0_4.bin +# +# Licence: Redistributable. See LICENSE.amdgpu for details. +# - +# --------------------------------------------------------------------------- +# +# -------------------------------------------------------------------------- +# +# @@ -2546,17 +2604,6 @@ +# These firmware files are distributed in the hope that they will be +# useful, but WITHOUT ANY WARRANTY; without even the implied warranty +# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# - +# --------------------------------------------------------------------------- +# - +# -Driver: rtl8192e - Realtek 8192 PCI wireless driver +# - +# -File: RTL8192E/boot.img +# -File: RTL8192E/data.img +# -File: RTL8192E/main.img +# - +# -Licence: Redistributable, provided by Realtek in their driver +# - source download. +# +# -------------------------------------------------------------------------- +# +# @@ -2790,6 +2837,7 @@ +# File: "brcm/brcmfmac43340-sdio.meegopad-t08.txt" +# File: "brcm/brcmfmac43340-sdio.pov-tab-p1006w-data.txt" +# File: "brcm/brcmfmac43340-sdio.predia-basic.txt" +# +File: "brcm/brcmfmac43362-sdio.ASUSTeK COMPUTER INC.-ME176C.txt" +# File: "brcm/brcmfmac43362-sdio.WC121.txt" +# File: "brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt" +# Link: brcm/brcmfmac43362-sdio.kobo,aura.txt -> brcmfmac43362-sdio.WC121.txt +# @@ -2809,6 +2857,7 @@ +# Link: brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-a1.txt -> brcmfmac43430-sdio.AP6212.txt +# Link: brcm/brcmfmac43430-sdio.beagle,beaglev-starlight-jh7100-r0.txt -> brcmfmac43430-sdio.AP6212.txt +# File: "brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt" +# +File: "brcm/brcmfmac43430-sdio.ilife-S806.txt" +# File: "brcm/brcmfmac43430-sdio.MUR1DX.txt" +# File: "brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt" +# Link: brcm/brcmfmac43430-sdio.raspberrypi,model-zero-w.txt -> brcmfmac43430-sdio.raspberrypi,3-model-b.txt +# @@ -3307,6 +3356,9 @@ +# File: rtl_nic/rtl8125b-2.fw +# Version: 0.0.2 +# +# +File: rtl_nic/rtl8126a-2.fw +# +Version: 0.0.2 +# + +# Licence: +# * Copyright © 2011-2013, Realtek Semiconductor Corporation +# * +# @@ -3445,7 +3497,7 @@ +# Version: WLAN.RM.2.0-00180-QCARMSWPZ-1 +# File: ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt +# File: ath10k/QCA6174/hw3.0/firmware-6.bin +# -Version: WLAN.RM.4.4.1-00288-QCARMSWPZ-1 +# +Version: WLAN.RM.4.4.1-00309- +# File: ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt +# File: ath10k/QCA6174/hw3.0/firmware-sdio-6.bin +# Version: WLAN.RMH.4.4.1-00174 +# @@ -3539,7 +3591,7 @@ +# File: ath11k/WCN6855/hw2.0/board-2.bin +# File: ath11k/WCN6855/hw2.0/amss.bin +# File: ath11k/WCN6855/hw2.0/m3.bin +# -Version: WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23 +# +Version: WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.37 +# File: ath11k/WCN6855/hw2.0/Notice.txt +# Link: ath11k/WCN6855/hw2.1/regdb.bin -> ../hw2.0/regdb.bin +# Link: ath11k/WCN6855/hw2.1/board-2.bin -> ../hw2.0/board-2.bin +# @@ -3586,6 +3638,18 @@ +# File: ath11k/IPQ5018/hw1.0/q6_fw.mdt +# Version: WLAN.HK.2.6.0.1-00861-QCAHKSWPL_SILICONZ-1 +# File: ath11k/IPQ5018/hw1.0/Notice.txt +# + +# +Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: ath12k - Qualcomm Technologies Wi-Fi 7 chipset support +# + +# +File: ath12k/WCN7850/hw2.0/board-2.bin +# +File: ath12k/WCN7850/hw2.0/amss.bin +# +File: ath12k/WCN7850/hw2.0/m3.bin +# +Version: WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3 +# +File: ath12k/WCN7850/hw2.0/Notice.txt +# +# Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details +# +# @@ -3785,126 +3849,126 @@ +# Version: BT_ThunderPeak_A0_B0_REL0201 +# File: intel/ibt-18-1.ddc +# Version: BT_ThunderPeak_A0_B0_REL0201 +# -File:intel/ibt-20-0-3.sfi +# +File: intel/ibt-20-0-3.sfi +# Version: BT_CyclonePeak_A0_REL53497 +# -File:intel/ibt-20-0-3.ddc +# +File: intel/ibt-20-0-3.ddc +# Version: BT_CyclonePeak_A0_REL53497 +# -File:intel/ibt-20-1-3.sfi +# +File: intel/ibt-20-1-3.sfi +# Version: BT_CyclonePeak_A0_REL53497 +# -File:intel/ibt-20-1-3.ddc +# +File: intel/ibt-20-1-3.ddc +# Version: BT_CyclonePeak_A0_REL53497 +# -File:intel/ibt-20-1-4.sfi +# +File: intel/ibt-20-1-4.sfi +# Version: BT_CyclonePeak_A0_REL53497 +# -File:intel/ibt-20-1-4.ddc +# +File: intel/ibt-20-1-4.ddc +# Version: BT_CyclonePeak_A0_REL53497 +# -File:intel/ibt-19-0-0.sfi +# +File: intel/ibt-19-0-0.sfi +# Version: BT_Quasar_REL53497 +# -File:intel/ibt-19-0-0.ddc +# +File: intel/ibt-19-0-0.ddc +# Version: BT_Quasar_REL53497 +# -File:intel/ibt-19-0-1.sfi +# +File: intel/ibt-19-0-1.sfi +# Version: BT_Quasar_REL53497 +# -File:intel/ibt-19-0-1.ddc +# +File: intel/ibt-19-0-1.ddc +# Version: BT_Quasar_REL53497 +# -File:intel/ibt-19-0-3.sfi +# +File: intel/ibt-19-0-3.sfi +# Version: BT_Quasar_REL53263 +# -File:intel/ibt-19-0-3.ddc +# +File: intel/ibt-19-0-3.ddc +# Version: BT_Quasar_REL53263 +# -File:intel/ibt-19-0-4.sfi +# +File: intel/ibt-19-0-4.sfi +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-0-4.ddc +# +File: intel/ibt-19-0-4.ddc +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-16-4.sfi +# +File: intel/ibt-19-16-4.sfi +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-16-4.ddc +# +File: intel/ibt-19-16-4.ddc +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-32-1.sfi +# +File: intel/ibt-19-32-1.sfi +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-32-1.ddc +# +File: intel/ibt-19-32-1.ddc +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-32-0.sfi +# +File: intel/ibt-19-32-0.sfi +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-32-0.ddc +# +File: intel/ibt-19-32-0.ddc +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-32-4.sfi +# +File: intel/ibt-19-32-4.sfi +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-32-4.ddc +# +File: intel/ibt-19-32-4.ddc +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-240-1.sfi +# +File: intel/ibt-19-240-1.sfi +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-240-1.ddc +# +File: intel/ibt-19-240-1.ddc +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-240-4.sfi +# +File: intel/ibt-19-240-4.sfi +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-19-240-4.ddc +# +File: intel/ibt-19-240-4.ddc +# Version: BT_HarrisonPeak_REL53497 +# -File:intel/ibt-0041-0041.sfi +# -Version: BT_TyphoonPeak_REL73111 +# -File:intel/ibt-0041-0041.ddc +# -Version: BT_TyphoonPeak_REL73111 +# -File:intel/ibt-0040-0041.sfi +# -Version: BT_Solar_GfP2_REL73111 +# -File:intel/ibt-0040-0041.ddc +# -Version: BT_Solar_GfP2_REL73111 +# -File:intel/ibt-1040-0041.sfi +# -Version: BT_SolarF_GfP2_REL73111 +# -File:intel/ibt-1040-0041.ddc +# -Version: BT_SolarF_GfP2_REL73111 +# - +# -File:intel/ibt-0040-1020.sfi +# +File: intel/ibt-0041-0041.sfi +# +Version: BT_TyphoonPeak_REL75234 +# +File: intel/ibt-0041-0041.ddc +# +Version: BT_TyphoonPeak_REL75234 +# +File: intel/ibt-0040-0041.sfi +# +Version: BT_Solar_GfP2_REL75234 +# +File: intel/ibt-0040-0041.ddc +# +Version: BT_Solar_GfP2_REL75234 +# +File: intel/ibt-1040-0041.sfi +# +Version: BT_SolarF_GfP2_REL75234 +# +File: intel/ibt-1040-0041.ddc +# +Version: BT_SolarF_GfP2_REL75234 +# + +# +File: intel/ibt-0040-1020.sfi +# Version: BT_Solar_JfP1_REL59564 +# -File:intel/ibt-0040-1020.ddc +# +File: intel/ibt-0040-1020.ddc +# Version: BT_Solar_JfP1_REL59564 +# -File:intel/ibt-1040-1020.sfi +# +File: intel/ibt-1040-1020.sfi +# Version: BT_SolarF_JfP1_REL59564 +# -File:intel/ibt-1040-1020.ddc +# +File: intel/ibt-1040-1020.ddc +# Version: BT_SolarF_JfP1_REL59564 +# +# -File:intel/ibt-0040-2120.sfi +# +File: intel/ibt-0040-2120.sfi +# Version: BT_Solar_JfP2_REL52159 +# -File:intel/ibt-0040-2120.ddc +# +File: intel/ibt-0040-2120.ddc +# Version: BT_Solar_JfP2_REL52159 +# -File:intel/ibt-1040-2120.sfi +# +File: intel/ibt-1040-2120.sfi +# Version: BT_SolarF_JfP2_REL59564 +# -File:intel/ibt-1040-2120.ddc +# +File: intel/ibt-1040-2120.ddc +# Version: BT_SolarF_JfP2_REL59564 +# +# -File:intel/ibt-0040-1050.sfi +# -Version: BT_Solar_HrP1_REL73111 +# -File:intel/ibt-0040-1050.ddc +# -Version: BT_Solar_HrP1_REL73111 +# -File:intel/ibt-1040-1050.sfi +# +File: intel/ibt-0040-1050.sfi +# +Version: BT_Solar_HrP1_REL75234 +# +File: intel/ibt-0040-1050.ddc +# +Version: BT_Solar_HrP1_REL75234 +# +File: intel/ibt-1040-1050.sfi +# Version: BT_SolarF_HrP1_REL73111 +# -File:intel/ibt-1040-1050.ddc +# +File: intel/ibt-1040-1050.ddc +# Version: BT_SolarF_HrP1_REL73111 +# +# -File:intel/ibt-0040-4150.sfi +# -Version: BT_Solar_JnP2_REL73111 +# -File:intel/ibt-0040-4150.ddc +# -Version: BT_Solar_JnP2_REL73111 +# -File:intel/ibt-1040-4150.sfi +# -Version: BT_SolarF_JnP2_REL73111 +# -File:intel/ibt-1040-4150.ddc +# -Version: BT_SolarF_JnP2_REL73111 +# - +# -File:intel/ibt-0291-0291.sfi +# +File: intel/ibt-0040-4150.sfi +# +Version: BT_Solar_JnP2_REL75234 +# +File: intel/ibt-0040-4150.ddc +# +Version: BT_Solar_JnP2_REL75234 +# +File: intel/ibt-1040-4150.sfi +# +Version: BT_SolarF_JnP2_REL75234 +# +File: intel/ibt-1040-4150.ddc +# +Version: BT_SolarF_JnP2_REL75234 +# + +# +File: intel/ibt-0291-0291.sfi +# Version: BT_GalePeak_REL45894 +# -File:intel/ibt-0291-0291.ddc +# +File: intel/ibt-0291-0291.ddc +# Version: BT_GalePeak_REL45894 +# +# -File:intel/ibt-0180-0041.sfi +# -Version: BT_Magnetar_GfP2_REL91648 +# -File:intel/ibt-0180-0041.ddc +# -Version: BT_Magnetar_GfP2_REL91648 +# - +# -File:intel/ibt-0180-4150.sfi +# -Version: BT_Magnetar_JnP2_REL91648 +# -File:intel/ibt-0180-4150.ddc +# -Version: BT_Magnetar_JnP2_REL91648 +# - +# -File:intel/ibt-0180-1050.sfi +# -Version: BT_Magnetar_HrP1_REL91648 +# -File:intel/ibt-0180-1050.ddc +# -Version: BT_Magnetar_HrP1_REL91648 +# +File: intel/ibt-0180-0041.sfi +# +Version: BT_Magnetar_GfP2_REL94759 +# +File: intel/ibt-0180-0041.ddc +# +Version: BT_Magnetar_GfP2_REL94759 +# + +# +File: intel/ibt-0180-4150.sfi +# +Version: BT_Magnetar_JnP2_REL94759 +# +File: intel/ibt-0180-4150.ddc +# +Version: BT_Magnetar_JnP2_REL94759 +# + +# +File: intel/ibt-0180-1050.sfi +# +Version: BT_Magnetar_HrP1_REL94759 +# +File: intel/ibt-0180-1050.ddc +# +Version: BT_Magnetar_HrP1_REL94759 +# +# Licence: Redistributable. See LICENCE.ibt_firmware for details +# +# @@ -3944,6 +4008,8 @@ +# File: rtl_bt/rtl8852cu_config.bin +# File: rtl_bt/rtl8851bu_fw.bin +# File: rtl_bt/rtl8851bu_config.bin +# +File: rtl_bt/rtl8852btu_fw.bin +# +File: rtl_bt/rtl8852btu_config.bin +# +# Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details. +# +# @@ -4039,7 +4105,7 @@ +# RawFile: amd-ucode/microcode_amd_fam17h.bin +# Version: 2023-12-05 +# RawFile: amd-ucode/microcode_amd_fam19h.bin +# -Version: 2023-10-19 +# +Version: 2024-01-16 +# File: amd-ucode/README +# +# License: Redistributable. See LICENSE.amd-ucode for details +# @@ -4458,6 +4524,8 @@ +# File: qca/hpnv21.302 +# File: qca/hpnv21g.301 +# File: qca/hpnv21g.302 +# +File: qca/hpnv21.309 +# +File: qca/hpnv21g.309 +# +# +# Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k and qca/NOTICE.txt for details +# @@ -4494,7 +4562,7 @@ +# +# -------------------------------------------------------------------------- +# +# -Driver: i915 -- Intel Integrated Graphics driver +# +Driver: i915 -- Intel Graphics driver +# +# File: i915/skl_dmc_ver1_23.bin +# File: i915/skl_dmc_ver1_26.bin +# @@ -4740,7 +4808,7 @@ +# Version: GuC API/APB ver 70.1.1 for Tigerlake +# +# File: i915/tgl_guc_70.bin +# -Version: GuC API/APB ver 70.13.1 for Tigerlake +# +Version: GuC API/APB ver 70.20.0 for Tigerlake +# +# File: i915/tgl_huc_7.0.3.bin +# Version: Huc API/APB ver 7 release 0 for Tigerlake +# @@ -4779,7 +4847,7 @@ +# Version: GuC API/APB ver 70.1.1 for DG1 +# +# File: i915/dg1_guc_70.bin +# -Version: GuC API/APB ver 70.5.1 for DG1 +# +Version: GuC API/APB ver 70.20.0 for DG1 +# +# File: i915/dg1_huc_7.7.1.bin +# Version: Huc API/APB ver 7 release 1 for DG1 +# @@ -4821,7 +4889,7 @@ +# Version: GuC API/APB ver 70.1.1 for Alderlake P +# +# File: i915/adlp_guc_70.bin +# -Version: GuC API/APB ver 70.13.1 for Alderlake P +# +Version: GuC API/APB ver 70.20.0 for Alderlake P +# +# File: i915/dg2_guc_70.1.2.bin +# Version: GuC API/APB ver 70.1.2 for DG2 +# @@ -4830,7 +4898,7 @@ +# Version: GuC API/APB ver 70.4.1 for DG2 +# +# File: i915/dg2_guc_70.bin +# -Version: GuC API/APB ver 70.13.1 for DG2 +# +Version: GuC API/APB ver 70.20.0 for DG2 +# +# File: i915/dg2_huc_gsc.bin +# Version: HuC API/APB ver 7.10.3 for DG2 +# @@ -4851,7 +4919,7 @@ +# Version: DMC API/APB ver 2 release 19 for Meteorlake +# +# File: i915/mtl_guc_70.bin +# -Version: GuC API/APB ver 70.13.1 for Meteorlake +# +Version: GuC API/APB ver 70.20.0 for Meteorlake +# +# File: i915/mtl_huc_gsc.bin +# Version: HuC API/APB ver 8.5.4 for Meteorlake +# @@ -4860,6 +4928,14 @@ +# Version: GSC API/APB v1.0, release 102.0.0.1655, SVN 1 for Meteorlake +# +# License: Redistributable. See LICENSE.i915 for details +# +-------------------------------------------------------------------------- +# + +# +Driver: xe -- Intel Graphics driver +# + +# +File: xe/lnl_guc_70.bin +# +Version: GuC API/APB ver 70.20.0 for Lunarlake +# + +# +License: Redistributable. See LICENSE.xe for details +# -------------------------------------------------------------------------- +# +# Driver: nouveau - NVIDIA GPU driver +# @@ -5429,7 +5505,7 @@ +# +# Licence: Redistributable. See LICENCE.mediatek for details. +# +# ---------------------------------------------------------------------------- +# +-------------------------------------------------------------------------- +# +# Driver: mt76x2e - MediaTek MT76x2 Wireless MACs +# +# @@ -5443,7 +5519,7 @@ +# +# Licence: Redistributable. See LICENCE.ralink_a_mediatek_company_firmware for details +# +# ---------------------------------------------------------------------------- +# +-------------------------------------------------------------------------- +# +# Driver: mt76x2u - MediaTek MT76x2u Wireless MACs +# +# @@ -5595,12 +5671,47 @@ +# +# -------------------------------------------------------------------------- +# +# +Driver: mt7925 - MediaTek MT7925 Wireless MACs +# + +# +File: mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin +# +Version: 20231227093012a +# +File: mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin +# +Version: 20231227093232 +# + +# +Licence: Redistributable. See LICENCE.mediatek for details. +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: mt7925 - MediaTek MT7925 bluetooth chipset +# + +# +File: mediatek/mt7925/BT_RAM_CODE_MT7925_1_1_hdr.bin +# +Version: 20231227094014 +# + +# +Licence: Redistributable. See LICENCE.mediatek for details. +# + +# +-------------------------------------------------------------------------- +# + +# Driver: mt7988 - MediaTek MT7988 Internal 2.5G Ethernet Phy +# +# File: mediatek/mt7988/i2p5ge-phy-pmb.bin +# Version: 20230728 +# +# Licence: Redistributable. See LICENCE.mediatek for details. +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: mt7996e - MediaTek Wireless MACs for MT7996 +# + +# +File: mediatek/mt7996/mt7996_wm.bin +# +Version: 20240104161608 +# +File: mediatek/mt7996/mt7996_wa.bin +# +Version: 20240104161505 +# +File: mediatek/mt7996/mt7996_rom_patch.bin +# +Version: 20240104161614a +# +File: mediatek/mt7996/mt7996_dsp.bin +# +Version: 20231113135337 +# +File: mediatek/mt7996/mt7996_eeprom.bin +# +Version: 20230518 +# +# -------------------------------------------------------------------------- +# Driver: nfp - Netronome Flow Processor +# @@ -5727,7 +5838,7 @@ +# File: qcom/venus-5.4/venus.mbn +# Link: qcom/venus-5.4/venus.mdt -> venus.mbn +# +# -Version: 5.4-00053 +# +Version: VIDEO.VE.5.4-00058-PROD-4 +# +# File: qcom/venus-6.0/venus.mbn +# +# @@ -6066,8 +6177,8 @@ +# +# Driver: ice - Intel(R) Ethernet Connection E800 Series +# +# -File: intel/ice/ddp/ice-1.3.35.0.pkg +# -Link: intel/ice/ddp/ice.pkg -> ice-1.3.35.0.pkg +# +File: intel/ice/ddp/ice-1.3.36.0.pkg +# +Link: intel/ice/ddp/ice.pkg -> ice-1.3.36.0.pkg +# File: intel/ice/ddp-lag/ice_lag-1.3.1.0.pkg +# +# License: Redistributable. See LICENSE.ice for details +# @@ -6092,7 +6203,7 @@ +# as part of Linux or other Open Source operating system kernel, +# provided this copyright notice is accompanying it. +# +# ------------------------------------------------- +# +-------------------------------------------------------------------------- +# +# Driver: prestera - Marvell driver for Prestera family ASIC devices +# +# @@ -6104,7 +6215,7 @@ +# +# Licence: Redistributable. See LICENCE.Marvell for details. +# +# ------------------------------------------------- +# +-------------------------------------------------------------------------- +# +# Driver: lt9611uxc - Lontium DSI to HDMI bridge +# +# @@ -6140,7 +6251,7 @@ +# +# Licence: Redistributable. See LICENCE.cnm for details. +# +# ---------------------------------------------------------------------------- +# +-------------------------------------------------------------------------- +# +# Driver: rvu_cptpf - Marvell CPT driver +# +# @@ -6160,7 +6271,7 @@ +# +# Licence: Redistributable. See LICENCE.Marvell for details. +# +# ---------------------------------------------------------------------------- +# +-------------------------------------------------------------------------- +# +# Driver: amphion - Amphion VPU(Video Processing Unit) Codec IP driver +# +# @@ -6171,7 +6282,7 @@ +# +# Licence: Redistributable. See LICENSE.amphion_vpu for details +# +# ---------------------------------------------------------------------------- +# +-------------------------------------------------------------------------- +# +# Driver: cs35l41_hda - CS35l41 ALSA HDA audio driver +# +# @@ -6291,10 +6402,10 @@ +# Link: cirrus/cs35l41-dsp1-spk-cali-103c8ca7.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# File: cirrus/cs35l41-dsp1-spk-prot-103c8ca4.bin +# File: cirrus/cs35l41-dsp1-spk-cali-103c8ca4.bin +# -Link: cirrus/cs35l41-dsp1-spk-prot-103c8ca7.wmfw -> cs35l41-dsp1-spk-prot-103c8ca4.bin +# -Link: cirrus/cs35l41-dsp1-spk-cali-103c8ca7.wmfw -> cs35l41-dsp1-spk-cali-103c8ca4.bin +# -Link: cirrus/cs35l41-dsp1-spk-prot-103c8ca7.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# -Link: cirrus/cs35l41-dsp1-spk-cali-103c8ca7.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8ca7.bin -> cs35l41-dsp1-spk-prot-103c8ca4.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8ca7.bin -> cs35l41-dsp1-spk-cali-103c8ca4.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8cf5.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8cf5.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# File: cirrus/cs35l41-dsp1-spk-prot-103c8cf5-l0.bin +# File: cirrus/cs35l41-dsp1-spk-cali-103c8cf5-l0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-103c8cf5-l1.bin +# @@ -6303,6 +6414,401 @@ +# File: cirrus/cs35l41-dsp1-spk-cali-103c8cf5-r0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-103c8cf5-r1.bin +# File: cirrus/cs35l41-dsp1-spk-cali-103c8cf5-r1.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c66.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c66.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c6a.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c6a.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c66-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c66-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c66-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c66-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c66-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c66-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c66-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c66-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c6a-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8c66-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c6a-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8c66-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c6a-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8c66-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c6a-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8c66-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c6a-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8c66-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c6a-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8c66-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c6a-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8c66-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c6a-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8c66-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2c.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2c.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a2c-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a2c-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a2c-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a2c-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a2c-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a2c-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a2c-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a2c-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2d.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2d.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2d-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2d-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2d-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2d-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2d-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2d-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2d-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2d-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be5.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be5.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be5-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be5-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be5-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be5-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be5-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be5-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be5-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be5-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be6.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be6.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be6-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be6-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be6-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be6-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be6-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be6-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be6-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2c-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be6-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2c-spkid1-r0.bin +# +File: cirrus/cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c16.wmfw -> cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c16.wmfw -> cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c16-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c16-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c16-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c16-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c16-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c16-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c16-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c16-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c17.wmfw -> cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c17.wmfw -> cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c17-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8c16-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c17-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8c16-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c17-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8c16-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c17-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8c16-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c17-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8c16-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c17-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8c16-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c17-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8c16-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c17-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8c16-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2e.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2e.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a2e-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a2e-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a2e-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a2e-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a2e-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a2e-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a2e-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a2e-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a30.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a30.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a30-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a30-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a30-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a30-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a30-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a30-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a30-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a30-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be7.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be7.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be7-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be7-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be7-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be7-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be7-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be7-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be7-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be7-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be8.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be8.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be8-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be8-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be8-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be8-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be8-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be8-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be8-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a2e-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be8-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a2e-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bb3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bb3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bb3-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bb3-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bb3-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bb3-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bb3-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bb4.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bb4.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bb4-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bb4-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bb4-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bb4-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bb4-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4d.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4d.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4d-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4d-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4d-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4d-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4d-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4e.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4e.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4e-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4e-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4e-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4e-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bb3-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4e-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bb3-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c67.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c67.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c67-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c67-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c67-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c67-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c67-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c67-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c67-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c67-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c68.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c68.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c68-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8c67-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c68-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8c67-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c68-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8c67-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c68-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8c67-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c68-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8c67-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c68-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8c67-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c68-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8c67-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c68-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8c67-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8cde.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8cde.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8cde-spkid0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8cde-spkid0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8cde-spkid1.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8cde-spkid1.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bdd.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bdd.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bdd-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bdd-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bdd-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bdd-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bdd-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bdd-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bdd-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bdd-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bde.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bde.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bde-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bde-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bde-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bde-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bde-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bde-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bde-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bde-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c50.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c50.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c50-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c50-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c50-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c50-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c50-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c50-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c50-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c50-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c51.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c51.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c51-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c51-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c51-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c51-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c51-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c51-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c51-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdd-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c51-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdd-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8cdd.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8cdd.wmfw -> cs35l41/v6.83.0/halo_cspl_RAM_revB2_29.85.0.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8cdd-spkid0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8cdd-spkid0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8cdd-spkid1.bin -> cs35l41-dsp1-spk-prot-103c8cdd-spkid0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8cdd-spkid1.bin -> cs35l41-dsp1-spk-cali-103c8cdd-spkid0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a29.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a29.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a29-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a29-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a29-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a29-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a29-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a29-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a29-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2a.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2a.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2a-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2a-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2a-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2a-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2a-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2a-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2a-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2a-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2b.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2b.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2b-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2b-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2b-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2b-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2b-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2b-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a2b-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a2b-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a31.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a31.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a31-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a31-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a31-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a31-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a31-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a31-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a31-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a31-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be3-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be3-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be3-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be3-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be3-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be3-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be3-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be3-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8b3a.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8b3a.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8b3a-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8b3a-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8b3a-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8b3a-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8b3a-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8b3a-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8b3a-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8b3a-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8a29-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c15.wmfw -> cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c15.wmfw -> cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c15-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c15-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c15-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c15-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c15-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c15-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8c15-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8c15-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a28.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a28.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a28-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a28-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a28-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a28-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a28-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a28-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a28-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a28-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8bdf.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8bdf.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bdf-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bdf-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bdf-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bdf-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bdf-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bdf-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8bdf-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be0.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be0.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be0-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be0-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be0-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be0-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be0-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be0-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be0-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be0-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be1.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be1.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be1-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be1-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be1-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be1-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be1-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be1-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be1-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be1-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be2.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be2.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be2-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be2-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be2-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be2-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be2-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be2-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be2-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be2-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4f.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4f.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4f-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4f-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4f-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4f-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4f-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4f-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8c4f-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8c4f-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be9.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be9.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be9-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be9-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be9-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8be9-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8be9-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-103c8bdf-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8ad8.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8ad8.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8ad8.bin -> cs35l41-dsp1-spk-prot-103c8972.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8ad8.bin -> cs35l41-dsp1-spk-cali-103c8972.bin +# +File: cirrus/cs35l41/v6.68.0/halo_cspl_RAM_revB2_29.70.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c8a6e.wmfw -> cs35l41/v6.68.0/halo_cspl_RAM_revB2_29.70.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c8a6e.wmfw -> cs35l41/v6.68.0/halo_cspl_RAM_revB2_29.70.0.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a6e-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a6e-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a6e-l1.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a6e-l1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a6e-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a6e-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c8a6e-r1.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c8a6e-r1.bin +# +File: cirrus/cs35l41/v6.56.0/halo_cspl_RAM_revB2_29.58.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-103c89e7.wmfw -> cs35l41/v6.56.0/halo_cspl_RAM_revB2_29.58.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-103c89e7.wmfw -> cs35l41/v6.56.0/halo_cspl_RAM_revB2_29.58.0.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-103c89e7-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c89e7-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-103c89e7-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-103c89e7-r0.bin +# File: cirrus/cs35l41/v6.39.0/halo_cspl_RAM_revB2_29.41.0.wmfw +# Link: cirrus/cs35l41-dsp1-spk-prot-17aa3847.wmfw -> cs35l41/v6.39.0/halo_cspl_RAM_revB2_29.41.0.wmfw +# Link: cirrus/cs35l41-dsp1-spk-cali-17aa3847.wmfw -> cs35l41/v6.39.0/halo_cspl_RAM_revB2_29.41.0.wmfw +# @@ -6321,6 +6827,46 @@ +# File: cirrus/cs35l41-dsp1-spk-prot-17aa3855-spkid1-l0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-17aa3855-spkid1-r0.bin +# File: cirrus/cs35l41-dsp1-spk-cali-17aa3855-spkid1.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b4.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b4.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b5.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b5.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b6.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b6.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b7.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b7.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38b4-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38b4-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38b4-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa38b4-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-17aa38b4-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b4-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b4-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b5-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b5-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b5-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b5-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b5-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b5-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b5-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b5-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b6-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b6-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b6-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b6-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b6-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b6-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b6-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b6-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b7-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b7-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b7-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa38b7-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-17aa38b4-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b7-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b7-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b7-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa38b7-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-17aa38b4-spkid0-r0.bin +# Link: cirrus/cs35l41-dsp1-spk-prot-17aa22f1.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-cali-17aa22f1.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-prot-17aa22f2.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# @@ -6339,6 +6885,11 @@ +# Link: cirrus/cs35l41-dsp1-spk-prot-17aa22f3-r0.bin -> cs35l41-dsp1-spk-prot-17aa22f2-r0.bin +# Link: cirrus/cs35l41-dsp1-spk-cali-17aa22f3-l0.bin -> cs35l41-dsp1-spk-cali-17aa22f2-l0.bin +# Link: cirrus/cs35l41-dsp1-spk-cali-17aa22f3-r0.bin -> cs35l41-dsp1-spk-cali-17aa22f2-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-17aa386f.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-17aa386f.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa386f-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-17aa386f-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-17aa386f.bin +# File: cirrus/cs35l41/v6.63.0/halo_cspl_RAM_revB2_29.65.0.wmfw +# Link: cirrus/cs35l41-dsp1-spk-prot-104312af.wmfw -> cs35l41/v6.63.0/halo_cspl_RAM_revB2_29.65.0.wmfw +# Link: cirrus/cs35l41-dsp1-spk-cali-104312af.wmfw -> cs35l41/v6.63.0/halo_cspl_RAM_revB2_29.65.0.wmfw +# @@ -6380,6 +6931,16 @@ +# File: cirrus/cs35l41-dsp1-spk-prot-10431f12-spkid0-r0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-10431f12-spkid1-l0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-10431f12-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431a83.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431a83.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431a83-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-10431f12-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431a83-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-10431f12-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431a83-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-10431f12-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431a83-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-10431f12-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431a83-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-10431f12-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431a83-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-10431f12-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431a83-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-10431f12-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431a83-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-10431f12-spkid1-r0.bin +# Link: cirrus/cs35l41-dsp1-spk-prot-10431e12.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-cali-10431e12.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# File: cirrus/cs35l41-dsp1-spk-cali-10431e12-spkid0-l0.bin +# @@ -6390,7 +6951,26 @@ +# File: cirrus/cs35l41-dsp1-spk-prot-10431e12-spkid0-r0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-10431e12-spkid1-l0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-10431e12-spkid1-r0.bin +# -File: cirrus/cs35l41/v6.78.0/halo_cspl_RAM_revB2_29.80.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431683.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431683.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431683-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-10431e12-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431683-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-10431e12-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431683-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-10431e12-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431683-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-10431e12-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431683-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-10431e12-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431683-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-10431e12-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431683-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-10431e12-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431683-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-10431e12-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-104316A3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-104316A3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-104316A3-spkid0-l0.bin -> cs35l41-dsp1-spk-cali-10431e12-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-104316A3-spkid0-r0.bin -> cs35l41-dsp1-spk-cali-10431e12-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-104316A3-spkid1-l0.bin -> cs35l41-dsp1-spk-cali-10431e12-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-cali-104316A3-spkid1-r0.bin -> cs35l41-dsp1-spk-cali-10431e12-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-104316A3-spkid0-l0.bin -> cs35l41-dsp1-spk-prot-10431e12-spkid0-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-104316A3-spkid0-r0.bin -> cs35l41-dsp1-spk-prot-10431e12-spkid0-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-104316A3-spkid1-l0.bin -> cs35l41-dsp1-spk-prot-10431e12-spkid1-l0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-104316A3-spkid1-r0.bin -> cs35l41-dsp1-spk-prot-10431e12-spkid1-r0.bin +# Link: cirrus/cs35l41-dsp1-spk-prot-10431573.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-cali-10431573.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-prot-10431463.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# @@ -6659,6 +7239,78 @@ +# File: cirrus/cs35l41-dsp1-spk-cali-10431c43-spkid1-l0.bin +# File: cirrus/cs35l41-dsp1-spk-prot-10431c43-spkid1-r0.bin +# File: cirrus/cs35l41-dsp1-spk-cali-10431c43-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431ee2.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431ee2.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431da2.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431da2.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431f62.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431f62.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-10431ee2-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431ee2-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431ee2-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431ee2-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431da2-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431da2-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431da2-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431da2-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431da2-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431da2-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431da2-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431da2-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431f62-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431f62-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431f62-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431f62-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431f62-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431f62-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431f62-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431f62-spkid1-r0.bin +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431f1f.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431f1f.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-104316d3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-104316d3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-104316f3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-104316f3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-10431863.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10431863.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-104318d3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-104318d3.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-10431f1f-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431f1f-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431f1f-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431f1f-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104316d3-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104316d3-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104316d3-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104316d3-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104316d3-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104316d3-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104316d3-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104316d3-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104316f3-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104316f3-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104316f3-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104316f3-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104316f3-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104316f3-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104316f3-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104316f3-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431863-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431863-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431863-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431863-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431863-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431863-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10431863-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10431863-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104318d3-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104318d3-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104318d3-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104318d3-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104318d3-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104318d3-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-104318d3-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-104318d3-spkid1-r0.bin +# Link: cirrus/cs35l41-dsp1-spk-prot-17aa2316.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-cali-17aa2316.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# Link: cirrus/cs35l41-dsp1-spk-prot-17aa2317.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# @@ -6805,6 +7457,47 @@ +# Link: cirrus/cs35l41-dsp1-spk-cali-10280cc4-spkid0.bin -> cs35l41-dsp1-spk-cali-10280cbd-spkid0.bin +# Link: cirrus/cs35l41-dsp1-spk-prot-10280cc4-spkid1.bin -> cs35l41-dsp1-spk-prot-10280cbd-spkid1.bin +# Link: cirrus/cs35l41-dsp1-spk-cali-10280cc4-spkid1.bin -> cs35l41-dsp1-spk-cali-10280cbd-spkid1.bin +# +File: cirrus/cs35l41/v6.80.0/halo_cspl_RAM_revB2_29.82.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-10280beb.wmfw -> cs35l41/v6.80.0/halo_cspl_RAM_revB2_29.82.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10280beb.wmfw -> cs35l41/v6.80.0/halo_cspl_RAM_revB2_29.82.0.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-10280b27.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10280b27.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-10280b28.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10280b28.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-prot-10280c4d.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +Link: cirrus/cs35l41-dsp1-spk-cali-10280c4d.wmfw -> cs35l41/v6.61.1/halo_cspl_RAM_revB2_29.63.1.wmfw +# +File: cirrus/cs35l41-dsp1-spk-prot-10280beb-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280beb-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280beb-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280beb-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280b27-spkid0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280b27-spkid0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280b27-spkid1.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280b27-spkid1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280b28-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280b28-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280b28-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280b28-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280b28-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280b28-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280b28-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280b28-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280c4d-spkid0-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280c4d-spkid0-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid0-l1.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280c4d-spkid0-l1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid0-r1.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280c4d-spkid0-r1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280c4d-spkid1-l0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280c4d-spkid1-r0.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid1-l1.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280c4d-spkid1-l1.bin +# +File: cirrus/cs35l41-dsp1-spk-prot-10280c4d-spkid1-r1.bin +# +File: cirrus/cs35l41-dsp1-spk-cali-10280c4d-spkid1-r1.bin +# +# License: Redistributable. See LICENSE.cirrus for details. +# +# @@ -6814,7 +7507,21 @@ +# Copyright © 2022 Cirrus Logic, Inc. and Cirrus Logic International +# Semiconductor Ltd. All Rights Reserved. +# +# ---------------------------------------------------------------------------- +# +-------------------------------------------------------------------------- +# + +# +Driver: cs42l43 - CS42L43 ALSA audio driver +# + +# +File: cs42l43.bin +# + +# +License: Redistributable. See LICENSE.cirrus for details. +# + +# +Use of Cirrus Logic drivers, firmware and other materials is permitted +# +only in connection with Cirrus Logic hardware products. +# + +# +Copyright © 2023 Cirrus Logic, Inc. and Cirrus Logic International +# +Semiconductor Ltd. All Rights Reserved. +# + +# +-------------------------------------------------------------------------- +# +# Driver: mtk-sof - MediaTek Sound Open Firmware driver +# +# @@ -6874,7 +7581,12 @@ +# +# Driver: amlogic - Amlogic SoC Firmware +# File: amlogic/bluetooth/w2_bt_fw_uart.bin +# -Version: date = 38.01, number = 0xa914 +# +Version: 38.01 +# +Info: 0xa914 +# + +# +File: amlogic/bluetooth/w1u_bt_fw_uart.bin +# +Version: 41.05 +# +Info: 0xb024 +# +# Licence: Redistributable. See LICENSE.amlogic for details +# +# @@ -6886,3 +7598,117 @@ +# Version: 1.0.OS@6503725 +# +# License: Redistributable. See LICENSE.powervr for details +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: qcom-sm8550 - Qualcomm ASoC tplg Firmware +# +File: qcom/sm8550/SM8550-HDK-tplg.bin +# +File: qcom/sm8550/SM8550-QRD-tplg.bin +# +Version: v0.1.0 +# + +# +Licence: Redistributable. See LICENCE.linaro for details +# +Originates from https://git.codelinaro.org/linaro/qcomlt/audioreach-topology.git +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: qcom-sm8650 - Qualcomm ASoC tplg Firmware +# +File: qcom/sm8650/SM8650-QRD-tplg.bin +# +File: qcom/sm8650/SM8650-MTP-tplg.bin +# +Version: v0.1.0 +# + +# +Licence: Redistributable. See LICENCE.linaro for details +# +Originates from https://git.codelinaro.org/linaro/qcomlt/audioreach-topology.git +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: ti-tas2781 - tas2781 firmware +# +File: ti/tas2781/TAS2XXX387D.bin +# +File: ti/tas2781/TAS2XXX387E.bin +# +File: ti/tas2781/TAS2XXX387F.bin +# +File: ti/tas2781/TAS2XXX3880.bin +# +File: ti/tas2781/TAS2XXX3881.bin +# +File: ti/tas2781/TAS2XXX3882.bin +# +File: ti/tas2781/TAS2XXX3884.bin +# +File: ti/tas2781/TAS2XXX3886.bin +# +File: ti/tas2781/TAS2XXX38A5.bin +# +File: ti/tas2781/TAS2XXX38A7.bin +# +File: ti/tas2781/TAS2XXX38A8.bin +# +File: ti/tas2781/TAS2XXX38B8.bin +# +File: ti/tas2781/TAS2XXX38B9.bin +# +File: ti/tas2781/TAS2XXX38BA.bin +# +File: ti/tas2781/TAS2XXX38BB.bin +# +File: ti/tas2781/TAS2XXX38BE.bin +# +File: ti/tas2781/TAS2XXX38BF.bin +# +File: ti/tas2781/TAS2XXX38C3.bin +# +File: ti/tas2781/TAS2XXX38CB.bin +# +File: ti/tas2781/TAS2XXX38CD.bin +# +File: ti/tas2781/TAS2XXX38D3.bin +# +File: ti/tas2781/TAS2XXX38D4.bin +# +File: ti/tas2781/TAS2XXX38D5.bin +# +File: ti/tas2781/TAS2XXX38D6.bin +# +File: ti/tas2781/TAS2XXX38DF.bin +# +File: ti/tas2781/TAS2XXX38E0.bin +# +File: ti/tas2781/TIAS2781RCA2.bin +# +File: ti/tas2781/TIAS2781RCA4.bin +# +Link: TAS2XXX387D.bin -> ti/tas2781/TAS2XXX387D.bin +# +Link: TAS2XXX387E.bin -> ti/tas2781/TAS2XXX387E.bin +# +Link: TAS2XXX387F.bin -> ti/tas2781/TAS2XXX387F.bin +# +Link: TAS2XXX3880.bin -> ti/tas2781/TAS2XXX3880.bin +# +Link: TAS2XXX3881.bin -> ti/tas2781/TAS2XXX3881.bin +# +Link: TAS2XXX3882.bin -> ti/tas2781/TAS2XXX3882.bin +# +Link: TAS2XXX3884.bin -> ti/tas2781/TAS2XXX3884.bin +# +Link: TAS2XXX3886.bin -> ti/tas2781/TAS2XXX3886.bin +# +Link: TAS2XXX38A5.bin -> ti/tas2781/TAS2XXX38A5.bin +# +Link: TAS2XXX38A7.bin -> ti/tas2781/TAS2XXX38A7.bin +# +Link: TAS2XXX38A8.bin -> ti/tas2781/TAS2XXX38A8.bin +# +Link: TAS2XXX38B8.bin -> ti/tas2781/TAS2XXX38B8.bin +# +Link: TAS2XXX38B9.bin -> ti/tas2781/TAS2XXX38B9.bin +# +Link: TAS2XXX38BA.bin -> ti/tas2781/TAS2XXX38BA.bin +# +Link: TAS2XXX38BB.bin -> ti/tas2781/TAS2XXX38BB.bin +# +Link: TAS2XXX38BE.bin -> ti/tas2781/TAS2XXX38BE.bin +# +Link: TAS2XXX38BF.bin -> ti/tas2781/TAS2XXX38BF.bin +# +Link: TAS2XXX38C3.bin -> ti/tas2781/TAS2XXX38C3.bin +# +Link: TAS2XXX38CB.bin -> ti/tas2781/TAS2XXX38CB.bin +# +Link: TAS2XXX38CD.bin -> ti/tas2781/TAS2XXX38CD.bin +# +Link: TAS2XXX38D3.bin -> ti/tas2781/TAS2XXX38D3.bin +# +Link: TAS2XXX38D4.bin -> ti/tas2781/TAS2XXX38D4.bin +# +Link: TAS2XXX38D5.bin -> ti/tas2781/TAS2XXX38D5.bin +# +Link: TAS2XXX38D6.bin -> ti/tas2781/TAS2XXX38D6.bin +# +Link: TAS2XXX38DF.bin -> ti/tas2781/TAS2XXX38DF.bin +# +Link: TAS2XXX38E0.bin -> ti/tas2781/TAS2XXX38E0.bin +# +Link: TIAS2781RCA2.bin -> ti/tas2781/TIAS2781RCA2.bin +# +Link: TIAS2781RCA4.bin -> ti/tas2781/TIAS2781RCA4.bin +# + +# +Licence: Allegedly GPLv2+, but no source visible. Marked: +# + Copyright (C) 2023 Texas Instruments +# + +# +Found in hex form in kernel source. +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: ti-tas2563 - tas2563 firmware +# +File: ti/tas2563/TAS2XXX3870.bin +# +File: ti/tas2563/INT8866RCA2.bin +# +Link: TAS2XXX3870.bin -> ti/tas2563/TAS2XXX3870.bin +# +Link: INT8866RCA2.bin -> ti/tas2563/INT8866RCA2.bin +# + +# +Licence: Allegedly GPLv2+, but no source visible. Marked: +# + Copyright (C) 2023 Texas Instruments +# + +# +Found in hex form in kernel source. +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: Mont-TSSE - Mont-TSSE(TM) Crypto Algorithm Accelerator Driver +# +File: tsse_firmware.bin +# +Version: 1.0.0 +# + +# +Licence: Redistributable. See LICENSE.montage for details +# + +# +-------------------------------------------------------------------------- +# + +# +Driver: panthor - Arm Mali CSF firmware +# +File: arm/mali/arch10.8/mali_csffw.bin +# +Version: arch10.8 +# + +# +License: Redistributable. See LICENCE.mali_csffw 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 \ @@ -93,7 +1876,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ file://LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0 \ file://LICENCE.cavium;md5=c37aaffb1ebe5939b2580d073a95daea \ file://LICENCE.chelsio_firmware;md5=819aa8c3fa453f1b258ed8d168a9d903 \ - file://LICENSE.cirrus;md5=bb18d943382abf8e8232a9407bfdafe0 \ + file://LICENSE.cirrus;md5=662ea2c1a8888f7d79ed7f27c27472e1 \ file://LICENCE.cnm;md5=93b67e6bac7f8fec22b96b8ad0a1a9d0 \ file://LICENCE.cw1200;md5=f0f770864e7a8444a5c5aa9d12a3a7ed \ file://LICENCE.cypress;md5=48cd9436c763bf873961f9ed7b5c147b \ @@ -151,7 +1934,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=a344e6c28970fc7daafa81c10247aeb6 \ " # WHENCE checksum is defined separately to ease overriding it if # class-devupstream is selected. @@ -243,7 +2026,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] = "96af7e4b5eabd37869cdb3dcbb7ab36911106d39b76e799fa1caab16a9dbe8bb" +SRC_URI[sha256sum] = "bf0f239dc0801e9d6bf5d5fb3e2f549575632cf4688f4348184199cb02c2bcd7" inherit allarch