]> git.sur5r.net Git - u-boot/commit
arm: i.MX6UL: add Armadeus Systems OPOS6UL SoM and OPOS6ULDev carrier board
authorSébastien Szymanski <sebastien.szymanski@armadeus.com>
Tue, 7 Mar 2017 13:33:25 +0000 (14:33 +0100)
committerStefano Babic <sbabic@denx.de>
Sun, 19 Mar 2017 16:28:09 +0000 (17:28 +0100)
commit77f29293f1413f634bf52c29da643404e3ab92a6
tree2ec725cf95cd14c075cfc8eb0384f8dddd0b94dd
parent3a5d63635deb32e68ee15f151de8aeee668f6e2c
arm: i.MX6UL: add Armadeus Systems OPOS6UL SoM and OPOS6ULDev carrier board

OPOS6UL is an i.MX6UL based SoM with 256MB RAM, 4GB eMMC and an ethernet
phy. OPOS6ULDev is carrier board for the OPOS6UL.

U-Boot SPL 2017.03-rc3-00002-g5085c26 (Mar 07 2017 - 09:48:09)
Trying to boot from MMC1

U-Boot 2017.03-rc3-00002-g5085c26 (Mar 07 2017 - 09:48:09 +0100)

CPU:   Freescale i.MX6UL rev1.0 528 MHz (running at 396 MHz)
CPU:   Industrial temperature grade (-40C to 105C) at 40C
Reset cause: POR
Model: Armadeus Systems OPOS6UL SoM on OPOS6ULDev board
DRAM:  256 MiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
Video: 800x480x18
In:    serial
Out:   serial
Err:   serial
Net:   FEC [PRIME]
Hit any key to stop autoboot:  0

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
13 files changed:
arch/arm/cpu/armv7/mx6/Kconfig
arch/arm/cpu/armv7/mx6/Makefile
arch/arm/cpu/armv7/mx6/opos6ul.c [new file with mode: 0644]
arch/arm/dts/Makefile
arch/arm/dts/imx6ul-opos6ul.dtsi [new file with mode: 0644]
arch/arm/dts/imx6ul-opos6uldev.dts [new file with mode: 0644]
arch/arm/include/asm/arch-mx6/opos6ul.h [new file with mode: 0644]
board/armadeus/opos6uldev/Kconfig [new file with mode: 0644]
board/armadeus/opos6uldev/MAINTAINERS [new file with mode: 0644]
board/armadeus/opos6uldev/Makefile [new file with mode: 0644]
board/armadeus/opos6uldev/board.c [new file with mode: 0644]
configs/opos6uldev_defconfig [new file with mode: 0644]
include/configs/opos6uldev.h [new file with mode: 0644]