From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Atheros firmware support Date: Wed, 12 Nov 2014 14:00:37 +0100 Message-ID: <87ppcstvyi.fsf@gnu.org> References: <87h9y4viwc.fsf@gnu.org> <20141112102352.GA16583@debian.math.u-bordeaux1.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoXXS-0007MQ-9s for guix-devel@gnu.org; Wed, 12 Nov 2014 08:00:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoXXM-0008Kf-UY for guix-devel@gnu.org; Wed, 12 Nov 2014 08:00:46 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:53642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoXXM-0008KA-N1 for guix-devel@gnu.org; Wed, 12 Nov 2014 08:00:40 -0500 In-Reply-To: <20141112102352.GA16583@debian.math.u-bordeaux1.fr> (Andreas Enge's message of "Wed, 12 Nov 2014 11:23:52 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Wed, Nov 12, 2014 at 10:59:47AM +0100, Ludovic Court=C3=A8s wrote: >> Commit 1306b0b fixes a miscompilation of the ath9k-htc-firmware package >> (I had overlooked the fact that the upstream source patches Binutils and >> GCC to get things done.) > > This is a bit frightening: > $ git diff 1306b0b003a557105d3b27e44052db217c7283d3^ 1306b0b003a557105d3b= 27e44052db217c7283d3 | wc -l > 29177 Yeah. The patches come from the firmware=E2=80=99s source code repo: https://github.com/qca/open-ath9k-htc-firmware/tree/master/local/patches Normally, one would run =E2=80=98make toolchain=E2=80=99 in the firmware=E2= =80=99s source tree, which would build a patched tool chain. But here, we build the tool chain ourselves, so we need to import these patches. We can only hope that Qualcomm will get those patches upstream. Ludo=E2=80=99.