<?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のトピックHow to make resource are movable from SCFW</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-make-resource-are-movable-from-SCFW/m-p/1182203#M164829</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on imx8qxp B0 and yocto 5.4.47 release.&lt;/P&gt;&lt;P&gt;I try to change the pin muxing of QSPI, FLEXCAN and use as GPIO and UART0_RTS respectively from the uboot and kernel, but it can not set as expected.&lt;/P&gt;&lt;P&gt;i go through the SCFW_1.6.0 source code and found that there are below code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/* Move some pads not in the M4_0 subsystem */
BRD_ERR(rm_set_pad_movable(pt_boot, SC_P_FLEXCAN0_RX,
SC_P_FLEXCAN2_TX, SC_TRUE));
BRD_ERR(rm_set_pad_movable(pt_boot,SC_P_USB_SS3_TC1,
SC_P_USB_SS3_TC1, SC_TRUE));
BRD_ERR(rm_set_pad_movable(pt_boot,SC_P_USB_SS3_TC3,
SC_P_USB_SS3_TC3, SC_TRUE));
BRD_ERR(rm_set_pad_movable(pt_boot, SC_P_QSPI0A_DATA0,
SC_P_COMP_CTL_GPIO_1V8_3V3_QSPI0B, SC_TRUE));&lt;/LI-CODE&gt;&lt;P&gt;I have change in above code from SC_TRUE to SC_FALSE and it working fine.&lt;/P&gt;&lt;P&gt;I want know, which is the valid way to make all this type of resource access available for uboot and kernel from SCFW?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Darshak&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2020 09:38:37 GMT</pubDate>
    <dc:creator>darsh_dev</dc:creator>
    <dc:date>2020-11-12T09:38:37Z</dc:date>
    <item>
      <title>How to make resource are movable from SCFW</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-make-resource-are-movable-from-SCFW/m-p/1182203#M164829</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on imx8qxp B0 and yocto 5.4.47 release.&lt;/P&gt;&lt;P&gt;I try to change the pin muxing of QSPI, FLEXCAN and use as GPIO and UART0_RTS respectively from the uboot and kernel, but it can not set as expected.&lt;/P&gt;&lt;P&gt;i go through the SCFW_1.6.0 source code and found that there are below code&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/* Move some pads not in the M4_0 subsystem */
BRD_ERR(rm_set_pad_movable(pt_boot, SC_P_FLEXCAN0_RX,
SC_P_FLEXCAN2_TX, SC_TRUE));
BRD_ERR(rm_set_pad_movable(pt_boot,SC_P_USB_SS3_TC1,
SC_P_USB_SS3_TC1, SC_TRUE));
BRD_ERR(rm_set_pad_movable(pt_boot,SC_P_USB_SS3_TC3,
SC_P_USB_SS3_TC3, SC_TRUE));
BRD_ERR(rm_set_pad_movable(pt_boot, SC_P_QSPI0A_DATA0,
SC_P_COMP_CTL_GPIO_1V8_3V3_QSPI0B, SC_TRUE));&lt;/LI-CODE&gt;&lt;P&gt;I have change in above code from SC_TRUE to SC_FALSE and it working fine.&lt;/P&gt;&lt;P&gt;I want know, which is the valid way to make all this type of resource access available for uboot and kernel from SCFW?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Darshak&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 09:38:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-make-resource-are-movable-from-SCFW/m-p/1182203#M164829</guid>
      <dc:creator>darsh_dev</dc:creator>
      <dc:date>2020-11-12T09:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to make resource are movable from SCFW</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-make-resource-are-movable-from-SCFW/m-p/1182273#M164838</link>
      <description>&lt;P&gt;Hi darshak_patel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can look at&amp;nbsp; modifying default configuration&amp;nbsp; flexcan example on below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Resource-management-service/ta-p/1123227" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/System-Controller-Firmware-101-Resource-management-service/ta-p/1123227&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 10:58:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-make-resource-are-movable-from-SCFW/m-p/1182273#M164838</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-11-12T10:58:59Z</dc:date>
    </item>
  </channel>
</rss>

