<?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: Need information about ROM #defines used in plugin boot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Need-information-about-ROM-defines-used-in-plugin-boot/m-p/845787#M129568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mrigendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/314263#314263"&gt;https://community.nxp.com/message/314263#314263&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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, 04 Jul 2018 22:55:28 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-07-04T22:55:28Z</dc:date>
    <item>
      <title>Need information about ROM #defines used in plugin boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-information-about-ROM-defines-used-in-plugin-boot/m-p/845786#M129567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to change mx6_plugin.S for my own board. There are some #define s inside this file and I am suspecting how they are used by ROM code. I am listing those that I want to understand or their specific use case that need to be in mind before doing any change in this file&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;#ifdef CONFIG_ROM_UNIFIED_SECTIONS&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_API_TABLE_BASE_ADDR_LEGACY 0x180&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_VERSION_OFFSET 0x80&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#else&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_API_TABLE_BASE_ADDR_LEGACY 0xC0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_VERSION_OFFSET 0x48&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#endif&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_API_TABLE_BASE_ADDR_MX6DQ_TO15 0xC&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_API_TABLE_BASE_ADDR_MX6DL_TO12 0xC4&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_API_HWCNFG_SETUP_OFFSET 0x08&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_VERSION_TO10 0x10&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_VERSION_TO12 0x12&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;#define ROM_VERSION_TO15 0x15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I had this older #define that is nowhere in the newer code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#define ROM_API_TABLE_BASE_ADDR_NEWAPI&amp;nbsp; 0xC4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ldrge r3, =ROM_API_TABLE_BASE_ADDR_NEWAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 10:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-information-about-ROM-defines-used-in-plugin-boot/m-p/845786#M129567</guid>
      <dc:creator>mrigendra_chaub</dc:creator>
      <dc:date>2018-07-04T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need information about ROM #defines used in plugin boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-information-about-ROM-defines-used-in-plugin-boot/m-p/845787#M129568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mrigendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/314263#314263"&gt;https://community.nxp.com/message/314263#314263&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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, 04 Jul 2018 22:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-information-about-ROM-defines-used-in-plugin-boot/m-p/845787#M129568</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-07-04T22:55:28Z</dc:date>
    </item>
  </channel>
</rss>

