MLK-22351 iMX8DXL: Add iMX8DXL phantom chip MEK board
authorYe Li <ye.li@nxp.com>
Wed, 12 Jun 2019 03:27:12 +0000 (20:27 -0700)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 07:56:29 +0000 (00:56 -0700)
commitac96c7d13e1200d55c6a3d431d58c9979fd883a1
treed371e309992e35ad97d3e98ad55c3e5223b92ced
parent0e54e584829f810b9f28eea0a136ce2a6434a3ed
MLK-22351 iMX8DXL: Add iMX8DXL phantom chip MEK board

The iMX8DXL phantom chip is 15x15 iMX8QXP, so we will use 8QXP as SOC,
add configs and codes for the new board.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 791b6ff76a96f17c1222dd39c09937e2ffc5c00e)
(cherry picked from commit 638ab8a02891f6617b3e2db7616f79abcd11a209)
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/fsl-imx8dxl-phantom-mek-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-imx8dxl-phantom-mek.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8/Kconfig
board/freescale/imx8dxl_phantom_mek/Kconfig [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/Makefile [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/imx8dxl_phantom_mek.c [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/imximage.cfg [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/spl.c [new file with mode: 0644]
board/freescale/imx8dxl_phantom_mek/uboot-container.cfg [new file with mode: 0644]
configs/imx8dxl_phantom_mek_defconfig [new file with mode: 0644]
configs/imx8dxl_phantom_mek_fspi_defconfig [new file with mode: 0644]
include/configs/imx8dxl_phantom_mek.h [new file with mode: 0644]