From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VhOpv-0008Ja-ON for mharc-grub-devel@gnu.org; Fri, 15 Nov 2013 14:13:47 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhOpl-0008Fw-Kh for grub-devel@gnu.org; Fri, 15 Nov 2013 14:13:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhOpd-0002qg-5U for grub-devel@gnu.org; Fri, 15 Nov 2013 14:13:37 -0500 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:54647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhOpc-0002qG-TU for grub-devel@gnu.org; Fri, 15 Nov 2013 14:13:29 -0500 Received: by mail-la0-f43.google.com with SMTP id n7so3060564lam.2 for ; Fri, 15 Nov 2013 11:13:27 -0800 (PST) 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:mime-version :content-type:content-transfer-encoding; bh=vPa1JjPCz0Zr7GVnrlaJ6xwHRp4+vDRvuluCEOXFsLc=; b=VkQ+jYGhAhT+HP8opHre/NSS1MFn0z7xU6pWi1uB0o64tvL0EJZ2Ku81xuiongtJmW lzcdBrb8huLGgRP7on5+9hR+31sZhjwBA//JM3WV7TcTtv+iJlKAV07AclZf3Vr8HnkY pAUeg2ADw/MIKGNhx/4YuxFCFeuUKHKc1IvI1qlngDe1qf08rER4BThU/Mz+ikw7cJtI pzAL32UYwkjiMfmQQO+7mqDDJYXQAIEwsEdPmPwF7WgQz7I7z+EA+tbLTI4Hw7TayDYC JiNYQNgdRTjAj8nmd6QzH0Hi/Ty0m3hPDoA/p/XYc8Du3ucv+J4Aqi8Nnw8jdtsoBmvQ TeZA== X-Received: by 10.152.225.161 with SMTP id rl1mr2146740lac.38.1384542807405; Fri, 15 Nov 2013 11:13:27 -0800 (PST) Received: from opensuse.site (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id c10sm205514lbd.9.2013.11.15.11.13.26 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 15 Nov 2013 11:13:26 -0800 (PST) Date: Fri, 15 Nov 2013 23:13:25 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] [ARM] Enable boot module for arm Message-ID: <20131115231325.1d3fa95a@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.2 (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::22b 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: Fri, 15 Nov 2013 19:13:46 -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. With current grub (that added support for transparent caches on armv5) I can finally boot grub over PXE (core.img or rescue image; need to add netboot support) using qemu versatilepb. Now the problem is to do anything useful hard disk is needed and default u-boot for versatileqemu does not seem to offer any support (or may be it is qemu -M versatilepb). Were you successful in running arm port under qemu?