From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNEu2-00081U-DZ for guix-patches@gnu.org; Fri, 08 Dec 2017 04:25:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNEty-0005JO-E2 for guix-patches@gnu.org; Fri, 08 Dec 2017 04:25:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42635) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eNEty-0005JH-AI for guix-patches@gnu.org; Fri, 08 Dec 2017 04:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eNEty-0007yB-19 for guix-patches@gnu.org; Fri, 08 Dec 2017 04:25:02 -0500 Subject: [bug#29409] [PATCH] system: vm: Do not add EFI partition on ARM system. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <1511965226-12253-1-git-send-email-m.othacehe@gmail.com> <1511965226-12253-2-git-send-email-m.othacehe@gmail.com> <20171201211416.3977f6b1@scratchpost.org> Date: Fri, 08 Dec 2017 10:24:21 +0100 In-Reply-To: <20171201211416.3977f6b1@scratchpost.org> (Danny Milosavljevic's message of "Fri, 1 Dec 2017 21:14:16 +0100") Message-ID: <87shcl373u.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 29409@debbugs.gnu.org Danny Milosavljevic skribis: > Be advised that there are ARM processors that do use EFI (some ARMv8 and = aarch64 boards). I'm not opposed to this patch but in the future it might = be better to have a flag specify whether to use UEFI. The SoftIron OverDrive 1000 boxes (aarch64) that we were just donated use UEFI. This might actually make porting easier since it=E2=80=99s pretty much indistinguishable from x86_64/UEFI, isn=E2=80=99t it? Ludo=E2=80=99.