linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Paul White <pwhite@bivio.net>
To: linuxppc-dev@lists.linuxppc.org
Subject: MPC7455
Date: Tue, 5 Mar 2002 23:02:55 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.21.0203052248340.25466-100000@stimpy.networkrobots.com> (raw)


Hello!

I've read through the archives of the linuxppc-dev and linuxppc-embedded
mailing lists, and didn't see very much information regarding Linux on
the Motorolai MPC 7455.

I've checked the latest base kernel from kernel.org, 2.4.18, and there
is no 7455 support. I've already done the code to bring Linux up on the
7455, adding it to arch/ppc/kernel/cputable.c, as well as writing a new
setup_cpu_7455, and a new setup_7455_regs function which sets up the
HID0, HID1, and MSSCR0 registers. I am wondering if anyone is interested
in these changes.

In one of the e-mails in the archives, it was suggested to have Linux
configure the 7455 just the same as the 7450, however this will not
work properly.  HID0 has changed quite a bit, as well as HID1, thus
requiring a new setup routine.  It looks as though the 7451 and 7455
are very similar, and the same init code and restrictions apply, however
between the 7450 and 7451, things have changed quite a bit.

If there is no support out there as of yet, I can create a patch file
and send it off, if anyone is interested.

One thing we ran into regarding the MPC7455, however, is that
it does not guarentee Stores before Loads, meaning if you have
code that has:

Load Instruction
Load Instruction
 - This is OK, they will happen in order as long as its Guarded

Store Instruction
Store Instruction
 - This is OK, they will happen in order as long as its Guarded

Load Instruction
Store Instruction
 - This is OK, they will happen in order as long as its Guarded

Store Instruction
Load Instruction
 - This is not guarenteed in order, even if its Guarded

We had to add an eieio to all of our drivers, such as our PCI
driver, which requires a write to one register before reading another.
The eieio must go between the store and the load.

Just a heads up, if no one has tried the 7455 yet!  Let me know
if anyone is interested in the 7455 changes I've done.

Paul White
Senior Engineer, Software
Bivio Networks, Inc.

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

             reply	other threads:[~2002-03-06  7:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-06  7:02 Paul White [this message]
2002-03-06 19:46 ` MPC7455 Benjamin Herrenschmidt
2002-03-07  5:59   ` MPC7455 Paul White
2002-03-06 21:48     ` MPC7455 benh
2002-03-07 15:30       ` MPC7455 Tom Rini
2002-03-07 16:45         ` MPC7455 Dan Malek
2002-03-07  9:24   ` MPC7455 Gabriel Paubert
2002-03-06 22:18 ` MPC7455 Kevin B. Hendricks
2002-03-07  6:01   ` MPC7455 Paul White
2002-03-07  8:41 ` MPC7455 Giuliano Pochini

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=Pine.LNX.4.21.0203052248340.25466-100000@stimpy.networkrobots.com \
    --to=pwhite@bivio.net \
    --cc=linuxppc-dev@lists.linuxppc.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;
as well as URLs for NNTP newsgroup(s).