<?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>S32GのトピックRe: HSE on A core [Linux] as a standalone.</title>
    <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1963353#M10956</link>
    <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234952"&gt;@ashwini2024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;By adding the following：&lt;/P&gt;
&lt;P&gt;DISTRO_FEATURES:append = " hse"&lt;BR /&gt;NXP_FIRMWARE_LOCAL_DIR = "/yocto-s32/sources/meta-alb/recipes-bsp/hse"&lt;BR /&gt;[pointing to the hse firmware location].&lt;/P&gt;
&lt;P&gt;It is to &lt;SPAN class="fontstyle0"&gt;enable PKCS11 Support &amp;amp; HSE Linux Driver.&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;From BSP41UM, chapter 10.7, it is stated that " the HSE crypto driver, which provides support for offloading cryptographic operations to HSE’s dedicated coprocessors through the kernel crypto API. " so it may support your requirement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;But we do not find relevant examples by using the HSE Linux Driver directly through the crypto API, you may reference the HSE Linux Driver itself to have further tests.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Chenyin&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 07:49:03 GMT</pubDate>
    <dc:creator>chenyin_h</dc:creator>
    <dc:date>2024-09-27T07:49:03Z</dc:date>
    <item>
      <title>HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1960468#M10898</link>
      <description>&lt;P&gt;Is it possible to enable HSE on A core[Linux]as a standalone without m core for cryptographic operations without parsing IVT.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 06:38:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1960468#M10898</guid>
      <dc:creator>ashwini2024</dc:creator>
      <dc:date>2024-09-24T06:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1961297#M10926</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234952"&gt;@ashwini2024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;I think so, if only running BSP on A53 cores, then when using the HSE, the M7 side will not involved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 04:23:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1961297#M10926</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-09-25T04:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1962606#M10947</link>
      <description>&lt;P&gt;Could you please let me know how could that be done? Are there any specific document containing the steps to be followed to enable hse on A core alone?&lt;BR /&gt;In local.conf file i have added the following lines.&lt;BR /&gt;DISTRO_FEATURES:append = " hse"&lt;BR /&gt;NXP_FIRMWARE_LOCAL_DIR = "/yocto-s32/sources/meta-alb/recipes-bsp/hse"&lt;BR /&gt;[pointing to the hse firmware location].&lt;/P&gt;&lt;P&gt;I have to call the hse apis through a custom user application could u give me some idea on how it could be done through af_alg and kernel crypto apis?&lt;BR /&gt;&lt;BR /&gt;The following are the changes i added in config file to use the modules&lt;/P&gt;&lt;P&gt;:CONFIG_CRYPTO_ALGAPI=y&lt;BR /&gt;CONFIG_CRYPTO_USER_API_HASH=y&lt;BR /&gt;CONFIG_CRYPTO_AF_ALG=y&lt;BR /&gt;CONFIG_CRYPTO_DEV_HSE=y&lt;/P&gt;&lt;P&gt;Are there any changes to be done? Or any additional comments?&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 10:23:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1962606#M10947</guid>
      <dc:creator>ashwini2024</dc:creator>
      <dc:date>2024-09-26T10:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1963353#M10956</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/234952"&gt;@ashwini2024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;By adding the following：&lt;/P&gt;
