From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Guix on Mobile (Was: Interest check: U-Boot bootloader support) Date: Mon, 22 Feb 2016 21:17:56 +0100 Message-ID: <20160222211756.6f286f57@scratchpost.org> References: <20160220204325.GA16645@novena-choice-citizen.lan> <87vb5giupe.fsf@grrlz.net> <87povo8w0k.fsf@dustycloud.org> <20160222191927.GA4900@novena-choice-citizen.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXwvk-0003NF-8S for guix-devel@gnu.org; Mon, 22 Feb 2016 15:18:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXwvh-0006ms-2N for guix-devel@gnu.org; Mon, 22 Feb 2016 15:18:04 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:49512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXwvg-0006mZ-SC for guix-devel@gnu.org; Mon, 22 Feb 2016 15:18:00 -0500 In-Reply-To: <20160222191927.GA4900@novena-choice-citizen.lan> 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: Jookia <166291@gmail.com> Cc: guix-devel@gnu.org Hi, On Tue, 23 Feb 2016 06:19:27 +1100 Jookia <166291@gmail.com> wrote: > Basically the bootloader would just be Linux to do some hardware init (touch screen, etc) Actually, on ARM you usually have to do basic hardware init before Linux runs. Linux doesn't do it all. Often, booting Linux without U-Boot doesn't work. On linux-sunxi, U-Boot initializes some clocks, memory, important regulators, USB, MMC and the framebuffer (I'm sure I forgot some). U-Boot started out as just a tiny copy of Linux, but it has diverged a bit since. There are also weird things like you aren't allowed to turn stuff you need later off (in, say, U-Boot), because once it's off, you can't turn it on again (because it's off, duh) without rebooting. So kexeced Linux can find itself in a world of hurt. (There's a special data-passing mechanism between U-Boot and Linux in order to mitigate that problem - but does it work between Linux and kexec-Linux?) > systems with GRUB and U-Boot as Linux tends to initialize hardware better than > them (neither U-Boot nor Libreboot like either of the EDID values of my screen!) > and would probably allow faster bootup given you're not initializing the > hardware twice. I also have a screen with wrong EDID. I have a DVI<->HDMI adapter by ATI which contains an EDID chip in order to fake the data in order to get it to work. How insane is that? That said, on the general interest: guix is already slooow on a fairly modern X200. If that ran on an armv7, it would probably be much slower. Not fun. But might be worth a try. Did someone try the non-GuixSD armv7 thing? Is the speed acceptable?