From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V2w16-0007Ug-IR for mharc-grub-devel@gnu.org; Sat, 27 Jul 2013 00:22:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2w13-0007TU-H3 for grub-devel@gnu.org; Sat, 27 Jul 2013 00:22:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2w11-0007BU-IZ for grub-devel@gnu.org; Sat, 27 Jul 2013 00:22:01 -0400 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:44813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2w11-0007BM-BN for grub-devel@gnu.org; Sat, 27 Jul 2013 00:21:59 -0400 Received: by mail-ea0-f175.google.com with SMTP id z7so1887771eaf.34 for ; Fri, 26 Jul 2013 21:21: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=Zlzj9fl/pUPF1hvQ2XnwDvqnhxc/5Yo09/vMqxg5QwY=; b=QSQWpECdL1oyajAOrP03rhUJHfXUa3es/xipz7WbuKWCDTQdZWg6DcJYrY3GoLaCH7 sCQsJoQfDbeEn1PmBgQpxhaXlqEG0Imi2oGjrStrP6bTor2brfAtLezm0+iTIFCEEPEx 005MyLOs2WSvnE4WhOI7xVRELYnNJ4bgqkGFdFmPTA86bzWWaO/KUM+uHa5vIJWbAH/A NNakVl7i/VX5OofiRJgFihPklCtia1dPmxzfe2f4kiG8eH97sTqKuIJjcbd5uIzs/mlb 2w38exPr2f7JDONiKg32xm/5ISsdVAsJe5Ltgs+aRNQvNCAeAMvI2VHXo0e13cK62ZZV zaOw== X-Received: by 10.14.204.71 with SMTP id g47mr4144377eeo.145.1374898917945; Fri, 26 Jul 2013 21:21:57 -0700 (PDT) Received: from [192.168.1.113] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id k3sm13948241een.16.2013.07.26.21.21.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 21:21:57 -0700 (PDT) Message-ID: <51F34AE4.1080709@gmail.com> Date: Sat, 27 Jul 2013 06:21:56 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 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> In-Reply-To: <20130727074625.64ad89d2@opensuse.site> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22f 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 04:22:03 -0000 On 27.07.2013 05:46, Andrey Borzenkov wrote: > В Thu, 25 Jul 2013 17:04:34 +0200 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >>> >> 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 with armv5 but available u-boot tutorials for qemu ask you to concatenate payload with u-boot itself which is annoying to handle. > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >