From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V2vSi-0003Md-Ap for mharc-grub-devel@gnu.org; Fri, 26 Jul 2013 23:46:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2vSf-0003Jt-AB for grub-devel@gnu.org; Fri, 26 Jul 2013 23:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2vSe-00054L-He for grub-devel@gnu.org; Fri, 26 Jul 2013 23:46:29 -0400 Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]:54797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2vSe-000544-9j for grub-devel@gnu.org; Fri, 26 Jul 2013 23:46:28 -0400 Received: by mail-la0-f44.google.com with SMTP id fo12so1740917lab.17 for ; Fri, 26 Jul 2013 20:46:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=kfKfZ/L+Nk3ng0UXOPnduCvScfg8qwI7lRmkDhnOgSM=; b=m2wwhBNumLRzHf4Nwz3WlHRzY+JyUTwNQyauRcQalCNmq68FALKLCrGAE1mJ6p9zHz rlZsydfD0Nlr4xbtJeIqDx4rgiUa9DFQjRhQfhRi+LDET6nT30vogw9RPWv2rHwTkM/o bwQNA2BUZmJWAIMGxh+Xb5V7IZLH9wa8+Yfo3zZ+PuVgR0+UM4C0+VPR6oaT8pv06cc5 zIkWuPywrIkIVPrIrEqzrK3TBxls4rXZBep3g0tsZi92LpSdnX3VBobGtE+DZD+S7Xuw Fy6eABgcjHSkHisTs5Kzsr90x85MMbIatmjO91MLopAp5xOmelABCrUORN937bi2IFIQ pq2g== X-Received: by 10.112.92.73 with SMTP id ck9mr21410897lbb.69.1374896786302; Fri, 26 Jul 2013 20:46:26 -0700 (PDT) Received: from opensuse.site (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id 8sm1979958lbq.4.2013.07.26.20.46.25 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 26 Jul 2013 20:46:25 -0700 (PDT) Date: Sat, 27 Jul 2013 07:46:25 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] [ARM] Enable boot module for arm Message-ID: <20130727074625.64ad89d2@opensuse.site> In-Reply-To: <51F13E82.7040207@gmail.com> References: <51EBE025.6040302@gmail.com> <51F137FE.4030102@gmail.com> <51F139FF.2030402@gmail.com> <51F13E82.7040207@gmail.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22c 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: Sat, 27 Jul 2013 03:46:31 -0000 =D0=92 Thu, 25 Jul 2013 17:04:34 +0200 Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0=B8= =D1=88=D0=B5=D1=82: > > > ARM branch won't be maintained anymore. My main problem with arm=20 > currently is that testsuite works neither for arm-efi nor for arm-uboot=20 > and I didn't find a way to make qemu load file from iso from either=20 > u-boot or efi. Could you show command line used to run grub under qemu? So far I was unsuccessful to find working combination. Do you need special u-boot build?