<?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 `dek_blob` command in i.MX6UL in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558218#M86757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, to make it work you need to fix two problems:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The secure memory register map is not correctly defined. I cannot provide the details as they come from the i.MX6UL Security Reference Manual, which is a document under NDA. I think you have to contact your local NXP FAE to get that.&lt;/LI&gt;&lt;LI&gt;The memory invalidation ranges are not correct, which leads to problems when using caches and DMA for the CAAM. As a workaround, you can just disable the intruction and data caches during DEK blob generation.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2016 12:56:34 GMT</pubDate>
    <dc:creator>jdepedro</dc:creator>
    <dc:date>2016-08-25T12:56:34Z</dc:date>
    <item>
      <title>Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558211#M86750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am trying to use the dek_command in the i.MX6UL, but I am getting some errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; dek_blob 0x80800000 0x80801000 80&lt;/P&gt;&lt;P&gt;RNG: Instantiation failed with error ffffffff&lt;/P&gt;&lt;P&gt;RNG: Instantiation failed with error ffffffff&lt;/P&gt;&lt;P&gt;RNG: Instantiation failed with error ffffffff&lt;/P&gt;&lt;P&gt;RNG: Instantiation failed with error fffffffd&lt;/P&gt;&lt;P&gt;RNG: Failed to instantiate RNG&lt;/P&gt;&lt;P&gt;RNG instantiation failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Encapsulating provided DEK to form blob&lt;/P&gt;&lt;P&gt;Allocation of page 0 in partition 1 failed 0x1&lt;/P&gt;&lt;P&gt;=&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I add the following U-Boot configuration options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define CONFIG_SYS_FSL_SEC-COMPAT 4&lt;/P&gt;&lt;P&gt;#define CONFIG_FSL_CAAM&lt;/P&gt;&lt;P&gt;#define CONFIG_CMD_DEKBLOB&lt;/P&gt;&lt;P&gt;#define CONFIG_SYS_FSL_SEC_LE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the configuration correct? How could I debug/fix those errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 07:38:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558211#M86750</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-06-22T07:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558212#M86751</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;IMX6 should be booted using the signed U-boot.&lt;/P&gt;&lt;P&gt;Also, please look at the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-330622"&gt;Encrypted boot loader on SabreSD i.MX6q board&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 24 Jun 2016 06:33:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558212#M86751</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-06-24T06:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558213#M86752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer. I am already using a signed U-Boot image. Can you comment on the configuration for the header? Specifically should I use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;#define CONFIG_SYS_FSL_SEC_LE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;#define CONFIG_SYS_FSL_SEC_BE?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Also, I have this working on the i.MX6Q. So I expect this to some specific configuration for the i.MX6UL. The only thing I can think is the HAB version, which is 4.1.2 in i.MX6UL. Not sure if this would somehow affect to the dek_blob command.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 06:59:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558213#M86752</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-06-24T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558214#M86753</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; basically U-boot options for i.MX6 UL are the same as for other devices of i.MX6 series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; perhaps the following helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332147"&gt;Encrypted U-boot Example&lt;/A&gt; &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>Mon, 04 Jul 2016 06:53:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558214#M86753</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-07-04T06:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558215#M86754</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 have singed u-boot with no hab_events and with #define CONFIG_SYS_FSL_SEC_LE. I'm getting the same errors in dek_blob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have anything new?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 09:41:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558215#M86754</guid>
      <dc:creator>robertlubas</dc:creator>
      <dc:date>2016-08-02T09:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558216#M86755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide a way to contact you? I have tried some things by myself and have some progress, but not working yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 10:58:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558216#M86755</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-08-02T10:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558217#M86756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;do you have any progress on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 12:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558217#M86756</guid>
      <dc:creator>jiriluznicky</dc:creator>
      <dc:date>2016-08-25T12:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558218#M86757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, to make it work you need to fix two problems:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The secure memory register map is not correctly defined. I cannot provide the details as they come from the i.MX6UL Security Reference Manual, which is a document under NDA. I think you have to contact your local NXP FAE to get that.&lt;/LI&gt;&lt;LI&gt;The memory invalidation ranges are not correct, which leads to problems when using caches and DMA for the CAAM. As a workaround, you can just disable the intruction and data caches during DEK blob generation.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 12:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558218#M86757</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-08-25T12:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558219#M86758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, my happiness was a bit premature. I did both steps (I expect both are described also in&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/thread/395507#comment" title="https://community.nxp.com/thread/395507#comment-819340"&gt;https://community.nxp.com/thread/395507#comment-819340&lt;/A&gt;). And I got the same error.&lt;/P&gt;&lt;P&gt;So, I still have not burned SEC_CONFIG fuse, but I expect fake key is used in that case to encrypt DEK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 16:02:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558219#M86758</guid>
      <dc:creator>jiriluznicky</dc:creator>
      <dc:date>2016-08-25T16:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558220#M86759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not having the SEC_CONFIG fuse burned is not a problem, as you expect, the test key is used instead of the OTPMK, but the dek blob command should still work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you sure that the caches are disabled and that you have applied the patch for the registers? Provide the output with debug enabled and I may be able to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 16:08:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558220#M86759</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-08-25T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558221#M86760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not absolutely sure about caches, but I expect dcache off and icache off commands to work in U-Boot. Providing debug output will be a bit problematic as we're using&amp;nbsp;U-Boot 2016.05 instead of the older one from FSL.&lt;/P&gt;&lt;P&gt;Furthermore I tried whether at least hw accelerated hash functions works and they don't. So there are two options. CAAM is broken in upstream U-Boot, or (the more probable) I have some serious mistake in my board configuration. So I'll have to spend some time investigating and I'll eventually let you know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 16:40:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558221#M86760</guid>
      <dc:creator>jiriluznicky</dc:creator>
      <dc:date>2016-08-25T16:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558222#M86761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;I followed&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-330622"&gt;Encrypted boot loader on SabreSD i.MX6q board&lt;/A&gt;&amp;nbsp; with little difference related to MX6UL and also took &lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/thread/395507#comment" title="https://community.nxp.com/thread/395507#comment"&gt;https://community.nxp.com/thread/395507#comment&lt;/A&gt;&amp;nbsp;into account. The last difference is that we use U-Boot 2016.05 instead of&amp;nbsp;&lt;SPAN&gt;U-Boot 2016.03 used in 1st link above. Thus I reverted commit&amp;nbsp;f91e65a74eff93d5187a3b27e1badd80c2a35fed (imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7) and used patch from 2nd link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After enabling a little debugging in CAAM i got:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==&amp;gt; mw.b 0x83701000 0xff 0x1000&lt;BR /&gt;==&amp;gt; dek_blob 0x83700000 0x83701000 128&lt;/P&gt;&lt;P&gt;Encapsulating provided DEK to form blob&lt;BR /&gt;Allocation of page 0 in partition 1 failed 0x1&lt;BR /&gt;Error in Job Descriptor Construction: 1&lt;BR /&gt;Error in Encapsulation 1&lt;BR /&gt;==&amp;gt; md.b 0x83701000 0x48&lt;BR /&gt;83701000: 81 00 48 41 66 55 10 00 00 00 00 00 00 00 00 00 ..HAfU..........&lt;BR /&gt;83701010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................&lt;BR /&gt;83701020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................&lt;BR /&gt;83701030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................&lt;BR /&gt;83701040: 00 00 00 00 00 00 00 00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that is dead end for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 14:22:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558222#M86761</guid>
      <dc:creator>jiriluznicky</dc:creator>
      <dc:date>2016-08-26T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558223#M86762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The i.MX6Q uses a different Secure Memory version than the i.MX6UL.&lt;/P&gt;&lt;P&gt;I would recommend to test in the NXP release of U-Boot 2015.04 applying the patch and disabling the caches. Verify that it works then and then check the differences (or git bisect).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 14:32:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558223#M86762</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-08-26T14:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558224#M86763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I get back to 2015.04, where is fortunately a bit easier to get debug outputs. So our problem is also with RNG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;01: operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;02: jump&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;03: load_imm_u32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;05: operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Error in SEC deq&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;RNG: Instantiation failed with error ffffffff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;01: operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;02: jump&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;03: load_imm_u32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;05: operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Error in SEC deq&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;RNG: Instantiation failed with error ffffffff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;01: operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;02: jump&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;03: load_imm_u32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;05: operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Error in SEC deq&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;RNG: Instantiation failed with error ffffffff&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;01: operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;02: jump&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;03: load_imm_u32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;05: operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Error in SEC enq&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;RNG: Instantiation failed with error fffffffd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;RNG: Failed to instantiate RNG&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;RNG instantiation failed&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:42:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558224#M86763</guid>
      <dc:creator>jiriluznicky</dc:creator>
      <dc:date>2016-08-29T13:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558225#M86764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you completely sure that you applied the register map patch and recompiled and reflashed properly? Those are the exact same error messages that you would get without the patch applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 13:45:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558225#M86764</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-08-29T13:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558226#M86765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I rather rechecked it. I got this RNG error despite the patch is applied or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:06:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558226#M86765</guid>
      <dc:creator>jiriluznicky</dc:creator>
      <dc:date>2016-08-29T14:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558227#M86766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot help you further then, maybe you are using a different i.MX6UL (I am usnig i.MX6UL-2). You should probably open a Service Request with NXP, as they don't usually discuss this security related topics on the community forums.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:11:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558227#M86766</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-08-29T14:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558228#M86767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally made it to work. The core of the problem was function sec_init(). Which is re-entrant unless it fails. And it fails if it has caches on. And if you forget this function in your board init from time, when you were trying to get hw accelerated hashing function to work, then you're doomed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 13:05:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558228#M86767</guid>
      <dc:creator>jiriluznicky</dc:creator>
      <dc:date>2016-08-30T13:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558229#M86768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I though you were using the NXP branch of&amp;nbsp;U-Boot &amp;nbsp;(which does not use hw accelerated hashing functions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to hear it is working now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 13:24:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558229#M86768</guid>
      <dc:creator>jdepedro</dc:creator>
      <dc:date>2016-08-30T13:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using `dek_blob` command in i.MX6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558230#M86769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI:&amp;nbsp;In upstream U-Boot there is badly defined&amp;nbsp;&lt;EM&gt;CAAM_BASE_ADDR&lt;/EM&gt; in&amp;nbsp;&lt;EM&gt;/arch/arm/include/asm/arch-mx6/imx-regs.h&lt;/EM&gt;. It's fixed in imx-2015.04 branch with MLK-10808-3 commit. But never merged into upstream.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 12:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-dek-blob-command-in-i-MX6UL/m-p/558230#M86769</guid>
      <dc:creator>jiriluznicky</dc:creator>
      <dc:date>2016-09-02T12:38:33Z</dc:date>
    </item>
  </channel>
</rss>

