From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V2N5r-0000Pm-BY for mharc-grub-devel@gnu.org; Thu, 25 Jul 2013 11:04:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2N5o-0000OE-FG for grub-devel@gnu.org; Thu, 25 Jul 2013 11:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2N5n-0004yk-2f for grub-devel@gnu.org; Thu, 25 Jul 2013 11:04:36 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:49099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2N5m-0004ya-U4 for grub-devel@gnu.org; Thu, 25 Jul 2013 11:04:35 -0400 Received: by mail-wi0-f172.google.com with SMTP id c10so5740208wiw.11 for ; Thu, 25 Jul 2013 08:04:34 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=lwTteHLr+vGWvXohcFC6QXj6yUR6aN9S24p+ZdRs3YI=; b=aEEiuKB8s6U2esV84vQatGOUMv6CikrWAH9+gQUUE1r4xRJSq6SV5m2vVl/rjS6xDz 6w29N2r8vJh6oZt8GuJGCeLsL261CRdzZSWP++TFKJbfdyX4ex9oMtfkR6zR9DOjk/D1 Q550Xu3GZFHxSUqaYaC7ewI/Uq28TK7DlCgSkdcWVfzKyrpnSotEaQfczQAxPksiotrI VxkXzcM7xjNcHKZ3hiHtGHwGc+ejlbq5lrDZbubcVf6IByUVC38jO08FAZ+s+PsgfvIG 3z/ftY40jcZice+vi11jeK8kGb+v0xJKxX+QTnz5lDg4a7U3/s/5UBE94MZq5mqrLkaZ cM6A== X-Received: by 10.194.22.167 with SMTP id e7mr32051906wjf.68.1374764674290; Thu, 25 Jul 2013 08:04:34 -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 fs8sm4368446wib.0.2013.07.25.08.04.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 25 Jul 2013 08:04:33 -0700 (PDT) Message-ID: <51F13E82.7040207@gmail.com> Date: Thu, 25 Jul 2013 17:04:34 +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: Francesco Lavra Subject: Re: [PATCH] [ARM] Enable boot module for arm References: <51EBE025.6040302@gmail.com> <51F137FE.4030102@gmail.com> <51F139FF.2030402@gmail.com> In-Reply-To: <51F139FF.2030402@gmail.com> 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:400c:c05::22c Cc: The development of GNU GRUB 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: Thu, 25 Jul 2013 15:04:38 -0000 On 25.07.2013 16:45, Francesco Lavra wrote: > On 07/25/2013 04:36 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> On 21.07.2013 15:20, Francesco Lavra wrote: >>> Since the last merge of mainline into the arm branch, building for arm >>> fails because commands/boot.c is not compiled anymore. The boot module >>> should be enabled for arm too. >>> >> Few lines down you have: >> enable = arm_efi; >> enable = arm_uboot; >> >> Didn't it work for you? Did you redo autogen after checkout in the first >> place? > > Actually this patch was against the arm branch, not trunk. Only later I > noticed that the arm branch had been merged back into trunk, so maybe > the arm branch is not going to be maintained anymore... in this case, > sorry for the noise. > 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.