AM64x MCU+ SDK  08.02.00

Detailed Description

Secure proxy configuration.

Parameters
subhdrMagic and size for integrity check.
scaling_factorMemory allocation for messages scaling factor. In current design, only value of "1" is supported. For future design, a value of "2" would double all memory allocations and credits, "3" would triple, and so on.
scaling_profileMemory allocation for messages profile number. In current design, only a value of "1" is supported. "0" is always invalid due to fault tolerance.
disable_main_nav_secure_proxyDo not configure main nav secure proxy. This removes all MSMC memory demands from DMSC but limits MPU channels to one set of secure and one set of insecure. Note this parameter is currently not used. Hence the value of '0' is used.

Data Fields

struct tisci_boardcfg_substructure_header subhdr
 
uint8_t scaling_factor
 
uint8_t scaling_profile
 
uint8_t disable_main_nav_secure_proxy
 

Field Documentation

◆ subhdr

struct tisci_boardcfg_substructure_header tisci_boardcfg_secproxy::subhdr

◆ scaling_factor

uint8_t tisci_boardcfg_secproxy::scaling_factor

◆ scaling_profile

uint8_t tisci_boardcfg_secproxy::scaling_profile

◆ disable_main_nav_secure_proxy

uint8_t tisci_boardcfg_secproxy::disable_main_nav_secure_proxy