]> git.dujemihanovic.xyz Git - u-boot.git/commit
bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
authorAriel D'Alessandro <ariel.dalessandro@collabora.com>
Tue, 12 Apr 2022 13:31:38 +0000 (10:31 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 17:10:44 +0000 (19:10 +0200)
commit6c317fedc7ec317e673b8d13cf58f64b1fbafe37
tree8e35df57b85b5e271addf8347d35e8a71439b598
parenta2f5c9366a42572f9d4aa49174ac117408bf7c12
bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards

Introduce BSH SystemMaster (SMM) S2 board family, which consists of:
iMX8MN SMM S2 and iMX8MN SMM S2 PRO boards.

Add support for iMX8MN BSH SMM S2 board:

- 256 MiB DDR3 RAM
- 512MiB Nand
- USBOTG1 peripheral - fastboot.
- 100Mbit Ethernet

Add support for iMX8MN BSH SMM S2 PRO board:

- 512 MiB DDR3 RAM
- 8 GiB eMMC
- USBOTG1 peripheral - fastboot.
- 100Mbit Ethernet

Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
24 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx8mn-bsh-smm-s2-common.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mn-bsh-smm-s2-u-boot-common.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mn-bsh-smm-s2-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mn-bsh-smm-s2.dts [new file with mode: 0644]
arch/arm/dts/imx8mn-bsh-smm-s2pro-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/imx8mn-bsh-smm-s2pro.dts [new file with mode: 0644]
arch/arm/mach-imx/imx8m/Kconfig
board/bsh/imx8mn_smm_s2/Kconfig [new file with mode: 0644]
board/bsh/imx8mn_smm_s2/MAINTAINERS [new file with mode: 0644]
board/bsh/imx8mn_smm_s2/Makefile [new file with mode: 0644]
board/bsh/imx8mn_smm_s2/ddr3l_timing_256m.c [new file with mode: 0644]
board/bsh/imx8mn_smm_s2/ddr3l_timing_512m.c [new file with mode: 0644]
board/bsh/imx8mn_smm_s2/imx8mn_smm_s2.c [new file with mode: 0644]
board/bsh/imx8mn_smm_s2/imximage-8mn-ddr3.cfg [new file with mode: 0644]
board/bsh/imx8mn_smm_s2/spl.c [new file with mode: 0644]
configs/imx8mn_bsh_smm_s2_defconfig [new file with mode: 0644]
configs/imx8mn_bsh_smm_s2pro_defconfig [new file with mode: 0644]
doc/board/bsh/imx8mn_bsh_smm_s2.rst [new file with mode: 0644]
doc/board/bsh/index.rst [new file with mode: 0644]
doc/board/index.rst
include/configs/imx8mn_bsh_smm_s2.h [new file with mode: 0644]
include/configs/imx8mn_bsh_smm_s2_common.h [new file with mode: 0644]
include/configs/imx8mn_bsh_smm_s2pro.h [new file with mode: 0644]