]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: tqma7: add code for u-boot with spl
authorAlexander Feilke <alexander.feilke@ew.tq-group.com>
Tue, 7 Apr 2026 13:06:49 +0000 (15:06 +0200)
committerFabio Estevam <festevam@gmail.com>
Tue, 21 Apr 2026 23:49:39 +0000 (20:49 -0300)
commitd000ce5efee3afe194d08489aa153f7fce436dd9
treea3bf225749a0bfebdb9615607eeb2bc75c71aae1
parent77375425023b141972091e8f2cd56c3b64c0c9df
board: tqma7: add code for u-boot with spl

The TQMa7x is a SoM family with a pluggable board connector based on the
i.MX7 SoCs. Add support for the SoM and its combination with our
MBa7x carrier board.

Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Alexander Feilke <alexander.feilke@ew.tq-group.com>
14 files changed:
arch/arm/mach-imx/mx7/Kconfig
board/tq/MAINTAINERS
board/tq/tqma7/Kconfig [new file with mode: 0644]
board/tq/tqma7/Makefile [new file with mode: 0644]
board/tq/tqma7/spl.c [new file with mode: 0644]
board/tq/tqma7/spl_mba7.c [new file with mode: 0644]
board/tq/tqma7/spl_tqma7_ram.c [new file with mode: 0644]
board/tq/tqma7/tqma7.c [new file with mode: 0644]
board/tq/tqma7/tqma7.cfg [new file with mode: 0644]
board/tq/tqma7/tqma7.env [new file with mode: 0644]
board/tq/tqma7/tqma7_mba7.c [new file with mode: 0644]
include/configs/tqma7.h [new file with mode: 0644]
include/configs/tqma7_mba7.h [new file with mode: 0644]
include/env/tq/spi.env