|
AM64x MCU+ SDK
10.01.00
|
|
Go to the documentation of this file.
60 #ifndef SCICLIENT_PROCBOOT_H_
61 #define SCICLIENT_PROCBOOT_H_
int32_t Sciclient_procBootGetProcessorState(uint8_t processorId, struct tisci_msg_proc_get_status_resp *procStatus, uint32_t timeout)
Message to Get Processor Status Provides a means for hosts in the permitted list to get the status of...
int32_t Sciclient_procBootSetSequenceCtrl(uint8_t processorId, uint32_t control_flags_1_set, uint32_t control_flags_1_clear, uint32_t reqFlag, uint32_t timeout)
Message to setup the processor sequence control. Provides a means for the host with current control t...
int32_t Sciclient_procBootAuthAndStart(const struct tisci_msg_proc_auth_boot_req *authBootCfg, uint32_t timeout)
Message to Authorize and Start Processor Boot: Provides a means for the host with current control to ...
uint8_t delay_per_iteration_us
Definition: tisci_procboot.h:4
int32_t Sciclient_procBootWaitProcessorState(uint8_t processorId, uint8_t num_match_iterations, uint8_t delay_per_iteration_us, uint32_t status_flags_1_set_all_wait, uint32_t status_flags_1_set_any_wait, uint32_t status_flags_1_clr_all_wait, uint32_t status_flags_1_clr_any_wait, uint32_t reqFlag, uint32_t timeout)
Message to Wait for Processor Status Provides a means for hosts to request the SYSFW to wait till a a...
uint32_t status_flags_1_clr_all_wait
Definition: tisci_procboot.h:8
uint32_t status_flags_1_set_any_wait
Definition: tisci_procboot.h:7
uint32_t control_flags_1_set
Definition: tisci_procboot.h:2
uint32_t status_flags_1_clr_any_wait
Definition: tisci_procboot.h:9
Processor Status Response.
Definition: tisci_procboot.h:455
uint32_t status_flags_1_set_all_wait
Definition: tisci_procboot.h:6
uint32_t control_flags_1_clear
Definition: tisci_procboot.h:3
Processor Boot Configuration.
Definition: tisci_procboot.h:271
int32_t Sciclient_procBootReleaseProcessor(uint8_t processorId, uint32_t reqFlag, uint32_t timeout)
Message to release a processor Provides a means for the host with current control to relinquish a phy...
Authenticate and start image.
Definition: tisci_procboot.h:359
int32_t Sciclient_procBootHandoverProcessor(uint8_t processorId, uint8_t hostId, uint32_t timeout)
Message to handover a processor Provides a means for the host with current control to relinquish a ph...
uint8_t num_match_iterations
Definition: tisci_procboot.h:3
int32_t Sciclient_procBootSetProcessorCfg(const struct tisci_msg_proc_set_config_req *configReq, uint32_t timeout)
Message to set the processor configuration Provides a means for the host with current control to do t...
int32_t Sciclient_procBootRequestProcessor(uint8_t processorId, uint32_t timeout)
Message to request a processor Provides a means for either the “recovery master” host or another host...