From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JOKtX-0004SQ-RK for mharc-grub-devel@gnu.org; Sun, 10 Feb 2008 17:43:31 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOKtU-0004No-A9 for grub-devel@gnu.org; Sun, 10 Feb 2008 17:43:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOKtT-0004Mh-9U for grub-devel@gnu.org; Sun, 10 Feb 2008 17:43:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOKtT-0004MW-6C for grub-devel@gnu.org; Sun, 10 Feb 2008 17:43:27 -0500 Received: from bigbox.boeglin.org ([88.191.20.48]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOKtS-000168-P6 for grub-devel@gnu.org; Sun, 10 Feb 2008 17:43:27 -0500 Received: by bigbox.boeglin.org (Postfix, from userid 1000) id D791194097; Sun, 10 Feb 2008 23:43:48 +0100 (CET) Date: Sun, 10 Feb 2008 23:43:48 +0100 From: Alexandre Boeglin To: The development of GRUB 2 Message-ID: <20080210224348.GA3306@boeglin.org> References: <20080128160905.GA2739@saphi> <20080128165504.GB9715@thorin> <20080129051252.GA2504@saphi> <20080129095922.GA31756@thorin> <1201602926.479f016e27f08@imp.free.fr> <20080129113219.GA22894@thorin> <1201611409.479f22918bed6@imp.free.fr> <20080129131934.GB26291@thorin> <871w80adut.fsf@xs4all.nl> <20080130054811.GA4665@saphi> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20080130054811.GA4665@saphi> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Content-Transfer-Encoding: quoted-printable X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Cc: tgingold@free.fr Subject: Re: IA64 port 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: Sun, 10 Feb 2008 22:43:29 -0000 Le mer 30 jan 2008 =E0 06:48:11 +0100, Tristan Gingold a =E9crit : > * loader/ia64/efi/linux_normal.c: New file. > * loader/ia64/efi/linux.c: New file. Hello, Wouldn't it be possible to merge these and the current loader/i386/efi/li= nux* into one single loader/efi/linux.c and linux_normal.c ? As far as I've seen, the only IA64 specific part is the FPSWA driver. Alex