Devicetree
 help / color / mirror / Atom feed
From: Josh Boyer <jwboyer-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org
Cc: linuxppc-dev
	<linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>,
	devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org
Subject: Re: Board level compatibility matching
Date: Fri, 01 Aug 2008 08:28:21 -0400	[thread overview]
Message-ID: <1217593701.2328.6.camel@localhost.localdomain> (raw)
In-Reply-To: <20080801080632.35edcb04-jnIq6iUNB1CO8iYQgJmm/0EOCMrvLtNR@public.gmane.org>

On Fri, 2008-08-01 at 08:06 -0400, Josh Boyer wrote:
> On Fri, 01 Aug 2008 14:25:39 +1000
> Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org> wrote:
> 
> > About this whole generic board mumbo-jumbo: not happening. It's a pipe
> > dream, it doesn't work, and it leads to the sort of mess we have in chrp
> > where we end up having hacks to identify what exact sort of chrp we have
> > and do things differently etc...
> > 
> > NOT HAPPENING.
> > 
> > Now, there are two approaches here that are possible:
> > 
> >  - Your board is really pretty much exactly the same as board XXX,
> > except maybe you have a different flash size or such, and the support
> > for board XXX can cope perfectly with it simply due to the device-tree
> > the right information.
> > 
> > If that happens to be the case, make your board compatible with board
> > XXX. Make that entry -second- in your compatible list, because one day
> > you'll figure out that there -is- indeed a difference and I don't want
> > to see board XXX code start to grow code to recognise your other board
> > and work around the difference. So at that stage, copy board XXX.c file
> > and start over with your own board support that matches on your first
> > compatible propery entry.
> 
> 44x does this today for a small number of boards.  The "issue", if
> there really is one, is that there's no clear definition on what is
> acceptable to be called "compatible".  If _Linux_ platform support for
> board FOO

Ignore that last line.  Emailing before coffee is considered dangerous.

josh

  parent reply	other threads:[~2008-08-01 12:28 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-31 20:19 Board level compatibility matching Grant Likely
2008-07-31 20:39 ` Chris Friesen
     [not found] ` <fa686aa40807311319k44d270b0t4fa9cb0e6523339-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-07-31 20:49   ` Jon Smirl
2008-07-31 20:52     ` Grant Likely
     [not found]       ` <20080731205251.GB29834-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
2008-07-31 20:58         ` Jon Smirl
     [not found]           ` <9e4733910807311358k54b5c088l1023d354fd0ad28e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-08-01  2:47             ` David Gibson
     [not found]               ` <20080801024729.GA5008-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org>
2008-08-01  3:06                 ` Jon Smirl
     [not found]                   ` <9e4733910807312006l8e83d27qe1b5ca5f50b89e39-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-08-01  3:30                     ` David Gibson
     [not found]                       ` <20080801033009.GG5008-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org>
2008-08-01  4:00                         ` Jon Smirl
     [not found]                           ` <9e4733910807312100j6a8d1974k34054c2d69f417f4-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-08-01  4:25                             ` David Gibson
2008-08-01  4:37                               ` Jon Smirl
2008-08-01  6:22                                 ` David Gibson
2008-07-31 20:59   ` Scott Wood
     [not found]     ` <20080731205906.GB17718-VKaLA/mbEU932VTgPCOETVjVikpgYyvb5NbjCUgZEJk@public.gmane.org>
2008-07-31 21:09       ` Grant Likely
2008-08-01  2:54 ` David Gibson
2008-08-01  3:25   ` Grant Likely
2008-08-01  3:38     ` David Gibson
2008-08-01  4:25     ` Benjamin Herrenschmidt
2008-08-01 12:06       ` Josh Boyer
     [not found]         ` <20080801080632.35edcb04-jnIq6iUNB1CO8iYQgJmm/0EOCMrvLtNR@public.gmane.org>
2008-08-01 12:28           ` Josh Boyer [this message]
2008-08-01 14:30         ` Grant Likely
2008-08-01 22:48         ` Benjamin Herrenschmidt
2008-08-02  0:07           ` Josh Boyer
2008-08-01 14:27       ` Grant Likely
2008-08-01 15:11         ` Josh Boyer
2008-08-01 16:01           ` M. Warner Losh
2008-08-01 16:24             ` Grant Likely
2008-08-01 22:54         ` Benjamin Herrenschmidt

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=1217593701.2328.6.camel@localhost.localdomain \
    --to=jwboyer-23vcf4htsmix0ybbhkvfkdbpr1lh4cv8@public.gmane.org \
    --cc=benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org \
    --cc=devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org \
    --cc=linuxppc-dev-mnsaURCQ41sdnm+yROfE0A@public.gmane.org \
    /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