From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V2wus-0006ZT-Kv for mharc-grub-devel@gnu.org; Sat, 27 Jul 2013 01:19:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2wuq-0006ZK-LT for grub-devel@gnu.org; Sat, 27 Jul 2013 01:19:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2wup-0007Ht-NG for grub-devel@gnu.org; Sat, 27 Jul 2013 01:19:40 -0400 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:56237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2wup-0007Hn-Ft for grub-devel@gnu.org; Sat, 27 Jul 2013 01:19:39 -0400 Received: by mail-la0-f52.google.com with SMTP id fq13so2007773lab.25 for ; Fri, 26 Jul 2013 22:19:38 -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=1CzJZTwPHYepVgCreE4eJNBno05WhNob0MJ6aQLBi+c=; b=pvprKkMPy9Gk/9zfh8O/B3gwJXhKhztuPUxXw2ZHqkgaTFfx8GOlOmyxtC6LhK4M3k ZJmJi9LDLMjrm/yGrUj0LdqM+BQDb5B4OPsZ+cvDBtlpcoZ21Parsg66sV57BH5RB1lJ o/PEHxAPpm3dLYCSUMjKqTl0sv5ObU4i0aS5qdTtgZq+EO+8R4kFQDhJVrUmg7Mf1Q7F ZMwN8JKGAw9jlpHwLdCVMPaQQaVu5Nw88G9+I7r8SAknWQrXP9Ffzq40+bAvKQpb2m5i MKzoZ/361Zv1RU20SUf0cTt57raTFubRjz3qJK3nK/QHa5izctVF+Rp9eF++aeYcvu9t 3CcA== X-Received: by 10.112.52.97 with SMTP id s1mr21809696lbo.8.1374902378161; Fri, 26 Jul 2013 22:19:38 -0700 (PDT) Received: from opensuse.site (ppp79-139-160-84.pppoe.spdop.ru. [79.139.160.84]) by mx.google.com with ESMTPSA id v18sm2065586lbd.5.2013.07.26.22.19.37 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 26 Jul 2013 22:19:37 -0700 (PDT) Date: Sat, 27 Jul 2013 09:19:36 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] [ARM] Enable boot module for arm Message-ID: <20130727091936.20e9a978@opensuse.site> In-Reply-To: <51F34AE4.1080709@gmail.com> References: <51EBE025.6040302@gmail.com> <51F137FE.4030102@gmail.com> <51F139FF.2030402@gmail.com> <51F13E82.7040207@gmail.com> <20130727074625.64ad89d2@opensuse.site> <51F34AE4.1080709@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::234 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 05:19:41 -0000 =D0=92 Sat, 27 Jul 2013 06:21:56 +0200 Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0=B8= =D1=88=D0=B5=D1=82: > On 27.07.2013 05:46, Andrey Borzenkov wrote: > > =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 > >> currently is that testsuite works neither for arm-efi nor for arm-uboot > >> and I didn't find a way to make qemu load file from iso from either > >> 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? > I have exactly the same problem. It's possible to support verstile/pb=20 > with armv5 but available u-boot tutorials for qemu ask you to=20 > concatenate payload with u-boot itself which is annoying to handle. It would be the first step, but my problem is, I cannot make it work even using concatenation. u-boot does show me correct image info for embedded grub, but I cannot launch it. Using default load address 0x08000000 qemu errors out because address is not in RAM (and it will not let me change amount of RAM for versatilepb); I tried to change load address to something else, like 0x04000000 and it just immediately resets in this case after "bootm 0x04000000".