<?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: T2080RDB (ACCESS TO C293 Coprocessor)</title>
    <link>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462763#M449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;manolo ruiz,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;You could refer to the source code of the package skmm-host.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Please use the command "bitbake &lt;SPAN class="replyToName"&gt;skmm-host -c patch -f" to get source code in build_&amp;lt;platform&amp;gt;_release/tmp/work/&amp;lt;platform&amp;gt;-fsl-linux/skmm-host/git-r0/git.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;Please refer to the function "pcidma_rc2ep_test" in pci_dma_test/pci_dma_test.c.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 09:57:23 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2016-02-17T09:57:23Z</dc:date>
    <item>
      <title>T2080RDB (ACCESS TO C293 Coprocessor)</title>
      <link>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462760#M446</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;I am creating a PCI driver to access to the C293 Coprocessador which is in the board T2080RDB. Everything is ok when I load my driver. I can access to two memories:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;c20000000-c2fffffff : /pcie@ffe250000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; c20000000-c2fffffff : PCI Bus 0001:01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c20000000-c200fffff : 0001:01:00.0 --&amp;gt; first memory (1MB)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c20000000-c200fffff : mem0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c20100000-c201fffff : 0001:01:00.0 --&amp;gt; Second memory (1MB)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c20100000-c201fffff : mem1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know what is inside of these memories. I have checked the document c29xRM but I cannot find 2 memories of 1 MBytes. Any idea where can I find theses information? what is this memories for or what I can do with them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I type lspci -v I can see the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;0001:01:00.0 Power PC: Freescale Semiconductor Inc Device 0808 (rev 10) (prog-if 01)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Flags: bus master, fast devsel, latency 0, IRQ 41&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory at c20000000 (32-bit, non-prefetchable) [size=1M]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory at c20100000 (32-bit, prefetchable) [size=1M]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capabilities: [44] Power Management version 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capabilities: [4c] Express Endpoint, MSI 00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capabilities: [88] MSI: Enable- Count=1/16 Maskable- 64bit+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Capabilities: [100] Advanced Error Reporting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel driver in use: pci&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 16:08:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462760#M446</guid>
      <dc:creator>manoloruiz</dc:creator>
      <dc:date>2016-01-25T16:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: T2080RDB (ACCESS TO C293 Coprocessor)</title>
      <link>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462761#M447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;manolo ruiz,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;The first 1M inbound window(BAR0) is used to access CCSR memory mapped registers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;The second 1M inbound memory window BAR1 is used to access other memory region mapped into this window.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 15:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462761#M447</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2016-01-27T15:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: T2080RDB (ACCESS TO C293 Coprocessor)</title>
      <link>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462762#M448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Yiping. I have another question. I am trying to write in thoses memories. For example, I tried to write 1 each 8 bit. When I read these position, there are only a few bit which change to 1. Why is it happening this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How many bit has each address 32 or 64?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 16:48:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462762#M448</guid>
      <dc:creator>manoloruiz</dc:creator>
      <dc:date>2016-01-28T16:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: T2080RDB (ACCESS TO C293 Coprocessor)</title>
      <link>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462763#M449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;manolo ruiz,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;You could refer to the source code of the package skmm-host.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Please use the command "bitbake &lt;SPAN class="replyToName"&gt;skmm-host -c patch -f" to get source code in build_&amp;lt;platform&amp;gt;_release/tmp/work/&amp;lt;platform&amp;gt;-fsl-linux/skmm-host/git-r0/git.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;Please refer to the function "pcidma_rc2ep_test" in pci_dma_test/pci_dma_test.c.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:57:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T2080RDB-ACCESS-TO-C293-Coprocessor/m-p/462763#M449</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2016-02-17T09:57:23Z</dc:date>
    </item>
  </channel>
</rss>

