LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Vinayak Kale <vinayak.kale@gmail.com>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: DTS for PowerPC 440 based board
Date: Sun, 22 Nov 2009 08:20:47 +1100	[thread overview]
Message-ID: <20091121212047.GA29715@yookeroo> (raw)
In-Reply-To: <5eb65910911211046q433072f1nd2a6eb955593a37a@mail.gmail.com>

On Sun, Nov 22, 2009 at 12:16:59AM +0530, Vinayak Kale wrote:
> Hi,
> I am porting 2.6.31 for a PowerPC 440 core based board. I have couple of
> queries. I would really appreciate if someone could answer since i couldn't
> find info from other places.
> 
> 1) Is it mandatory to create a DTS file?

Roughly speaking, yes.  You have to supply a device tree to the
kernel somehow, so if the firmware doesn't supply one itself, you will
need to create a DTS.

> 2) If uboot passes BDInfo struct to kernel instead of DT blob, then in this
> case does kernel creates FDT at run time?

Not exactly.  In this case the bootwrapper will be built with an FDT
(compiled from a dts) built in.  It will however tweak the FDT with
information from the BDInfo before booting the kernel proper.

> 3) I believe in case of DTS, the kernel picks up the h/w info from DTS blob
> so we need not hardcode any register addresses etc inside kernel other than
> in dts file. What happens in case of uboot passing just BDInfo struct. How
> do we specify the register addresses etc?

There's always a device tree which specifies register addresses.  If
the firmware only supplies a BDInfo, then the kernel wrapper must have
a device tree built in.  In practice that will always be built from a
dts, though it doesn't have to be in theory.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

  reply	other threads:[~2009-11-21 21:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-21 18:46 DTS for PowerPC 440 based board Vinayak Kale
2009-11-21 21:20 ` David Gibson [this message]
2009-11-23  3:32   ` Grant Likely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091121212047.GA29715@yookeroo \
    --to=david@gibson.dropbear.id.au \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=vinayak.kale@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox