From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LepOy-00026I-8c for mharc-grub-devel@gnu.org; Wed, 04 Mar 2009 06:36:40 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LepOw-00025n-Kg for grub-devel@gnu.org; Wed, 04 Mar 2009 06:36:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LepOv-000256-Au for grub-devel@gnu.org; Wed, 04 Mar 2009 06:36:38 -0500 Received: from [199.232.76.173] (port=55039 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LepOu-00024r-TZ for grub-devel@gnu.org; Wed, 04 Mar 2009 06:36:36 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:37583 helo=jenni1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LepOu-0002nI-A8 for grub-devel@gnu.org; Wed, 04 Mar 2009 06:36:36 -0500 Received: from [192.168.1.102] (84.248.105.254) by jenni1.inet.fi (8.5.014) id 49ACEA30000F5156 for grub-devel@gnu.org; Wed, 4 Mar 2009 13:36:35 +0200 Message-ID: <49AE67BE.4060903@nic.fi> Date: Wed, 04 Mar 2009 13:36:30 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <20090303.181508.53165554.davem@davemloft.net> In-Reply-To: <20090303.181508.53165554.davem@davemloft.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH 0/7]: Get sparc building again. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 11:36:38 -0000 David Miller wrote: > Here is a series of patches that fix the most obvious sparc bugs and > get the grub2 tree building again. > > I have code for boot/ that will implement the sparc boot blocks and > things of that nature, but that will come later. > > First things first, let's get it to actually build. :) Thanks for looking at it. It has been rotting for some time now. Basic principle is to look how it is done on other archs (mainly x86 at this time). And adapt same principle there too. If those match quite close each other it is easier to keep them all in sync...