summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-02-02 12:53:23 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:11 +0100
commit47ed4798610111bfd95f7ca195bccb04ab4c50a7 (patch)
tree74b5ac628297e0a5b0ffa4c9b977f8b100be8397 /configs
parent4c7ecf53fa5fbd46180009a756d9ac2b84b32670 (diff)
MLK-10191-3 imx: mx7: Add support for i.MX7D 12x12 LPDDR3 ARM2 board
Add BSP codes, configuration head file and build target for 12x12 LPDDR3 ARM2 board with basic functions: ENET, I2C, SD/eMMC/MMC, USB, LCD Splash screen, QSPI, ECSPI, pfuze3000 PMIC. Note: pmic and video is still not upstream way Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit ac0d51ef07fdec880e6da318c08d521506640efa) Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Conflicts: boards.cfg
Diffstat (limited to 'configs')
-rw-r--r--configs/mx7d_12x12_lpddr3_arm2_defconfig7
-rw-r--r--configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig7
-rw-r--r--configs/mx7d_12x12_lpddr3_arm2_spinor_defconfig7
3 files changed, 21 insertions, 0 deletions
diff --git a/configs/mx7d_12x12_lpddr3_arm2_defconfig b/configs/mx7d_12x12_lpddr3_arm2_defconfig
new file mode 100644
index 0000000000..e9c987936b
--- /dev/null
+++ b/configs/mx7d_12x12_lpddr3_arm2_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage.cfg,MX7D,DEFAULT_FDT_FILE="imx7d-12x12-lpddr3-arm2.dtb""
+CONFIG_ARM=y
+CONFIG_TARGET_MX7D_12X12_LPDDR3_ARM2=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
diff --git a/configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig b/configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig
new file mode 100644
index 0000000000..83d698932b
--- /dev/null
+++ b/configs/mx7d_12x12_lpddr3_arm2_qspi1_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage.cfg,MX7D,SYS_BOOT_QSPI,DEFAULT_FDT_FILE="imx7d-12x12-lpddr3-arm2.dtb""
+CONFIG_ARM=y
+CONFIG_TARGET_MX7D_12X12_LPDDR3_ARM2=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y
diff --git a/configs/mx7d_12x12_lpddr3_arm2_spinor_defconfig b/configs/mx7d_12x12_lpddr3_arm2_spinor_defconfig
new file mode 100644
index 0000000000..5f57931d61
--- /dev/null
+++ b/configs/mx7d_12x12_lpddr3_arm2_spinor_defconfig
@@ -0,0 +1,7 @@
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage.cfg,MX7D,SYS_BOOT_SPINOR,DEFAULT_FDT_FILE="imx7d-12x12-lpddr3-arm2.dtb""
+CONFIG_ARM=y
+CONFIG_TARGET_MX7D_12X12_LPDDR3_ARM2=y
+CONFIG_SYS_MALLOC_F=y
+CONFIG_SYS_MALLOC_F_LEN=0x400
+CONFIG_DM=y
+CONFIG_DM_THERMAL=y