X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 10BCEDC008D for ; Fri, 4 Apr 2014 10:17:55 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id b8so2335729lan.12 for ; Fri, 04 Apr 2014 03:17:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=AHbNarfv0m5vRaAfi0IVnPCmHi8Pi+mFS3KN+zjepT8=; b=rVEyTjSOWEpPdj1wS2XC5/IKtmxfvy/PS81XQuxLd903KDDTaryUmRdeLgo2RnMDhT Zud9DyMVrXIHiUIao/UwDymPu6/b6emNBwJnGEpfRZyc825m69weFk/rJEqkya5p43U2 Q6vAEE6MzweJJr/cfrmZ2NQK+Do97pCJWMNa7VsMHgFqG62srEYiloh+nKb4Tj859oAt tvYRkXR82V/3wBQf2REGABnO1Tvr4gdrnBJCM4N9MrFwBbCjwAJuOCA8g1JacISpaODp Dci90LwLHtOk12aA+1WsHze/IOyCcTQI38+05qQ5waUiSj5C6PaVFs097ppY3hgL6vDa zxJQ== X-Received: by 10.152.6.2 with SMTP id w2mr8050998law.28.1396606671920; Fri, 04 Apr 2014 03:17:51 -0700 (PDT) Received: from vostro ([2001:1bc8:101:f402:21c:23ff:fefc:bf0b]) by mx.google.com with ESMTPSA id qf1sm5388243lbc.8.2014.04.04.03.17.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Apr 2014 03:17:51 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Fri, 4 Apr 2014 13:19:21 +0300 From: Timo Teras To: Florian Heigl Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] ARM CPU Support Message-ID: <20140404131921.53a674c5@vostro> In-Reply-To: References: X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; i486-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, On Thu, 3 Apr 2014 11:48:20 +0200 Florian Heigl wrote: > there was a recent question about what ARM based hardware people care > about / wished it had Alpine support. >=20 > In my case I use the following: >=20 > Raspi (Debian atm, would only switch if all funny performance patches > are available, because otherwise it=E2=80=99s just too slow) It does NTP, > DHCP, DNS Can you define 'performance patches'? We are currently building only armhf variant (hard-float), which is the major performance issue. Also we do linux-rpi (non-grsec) kernel with the github stuff applied (planning to push it to aports today). There is also some omxplayer, and some otherstuff packaged. But eg. Qt is not compiled with the rpi stuff; at least not yet. Need to figure out how to do that nicely. > 2x CubieTruck (Debian, would love to =E2=80=9Cfree=E2=80=9D them). They= =E2=80=99re my Apache, > Monitoring and MooseFS storage nodes, etc. I know some other Alpine > users also have them. They=E2=80=99re a nice deal, two cores, 2GB Ram, NA= ND. > They=E2=80=99re not 100% ready for a stock kernel, afaik. >=20 > 3x Zyxel NSA 325 Nas (Still on stock plus a Debian chroot. I might > switch them to Arch, but I=E2=80=99d love something that runs natively on= the > NAND and not off USB) >=20 > 1x Nexus7 - Running Ubuntu, I=E2=80=99ll probably change this back to > Android. It=E2=80=99s the only of the pack that has a good CPU, but it la= cks > support for parallel USB devices and charging. For everything else, I'd like to just ship single multiplatform kernel. If these are doable by just enabling proper kernel config / u-boot image, it'll be simple to add. We can consider adding patches to -grsec kernel if they are not too intrusive and apply to -grsec tree. I'm also consider if we should in addition to 'armhf' variant provide a dedicated build for armv7+ that defaults to build everything in thumb2 mode. Seems that rpi is really the only armv6 thing in the wild. All other popular boards start to be armv7. > I hope this gives some overview of whats out there in the wild. Yeah. Thanks. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---