aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorClement Faure <clement.faure@nxp.com>2018-04-26 09:39:13 +0200
committerSilvano di Ninno <silvano.dininno@nxp.com>2018-08-02 15:37:24 +0200
commitad2fdd313d50ad5a486ba806115dae940b774d0a (patch)
treefe3b86a7f0ba149cc08f199c165ee802fa45efd9 /core
parent3070f5a12f1a34fac41e1a4d4ff27a631187e708 (diff)
MLK-17927 Remove OCOTP CSU protection.
The normal world and secure world have both R/W access to OCOTP now. Signed-off-by: Clement Faure <clement.faure@nxp.com>
Diffstat (limited to 'core')
-rw-r--r--core/arch/arm/plat-imx/imx_csu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/arch/arm/plat-imx/imx_csu.c b/core/arch/arm/plat-imx/imx_csu.c
index 7d9fd141..10e0e590 100644
--- a/core/arch/arm/plat-imx/imx_csu.c
+++ b/core/arch/arm/plat-imx/imx_csu.c
@@ -16,7 +16,6 @@ struct csu_setting {
const struct csu_setting csu_setting_imx6[] = {
{13, 0xFF0033}, /* Protect ROMCP */
- {14, 0x3F00FF}, /* Protect OCOTP */
{16, 0x330033}, /* Protect TZASC */
{26, 0xFF0033}, /* Protect OCRAM */
{(-1), 0},
@@ -24,7 +23,6 @@ const struct csu_setting csu_setting_imx6[] = {
const struct csu_setting csu_setting_imx6ul[] = {
{13, 0xFF0033}, /* Protect ROMCP */
- {14, 0x3F00FF}, /* Protect OCOTP */
{16, 0x3300FF}, /* Protect TZASC */
{39, 0x3300FF}, /* Protect OCRAM */
{(-1), 0},
@@ -32,7 +30,6 @@ const struct csu_setting csu_setting_imx6ul[] = {
const struct csu_setting csu_setting_imx6sl[] = {
{13, 0xFF0033}, /* Protect ROMCP */
- {14, 0x3F00FF}, /* Protect OCOTP */
{16, 0xFF0033}, /* Protect TZASC */
{26, 0xFF0033}, /* Protect OCRAM */
{(-1), 0},
@@ -40,7 +37,6 @@ const struct csu_setting csu_setting_imx6sl[] = {
const struct csu_setting csu_setting_imx6sx[] = {
{13, 0xFF0033}, /* Protect ROMCP */
- {14, 0x3F00FF}, /* Protect OCOTP */
{15, 0xFF0033}, /* Protect RDC */
{16, 0x3300FF}, /* Protect TZASC */
{34, 0x3300FF}, /* Protect OCRAM */
@@ -96,4 +92,3 @@ TEE_Result csu_init(void)
return TEE_SUCCESS;
}
-