From 3d6036650059b9d6b621b1cbc39392cb7fe4e8c4 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 31 May 2019 19:00:20 +0300 Subject: board: toradex: add apalis imx8qm 4gb wb it v1.0b module support This commit adds initial support for the Toradex Apalis iMX8QM 4GB WB IT V1.0B module. Unlike the V1.0A early access samples exclusively booting from SD card, they are now strapped to boot from eFuses which are factory fused to properly boot from their on-module eMMC. U-Boot supports either booting from the on-module eMMC or may be used for recovery purpose using the universal update utility (uuu) aka mfgtools 3.0. Functionality wise the following is known to be working: - eMMC, 8-bit and 4-bit MMC/SD card slots - Gigabit Ethernet - GPIOs - I2C Unfortunately, there is no USB functionality for the i.MX 8QM as of yet. Signed-off-by: Marcel Ziswiler Reviewed-by: Max Krummenacher --- board/toradex/apalis-imx8/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/toradex/apalis-imx8/Makefile (limited to 'board/toradex/apalis-imx8/Makefile') diff --git a/board/toradex/apalis-imx8/Makefile b/board/toradex/apalis-imx8/Makefile new file mode 100644 index 0000000000..a8c3eb7240 --- /dev/null +++ b/board/toradex/apalis-imx8/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright 2019 Toradex +# + +obj-y += apalis-imx8.o -- cgit