From mboxrd@z Thu Jan 1 00:00:00 1970 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 32707C6FD1C for ; Thu, 23 Mar 2023 10:19:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id EF80FC4339C; Thu, 23 Mar 2023 10:19:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6258C4339B; Thu, 23 Mar 2023 10:19:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679566757; bh=iFJ0dkfOZcvaIQ3ZbdpbveioIRv27g+mvElOL3bbjQo=; h=From:To:List-Id:Cc:Subject:References:Date:In-Reply-To:From; b=R33ga/d6UTStTQxmB4aRweFN8ZDbDdmlk1qXXmHygvPHiOcWF0EuBo1ooSt71O/DO 1U2BD9/lxM7sILSn11/f2BuF3/tgO46zJaXCJKM39r2YUjOShV3QrXC19P5fXbsoTi uIUfvk6h8RqUuoJYsRyFxLGCqoF+L0i6dtkPbiZ6i+J395ZG7GkUZslSaSgj47J1gs rZjJcDh780KGD2jz/m2KvzUPgNLvubczmM8kJw/vuo5NDZOEhiW7uU579ardqcFAOS XKytJFo1Ib6EVopZ6OK6AdKg7cvUjrk05YDDoFTrcf3B4pPHC4rRV+WMXRwUnXJyyS XDttGd9erQyjQ== From: Kalle Valo To: Dmitry Baryshkov List-Id: Cc: linux-firmware@kernel.org, linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, ath11k@lists.infradead.org Subject: Re: [PULL linux-firmware] ath10k & ath11k firmware 20230215 References: <878rgzuw37.fsf@kernel.org> <87v8ite3g4.fsf@kernel.org> Date: Thu, 23 Mar 2023 12:19:12 +0200 In-Reply-To: (Dmitry Baryshkov's message of "Thu, 23 Mar 2023 11:35:01 +0200") Message-ID: <875yarepnj.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Dmitry Baryshkov writes: > On Wed, 22 Mar 2023 at 07:54, Kalle Valo wrote: >> >> Dmitry Baryshkov writes: >> >> >> ath11k/IPQ5018/hw1.0/Notice.txt | 4094 ++++++++++++++++++++++++++++++ >> >> ath11k/IPQ5018/hw1.0/board-2.bin | Bin 0 -> 524564 bytes >> >> ath11k/IPQ5018/hw1.0/m3_fw.b00 | Bin 0 -> 148 bytes >> >> ath11k/IPQ5018/hw1.0/m3_fw.b01 | Bin 0 -> 136 bytes >> >> ath11k/IPQ5018/hw1.0/m3_fw.b02 | Bin 0 -> 262144 bytes >> >> ath11k/IPQ5018/hw1.0/m3_fw.flist | 3 + >> >> ath11k/IPQ5018/hw1.0/m3_fw.mdt | Bin 0 -> 284 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b00 | Bin 0 -> 532 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b01 | Bin 0 -> 520 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b02 | Bin 0 -> 7552 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b03 | Bin 0 -> 545008 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b04 | Bin 0 -> 86788 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b05 | Bin 0 -> 17776 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b07 | Bin 0 -> 1488 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b08 | Bin 0 -> 4096 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b09 | Bin 0 -> 2330624 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b10 | Bin 0 -> 269028 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b11 | Bin 0 -> 99436 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b13 | Bin 0 -> 7024 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.b14 | Bin 0 -> 1668 bytes >> >> ath11k/IPQ5018/hw1.0/q6_fw.flist | 13 + >> >> ath11k/IPQ5018/hw1.0/q6_fw.mdt | Bin 0 -> 1052 bytes >> > >> > For the past several years, the Qualcomm community has been shifting >> > from the pack of .mdt+.bNN files to a single .mbn file as a main >> > firmware file format. It reduces the back-and-forth between the kernel >> > and userspace and also simplifies handling of these files. >> > >> > In-kernel mdt loader provides backwards compatibility, detecting the >> > file type and using .mbn instead of .mdt one, retaining the name (or >> > using symlink). >> > >> > Do you have any plans to also shift from .mdt to .mbn? >> >> I have not heard any such plans but I'll ask around. Would you mind >> filing this to bugzilla as a feature request? > > Done, https://bugzilla.kernel.org/show_bug.cgi?id=217235 Thanks, this helps me with tracking. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches