Linux 2.4.25 / MPC8280 / ram config vs Linux instability?
Michael Richardson
mcr at sandelman.ottawa.on.ca
Tue Jul 12 00:39:15 EST 2005
-----BEGIN PGP SIGNED MESSAGE-----
>>>>> "Absolut" == Absolut Hunter <absoluthunter at comcast.net> writes:
Absolut> A useful piece to this might be that I am attempting to map
Absolut> these two memory regions contiguously, so that Linux
Absolut> doesn't see any memory holes.
Absolut> 0-2MB SRAM 2MB-34MB SDRAM
Likely you can't do that, because you must map the blocks at a
multiple of their address. (I'm not an expert at PPC mappings, but this
is typically the case)
So you can do:
0x000000000 SRAM (has a hole from 2MB->32Mb)
0x002000000 SDRAM
or:
0x000000000 SDRAM
0x002000000 SRAM
Absolut> I would be open to any other ways that SRAM / SDRAM might
Absolut> be mapped to work, and still provide a performance increase
Absolut> for the kernel.
I think that you would be better to lock the relevant interrupt code
into the cache, if that is possible.
- --
] Michael Richardson Xelerance Corporation, Ottawa, ON | firewalls [
] mcr @ xelerance.com Now doing IPsec training, see |net architect[
] http://www.sandelman.ca/mcr/ www.xelerance.com/training/ |device driver[
] I'm a dad: http://www.sandelman.ca/lrmr/ [
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Finger me for keys
iQCVAwUBQtKEkYqHRg3pndX9AQFm6wP8C6xu9Wwbbv/eCr3UaZDcn4mEx35F28s1
eAdYxTqKREhewSJZH1QGn2QGBXxHKMlnBWttgmSYb814aXDeEzEKm3pLg45cB9nj
kU49kcDuyJ8Ug62/dFg9iZn4udfuJJHeaDNGITEwj2ov0RCENdJLsnCO33tZOjEs
Mz9qUutzG4g=
=DGvh
-----END PGP SIGNATURE-----
More information about the Linuxppc-embedded
mailing list