<?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: IRQ masking register modification</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IRQ-masking-register-modification/m-p/645219#M98510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; basically interrupts are controlled by the kernel; please look at section&amp;nbsp;3.2 [Interrupts (Operation)]&lt;/P&gt;&lt;P&gt;of "i.MX_Linux_Reference_Manual.pdf" in linux docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType…&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2017 07:10:08 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2017-03-15T07:10:08Z</dc:date>
    <item>
      <title>IRQ masking register modification</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IRQ-masking-register-modification/m-p/645218#M98509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I would like to change all IRQ masking register (GPC_IMR) via MEMTOOL to investigate interrupt behavior.&lt;/P&gt;&lt;P&gt;However, I could not change these register value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my test logs from my console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=== TEST LOG ===&lt;/P&gt;&lt;P&gt;root@imx6dlsabreauto:# /unit_tests/memtool -32 20dc008=ffffffff&lt;BR /&gt;Writing 32-bit value 0xFFFFFFFF to address 0x020DC008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6dlsabreauto:# /unit_tests/memtool -32 20dc008 1&lt;BR /&gt;Reading 0x1 count starting at address 0x020DC008&lt;/P&gt;&lt;P&gt;0x020DC008:&amp;nbsp; CEA3EF93&lt;/P&gt;&lt;P&gt;================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I tried GPC_CNTR modification via MEMTOOL same as above procedure,&lt;/P&gt;&lt;P&gt;I can change register's value successfully.&lt;/P&gt;&lt;P&gt;also, I have successfully modified registers value of GPC_IMR via "mw" command from U-BOOT prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I change registers value of GPC_IMR via MEMTOOL from Linux BSP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;target environment&amp;gt;&lt;/P&gt;&lt;P&gt;Board : SABRE Auto&lt;/P&gt;&lt;P&gt;CPU : i.MX6DL&lt;/P&gt;&lt;P&gt;OS : Linux version 4.1.15-2.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kazuma Sasaki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 07:36:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IRQ-masking-register-modification/m-p/645218#M98509</guid>
      <dc:creator>kazumasasaki</dc:creator>
      <dc:date>2017-03-13T07:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: IRQ masking register modification</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IRQ-masking-register-modification/m-p/645219#M98510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; basically interrupts are controlled by the kernel; please look at section&amp;nbsp;3.2 [Interrupts (Operation)]&lt;/P&gt;&lt;P&gt;of "i.MX_Linux_Reference_Manual.pdf" in linux docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType…&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 07:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IRQ-masking-register-modification/m-p/645219#M98510</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-03-15T07:10:08Z</dc:date>
    </item>
  </channel>
</rss>

