<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sun, 2010-06-06 at 18:34 +0200, Marek Vasut wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Dne Ne 6. &#269;ervna 2010 10:17:00 Eric Miao napsal(a):
&gt; On Sun, Jun 6, 2010 at 1:19 AM, Marek Vasut &lt;<A HREF="mailto:marek.vasut@gmail.com">marek.vasut@gmail.com</A>&gt; wrote:
&gt; &gt; Dne &#218;t 1. &#269;ervna 2010 07:44:18 balakrishnan napsal(a):
&gt; &gt;&gt; I am working on pxa300 based development board and using Linux 2.6.34.
&gt; &gt;&gt; This Linux kernel already has support for following boards
&gt; &gt;&gt; 1. zylonite_pxa300
&gt; &gt;&gt; 2. cm-x300
&gt; &gt;&gt; 3. colibri-pxa300
&gt; &gt;&gt; 4. littleton
&gt; &gt;&gt; 
&gt; &gt;&gt; My doubt is that pxa300 based boards are using &quot;0xa0000000&quot;  as DDRAM
&gt; &gt;&gt; base and PHYS_OFFSET is also defined in
&gt; &gt;&gt; &quot;arch/arm/mach-pxa/include/mach/memory.h&quot; as 0xa0000000.
&gt; &gt;&gt; But in our board  DDR is mapped in 0x80000000. Does it make any
&gt; &gt;&gt; problem?. Because after mmu is turned ON, my board is hanging.
&gt; &gt;&gt; 
&gt; &gt;&gt; &quot;zreladdr-y   := 0x80008000&quot; is defined in
&gt; &gt;&gt; &quot;arch/arm/mach-pxa/Makefile.boot&quot; file .
&gt; &gt;&gt; my machine_desc is as follows
&gt; &gt;&gt; .phys_io        = 0x40000000,
&gt; &gt;&gt; .io_pg_offst    = (io_p2v(0x40000000) &gt;&gt; 18) &amp; 0xfffc,
&gt; &gt;&gt; .boot_params    = 0x80000100,
&gt; &gt; 
&gt; &gt; Try editing both arch/arm/mach-pxa/Makefile.boot and
&gt; &gt; arch/arm/mach/pxa/include/mach/memory.h
&gt; &gt; 
&gt; &gt;&gt; With Thanks
&gt; &gt;&gt; J.Balakrishnan
&gt; &gt; 
&gt; &gt; The 0x80000000 should be aliased to 0xa0000000, but looking into the PXA
&gt; &gt; docs, it is only on pxa320. Eric, any ideas on this ?
&gt; 
&gt; Should be working on pxa300/310 as well. If it doesn't, check you
&gt; bootloader to make sure the mapping is OK, and memory doesn't exceed
&gt; (0xa000_0000 - 0x8000_0000).

It worked last time I used the pxa310 littleton board, but I can't check on the 
pxa300 zylonite board just yet.

Could you give us your bootloader details ?
</PRE>
</BLOCKQUOTE>
hi, <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Now, I can able to boot after editing following files arch/arm/mach-pxa/Makefile.boot and arch/arm/mach/pxa/include/mach/memory.h (0x80000000 changed to 0xa0000000). My doubt is <BR>
1.why 0x80000000 (DDR phy address) is aliased to 0xa0000000 in pxa architecture?<BR>
2.In my development board two DDRAMs mapped at 0x80000000-0x88000000 and 0xc0000000-0xc8000000, how can I inform to kernel about this different bank and size?.<BR>
<BR>
My Boot loader details,<BR>
------------------------------<BR>
=&gt;bdi<BR>
arch_number = 0x00000B04<BR>
env_t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0x00000000<BR>
boot_params = 0x80000100<BR>
DRAM bank&nbsp;&nbsp; = 0x00000000<BR>
-&gt; start&nbsp;&nbsp;&nbsp; = 0x80000000<BR>
-&gt; size&nbsp;&nbsp;&nbsp;&nbsp; = 0x08000000<BR>
DRAM bank&nbsp;&nbsp; = 0x00000001<BR>
-&gt; start&nbsp;&nbsp;&nbsp; = 0xC0000000<BR>
-&gt; size&nbsp;&nbsp;&nbsp;&nbsp; = 0x08000000<BR>
ethaddr&nbsp;&nbsp;&nbsp;&nbsp; = 08:00:3e:26:0a:5b<BR>
ip_addr&nbsp;&nbsp;&nbsp;&nbsp; = 192.168.0.21<BR>
baudrate&nbsp;&nbsp;&nbsp; = 115200 bps<BR>
=&gt;ver<BR>
U-Boot 2010.03 (Jun 01 2010 - 14:27:43)<BR>
<BR>
<BR>
With Thanks<BR>
J.Balakrishnan
</BODY>
</HTML>