From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V2Mf0-0001af-U3 for mharc-grub-devel@gnu.org; Thu, 25 Jul 2013 10:36:54 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Mex-0001Zs-Vb for grub-devel@gnu.org; Thu, 25 Jul 2013 10:36:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2Mes-0004HM-RG for grub-devel@gnu.org; Thu, 25 Jul 2013 10:36:51 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:49091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Mes-0004HA-LM for grub-devel@gnu.org; Thu, 25 Jul 2013 10:36:46 -0400 Received: by mail-we0-f180.google.com with SMTP id p61so553086wes.39 for ; Thu, 25 Jul 2013 07:36:46 -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=8SuCr47s62RSUbVFNkvy1QIdABi2por6uiVhT7zBid8=; b=PsTDGsGR4Vxw6ymz7GRLBBILh7pVgv0tJ8G1R5zLvrjygDtLMhnpg6b7eBkQhjieB4 J6E3/IEIDsBXysN8wmuUyB9iTIR/mRQnz4WuG0qVD7tXaknOqGNPHrKVDeDv/zVUObKB lb8mCFKLr6Enj4QR7DVuz9fFrVYMaSJwkXSMZCSQx16xlBiAhVkTRkjT/hYxV12STt+d RrekrIHOT2u99frRoI2Z2wX6nJNgS7bHvIcy+dT/rKkdnjNld/Q5+1IuC2M9wyYHUjar gPSF6pxT9snmvs3H4gLcLBkY7xi+fFqiW1ackdbOUhRCPw9c4vMfp2OJnzcFhJbWI7hC n2Vg== X-Received: by 10.194.9.70 with SMTP id x6mr20027234wja.19.1374763005951; Thu, 25 Jul 2013 07:36:45 -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 z2sm3540779wiv.11.2013.07.25.07.36.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 25 Jul 2013 07:36:45 -0700 (PDT) Message-ID: <51F137FE.4030102@gmail.com> Date: Thu, 25 Jul 2013 16:36:46 +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> In-Reply-To: <51EBE025.6040302@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::234 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:36:53 -0000 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? > 2013-07-21 Francesco Lavra > > * grub-core/Makefile.core.def (boot): Enable on ARM. > > === modified file 'grub-core/Makefile.core.def' > --- grub-core/Makefile.core.def 2013-07-16 16:43:43 +0000 > +++ grub-core/Makefile.core.def 2013-07-21 10:16:34 +0000 > @@ -691,6 +691,7 @@ > common = commands/boot.c; > i386_pc = lib/i386/pc/biosnum.c; > enable = x86; > + enable = arm; > enable = emu; > enable = sparc64_ieee1275; > enable = powerpc_ieee1275; > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >