summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-12-27 16:50:11 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-05 19:22:14 +0100
commit2773302aa7cd0faf646524c45962e111127aed73 (patch)
treeaf29cdf9b0bcb925de4e4f2729db6e4b8db9b8d0 /arch
parentb1840a04d7e4c5d76c68e0ba9ad709dda9edcbd3 (diff)
apalis-imx8: initial add
Initial board support for Apalis iMX8 using a copy of NXP iMX8QM ARM2 LPDDR4 board. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> (cherry picked from commit 68e401998ba0654292b7914b85433d8453202ec8) (cherry picked from commit 6b9234fa1f5889f0eeecc6147afffbc859933c99) (cherry picked from commit 0b7feded806717b4292615373ed6c018324b8ef5) Conflicts: arch/arm/cpu/armv8/imx8/Kconfig, file moved (cherry picked from commit 393dd8dd4061833fcc3cfd85886d49160b515ce0)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/imx8/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig
index 748f2b9849..f7dc4cde73 100644
--- a/arch/arm/mach-imx/imx8/Kconfig
+++ b/arch/arm/mach-imx/imx8/Kconfig
@@ -47,6 +47,11 @@ choice
prompt "MX8 board select"
optional
+config TARGET_APALIS_IMX8
+ bool "Support Apalis i.MX8"
+ select BOARD_LATE_INIT
+ select IMX8QM
+
config TARGET_IMX8QM_LPDDR4_ARM2
bool "Support i.MX8QM lpddr4 validation board"
select BOARD_LATE_INIT
@@ -99,6 +104,7 @@ source "board/freescale/imx8qm_arm2/Kconfig"
source "board/freescale/imx8qm_mek/Kconfig"
source "board/freescale/imx8qxp_arm2/Kconfig"
source "board/freescale/imx8qxp_mek/Kconfig"
+source "board/toradex/apalis-imx8/Kconfig"
config SNVS_SEC_SC
bool "Support SNVS configuration"