AM263x MCU+ SDK  09.02.00
Hsmclient_ipcLoadHSM Struct Reference

Detailed Description

IPC Load HSM Runtime.

This is the format of the message which is sent to load the HSM runtime. The R5 SBL will populate this message and will send to the HSM Boot ROM.

Data Fields

Hsmclient_ipcExportHeader header
 This is header which is added to all the messages. More...
 
uint32_t imgLoadAddress
 This is the load address where the HSM runtime image is located. The image should always have the X509 certificate followed by the actual HSM runtime binary. More...
 

Field Documentation

◆ header

Hsmclient_ipcExportHeader Hsmclient_ipcLoadHSM::header

This is header which is added to all the messages.

◆ imgLoadAddress

uint32_t Hsmclient_ipcLoadHSM::imgLoadAddress

This is the load address where the HSM runtime image is located. The image should always have the X509 certificate followed by the actual HSM runtime binary.