Hi All,<div><br></div><div>Currently I am working on p1020rdb soc for some kernel bringing up activity.</div><div>I have come across one requirement to update the memory map (MMAP) of kernel from evaluation board to</div><div>
some other board who is having the same soc.</div>
<div><br></div><div>for my eval board I have used the p1020rdb.dts file from 2.6.38 standard kernel source. (PFA) which is working almost fine.</div><div>But, I am really not able to find the following mapping as a part of the attached dts file what I am using.</div>
<div>Can anyone please point me out that dts file is the only one to search out following base addresses selected in memory map or is there</div><div>some specific file of kernel inside which I will be able to search through to find the following base addresses?</div>
<div><br></div><div><table border="0" cellpadding="0" cellspacing="0" width="212" style="border-collapse:collapse;width:159pt">
 <colgroup><col width="84" style="width:63pt">
 <col width="64" span="2" style="width:48pt">
 </colgroup><tbody><tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" width="84" style="height:12.75pt;width:63pt">FFFF_F000</td>
  <td class="xl65" width="64" style="width:48pt">4 KB</td>
  <td class="xl63" width="64" style="width:48pt">.bootpg</td>
 </tr>
 <tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" style="height:12.75pt">FFE0_0000</td>
  <td class="xl65">1 MB</td>
  <td class="xl63">CCSR</td>
 </tr>
 <tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" style="height:12.75pt">EC00_0000</td>
  <td class="xl65">64 MB</td>
  <td class="xl63">Flash + alias</td>
 </tr>
 <tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" style="height:12.75pt">8000_0000</td>
  <td class="xl65">1 GB</td>
  <td class="xl63">PCI[1:2] mem</td>
 </tr>
 <tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" style="height:12.75pt">FFC0_0000</td>
  <td class="xl65">256 KB</td>
  <td class="xl63">PCI[1:2] I/O</td>
 </tr>
 <tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" style="height:12.75pt">FFB0_0000</td>
  <td class="xl65">1 MB</td>
  <td class="xl63">VTSS</td>
 </tr>
 <tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" style="height:12.75pt">FFA0_0000</td>
  <td class="xl65">1 MB</td>
  <td class="xl63">CPLD</td>
 </tr>
 <tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" style="height:12.75pt">FF80_0000</td>
  <td class="xl65">1 MB</td>
  <td class="xl63">NAND</td>
 </tr>
 <tr height="17" style="height:12.75pt">
  <td height="17" class="xl64" style="height:12.75pt">0000_0000</td>
  <td class="xl65">1 GB</td>
  <td class="xl63">DDR</td>
 </tr></tbody></table></div><div><br></div><div>So that I can update that address with the newly address given by the vendor of new board on which I am </div><div>porting the ppc kernel.</div><div><br></div><div>Any help appreciated,</div>
<div>Karnik jain</div>