AM64x MCU+ SDK  11.00.00

Detailed Description

This file contains:

    WARNING!!: Autogenerated file from SYSFW. DO NOT MODIFY!!

System Firmware

TISCI Data structures and macros for LPM encryption and decryption

Request for TISCI_MSG_LPM_ENCRYPT.

Parameters
hdrTISCI header to provide ACK/NAK flags to the host.
unencrypted_addrMSMC source address where the unencrypted binary is placed
encrypted_addrDDR destination address where the [context + encrypted metadata + encrypted binary] should be placed
unencrypted_lenThe size of the unencrypted binary present in the MSMC
max_encrypted_lenThe maximum possible size allowed for storing the [context + encrypted metadata + encrypted binary]

Data Fields

struct tisci_header hdr
 
uint64_t unencrypted_addr
 
uint64_t encrypted_addr
 
uint32_t unencrypted_len
 
uint32_t max_encrypted_len
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_enc_req::hdr

◆ unencrypted_addr

uint64_t tisci_msg_enc_req::unencrypted_addr

◆ encrypted_addr

uint64_t tisci_msg_enc_req::encrypted_addr

◆ unencrypted_len

uint32_t tisci_msg_enc_req::unencrypted_len

◆ max_encrypted_len

uint32_t tisci_msg_enc_req::max_encrypted_len