<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>T-Series中的主题 Re: CCSRBAR Relocate issue in T2080 Processor.</title>
    <link>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/656451#M1938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the U-Boot source code (start.S, line 505 and further):&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/tree/arch/powerpc/cpu/mpc85xx/start.S?id=fsl-sdk-v2.0-1701" title="http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/tree/arch/powerpc/cpu/mpc85xx/start.S?id=fsl-sdk-v2.0-1701"&gt;sdk/u-boot.git - Freescale PowerPC u-boot Tree&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2017 15:37:03 GMT</pubDate>
    <dc:creator>ufedor</dc:creator>
    <dc:date>2017-02-02T15:37:03Z</dc:date>
    <item>
      <title>CCSRBAR Relocate issue in T2080 Processor.</title>
      <link>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/656450#M1937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are plan to use 256MB address for flash from 0xF0000000 to 0xFFFFFFFF, so we tried to relocate the CCSRBAR address from 0xFE000000 to 0xEE000000. (Verified 0xEE000000 - 0xEEFFFFFF is address range is not overlapped)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCSRBAR update Sequence are verified as per Reference manual section 4.3.1.1 Updating CCSRBARs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the default CCSRBAR address, system is booting fine from bootrom.If I changed CCSRBAR address from 0xFE000000 to 0xEE000000 board not booting. During debug with code warrior system connection lost after commit bit (C).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1) All reference board are using the default CCSRBAR, whether it is possible to change the CCSRBAR address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Any other reference/errata available to change CCSRBAR address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karunakaran R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 12:20:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/656450#M1937</guid>
      <dc:creator>karunakaranradh</dc:creator>
      <dc:date>2017-01-31T12:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: CCSRBAR Relocate issue in T2080 Processor.</title>
      <link>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/656451#M1938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to the U-Boot source code (start.S, line 505 and further):&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/tree/arch/powerpc/cpu/mpc85xx/start.S?id=fsl-sdk-v2.0-1701" title="http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/tree/arch/powerpc/cpu/mpc85xx/start.S?id=fsl-sdk-v2.0-1701"&gt;sdk/u-boot.git - Freescale PowerPC u-boot Tree&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 15:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/656451#M1938</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2017-02-02T15:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: CCSRBAR Relocate issue in T2080 Processor.</title>
      <link>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/656452#M1939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ufedor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem resolved :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per bootrom sequence, only one TLB entry was updated(i.e Based on CCSBAR Macro). Now I added both in TLB entry's in the boot sequence. (i.e.Both 0xFE000000 and 0xEE000000 TLB entry are added). It was working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karunakaran R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 05:08:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/656452#M1939</guid>
      <dc:creator>karunakaranradh</dc:creator>
      <dc:date>2017-02-03T05:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: CCSRBAR Relocate issue in T2080 Processor.</title>
      <link>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/1179178#M3877</link>
      <description>&lt;P&gt;HI &lt;SPAN&gt;Karunakaran R&lt;/SPAN&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;I don't understand where to add both TBL (0xFE000000 and 0xEE000000),I tried to add before TBL1-CCSBAR,it not work;&lt;/P&gt;&lt;P&gt;Can you tell me in detail? Or show me your code about thie change?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 05:55:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/CCSRBAR-Relocate-issue-in-T2080-Processor/m-p/1179178#M3877</guid>
      <dc:creator>stephengao</dc:creator>
      <dc:date>2020-11-06T05:55:43Z</dc:date>
    </item>
  </channel>
</rss>

