From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id DF90EB70AF for ; Wed, 6 Oct 2010 13:16:46 +1100 (EST) Date: Tue, 5 Oct 2010 22:10:04 -0400 From: Sean MacLennan To: Josh Boyer Subject: Re: [PATCH 05/18] powerpc: Wire up 44x little endian boot for remaining 44x targets Message-ID: <20101005221004.5dc6e1b6@lappy.seanm.ca> In-Reply-To: References: <1285916771-18033-1-git-send-email-imunsie@au1.ibm.com> <1285916771-18033-6-git-send-email-imunsie@au1.ibm.com> <1286327715-sup-584@au1.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev , paulus , Ian Munsie , linux-kernel List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 5 Oct 2010 21:55:35 -0400 Josh Boyer wrote: > Well, Warp and Sam440EP are production boards for actual companies. > The rest are all just eval boards. I don't know if the board > maintainers care either way, I was just using them as examples of > cases where someone might. In the warp case, I basically don't care. I know LE would break some of our telephony drivers since we assume PPC is BE. But on the other hand, realistically, it will never get turned on by customers anyway. We have to provide our own .config anyway, so it really don't hurt us as long as it doesn't break BE support. Cheers, Sean From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756347Ab0JFCQr (ORCPT ); Tue, 5 Oct 2010 22:16:47 -0400 Received: from toronto-hs-216-138-233-67.s-ip.magma.ca ([216.138.233.67]:47027 "HELO yow.seanm.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751071Ab0JFCQq (ORCPT ); Tue, 5 Oct 2010 22:16:46 -0400 X-Greylist: delayed 400 seconds by postgrey-1.27 at vger.kernel.org; Tue, 05 Oct 2010 22:16:45 EDT Date: Tue, 5 Oct 2010 22:10:04 -0400 From: Sean MacLennan To: Josh Boyer Cc: Ian Munsie , paulus , linuxppc-dev , linux-kernel Subject: Re: [PATCH 05/18] powerpc: Wire up 44x little endian boot for remaining 44x targets Message-ID: <20101005221004.5dc6e1b6@lappy.seanm.ca> In-Reply-To: References: <1285916771-18033-1-git-send-email-imunsie@au1.ibm.com> <1285916771-18033-6-git-send-email-imunsie@au1.ibm.com> <1286327715-sup-584@au1.ibm.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.14.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 5 Oct 2010 21:55:35 -0400 Josh Boyer wrote: > Well, Warp and Sam440EP are production boards for actual companies. > The rest are all just eval boards. I don't know if the board > maintainers care either way, I was just using them as examples of > cases where someone might. In the warp case, I basically don't care. I know LE would break some of our telephony drivers since we assume PPC is BE. But on the other hand, realistically, it will never get turned on by customers anyway. We have to provide our own .config anyway, so it really don't hurt us as long as it doesn't break BE support. Cheers, Sean