<?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>topic Re: iMX7 Dual Resource Domain Controller (RDC) support in Linux Kernel in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Dual-Resource-Domain-Controller-RDC-support-in-Linux-Kernel/m-p/1277182#M174075</link>
    <description>&lt;P&gt;Hi Nilesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for i.MX7 rdc support is provided in &amp;nbsp;FreeRTOS_BSP_iMX7D&amp;nbsp; ../drivers/src/rdc.c,&amp;nbsp;rdc_semaphore.c&lt;/P&gt;
&lt;P&gt;available on&amp;nbsp; &lt;A class="" style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/webapp/Download?colCode=FreeRTOS_iMX7D_1.0.1_WIN&amp;amp;appType=license&amp;amp;location=null" target="_blank" rel="noopener"&gt;Windows Installer: i.MX 7Dual/Solo FreeRTOS BSP for Cortex-M4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Rdc is not supported in linux kernel.&lt;/P&gt;
&lt;P&gt;In theory resources like memory, gpio and other peripherals can be shared by cortex-M4 and cortex-A7,&lt;/P&gt;
&lt;P&gt;however software examples are not available, sorry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
    <pubDate>Sat, 15 May 2021 22:54:46 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-05-15T22:54:46Z</dc:date>
    <item>
      <title>iMX7 Dual Resource Domain Controller (RDC) support in Linux Kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Dual-Resource-Domain-Controller-RDC-support-in-Linux-Kernel/m-p/1276958#M174061</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am looking for&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;iMX7 Dual&amp;nbsp;&lt;/STRONG&gt;Resource Domain Controller (RDC)&lt;/FONT&gt; support in Linux Kernel 4.9.11 to access and share GPIOs and memory by both cortex-M4 and cortex-A7.&lt;/P&gt;&lt;P&gt;1. If support is provided, then please provide an example code on how to access/share&amp;nbsp;GPIOs and memory by both cortex-M4 and cortex-A7 using &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;RDC&lt;/STRONG&gt; &lt;/FONT&gt;with/without sema4.&lt;/P&gt;&lt;P&gt;2. Can GPIO of same port be shared&amp;nbsp;by both cortex-M4 and cortex-A7 at a time e.g. GPIO1's 1st port pin used cortex-M4 and&amp;nbsp;&amp;nbsp;GPIO1's 2nd port pin used cortex-M4? Please provide example code.&lt;/P&gt;&lt;P&gt;3. Can MMC memory shared&amp;nbsp;by both cortex-M4 and cortex-A7 at a time? Please provide example code.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp;&lt;SPAN&gt;Is the configure rdc supported in atf (ARM Trusted Firmware) for iMX7Dual, to set GPIO permissions for&amp;nbsp;accessing&amp;nbsp; both by A7 and M4?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please share web links for example code for the same ASAP.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Nilesh.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 10:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7-Dual-Resource-Domain-Controller-RDC-support-in-Linux-Kernel/m-p/1276958#M174061</guid>
      <dc:creator>nilesh_emqos</dc:creator>
      <dc:date>2021-05-14T10:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7 Dual Resource Domain Controller (RDC) support in Linux Kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7-Dual-Resource-Domain-Controller-RDC-support-in-Linux-Kernel/m-p/1277182#M174075</link>
      <description>&lt;P&gt;Hi Nilesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for i.MX7 rdc support is provided in &amp;nbsp;FreeRTOS_BSP_iMX7D&amp;nbsp; ../drivers/src/rdc.c,&amp;nbsp;rdc_semaphore.c&lt;/P&gt;
&lt;P&gt;available on&amp;nbsp; &lt;A class="" style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/webapp/Download?colCode=FreeRTOS_iMX7D_1.0.1_WIN&amp;amp;appType=license&amp;amp;location=null" target="_blank" rel="noopener"&gt;Windows Installer: i.MX 7Dual/Solo FreeRTOS BSP for Cortex-M4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Rdc is not supported in linux kernel.&lt;/P&gt;
&lt;P&gt;In theory resources like memory, gpio and other peripherals can be shared by cortex-M4 and cortex-A7,&lt;/P&gt;
&lt;P&gt;however software examples are not available, sorry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2021 22:54:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7-Dual-Resource-Domain-Controller-RDC-support-in-Linux-Kernel/m-p/1277182#M174075</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-05-15T22:54:46Z</dc:date>
    </item>
  </channel>
</rss>

