Subject: Re: kernel space below 2mbyte
To: Jesse Off <joff@embeddedarm.com>
From: Richard Earnshaw <rearnsha@netbsd.org>
List: port-arm
Date: 11/05/2004 22:22:36
On Friday 05 Nov 2004 15:55, Jesse Off wrote:
> The EP93xx processor itself doesn't expose
> SDRAM as a contiguous block in physical address space(4x 8Mbyte), so for
> this port to work I'm going to have to have get UVM to use multiple
> physical spaces anyway.

That's straight forward.  Just add each block of memory separately in the 
bootconfig.dram array and record that you have 4 independent blocks.

R.