<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>Greetings All,</div>
<div><br>
</div>
<div>Please excuse me for a 'not very precise' question but I just need some clue or point to look for the trouble.</div>
<div>I am running linux in AMP configuration on P1022RDK dual core. My memory partitioning is given below</div>
<div><br>
</div>
<div>Core<span class="Apple-tab-span" style="white-space:pre"> </span>Base Address (CONFIG_PHYSICAL_START / bootm_low)<span class="Apple-tab-span" style="white-space:pre">
</span>Size (bootm_size / mem kernel boot parameter)</div>
<div>Core 0<span class="Apple-tab-span" style="white-space:pre"> </span>0x0000,0000<span class="Apple-tab-span" style="white-space:pre">
</span>0x1000,0000</div>
<div>Core 1<span class="Apple-tab-span" style="white-space:pre"> </span>0x1000,0000<span class="Apple-tab-span" style="white-space:pre">
</span>0x0C00,0000</div>
<div>Shared Memory<span class="Apple-tab-span" style="white-space:pre"> </span>0x1C00,0000<span class="Apple-tab-span" style="white-space:pre">
</span>0x0400,0000</div>
<div><br>
</div>
<div>I have set bootm_low / bootm_size and provided mem parameter in both kernel configurations, both </div>
<div>kernels are booting up fine. I have a shared memory driver running in both cores. My shared memory </div>
<div>driver just exposes the physical memory (0x1C00,0000) to user-space. </div>
<div><br>
</div>
<div>The problem I am facing is I can not get access to same shared memory in user-space on both kernels.</div>
<div>I have verified my shared memory driver on another platform (p1022ds) and it works perfect. I have also </div>
<div>tried using non-cached memory mapping in shared memory driver but that does not work as well. </div>
<div><br>
</div>
<div>To me it seems one of my kernels is going beyond its defined memory partition (which I have set above), I have </div>
<div>set kernel's partitioning as CONFIG_PHYSICAL_START, bootm_size, bootm_low and mem kernel boot param.</div>
<div><br>
</div>
<div>Besides the shared memory driver, can anyone suggest or give me clue where should I look for the </div>
<div>trouble in the kernel.</div>
<div><br>
</div>
<div>Regards,</div>
<div>Farrukh Arshad.</div>
</div>
</body>
</html>