Power3/4 Was: Re: Fast Altivec

Dan Malek dan at mvista.com
Mon Feb 5 08:08:55 EST 2001


Tom Gall wrote:

> .... At the moment it is nice
> that one define handles issues for the entire family of boxes.

I learned years ago when I did a processor port it was important to
separate the processor and platform specific configuration definitions.
When you do that second platform that uses the same processor you will
discover how badly it was integrated :-).

> .... But you are right
> it could be split and I can see the case for making the split.

It seems like these are CHRP machines with some kind of extended address
bus mapping?  We either need to devise a new configuration name or
integrate the changes with some "CHRP extension" that isn't based on
the POWERx configuration.

>   Which set of changes are you interested in using for the 7450? You say the chip
> has 36 bit addressing, how does that work?

It can use a 36-bit physical address bus, so any processor register that
holds a physical address (SDR, page tables, etc) has "extended" bits
that
can be used when the proper configuration bits are set in the HID0.

I was going to use some of the I/O mapping functions (often with
comments
like "big hack" in them :-), to support this as well.  Generally, I am
looking at some VM changes that allow us to support beyond 4G
virtual/physical
with 32-bit processors (other than using the HIGHMEM hack).  Some of the
things in BRIDGE64 and POWERx are appropriate to use but seem to have
knowledge of the underlying platform, so a slightly different
configuration
name and minor code changes would be useful.  I just started looking and
still have lots of work to do here.

>   6392 messages yet to read... ug!  Boy am I behind in mail since LinuxWorld...

Heh...


	-- Dan

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





More information about the Linuxppc-dev mailing list