From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VhU1F-0001bd-5s for mharc-grub-devel@gnu.org; Fri, 15 Nov 2013 19:45:49 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhU17-0001ai-Fz for grub-devel@gnu.org; Fri, 15 Nov 2013 19:45:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhU11-0005G2-Vg for grub-devel@gnu.org; Fri, 15 Nov 2013 19:45:41 -0500 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:34304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhU11-0005Fv-GT for grub-devel@gnu.org; Fri, 15 Nov 2013 19:45:35 -0500 Received: by mail-ea0-f177.google.com with SMTP id f15so1585372eak.36 for ; Fri, 15 Nov 2013 16:45:33 -0800 (PST) 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; bh=CagURCAB3K25RszUy+Qh6k5PpbPIBJNL391gIEHxVTA=; b=yLh1D5vkfQERqjJZfTaZ1jchDjVvbYGfCM+WlvtubUp8X2VUWto4aA9jxFcmuAzJP7 jAzXsjp3aiwabCfKxFP5zOgLk71b063XcnQoHjMXjIHIfri9Deq6Fx+N23jvXcNMw4jO v+isH2H9vl7H4ZcZCsYgLGt/0/oYe/weNfpe20hJGlTbZtw64si9dJA6WWhRuNnxgPM+ 08BBNr4IjAL+etv9mNTi5vDLQBqE1iXeVZQdMu2cQf18xR6YLchr68wIz2BmhagkgLwm asM16XUqlk5oQYRzULnKZtfPw2dzzstucRKReOhObpJHxUTwZt6kIjLnGA3n+McgQHzy VGTg== X-Received: by 10.15.108.142 with SMTP id cd14mr2070308eeb.139.1384562733515; Fri, 15 Nov 2013 16:45:33 -0800 (PST) Received: from [192.168.1.16] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id b42sm11356259eem.9.2013.11.15.16.45.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Nov 2013 16:45:32 -0800 (PST) Message-ID: <5286C02B.9050404@gmail.com> Date: Sat, 16 Nov 2013 01:45:31 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] [ARM] Enable boot module for arm 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> <20131115231325.1d3fa95a@opensuse.site> In-Reply-To: <20131115231325.1d3fa95a@opensuse.site> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="----enig2NUVJHCKFAMJWANGSBCDQ" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::231 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, 16 Nov 2013 00:45:47 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2NUVJHCKFAMJWANGSBCDQ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 15.11.2013 20:13, Andrey Borzenkov wrote: > =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: >=20 >> 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-ub= oot >>>> 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 = >> with armv5 but available u-boot tutorials for qemu ask you to=20 >> concatenate payload with u-boot itself which is annoying to handle. >=20 > 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. >=20 > 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? >=20 I didn't do netboot but concatenated with u-boot. It worked to similar extent as what you describe. Another promising board is vexpress but I had problems with MMC support in u-boot don't remember what it was exactl= y. > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >=20 ------enig2NUVJHCKFAMJWANGSBCDQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlKGwCsACgkQmBXlbbo5nOvC1QD/XWIS7enWtixOoE2EpQKIrEaX yRwYRppir2PDU2Sk/KAA+wS0UFfxdhY6MfeuT0FgmDSCVmDL0hZXa5U1ZCVXJ9ZV =21x0 -----END PGP SIGNATURE----- ------enig2NUVJHCKFAMJWANGSBCDQ--