From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) by ozlabs.org (Postfix) with ESMTP id 4E8C267A5D for ; Thu, 20 Jan 2005 02:15:43 +1100 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: From: Kumar Gala Date: Wed, 19 Jan 2005 09:15:23 -0600 To: "Geert Uytterhoeven" Cc: Linux Kernel list , linuxppc-dev list , Linus Torvalds , Paul Mackerras , "H. Peter Anvin" Subject: Re: [PATCH] raid6: altivec support List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jan 19, 2005, at 9:08 AM, Geert Uytterhoeven wrote: > On Wed, 19 Jan 2005, David Woodhouse wrote: > > On Wed, 2005-01-19 at 08:45 -0600, Kumar Gala wrote: > > > We did talk about looking at using some work Ben did in ppc64=20 > with OF > > > in ppc32.=A0 John Masters was looking into this, but I havent = heard=20 > much > > > from him on it lately. > > > > > > The firmware interface on the ppc32 embedded side is some what=20 > broken > > > in my mind. > > > > The binary structure which changes every few weeks and which is=20 > shared > > between the bootloader and the kernel? Yeah, "somewhat broken" is=20= > one > > way of putting it :) > > > > The ARM kernel does it a lot better with tag,value pairs. > > As does m68k... That's why we never got beyond bootinfo major version=20= > 2. Out of interest, on ARM & m68k I would assume that the list of tag's=20 gets added to over time? - kumar