From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gx0-f21.google.com (mail-gx0-f21.google.com [209.85.217.21]) by ozlabs.org (Postfix) with ESMTP id D2D0EDE09D for ; Wed, 10 Sep 2008 03:34:42 +1000 (EST) Received: by gxk14 with SMTP id 14so10977366gxk.9 for ; Tue, 09 Sep 2008 10:34:42 -0700 (PDT) Date: Tue, 9 Sep 2008 13:33:54 -0400 From: Josh Boyer To: Georg Schardt Subject: Re: Device Tree Message-ID: <20080909173336.GA16093@yoda.jdub.homelinux.org> References: <48C69990.9040604@team-ctech.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <48C69990.9040604@team-ctech.de> Sender: Josh Boyer 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, Sep 09, 2008 at 05:43:12PM +0200, Georg Schardt wrote: > Hi, > > im searching for informations about the flatten device trees. the only > thing i know is, that the device tree is a kind of data-structure which > the bios or bootloader gives to the operation system. > > until now, i boot linux with uboot without a device tree, but newer > kernel wants a devicetree, i think ?? > i use a virtex4 board with an integrated powerpc > > how can i create the device tree file ? > how must the linux kernel be configured ? > is there a good internet page with informations ? In the kernel, look at Documentation/powerpc/booting-without-of.txt You could also read the "A Symphony of Flavours: Using the device tree to describe embedded hardware" paper on page 27 of: http://www.linuxsymposium.org/2008/ols-2008-Proceedings-V2.pdf josh