summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFranck LENORMAND <franck.lenormand@nxp.com>2019-10-09 10:27:43 +0200
committerSilvano di Ninno <silvano.dininno@nxp.com>2019-12-05 11:57:51 +0100
commit47d6a4dd046e237d3bd016b507ab17b18ed368f3 (patch)
treede9d7dd3bfc55b9701d7dd01509cc71e81c756b6 /configs
parent4d52d1dd92515d501494628fc1adbdb427ee316f (diff)
SSI-87: imx8: Configure SNVS
Add a module to configure the tamper and secure violation of the SNVS using the SCU API. The module also adds some commands: - snvs_cfg: Configure the SNVS HP and LP registers - snvs_dgo_cfg: Configure the SNVS DGO bloc if present (8QXP) - tamper_pin_cfg: Change the configuration of the tamper pins - snvs_clear_status: Allow to write to LPSR and LPTDSR to clear status bits Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com> (cherry picked from commit 75aa7f2254f0883aa14568ac32702b1ca15367e4)
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8qxp_lpddr4_arm2_defconfig2
-rw-r--r--configs/imx8qxp_mek_defconfig2
-rw-r--r--configs/imx8qxp_mek_fspi_defconfig2
-rw-r--r--configs/imx8qxp_mek_spl_defconfig2
-rw-r--r--configs/imx8qxp_mek_spl_fspi_defconfig2
5 files changed, 10 insertions, 0 deletions
diff --git a/configs/imx8qxp_lpddr4_arm2_defconfig b/configs/imx8qxp_lpddr4_arm2_defconfig
index 1550860a5e..66e93c6179 100644
--- a/configs/imx8qxp_lpddr4_arm2_defconfig
+++ b/configs/imx8qxp_lpddr4_arm2_defconfig
@@ -100,3 +100,5 @@ CONFIG_EFI_PARTITION=y
CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
+
+CONFIG_SNVS_SEC_SC=y
diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig
index b9cec95b99..9baf96bd8f 100644
--- a/configs/imx8qxp_mek_defconfig
+++ b/configs/imx8qxp_mek_defconfig
@@ -101,3 +101,5 @@ CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000
CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
+
+CONFIG_SNVS_SEC_SC=y
diff --git a/configs/imx8qxp_mek_fspi_defconfig b/configs/imx8qxp_mek_fspi_defconfig
index 0bc248794c..cbd59643e8 100644
--- a/configs/imx8qxp_mek_fspi_defconfig
+++ b/configs/imx8qxp_mek_fspi_defconfig
@@ -102,3 +102,5 @@ CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000
CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
+
+CONFIG_SNVS_SEC_SC=y
diff --git a/configs/imx8qxp_mek_spl_defconfig b/configs/imx8qxp_mek_spl_defconfig
index b578288cd1..1591180830 100644
--- a/configs/imx8qxp_mek_spl_defconfig
+++ b/configs/imx8qxp_mek_spl_defconfig
@@ -116,3 +116,5 @@ CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000
CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
+
+CONFIG_SNVS_SEC_SC=y
diff --git a/configs/imx8qxp_mek_spl_fspi_defconfig b/configs/imx8qxp_mek_spl_fspi_defconfig
index 53c8c9441b..f06d8d299c 100644
--- a/configs/imx8qxp_mek_spl_fspi_defconfig
+++ b/configs/imx8qxp_mek_spl_fspi_defconfig
@@ -120,3 +120,5 @@ CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000
CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
+
+CONFIG_SNVS_SEC_SC=y