&lt;P&gt;DISTRO_FEATURES:append = " hse"&lt;BR /&gt;NXP_FIRMWARE_LOCAL_DIR = "/yocto-s32/sources/meta-alb/recipes-bsp/hse"&lt;BR /&gt;[pointing to the hse firmware location].&lt;/P&gt;
&lt;P&gt;It is to &lt;SPAN class="fontstyle0"&gt;enable PKCS11 Support &amp;amp; HSE Linux Driver.&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;From BSP41UM, chapter 10.7, it is stated that " the HSE crypto driver, which provides support for offloading cryptographic operations to HSE’s dedicated coprocessors through the kernel crypto API. " so it may support your requirement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;But we do not find relevant examples by using the HSE Linux Driver directly through the crypto API, you may reference the HSE Linux Driver itself to have further tests.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Chenyin&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 07:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1963353#M10956</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-09-27T07:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1964937#M10999</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashwini2024_0-1727759739261.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302138iC81F5BFFDDC33288/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashwini2024_0-1727759739261.png" alt="ashwini2024_0-1727759739261.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ashwini2024_0-1727759739261.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;where can i find where the hse firmware offset is defined and how could i modify that ?&lt;BR /&gt;Please do reply&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 05:16:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1964937#M10999</guid>
      <dc:creator>ashwini2024</dc:creator>
      <dc:date>2024-10-01T05:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1966702#M11021</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ashwini2024_0-1728018306091.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/302673iAF8CA196536CD448/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ashwini2024_0-1728018306091.png" alt="ashwini2024_0-1728018306091.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ashwini2024_0-1728018306091.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am getting this error what im su;posed to do it gets stuck before u boot.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 05:05:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1966702#M11021</guid>
      <dc:creator>ashwini2024</dc:creator>
      <dc:date>2024-10-04T05:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1967579#M11036</link>
      <description>&lt;P&gt;With reference to the above question i am using bsp 40 and i have included the below two lines in the local.conf:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;DISTRO_FEATURES:append = " hse "&lt;BR /&gt;NXP_FIRMWARE_LOCAL_DIR = "/yocto-s32/hse"&lt;BR /&gt;&lt;BR /&gt;Now on flashing with the bootloader with hse firmware at :0x1200&lt;BR /&gt;I am getting the above error the control is not going to uboot why is it and how could i resolve it?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 05:03:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1967579#M11036</guid>
      <dc:creator>ashwini2024</dc:creator>
      <dc:date>2024-10-07T05:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1967765#M11037</link>
      <description>&lt;P&gt;In SD card boot mode there are no logs seen&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 08:57:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1967765#M11037</guid>
      <dc:creator>ashwini2024</dc:creator>
      <dc:date>2024-10-07T08:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1967801#M11038</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How to enable HSE and perform cyrpto operations like Key generation, encryption/decryption, signature generation/verification? Do you have specific document or steps which tells how to enable HSE and perform Crypto graphic operations on A53 core?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have performed followings for enabling HSE on A53 core&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Step1: I have enabled HSE on A53 as per the "chapter 10 - HSE security support " of Linux BSP 40 with all the required configuration and placed HSE firmware in required path as per the document and built the yocto package that is ,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i have added ,&lt;/P&gt;&lt;P&gt;DISTRO_FEATURES:append = " hse "&lt;BR /&gt;NXP_FIRMWARE_LOCAL_DIR = "/yocto-s32/hse"&lt;/P&gt;&lt;P&gt;in local.conf&amp;nbsp;and then enabled hse_nxp_support&amp;nbsp;and changed the default firmware file&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Step2: In NxP boot I have configured ATF booting and I have generated IVT by enabling eFuse and configuring HSE(HSE backup image) and flashed on to the target. Here A53 core booting is not happening and its stuck in booting and showing that A53 core loaded and reset handler address is 0x34610000&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 09:46:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1967801#M11038</guid>
      <dc:creator>ashwini2024</dc:creator>
      <dc:date>2024-10-07T09:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: HSE on A core [Linux] as a standalone.</title>
      <link>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1969393#M11068</link>
      <description>&lt;P&gt;I feel very sorry for the delay from our side due on leave.&lt;/P&gt;
&lt;P&gt;I noticed that another thread from you is created with similar questions, we will handle it via that thread. let's focus on the replies there. I apologize for your inconvenience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 02:27:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/HSE-on-A-core-Linux-as-a-standalone/m-p/1969393#M11068</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-10-09T02:27:39Z</dc:date>
    </item>
  </channel>
</rss>

