From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 25 Jul 2008 07:44:52 -0400 Subject: [U-Boot-Users] How to Handel Non-Continuous Memory Regions In-Reply-To: <4889BBB3.2060709@ge.com> References: <20080725042816.6EDDD248A5@gemini.denx.de> <4889BBB3.2060709@ge.com> Message-ID: <4889BCB4.9060803@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jerry Van Baren wrote: > So you should be able to use > 0xE0800000..0xE0FFFFFF - 2nd "copy" of the first bank > 0xE1000000..0xE17FFFFF - 1st "copy" of the second bank > you will double your available consecutive memory. You can do the same > thing with the third and fourth banks of memory, but you will still have > a gap between the first pair and second pair. This will reduce your > four fragments / three holes to two fragments / one hole. Solved half > your problem anyway. > 0xE4800000..0xE4FFFFFF - 2nd "copy" of the first bank > 0xE5000000..0xE57FFFFF - 1st "copy" of the second bank doh! ^^^^^^ s/first/third/ s/second/fourth/ Sorry for the cut&paste error. gvb