AM64x MCU+ SDK  08.02.00

Detailed Description

Request for configuring the firewall permissions.

Parameters
hdrCommon TI-SCI header
fwl_idfirewall ID in question. fwl_id is defined in the TRM.
regionRegion or channel number to set config info This field is unused in case of a simple firewall and must be initialized to zero. In case of a region based firewall, this field indicates the region in question. (index starting from 0) In case of a channel based firewall, this field indicates the channel in question (index starting from 0)
n_permission_regsNumber of permission registers to set
controlContents of the firewall CONTROL register to set
permissionsContents of the firewall PERMISSION register to set
start_addressContents of the firewall START_ADDRESS register to set
end_addressContents of the firewall END_ADDRESS register to set

Data Fields

struct tisci_header hdr
 
uint16_t fwl_id
 
uint16_t region
 
uint32_t n_permission_regs
 
uint32_t control
 
uint32_t permissions [FWL_MAX_PRIVID_SLOTS]
 
uint64_t start_address
 
uint64_t end_address
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_fwl_set_firewall_region_req::hdr

◆ fwl_id

uint16_t tisci_msg_fwl_set_firewall_region_req::fwl_id

◆ region

uint16_t tisci_msg_fwl_set_firewall_region_req::region

◆ n_permission_regs

uint32_t tisci_msg_fwl_set_firewall_region_req::n_permission_regs

◆ control

uint32_t tisci_msg_fwl_set_firewall_region_req::control

◆ permissions

uint32_t tisci_msg_fwl_set_firewall_region_req::permissions[FWL_MAX_PRIVID_SLOTS]

◆ start_address

uint64_t tisci_msg_fwl_set_firewall_region_req::start_address

◆ end_address

uint64_t tisci_msg_fwl_set_firewall_region_req::end_address