linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 405gp pci mapping registers
@ 2000-07-24 16:48 Ralph Blach
  2000-07-24 17:32 ` Dan Malek
  0 siblings, 1 reply; 2+ messages in thread
From: Ralph Blach @ 2000-07-24 16:48 UTC (permalink / raw)
  To: linuxppc-embedded


The IBM405gp has 3 sets of PMM registers.  These allow extreme
flexibility in mapping
the where and how the PCI memory is configured into processor memory.

Each set of registers consist of 4 32 bit registers.

register offset 0 is the local address register
		4 is the mask/attribute register
		8 is the PCI low address register
		c is the PCI high address register.

Heres how is works.
The local address in the local address register are translated to the
address PCI address
specified in the PCI high/low address registers.
The mask register specifies the size of the area to be translated with
the least significant bit being an enable bit.



So if the local address register is specified at 0x80000000  and the PCI
low address registers 0x80000000, and the mask register is 0xffff0001,
then the bridge will translate
all address from the PLB bus 0x80000000 to pci address 0x80000000 with a
size of 64k.

This is interesting because since the 405gp has three sets of these
register leading to split mappings.  A good example if this is when a
video card is placed into on of the pci slots along with a card that
needs a memory BAR are placed in a IBM walnut board.

The open bios will map the memory bar to 405 memory 0x80000000 to PCI
memory 0x80000000, and the video card will get the mapping 405 memory
0xa0000000 to  pci memory 0x0.

This leads to a slit address map.

My question is this.  How should we manage this kind of address
flexability?

Chip

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-07-24 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-24 16:48 405gp pci mapping registers Ralph Blach
2000-07-24 17:32 ` Dan Malek

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).