MLK-14419-3 imx: mx7d_arm2: add 19x19 LPDDR2/LPDDR3/DDR3 ARM2 support
authorPeng Fan <peng.fan@nxp.com>
Wed, 8 Feb 2017 07:51:59 +0000 (15:51 +0800)
committerYe Li <ye.li@nxp.com>
Wed, 5 Apr 2017 09:23:50 +0000 (17:23 +0800)
commit9c0c98c0db3c2189c09f6b8e28b3f2d3fade6c11
treec4e08097c154b3fad39fb9d9ff4387b0f6b3a53a
parentdb7d3954b773a2b67e4211606551c06c7573df10
MLK-14419-3 imx: mx7d_arm2: add 19x19 LPDDR2/LPDDR3/DDR3 ARM2 support

Add 19x19 LPDDR2/LPDDR3/DDR3 ARM2 board supports.
Enable the OF_CONTROL and convert them to use DM driver. Since the DTB lacks
the support for some modules. We have to use QSPI and FEC with non-DM driver.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
29 files changed:
arch/arm/cpu/armv7/mx7/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/imx7d-19x19-ddr3-arm2.dts [new file with mode: 0644]
arch/arm/dts/imx7d-19x19-lpddr2-arm2.dts [new file with mode: 0644]
arch/arm/dts/imx7d-19x19-lpddr3-arm2.dts [new file with mode: 0644]
board/freescale/mx7d_19x19_ddr3_arm2/Kconfig [new file with mode: 0644]
board/freescale/mx7d_19x19_ddr3_arm2/Makefile [new file with mode: 0644]
board/freescale/mx7d_19x19_ddr3_arm2/imximage.cfg [new file with mode: 0644]
board/freescale/mx7d_19x19_ddr3_arm2/imximage_TO_1_1.cfg [new file with mode: 0644]
board/freescale/mx7d_19x19_ddr3_arm2/mx7d_19x19_ddr3_arm2.c [new file with mode: 0644]
board/freescale/mx7d_19x19_ddr3_arm2/plugin.S [new file with mode: 0644]
board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig [new file with mode: 0644]
board/freescale/mx7d_19x19_lpddr3_arm2/Makefile [new file with mode: 0644]
board/freescale/mx7d_19x19_lpddr3_arm2/imximage.cfg [new file with mode: 0644]
board/freescale/mx7d_19x19_lpddr3_arm2/imximage_TO_1_1.cfg [new file with mode: 0644]
board/freescale/mx7d_19x19_lpddr3_arm2/imximage_lpddr2.cfg [new file with mode: 0644]
board/freescale/mx7d_19x19_lpddr3_arm2/imximage_lpddr2_TO_1_1.cfg [new file with mode: 0644]
board/freescale/mx7d_19x19_lpddr3_arm2/mx7d_19x19_lpddr3_arm2.c [new file with mode: 0644]
board/freescale/mx7d_19x19_lpddr3_arm2/plugin.S [new file with mode: 0644]
configs/mx7d_19x19_ddr3_arm2_TO_1_1_defconfig [new file with mode: 0644]
configs/mx7d_19x19_ddr3_arm2_defconfig [new file with mode: 0644]
configs/mx7d_19x19_lpddr2_arm2_TO_1_1_defconfig [new file with mode: 0644]
configs/mx7d_19x19_lpddr2_arm2_defconfig [new file with mode: 0644]
configs/mx7d_19x19_lpddr3_arm2_TO_1_1_defconfig [new file with mode: 0644]
configs/mx7d_19x19_lpddr3_arm2_defconfig [new file with mode: 0644]
configs/mx7d_19x19_lpddr3_arm2_eimnor_defconfig [new file with mode: 0644]
configs/mx7d_19x19_lpddr3_arm2_nand_defconfig [new file with mode: 0644]
include/configs/mx7d_19x19_ddr3_arm2.h [new file with mode: 0644]
include/configs/mx7d_19x19_lpddr3_arm2.h [new file with mode: 0644]