* 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
* Re: non_linear memory on ARM
2004-11-05 14:10 non_linear memory on ARM remy.gauguey
@ 2004-11-05 14:29 ` Russell King
0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2004-11-05 14:29 UTC (permalink / raw)
To: remy.gauguey; +Cc: linux-kernel
On Fri, Nov 05, 2004 at 03:10:12PM +0100, remy.gauguey@mindspeed.com wrote:
> I've tried to use the CONFIG_DISCONTIGMEM, but it seems that the large gap
> of 2,5 Gb is a problem.
What problem are you seeing?
PS, Do NOT cross post between linux-kernel and linux-arm-kernel. Strictly
one or the other please, never both.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
^ 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