AM64x MCU+ SDK  08.02.00

Detailed Description

Response to authenticate and start image request.

Parameters
hdrGeneric TISCI message header.
image_address_loLower 32bit (Little Endian) of image
image_address_hiHigher 32bit (Little Endian) of image
image_sizeSize of the binary

ACK Response: The host had control over the processor and requested operation is successful

NAK Response: The processor access is not permitted or the operation failed.

IMPORTANT: Reason for failure is NOT provided to prevent security attacks by scan. If permitted, System firmware logs shall provide relevant failure information.

Data Fields

struct tisci_header hdr
 
uint32_t image_address_lo
 
uint32_t image_address_hi
 
uint32_t image_size
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_proc_auth_boot_resp::hdr

◆ image_address_lo

uint32_t tisci_msg_proc_auth_boot_resp::image_address_lo

◆ image_address_hi

uint32_t tisci_msg_proc_auth_boot_resp::image_address_hi

◆ image_size

uint32_t tisci_msg_proc_auth_boot_resp::image_size