From: "Raquel and Bill" <bbrv@genesi-usa.com>
To: "Sven Luther" <sven@genesi-usa.com>,
"Matt Sealey" <matt@genesi-usa.com>,
linuxppc-dev <Linuxppc-dev@ozlabs.org>
Subject: Re: USB support on mpc5200 broken
Date: Mon, 29 Sep 2008 20:24:57 -0500 [thread overview]
Message-ID: <23d2e4300809291824i16a20affk824777263fb4a19a@mail.gmail.com> (raw)
In-Reply-To: <20080930011234.GA6189@yookeroo.seuss>
..wasn't the real issue for the device tree to get the firmware right?
R&B
On Mon, Sep 29, 2008 at 8:12 PM, David Gibson
<david@gibson.dropbear.id.au> wrote:
> On Mon, Sep 29, 2008 at 05:18:54PM +0200, Sven Luther wrote:
>> On Mon, Sep 29, 2008 at 01:43:29PM +1000, David Gibson wrote:
>> > On Sun, Sep 28, 2008 at 08:30:56PM -0500, Matt Sealey wrote:
>> > >
>> > > Benjamin Herrenschmidt wrote:
>> > >> On Wed, 2008-09-24 at 21:09 -0400, Jon Smirl wrote:
>> > >>>> Last time I noticed it was working was about ten days ago. I don't use
>> > >>>> it everyday.
>> > >>> Efika is broken because of this:
>> > >>>
>> > >>> ohci-ppc-of.c...
>> > >>> is_bigendian =
>> > >>> of_device_is_compatible(dn, "ohci-bigendian") ||
>> > >>> of_device_is_compatible(dn, "ohci-be");
>> > >>>
>> > >>> Efika doesn't have either of those in it's compatible string.
>> > >>>
>> > >>> This doesn't look to me like a very reliable way to determine bigendian.
>> > >>
>> > >> You mean it's not reliable to expect people device-trees not to
>> > >> suck ? :-)
>> >
>> > Alas, this is true :(.
>> >
>> > > It's reasonable to expect that device-trees do not get updated with the
>> > > kernel for certain platforms (it does not fit into most quality assurance
>> > > schedules to reflash every user's firmware every time they want to move up
>> > > one revision to another, given the kernel release schedule of every 3-4
>> > > months) and when updating the search for compatible entries it should
>> > > take into account these platforms.
>> >
>> > This, of course, is exactly why I *don't* recommend embedded platforms
>> > move to including the device tree in the flashed firmware. Keeping
>> > the device tree in the bootwrapper means that it *is* updated with the
>> > kernel and we don't have to mess around with as much backwards
>> > compatibility junk.
>>
>> This completely defeats the purpopse of having a separate device tree
>> though, no ? I mean, we could just as well hardcode the device-tree info
>> in the kernel in this case ?
>
> And just what form would "hardcoded" device info take in the kernel?
> The *primary* purpose of the device-tree is to have a consistent
> in-kernel representation of the hardware information. A device-tree
> was the obvious choice, because OF machines already used it, and it's
> flexible enough to cover pretty much anything.
>
> How the kernel gets a device tree doesn't matter so much - we don't
> really care if it comes from OF, from some other firmware or if it's
> built into the kernel or wrapper.
>
> Being able to pass in the device tree is a secondary advantage in
> *some* circumstances - albeit one people seem to have leapt on with
> unwise enthusiasm, IMO. This approachd also has drawbacks which can
> override the advantages - specifically that firmware has always been
> buggy as hell more often than not, so there's absolutely no reason to
> expect that firmware will get a device tree right.
>
> --
> 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
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
--
http://bbrv.blogspot.com/
next prev parent reply other threads:[~2008-09-30 1:24 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-24 21:51 USB support on mpc5200 broken Jon Smirl
2008-09-25 1:09 ` Jon Smirl
2008-09-25 1:50 ` Benjamin Herrenschmidt
2008-09-25 2:40 ` Jon Smirl
2008-09-29 1:30 ` Matt Sealey
2008-09-29 3:43 ` David Gibson
2008-09-29 14:14 ` Jon Smirl
2008-09-29 14:22 ` Peter Korsgaard
2008-09-29 14:28 ` Jon Smirl
2008-09-29 15:07 ` Peter Korsgaard
2008-09-29 20:18 ` Scott Wood
2008-09-29 21:04 ` Jon Smirl
2008-09-29 22:02 ` Grant Likely
2008-09-30 15:20 ` Matt Sealey
2008-10-01 3:31 ` Benjamin Herrenschmidt
2008-10-01 9:46 ` Carsten Schlote
2008-10-01 10:36 ` Benjamin Herrenschmidt
2008-10-06 21:06 ` Matt Sealey
2008-09-29 15:18 ` Sven Luther
2008-09-29 17:05 ` Peter Korsgaard
2008-09-30 1:12 ` David Gibson
2008-09-30 1:24 ` Raquel and Bill [this message]
2008-09-30 15:15 ` Matt Sealey
2008-11-03 15:41 ` Grant Likely
2008-11-03 16:21 ` Jon Smirl
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=23d2e4300809291824i16a20affk824777263fb4a19a@mail.gmail.com \
--to=bbrv@genesi-usa.com \
--cc=Linuxppc-dev@ozlabs.org \
--cc=matt@genesi-usa.com \
--cc=sven@genesi-usa.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;
as well as URLs for NNTP newsgroup(s).