]> git.ipfire.org Git - thirdparty/u-boot.git/commit - arch/arm/dts/Makefile
imx: support i.MX8QM MEK board
authorPeng Fan <peng.fan@nxp.com>
Tue, 5 Mar 2019 02:32:49 +0000 (02:32 +0000)
committerStefano Babic <sbabic@denx.de>
Thu, 25 Apr 2019 15:03:25 +0000 (17:03 +0200)
commit0d331c035a091c1c1af4180b40bd234e3b87e80a
tree7393a4ecfbb65a2e88b8112f3a50cbe435d728e3
parent894e02b7b0276af80f52d47cbc6565275262c098
imx: support i.MX8QM MEK board

Add i.MX8QM MEK board support.
Included a basic dts, enabled SPL FIT

Boot log as below:
U-Boot SPL 2019.01-rc1-00029-gf002213219 (Dec 24 2018 - 10:28:30 +0800)
Normal Boot
Trying to boot from MMC2_2

U-Boot 2019.01-rc1-00029-gf002213219 (Dec 24 2018 - 10:28:30 +0800)

CPU:   NXP i.MX8QM RevB A53 at 142933 MHz

Model: Freescale i.MX8QM MEK
Board: iMX8QM MEK
Build: SCFW 9330215b
Boot:  SD1
DRAM:  6 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment

In:    serial@5a060000
Out:   serial@5a060000
Err:   serial@5a060000
Net:
Error: ethernet@5b040000 address not set.
eth-1: ethernet@5b040000
Hit any key to stop autoboot:  0

Signed-off-by: Peng Fan <peng.fan@nxp.com>
13 files changed:
arch/arm/dts/Makefile
arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/fsl-imx8qm-mek.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8/Kconfig
board/freescale/imx8qm_mek/Kconfig [new file with mode: 0644]
board/freescale/imx8qm_mek/MAINTAINERS [new file with mode: 0644]
board/freescale/imx8qm_mek/Makefile [new file with mode: 0644]
board/freescale/imx8qm_mek/README [new file with mode: 0644]
board/freescale/imx8qm_mek/imx8qm_mek.c [new file with mode: 0644]
board/freescale/imx8qm_mek/imximage.cfg [new file with mode: 0644]
board/freescale/imx8qm_mek/spl.c [new file with mode: 0644]
configs/imx8qm_mek_defconfig [new file with mode: 0644]
include/configs/imx8qm_mek.h [new file with mode: 0644]