AM64x MCU+ SDK  08.02.00

Detailed Description

Processor Status Response.

Parameters
hdrMessage header
processor_idID of processor
bootvector_loLower 32bit (Little Endian) of boot vector
bootvector_hiHigher 32bit (Little Endian) of boot vector
config_flags_1Optional Processor specific Config Flags set
control_flags_1Optional Processor specific Control Flags set
status_flags_1Optional Processor specific Status Flags set

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
 
uint8_t processor_id
 
uint32_t bootvector_lo
 
uint32_t bootvector_hi
 
uint32_t config_flags_1
 
uint32_t control_flags_1
 
uint32_t status_flags_1
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_proc_get_status_resp::hdr

◆ processor_id

uint8_t tisci_msg_proc_get_status_resp::processor_id

◆ bootvector_lo

uint32_t tisci_msg_proc_get_status_resp::bootvector_lo

◆ bootvector_hi

uint32_t tisci_msg_proc_get_status_resp::bootvector_hi

◆ config_flags_1

uint32_t tisci_msg_proc_get_status_resp::config_flags_1

◆ control_flags_1

uint32_t tisci_msg_proc_get_status_resp::control_flags_1

◆ status_flags_1

uint32_t tisci_msg_proc_get_status_resp::status_flags_1