]> git.dujemihanovic.xyz Git - u-boot.git/commit
mx7d: Add Storopack's SMEGW01 board
authorFabio Estevam <festevam@denx.de>
Fri, 28 May 2021 13:26:57 +0000 (10:26 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Jun 2021 11:34:38 +0000 (13:34 +0200)
commit40496ac3b71b9589a9149d423b81133eebce07b1
tree1e8db74c1d5a89e87f2a98ddbb5c9dc100c2cb69
parentd4f15ecd4724e633bc7f238b26f98efd5096e632
mx7d: Add Storopack's SMEGW01 board

Add support for Storopack's SMEGW01 board, which is an
IoT gateway based on the i.MX7D SoC.

Based on the original U-Boot work done by Phytec.

Signed-off-by: Fabio Estevam <festevam@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/imx7d-smegw01.dts [new file with mode: 0644]
arch/arm/mach-imx/mx7/Kconfig
board/storopack/smegw01/Kconfig [new file with mode: 0644]
board/storopack/smegw01/MAINTAINERS [new file with mode: 0644]
board/storopack/smegw01/Makefile [new file with mode: 0644]
board/storopack/smegw01/imximage.cfg [new file with mode: 0644]
board/storopack/smegw01/smegw01.c [new file with mode: 0644]
configs/smegw01_defconfig [new file with mode: 0644]
include/configs/smegw01.h [new file with mode: 0644]