AM64x MCU+ SDK  08.02.00

Detailed Description

Request for writing the entire keystore contents.

A user may unlock the keystore to write its contents using a signed and encrypted keystore structure. This operation is required for keystore initialization and is mandatorily the first keystore operation which must be executed in order to put the keystore in a valid state for subsequent operations.

Parameters
hdrCommon TI-SCI header
keystore_loLower 32-bit memory location of the signed and encrypted keystore contents
keystore_hiHigher 32-bit memory location of the signed and encrypted keystore contents

Data Fields

struct tisci_header hdr
 
uint32_t keystore_lo
 
uint32_t keystore_hi
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_keystore_write_req::hdr

◆ keystore_lo

uint32_t tisci_msg_keystore_write_req::keystore_lo

◆ keystore_hi

uint32_t tisci_msg_keystore_write_req::keystore_hi