Skip to content

Commit

Permalink
MA-20366 imx8ulp: limit non-secure access to xRDC MGR
Browse files Browse the repository at this point in the history
Non-secure User/Priv should not write xRDC MGR, this commit
adds the restriction.

Signed-off-by: Ji Luo <[email protected]>
  • Loading branch information
TE-N-JiLuo authored and JackyBai committed Mar 12, 2024
1 parent 151c645 commit 411c523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plat/imx/imx8ulp/xrdc/xrdc_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct xrdc_pac_msc_config imx8ulp_pdac[] = {
{ 0, PAC_SLOT_ALL, {0, 7, 0, 0, 0, 0, 0, 7} }, /* PAC0 */
{ 0, 36, {0, 0, 0, 0, 0, 0, 7, 7} }, /* PAC0 slot 36 for CMC1 */
{ 0, 41, {0, 0, 0, 0, 0, 0, 7, 7} }, /* PAC0 slot 41 for SIM_AD */
{ 0, 47, {0, 0, 0, 0, 7, 0, 0, 7} }, /* PAC0 slot 47 for XRDC MGR*/
{ 0, 47, {0, 0, 0, 0, 7, 0, 0, 5} }, /* PAC0 slot 47 for XRDC MGR*/
{ 1, PAC_SLOT_ALL, {0, 7, 0, 0, 0, 0, 0, 7} }, /* PAC1 */
{ 1, 9, {0, 7, 7, 7, 0, 0, 0, 7} }, /* SAI5 for HIFI4 and eDMA2 */
{ 1, 12, {0, 7, 0, 0, 0, 0, 7, 7} }, /* PAC1 slot 12 for IOMUXC1 */
Expand Down

0 comments on commit 411c523

Please sign in to comment.