From 828f5880c04d0e2acb1f0fc945ee22d5217478b3 Mon Sep 17 00:00:00 2001 From: Teo Hall Date: Wed, 3 May 2017 17:46:41 -0500 Subject: update secure partition and add NS access add more resources to secure partition for protection. Also add in functionality to allow for register access of some secure-owned peripherals. These peripherals will still be protected from power or clk changes. Signed-off-by: Teo Hall --- plat/freescale/imx8qm/imx8qm_bl31_setup.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plat/freescale/imx8qm/imx8qm_bl31_setup.c') diff --git a/plat/freescale/imx8qm/imx8qm_bl31_setup.c b/plat/freescale/imx8qm/imx8qm_bl31_setup.c index 257ce7fc..fc52e453 100644 --- a/plat/freescale/imx8qm/imx8qm_bl31_setup.c +++ b/plat/freescale/imx8qm/imx8qm_bl31_setup.c @@ -206,6 +206,12 @@ void mx8_partition_resources(void) /* move all movable resources and pins to non-secure partition */ err = sc_rm_move_all(ipc_handle, secure_part, os_part, true, true); + /* iterate through peripherals to give NS OS part access */ + for(i = 0; i<(sizeof(ns_access_allowed)/sizeof(sc_rsrc_t)); i++){ + err = sc_rm_set_peripheral_permissions(ipc_handle, ns_access_allowed[i], + os_part, SC_RM_PERM_FULL); + } + /* * sc_rm_set_peripheral_permissions * -- cgit v1.2.3