<?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>i.MX ProcessorsのトピックRe: Using onchip RAM in iMX28</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-onchip-RAM-in-iMX28/m-p/183034#M8097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this pointer.&amp;nbsp; I was hoping it could be setup so I can just attribute functions and data so that they are loaded into the OCRAM at startup and used without function pointers, but I see there looks to be no support for that.&lt;/P&gt;&lt;P&gt;For the moment I can use your suggestion though - Many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2011 18:13:12 GMT</pubDate>
    <dc:creator>Michael_McTerna</dc:creator>
    <dc:date>2011-11-16T18:13:12Z</dc:date>
    <item>
      <title>Using onchip RAM in iMX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-onchip-RAM-in-iMX28/m-p/183032#M8095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know of have an example of placing Linux kernel code in the onchip RAM on i.MX28?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see a mapping for the area is setup in mm-mx28.c, but I don't think there's anything done to support linking/loading code to that area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Particularly I'd like to put fec.c:swap_buffer() into the onchip RAM and see if my networking can get a bit faster (I look to be CPU limited at about 65MBit/s).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 11:40:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-onchip-RAM-in-iMX28/m-p/183032#M8095</guid>
      <dc:creator>Michael_McTerna</dc:creator>
      <dc:date>2011-11-02T11:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using onchip RAM in iMX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-onchip-RAM-in-iMX28/m-p/183033#M8096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can reference to BSP file "linux/arch/arm/mach-mx28/pm.c", function do_standby().&lt;/P&gt;&lt;P&gt;There is reference code to put some function into iRAM.&lt;/P&gt;&lt;P&gt;iram_virtual_addr = iram_alloc(MAX_POWEROFF_CODE_SIZE, &amp;amp;iram_phy_addr);&lt;/P&gt;&lt;P&gt;memcpy(iram_virtual_addr, mx28_cpu_standby, mx28_standby_alloc_sz);&lt;/P&gt;&lt;P&gt;&amp;nbsp;mx28_cpu_standby_ptr = iram_virtual_addr;&lt;/P&gt;&lt;P&gt;&amp;nbsp;mx28_cpu_standby_ptr();&lt;/P&gt;&lt;P&gt;iram_free(iram_phy_addr, MAX_POWEROFF_CODE_SIZE);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 07:11:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-onchip-RAM-in-iMX28/m-p/183033#M8096</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2011-11-09T07:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using onchip RAM in iMX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-onchip-RAM-in-iMX28/m-p/183034#M8097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this pointer.&amp;nbsp; I was hoping it could be setup so I can just attribute functions and data so that they are loaded into the OCRAM at startup and used without function pointers, but I see there looks to be no support for that.&lt;/P&gt;&lt;P&gt;For the moment I can use your suggestion though - Many Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 18:13:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-onchip-RAM-in-iMX28/m-p/183034#M8097</guid>
      <dc:creator>Michael_McTerna</dc:creator>
      <dc:date>2011-11-16T18:13:12Z</dc:date>
    </item>
  </channel>
</rss>

