linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Frank Rowand <frank_rowand@mvista.com>
To: Dan Malek <dan@embeddededge.com>
Cc: frowand@mvista.com, paulus@samba.org,
	Ralph Blach <rcblach@us.ibm.com>,
	linuxppc-dev@lists.linuxppc.org
Subject: Re: include/asm-ppc/platforms/
Date: Sat, 01 Dec 2001 10:19:40 -0800	[thread overview]
Message-ID: <3C091F3C.7176C145@mvista.com> (raw)
In-Reply-To: 3C084F22.3030505@embeddededge.com


Dan Malek wrote:
>
> Frank Rowand wrote:
>
> > ....Some concrete
> > examples of core / chip / board are:
> >
> >   403
> >     403GCX
> >   405
> >     405cr
> >     405gp
> >       walnut
> >       cpci405
> >       ep405
> >     stb03xxx
> >       redwood-4
> >     NPe405H
> >     NPe405L
>
> I think the 4xx has always had this backward from other PowerPC platform
> definiitons.  While we should define processor cores, their peripherals,
> and boards, the least common denominator is the processor core.  With the execption
> of few boards (the Sandpoint comes to mind), simply configuring a board
> type will allow you to know which processor package is used and further
> the processor core.  If I say "Walnut" configuration, I already know everything
> else, I don't need to be asked all of the other configuration questions.
> Our files should also follow this structure.  The Walnut configuration file
> should include 405GP (which defines peripherals) which should then include
> the processor core definitions (if necessary).  This way, when a new processor
> package with a different peripheral configuration is added, all you need to
> do is ensure the proper lower level core file is included, you don't have
> to update all of the board configuration files with stuff they don't care about.
>
> If, in this example, the Walnut had different processor types available, it
> would make sense within that configuration to ask the processor type, but no
> one else would (nor should) care.  Again, the file structure would follow,
> with the Walnut board configuration including the appropriately configured
> processor package.
>
> Thanks.
>
>         -- Dan


If I understand correctly, you are talking only about the configuration
structure, not the header file structure -- so a different topic than
what this thread has been.  Please correct me if you are also talking
about header file structure.

arch/ppc/config.in has already been changed to match what you propose.

-Frank
--
Frank Rowand <frank_rowand@mvista.com>
MontaVista Software, Inc

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2001-12-01 18:19 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-30 13:30 include/asm-ppc/platforms/ Ralph Blach
2001-11-30 22:08 ` include/asm-ppc/platforms/ Paul Mackerras
2001-11-30 23:22   ` include/asm-ppc/platforms/ Frank Rowand
2001-12-01  3:31     ` include/asm-ppc/platforms/ Dan Malek
2001-12-01 18:19       ` Frank Rowand [this message]
2001-12-01 22:22         ` include/asm-ppc/platforms/ Dan Malek
2001-12-01 22:41           ` include/asm-ppc/platforms/ Tom Rini
2001-12-01  0:19   ` include/asm-ppc/platforms/ Armin Kuster
  -- strict thread matches above, loose matches on Subject: below --
2001-11-27 11:32 include/asm-ppc/platforms/ Paul Mackerras
2001-11-27 15:22 ` include/asm-ppc/platforms/ Tom Rini
2001-11-27 20:06   ` include/asm-ppc/platforms/ Roman Zippel
2001-11-28  2:35   ` include/asm-ppc/platforms/ Keith Owens
2001-12-27 14:59 ` include/asm-ppc/platforms/ Dan Malek
2001-11-27 12:00   ` include/asm-ppc/platforms/ Matt Porter
2001-11-27 15:18     ` include/asm-ppc/platforms/ Geert Uytterhoeven
2001-12-27 15:18     ` include/asm-ppc/platforms/ Dan Malek
2001-11-27 23:44   ` include/asm-ppc/platforms/ Wolfgang Denk
2001-11-28  6:13   ` include/asm-ppc/platforms/ Paul Mackerras
2001-11-28  6:23     ` include/asm-ppc/platforms/ Dan Malek
2001-11-29 11:48       ` include/asm-ppc/platforms/ Paul Mackerras
2001-11-29 15:26         ` include/asm-ppc/platforms/ Tom Rini
2001-11-29 22:19           ` include/asm-ppc/platforms/ Keith Owens
2001-11-29 22:27             ` include/asm-ppc/platforms/ Tom Rini
2001-11-29 22:38               ` include/asm-ppc/platforms/ Keith Owens
2001-11-29 22:46                 ` include/asm-ppc/platforms/ Tom Rini
2001-11-29 23:12                   ` include/asm-ppc/platforms/ Keith Owens
2001-11-29 23:18                     ` include/asm-ppc/platforms/ Tom Rini
2001-11-28  8:46     ` include/asm-ppc/platforms/ Adrian Cox
2001-11-28 21:34       ` include/asm-ppc/platforms/ Paul Mackerras
2001-11-28 21:46         ` include/asm-ppc/platforms/ Adrian Cox
2001-11-29 17:57           ` include/asm-ppc/platforms/ Frank Rowand
2001-11-28 23:50       ` include/asm-ppc/platforms/ Tom Rini
2001-11-29 10:57       ` include/asm-ppc/platforms/ Paul Mackerras
2001-11-28 23:51     ` include/asm-ppc/platforms/ Tom Rini

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=3C091F3C.7176C145@mvista.com \
    --to=frank_rowand@mvista.com \
    --cc=dan@embeddededge.com \
    --cc=frowand@mvista.com \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=paulus@samba.org \
    --cc=rcblach@us.ibm.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).