From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V2MnC-0006aa-5e for mharc-grub-devel@gnu.org; Thu, 25 Jul 2013 10:45:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Mn6-0006Q0-Gu for grub-devel@gnu.org; Thu, 25 Jul 2013 10:45:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2Mn3-0007Nf-JC for grub-devel@gnu.org; Thu, 25 Jul 2013 10:45:16 -0400 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]:45711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Mn3-0007NQ-DA for grub-devel@gnu.org; Thu, 25 Jul 2013 10:45:13 -0400 Received: by mail-ea0-f172.google.com with SMTP id q10so996228eaj.31 for ; Thu, 25 Jul 2013 07:45:11 -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=IKdvrNuOG7aKU4gwKzGD42ixNMz5GWF4/vPHQDIgGPo=; b=MXa/sXtj2XN9neNiCifJ0MqRQy6vJp6FvtIXiXQnm+yFUkSAIycE8Q/y4s/6cCaUnQ x/FfxV9gqQUIZFKAmL0S6FvbEj9LCCNDLIA3B6hpDUJrKpTL02DD8gtlxvvh9XYWzhZa 3O3FeK/PpI5LwsbRfuXkYw6L2UfDrrP9DhV0Kmqzay9Bm9hjHuk1loF3RBRC5b3JL7jW I8XG01D09xkr6LmBg7MOZ2Y+D1bnZRXTTfdxdJItS+CDVv3zXcEKzT146/UjrKpon7x4 oZPuTf4+qGffsB0Qe6+rjuEJRrhgM5/pC6pR5j9jNyjYlCjK8BRVVDv59MQorHVjiPz8 czmw== X-Received: by 10.14.218.136 with SMTP id k8mr43311958eep.111.1374763511870; Thu, 25 Jul 2013 07:45:11 -0700 (PDT) Received: from [192.168.56.2] (adsl-ull-249-43.47-151.net24.it. [151.47.43.249]) by mx.google.com with ESMTPSA id m1sm74192621eex.17.2013.07.25.07.45.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 25 Jul 2013 07:45:11 -0700 (PDT) Message-ID: <51F139FF.2030402@gmail.com> Date: Thu, 25 Jul 2013 16:45:19 +0200 From: Francesco Lavra User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 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> In-Reply-To: <51F137FE.4030102@gmail.com> Content-Type: text/plain; charset=UTF-8 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::22c Cc: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= 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 14:45:20 -0000 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.