From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 89258679F3 for ; Wed, 12 Apr 2006 01:25:51 +1000 (EST) Date: Tue, 11 Apr 2006 10:23:58 -0500 (CDT) From: Kumar Gala To: Stefan Meyer Subject: Re: Linux kernel for MPC834X platform In-Reply-To: <003d01c65d7b$f88a6da0$1100a8c0@stefanlaptop> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 11 Apr 2006, Stefan Meyer wrote: > Hi Kumar > Pardon my ignorance, but I am not with you on the flat device tree and the > new u-boot ?? > Regards > Stefan Look at Documentation/powerpc/booting-without-of.txt in the kernel tree. I have a u-boot tree @ git.kernel.org/pub/scm/boot/u-boot/u-boot.git which has support for booting the MPC834x ADS/MDS/SYS board from Freescale with a flat device tree for use with the arch/powerpc port. - kumar