PDK API Guide for J721E
Sciclient Generic Messages API Interface

Introduction

Files

file  sciclient_genericMsgs.h
 This file contains the definition of all the shim layer functions which request DMSC for generic services.
 

Functions

int32_t Sciclient_msmcQuery (const struct tisci_query_msmc_req *req, struct tisci_query_msmc_resp *resp, uint32_t timeout)
 Queries SYSFW about MSMC configuration. More...
 

Function Documentation

int32_t Sciclient_msmcQuery ( const struct tisci_query_msmc_req req,
struct tisci_query_msmc_resp resp,
uint32_t  timeout 
)

Queries SYSFW about MSMC configuration.

Queries the sysfw for details on msmc. Response will contain the start and end address of the msmc region available


Message: TISCI_MSG_QUERY_MSMC
Request: tisci_query_msmc_req
Response: tisci_query_msmc_resp

Parameters
reqPointer to msmc query request payload
respPointer to msmc query response payload
timeoutGives a sense of how long to wait for the operation. Refer Sciclient_ServiceOperationTimeout.
Returns
CSL_PASS on success, else failure