<?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: Using SEC 4.4 on P1010 from bootloader in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Using-SEC-4-4-on-P1010-from-bootloader/m-p/692361#M4229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The recommended way to perform a CRC or hash operation over memory is&lt;BR /&gt;by constructing and submitting a Job Descriptor via the Job Ring &lt;BR /&gt;interface. Below is a&amp;nbsp; simple descriptor to calculate a CRC over a&lt;BR /&gt;contiguous block of memory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;[00] B0800009&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobhdr: stidx-&amp;gt;[00] len=9&lt;BR /&gt;&amp;nbsp;[01] 8490002C&amp;nbsp;&amp;nbsp;&amp;nbsp; operation: cls2-op crc ietf3385 init-final dec&lt;BR /&gt;&amp;nbsp;[02] 24540000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fifold: class2 msg-last2 ext&lt;BR /&gt;&amp;nbsp;[03] 00000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ptr-&amp;gt;@0x0fdec4080&lt;BR /&gt;&amp;nbsp;[04] FDEC4080&lt;BR /&gt;&amp;nbsp;[05] 00449D00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extlen=4496640&lt;BR /&gt;&amp;nbsp;[06] 54200004&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; str: ccb2-ctx len=4 offs=0&lt;BR /&gt;&amp;nbsp;[07] 00000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ptr-&amp;gt;@0x0feb95140&lt;BR /&gt;&amp;nbsp;[08] FEB95140&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple routines for creating and managing SEC jobs can be found in &lt;BR /&gt;u-Boot SEC driver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgit.freescale.com%2Fgit%2Fcgit.cgi%2Fppc%2Fsdk%2Fu-boot.git%2Ftree%2Fdrivers%2Fcrypto%2Ffsl%3Fid%3Dfsl-sdk-v2.0-1703" rel="nofollow" target="_blank"&gt;http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/tree/drivers/crypto/fsl?id=fsl-sdk-v2.0-1703&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2017 05:46:24 GMT</pubDate>
    <dc:creator>bpe</dc:creator>
    <dc:date>2017-06-23T05:46:24Z</dc:date>
    <item>
      <title>Using SEC 4.4 on P1010 from bootloader</title>
      <link>https://community.nxp.com/t5/P-Series/Using-SEC-4-4-on-P1010-from-bootloader/m-p/692360#M4228</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;I'am trying to understand SEC 4.4 and how to use it from bootloader (simple custom bootloader, written with assembly). I just need to compute CRC of boot image but I can't find some code examples to figure out how to start. Is there any examples how to use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 05:02:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Using-SEC-4-4-on-P1010-from-bootloader/m-p/692360#M4228</guid>
      <dc:creator>alexandernovik2</dc:creator>
      <dc:date>2017-06-20T05:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using SEC 4.4 on P1010 from bootloader</title>
      <link>https://community.nxp.com/t5/P-Series/Using-SEC-4-4-on-P1010-from-bootloader/m-p/692361#M4229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The recommended way to perform a CRC or hash operation over memory is&lt;BR /&gt;by constructing and submitting a Job Descriptor via the Job Ring &lt;BR /&gt;interface. Below is a&amp;nbsp; simple descriptor to calculate a CRC over a&lt;BR /&gt;contiguous block of memory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;[00] B0800009&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobhdr: stidx-&amp;gt;[00] len=9&lt;BR /&gt;&amp;nbsp;[01] 8490002C&amp;nbsp;&amp;nbsp;&amp;nbsp; operation: cls2-op crc ietf3385 init-final dec&lt;BR /&gt;&amp;nbsp;[02] 24540000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fifold: class2 msg-last2 ext&lt;BR /&gt;&amp;nbsp;[03] 00000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ptr-&amp;gt;@0x0fdec4080&lt;BR /&gt;&amp;nbsp;[04] FDEC4080&lt;BR /&gt;&amp;nbsp;[05] 00449D00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extlen=4496640&lt;BR /&gt;&amp;nbsp;[06] 54200004&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; str: ccb2-ctx len=4 offs=0&lt;BR /&gt;&amp;nbsp;[07] 00000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ptr-&amp;gt;@0x0feb95140&lt;BR /&gt;&amp;nbsp;[08] FEB95140&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple routines for creating and managing SEC jobs can be found in &lt;BR /&gt;u-Boot SEC driver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgit.freescale.com%2Fgit%2Fcgit.cgi%2Fppc%2Fsdk%2Fu-boot.git%2Ftree%2Fdrivers%2Fcrypto%2Ffsl%3Fid%3Dfsl-sdk-v2.0-1703" rel="nofollow" target="_blank"&gt;http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/tree/drivers/crypto/fsl?id=fsl-sdk-v2.0-1703&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 05:46:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Using-SEC-4-4-on-P1010-from-bootloader/m-p/692361#M4229</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2017-06-23T05:46:24Z</dc:date>
    </item>
  </channel>
</rss>

