From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VakYP-0004iG-CT for mharc-grub-devel@gnu.org; Mon, 28 Oct 2013 07:00:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VakYG-0004cl-Sv for grub-devel@gnu.org; Mon, 28 Oct 2013 07:00:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VakYB-00060r-HG for grub-devel@gnu.org; Mon, 28 Oct 2013 07:00:04 -0400 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:35475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VakYB-00060j-A3 for grub-devel@gnu.org; Mon, 28 Oct 2013 06:59:59 -0400 Received: by mail-ea0-f169.google.com with SMTP id k11so2130592eaj.28 for ; Mon, 28 Oct 2013 03:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=h/OpoqRxgK+08zmLtfrLcyv9xsdNP2VIJnVk8o94GBo=; b=qWVsE+zhZ7gHQ/cYF0TPud6+F11leHUwoQMTU01tiR9a6ci8y/01a8GbNmD0VR6CgX zJRu82kmxY50xpOFi7rR5GIdJcwkrjDqa8jUC/gd+6EyWArbYbRpYaF4FeIW9LT29sUz kv13mpY8oMcpX3eIr/hnvKa+DrgpncooIWoR1mf+Eja+PaWkZMTsH5E8ZxxyOPCQOnwl wrKDLPGtJA3Nsz1cihyzIp5mapWChYFGVw4eJtIHObAlAgy5INChTGlmhI3+uSxmpMv4 Dp0l9J6jTTOPN2dDgiV4HXsN5jXF6I1K0h0K+o8YAwDifsdi+DfPxfGPQIycaw8rue7e dHKQ== X-Received: by 10.14.6.134 with SMTP id 6mr1762194een.66.1382957998352; Mon, 28 Oct 2013 03:59:58 -0700 (PDT) Received: from [192.168.56.2] (an-19-190-231.service.infuturo.it. [151.19.190.231]) by mx.google.com with ESMTPSA id m54sm55806239eex.2.2013.10.28.03.59.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Oct 2013 03:59:57 -0700 (PDT) Message-ID: <526E43CE.4000701@gmail.com> Date: Mon, 28 Oct 2013 12:00:30 +0100 From: Francesco Lavra User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [RFT] Rewrite timer on arm efi and remove leftover in startup code References: <524DF3DD.9030208@gmail.com> <20131007113008.GE1557@rocoto.smurfnet.nu> In-Reply-To: <20131007113008.GE1557@rocoto.smurfnet.nu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::229 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 11:00:10 -0000 Hi, On 10/07/2013 01:30 PM, Leif Lindholm wrote: > Hmm - trunk does not however seem to be able to successfully boot a > Linux kernel on ARM/UEFI currently. I will look into that. You may have run into the same issues I run into when I try booting a Linux kernel with device tree. See my patch at http://lists.gnu.org/archive/html/grub-devel/2013-10/msg00209.html, it may help. -- Francesco