imx: support for conga-QMX8 board
authorOliver Graute <oliver.graute@kococonnector.com>
Mon, 31 May 2021 13:50:40 +0000 (15:50 +0200)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Jun 2021 11:34:09 +0000 (13:34 +0200)
commitfe133eb192a8a55813a4dc5ec72ecf45ba74f65e
tree19a91828cdb3033cc570259ca05ca9b2ef47a069
parent6ac4d4480663ca43f64a0ae1e49af5455bcff7aa
imx: support for conga-QMX8 board

Add i.MX8QM qmx8 congatec board support

U-Boot 2021.07-rc3-00528-gc9a966d9dd (May 31 2021 - 15:21:25 +0200)

CPU:   NXP i.MX8QM RevB A53 at 1200 MHz

Model: Congatec QMX8 Qseven series
Board: conga-QMX8
Build: SCFW 494c97f3, SECO-FW d63fdb21, ATF 09c5cc9
Boot:  SD2
DRAM:  6 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC... OK
In:    serial@5a060000
Out:   serial@5a060000
Err:   serial@5a060000
switch to partitions #0, OK
mmc2 is current device
Net:
Error: ethernet@5b040000 address not set.
No ethernet found.

Hit any key to stop autoboot:  0

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Ye Li <ye.li@nxp.com>
Cc: uboot-imx <uboot-imx@nxp.com>
17 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx8qm-cgtqmx8.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8/Kconfig
board/congatec/cgtqmx8/Kconfig [new file with mode: 0644]
board/congatec/cgtqmx8/MAINTAINERS [new file with mode: 0644]
board/congatec/cgtqmx8/Makefile [new file with mode: 0644]
board/congatec/cgtqmx8/cgtqmx8.c [new file with mode: 0644]
board/congatec/cgtqmx8/imximage.cfg [new file with mode: 0644]
board/congatec/cgtqmx8/spl.c [new file with mode: 0644]
board/congatec/common/Kconfig [new file with mode: 0644]
board/congatec/common/Makefile [new file with mode: 0644]
board/congatec/common/mmc.c [new file with mode: 0644]
configs/cgtqmx8_defconfig [new file with mode: 0644]
doc/board/congatec/cgtqmx8.rst [new file with mode: 0644]
doc/board/congatec/index.rst [new file with mode: 0644]
doc/board/index.rst
include/configs/cgtqmx8.h [new file with mode: 0644]