<?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 OP-TEE with Secure Storage RPMB support on iMx8QM in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/OP-TEE-with-Secure-Storage-RPMB-support-on-iMx8QM/m-p/1415160#M187116</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;On iMx8QM, I need to use OP-TEE with the Secure Storage RPMB. I have turned on the related config options and it seems work properly.&lt;/P&gt;&lt;P&gt;Now, I want to implement also the &lt;STRONG&gt;tee_otp_get_hw_unique_key&lt;/STRONG&gt;() and my strategy is to implements a MKVB module which retrieves the HUK, similar to has already done on iMx6.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/OP-TEE/optee_os/pull/3608/commits/df90b3e278b4ee5b0216a7536b7b33fefa8f3e8c" target="_blank" rel="noopener"&gt;https://github.com/OP-TEE/optee_os/pull/3608/commits/df90b3e278b4ee5b0216a7536b7b33fefa8f3e8c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is this code useful also with the CAAM on&amp;nbsp; imx8QM?&lt;/P&gt;&lt;P&gt;Idea is to turn on CAAM module porting this series of patches&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Enable-CAAM-accelerating-in-OP-TEE-on-i-MX8QXP-QM-platform-L4-14/ta-p/1102600" target="_blank" rel="nofollow noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Enable-CAAM-accelerating-in-OP-TEE-on-i-MX8QXP-QM-platform-L4-14/ta-p/1102600&lt;/A&gt;&lt;BR /&gt;and then use the code mentioned above to retrive the HUK.&lt;/P&gt;&lt;P&gt;Is this feasible? or there is something that I have not considered.&lt;BR /&gt;&lt;BR /&gt;All opinions are welcome!!!&lt;/P&gt;&lt;P&gt;Thanx in advance,&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;</description>
    <pubDate>Thu, 17 Feb 2022 09:18:54 GMT</pubDate>
    <dc:creator>matteo-facchinetti</dc:creator>
    <dc:date>2022-02-17T09:18:54Z</dc:date>
    <item>
      <title>OP-TEE with Secure Storage RPMB support on iMx8QM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OP-TEE-with-Secure-Storage-RPMB-support-on-iMx8QM/m-p/1415160#M187116</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;On iMx8QM, I need to use OP-TEE with the Secure Storage RPMB. I have turned on the related config options and it seems work properly.&lt;/P&gt;&lt;P&gt;Now, I want to implement also the &lt;STRONG&gt;tee_otp_get_hw_unique_key&lt;/STRONG&gt;() and my strategy is to implements a MKVB module which retrieves the HUK, similar to has already done on iMx6.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/OP-TEE/optee_os/pull/3608/commits/df90b3e278b4ee5b0216a7536b7b33fefa8f3e8c" target="_blank" rel="noopener"&gt;https://github.com/OP-TEE/optee_os/pull/3608/commits/df90b3e278b4ee5b0216a7536b7b33fefa8f3e8c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is this code useful also with the CAAM on&amp;nbsp; imx8QM?&lt;/P&gt;&lt;P&gt;Idea is to turn on CAAM module porting this series of patches&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Enable-CAAM-accelerating-in-OP-TEE-on-i-MX8QXP-QM-platform-L4-14/ta-p/1102600" target="_blank" rel="nofollow noopener"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Enable-CAAM-accelerating-in-OP-TEE-on-i-MX8QXP-QM-platform-L4-14/ta-p/1102600&lt;/A&gt;&lt;BR /&gt;and then use the code mentioned above to retrive the HUK.&lt;/P&gt;&lt;P&gt;Is this feasible? or there is something that I have not considered.&lt;BR /&gt;&lt;BR /&gt;All opinions are welcome!!!&lt;/P&gt;&lt;P&gt;Thanx in advance,&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 09:18:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OP-TEE-with-Secure-Storage-RPMB-support-on-iMx8QM/m-p/1415160#M187116</guid>
      <dc:creator>matteo-facchinetti</dc:creator>
      <dc:date>2022-02-17T09:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: OP-TEE with Secure Storage RPMB support on iMx8QM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OP-TEE-with-Secure-Storage-RPMB-support-on-iMx8QM/m-p/1419428#M187492</link>
      <description>&lt;P&gt;We have realize this function in our optee-os, you can see this&amp;nbsp;&lt;A href="https://source.codeaurora.org/external/imx/imx-optee-os/tree/core/drivers/crypto/caam/blob/caam_blob.c?h=lf-5.10.72_2.2.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/imx-optee-os/tree/core/drivers/crypto/caam/blob/caam_blob.c?h=lf-5.10.72_2.2.0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 01:42:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OP-TEE-with-Secure-Storage-RPMB-support-on-iMx8QM/m-p/1419428#M187492</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2022-02-25T01:42:24Z</dc:date>
    </item>
  </channel>
</rss>

