This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-AM261: Secure Boot related doubts

Part Number: LP-AM261


Tool/software:

Hi,

I am currently experimenting with the Secure Boot related functionalities.

We are trying to figure out various possibilities on HS-SE device

Some of the doubts came across are listed below:

  1. Is it possible to add MBED TLS to HSM core?
    • Is if no, is there any hardware limitation for doing so?
    • If yes,
      1. is there any such implementation which is already available.?
      2. Is it possible to use that with hardware accelerators ?
      3. Is there any limitation on adding code to M4 core
  2. As per my understanding, it is possible to use SHA and AES on R5 core.
    • Similarly, i can see AsymCrypt_XXX APIs in the SDK 
    • So, is it possible to do Asymmetric encryption and decryption from R5 core?
    • Is there any example available for the same?
  3. We have a need for authentication of an image to be done from application image.
    1. As per my understanding security lib should be added to the application image. Is that correct?
    2. What are the steps to be followed in doing so?
    3. Is there any example available for that?