<?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 U-boot custom command in Yocto to invoke HSE API in S32G</title>
    <link>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002496#M11864</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently working on implementing secure boot using HSE APIs to perform kernel image verification before loading. At present, U-Boot loads the kernel image without leveraging any cryptographic algorithms, relying solely on a U-Boot environment script.&lt;/P&gt;&lt;P&gt;I am considering including a custom U-Boot command within the environment script to invoke the HSE APIs (SMR and CR) for kernel verification. However, I am unsure about where and how to implement this in my yocto package or whether this approach is appropriate. If this method is not recommended, I would appreciate any suggestions for a better alternative.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2024 05:26:42 GMT</pubDate>
    <dc:creator>Jayashree</dc:creator>
    <dc:date>2024-11-27T05:26:42Z</dc:date>
    <item>
      <title>U-boot custom command in Yocto to invoke HSE API</title>
      <link>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002496#M11864</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently working on implementing secure boot using HSE APIs to perform kernel image verification before loading. At present, U-Boot loads the kernel image without leveraging any cryptographic algorithms, relying solely on a U-Boot environment script.&lt;/P&gt;&lt;P&gt;I am considering including a custom U-Boot command within the environment script to invoke the HSE APIs (SMR and CR) for kernel verification. However, I am unsure about where and how to implement this in my yocto package or whether this approach is appropriate. If this method is not recommended, I would appreciate any suggestions for a better alternative.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 05:26:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002496#M11864</guid>
      <dc:creator>Jayashree</dc:creator>
      <dc:date>2024-11-27T05:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot custom command in Yocto to invoke HSE API</title>
      <link>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002821#M11867</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235643"&gt;@Jayashree&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;May I know which version BSP you are working with?&lt;/P&gt;
&lt;P&gt;From BSP42.0 UM, &lt;SPAN class="fontstyle0"&gt;Kernel image authentication is provided by U-Boot, using the upstream verified boot method, it is described in chapter 10.6, may I know if the method described could help on your case?&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;</description>
      <pubDate>Wed, 27 Nov 2024 11:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002821#M11867</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-11-27T11:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot custom command in Yocto to invoke HSE API</title>
      <link>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002824#M11868</link>
      <description>Great initiative!&lt;BR /&gt;Implementing HSE APIs via a custom U-Boot command is viable. Consider integrating it in cmd/ and patching via a Yocto bbappend. Alternatively, embed verification in U-Boot's boot sequence for tighter security.&lt;BR /&gt;Ensure mandatory checks and thorough testing.&lt;BR /&gt;Happy to discuss further if you hit roadblocks!&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Ashutosh Nama</description>
      <pubDate>Wed, 27 Nov 2024 11:17:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002824#M11868</guid>
      <dc:creator>AshutoshNama</dc:creator>
      <dc:date>2024-11-27T11:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot custom command in Yocto to invoke HSE API</title>
      <link>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002825#M11869</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235643"&gt;@Jayashree&lt;/a&gt;, Great initiative!&lt;BR /&gt;&lt;BR /&gt;Implementing HSE APIs via a custom U-Boot command is viable.&lt;BR /&gt;Consider integrating it in cmd/ and patching via a Yocto bbappend. Alternatively, embed verification in U-Boot's boot sequence for tighter security.&lt;BR /&gt;Ensure mandatory checks and thorough testing. Happy to discuss further if you hit roadblocks!&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Ashutosh Nama.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 11:19:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/U-boot-custom-command-in-Yocto-to-invoke-HSE-API/m-p/2002825#M11869</guid>
      <dc:creator>AshutoshNama</dc:creator>
      <dc:date>2024-11-27T11:19:19Z</dc:date>
    </item>
  </channel>
</rss>

