MLK-23574-49 mx7ulp_val: Add 10x10 and 14x14 validation board support
authorYe Li <ye.li@nxp.com>
Mon, 4 May 2020 13:54:58 +0000 (06:54 -0700)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 10:25:59 +0000 (03:25 -0700)
commitfd016db05902e9dfe30bac2ca808fe29369e2fa9
tree07a979ad5284fd3d491875c98c219b44f8eda6a4
parent4a6bfd41d565b560ccb5e3723d664c54fd21f799
MLK-23574-49 mx7ulp_val: Add 10x10 and 14x14 validation board support

Porting the iMX7ULP 10x10 validation board and 14x14 validation board codes
from v2019.04 u-boot.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit ec3686f915d0abcc3b1e8f06f288ebf4b249366a)
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx7ulp-10x10-val.dts [new file with mode: 0644]
arch/arm/dts/imx7ulp-14x14-val.dts [new file with mode: 0644]
arch/arm/mach-imx/mx7ulp/Kconfig
board/freescale/mx7ulp_val/Kconfig [new file with mode: 0644]
board/freescale/mx7ulp_val/Makefile [new file with mode: 0644]
board/freescale/mx7ulp_val/imximage.cfg [new file with mode: 0644]
board/freescale/mx7ulp_val/imximage_lpddr2.cfg [new file with mode: 0644]
board/freescale/mx7ulp_val/mx7ulp_val.c [new file with mode: 0644]
board/freescale/mx7ulp_val/plugin.S [new file with mode: 0644]
configs/mx7ulp_10x10_val_defconfig [new file with mode: 0644]
configs/mx7ulp_14x14_val_defconfig [new file with mode: 0644]
include/configs/mx7ulp_val.h [new file with mode: 0644]