mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* non_linear memory on ARM
@ 2004-11-05 14:10 remy.gauguey
  2004-11-05 14:29 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: remy.gauguey @ 2004-11-05 14:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-arm-kernel





Hello,

I'm currently working on a ARM920 platform with 2 SDRAM controllers on 2
separate AHB bus layers.
To improve performances (data routing) I would like the kernel to use those
2 SDRAM controllers.
Unfortunnately, there's a big gap between them :
The first SDRAM is mapped at (physical) 0x00000000 to 0x07FFFFFF (128Mb).
The second SDRAM is mapped at 0xA0000000 to 0xA7FFFFFF (128Mb).

I've tried to use the CONFIG_DISCONTIGMEM, but it seems that the large gap
of 2,5 Gb is a problem.
I've read about a patch  CONFIG_NONLINEAR which perhaps could be helpfull
in case of sparse memory.

Is this patch available for ARM ?
If not, is there any other way to efficiently use those 2 SDRAM
controllers.

The ultimate goal would be to allocate data buffer (skb) on one controller
while running code from the other one....

Thanks for any usefull feedback.

Remy





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

end of thread, other threads:[~2004-11-05 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-05 14:10 non_linear memory on ARM remy.gauguey
2004-11-05 14:29 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome