diff options
author | Bhupesh Sharma <bhupesh.sharma@freescale.com> | 2015-01-06 13:11:21 -0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-02-24 13:08:06 -0800 |
commit | 9c66ce662c076fc1f5e57c4e72126e41d56d0b80 (patch) | |
tree | bb3c49d17da0fad2006a3dc2a26d96af08161bf1 /include/configs | |
parent | 38dac81b3d0e777f301ca98100bfbcab01d616c2 (diff) | |
download | u-boot-imx-9c66ce662c076fc1f5e57c4e72126e41d56d0b80.zip u-boot-imx-9c66ce662c076fc1f5e57c4e72126e41d56d0b80.tar.gz u-boot-imx-9c66ce662c076fc1f5e57c4e72126e41d56d0b80.tar.bz2 |
fsl-ch3/lowlevel: TZPC and TZASC programming to configure non-secure accesses
This patch ensures that the TZPC (BP147) and TZASC-400 programming
happens for LS2085A SoC only when the desired config flags are
enabled and ensures that the TZPC programming is done to allow Non-secure
(NS) + secure (S) transactions only for DCGF registers.
The TZASC component is not present on LS2085A-Rev1, so the TZASC-400
config flag is turned OFF for now.
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls2085a_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index 6fe032c..3898443 100644 --- a/include/configs/ls2085a_common.h +++ b/include/configs/ls2085a_common.h @@ -13,6 +13,7 @@ #define CONFIG_FSL_LSCH3 #define CONFIG_LS2085A #define CONFIG_GICV3 +#define CONFIG_FSL_TZPC_BP147 /* Link Definitions */ #define CONFIG_SYS_TEXT_BASE 0x30001000 |