<?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: Keep same header structure in SRK Table and Record in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152210#M161674</link>
    <description>&lt;P&gt;Hi csoapy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can refer to tutorial for creating i.MX8 image&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;AHAB documentation&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/ahab?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/ahab?h=imx_v2020.04_5.4.24_2.1.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="relatedDocsClick_1" href="https://www.nxp.com/docs/en/application-note/AN12312.pdf" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Secure Boot on i.MX 8 and i.MX 8X Families using AHAB&lt;/STRONG&gt;&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;</description>
    <pubDate>Sat, 12 Sep 2020 06:41:40 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-09-12T06:41:40Z</dc:date>
    <item>
      <title>Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152099#M161667</link>
      <description>&lt;P&gt;I'm writing code to parse container file. And found that there are 3 similar struct headers used to&amp;nbsp;indicate data block's TAG, SIZE and VERSION:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A: { VERSION, LENGTH_L, LENGHT_H, TAG}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Used in Container, SignatureBlock, Signature, Certificate, Block(DEK)'s header.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B: {TAG,&amp;nbsp; LENGTH_L/H, LENGHT_H/L, VERSION}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Used in SRK Table's header.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C: {Tag,&amp;nbsp;LENGTH_L/H, LENGHT_H/L}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Used in SRK Record's header&lt;/P&gt;&lt;P&gt;&lt;EM&gt;P.S. I use `L/H` because there are labled as `Variable` in a fixed length of 2 bytes in i.MX8 RM Rev.0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This two make me confused:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Why not use same structures?&lt;/LI&gt;&lt;LI&gt;Why not place TAG to the first byte of a structure?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 11 Sep 2020 10:30:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152099#M161667</guid>
      <dc:creator>csoapy</dc:creator>
      <dc:date>2020-09-11T10:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152210#M161674</link>
      <description>&lt;P&gt;Hi csoapy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can refer to tutorial for creating i.MX8 image&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootable-image/ta-p/1101253&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;AHAB documentation&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/ahab?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/ahab?h=imx_v2020.04_5.4.24_2.1.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A id="relatedDocsClick_1" href="https://www.nxp.com/docs/en/application-note/AN12312.pdf" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Secure Boot on i.MX 8 and i.MX 8X Families using AHAB&lt;/STRONG&gt;&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;</description>
      <pubDate>Sat, 12 Sep 2020 06:41:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152210#M161674</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-12T06:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152355#M161685</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;&amp;nbsp;Can you delete your reply? It's not an answer to the question.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Sep 2020 01:35:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152355#M161685</guid>
      <dc:creator>csoapy</dc:creator>
      <dc:date>2020-09-12T01:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152370#M161687</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;answer to the questions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Why not use same structures?&lt;/LI&gt;
&lt;LI&gt;Why not place TAG to the first byte of a structure?&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;A: it is defined in i.MX8 ROM.&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, 12 Sep 2020 07:03:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152370#M161687</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-12T07:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152511#M161712</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp; I mean, it's a bad definition, a bad design in another word.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 01:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152511#M161712</guid>
      <dc:creator>csoapy</dc:creator>
      <dc:date>2020-09-14T01:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152601#M161726</link>
      <description>&lt;P&gt;&amp;gt;&lt;SPAN&gt;I mean, it's a bad definition, a bad design in another word.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sorry processor ROM structures and definitions are hardcoded at chip design level,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;they can not be changed later.&lt;/SPAN&gt;&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>Mon, 14 Sep 2020 05:16:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1152601#M161726</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-14T05:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1154818#M162021</link>
      <description>&lt;P&gt;Another weird order in Signature Block:&lt;/P&gt;&lt;P&gt;Offset:&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;{Certi,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SRK Table,&amp;nbsp; Sign, Blob}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Content: &lt;STRONG&gt;{SRK Table, Sign,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Certi, Blob}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="csoapy_0-1600347575965.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/125437i5536060D863C799C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="csoapy_0-1600347575965.png" alt="csoapy_0-1600347575965.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 12:59:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1154818#M162021</guid>
      <dc:creator>csoapy</dc:creator>
      <dc:date>2020-09-17T12:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1154874#M162031</link>
      <description>&lt;P&gt;processor ROM structures and definitions are hardcoded at chip design level,&lt;/P&gt;
&lt;P&gt;they can not be changed later.&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>Thu, 17 Sep 2020 14:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1154874#M162031</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-17T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Keep same header structure in SRK Table and Record</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1155121#M162056</link>
      <description>&lt;P class="lia-indent-padding-left-30px"&gt;&lt;U&gt;&lt;EM&gt;processor ROM structures and definitions are hardcoded at chip design level,&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;U&gt;&lt;EM&gt;they can not be changed later.&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Since it's hardcoded, then hardcode them again.&lt;/P&gt;&lt;P&gt;I don't think they can not be changed later.&lt;/P&gt;&lt;P&gt;There're i.MX8 &lt;STRONG&gt;B0&lt;/STRONG&gt; and &lt;STRONG&gt;C0&lt;/STRONG&gt; release. So why can't fix them in &lt;STRONG&gt;D0&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;It's about how much works need to be done.&lt;/P&gt;&lt;P&gt;It's not about CAN or CAN NOT.&lt;/P&gt;&lt;P&gt;BAD is BAD. and need to be fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 01:12:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Keep-same-header-structure-in-SRK-Table-and-Record/m-p/1155121#M162056</guid>
      <dc:creator>csoapy</dc:creator>
      <dc:date>2020-09-18T01:12:54Z</dc:date>
    </item>
  </channel>
</rss>

