]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] board
authorWolfgang Grandegger <wg@aries-embedded.de>
Sun, 12 May 2019 17:25:18 +0000 (19:25 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 14 May 2019 17:52:39 +0000 (19:52 +0200)
commitdebcb79e713071ee210ed9d4a46de7f7cc7572b9
tree6b214dca8fa29f3299103299f8e7dfb82f2bbb6f
parentecac7196df3301a643bd5d8ec214a3fc8db39efc
arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] board

Re-add support for Aries Embedded MCV SoM, which is CycloneV based
and the associated MCVEVK and MCVEVP baseboard. The board can boot
from eMMC. Ethernet and USB is supported.

The Aries Embedded boards have been removed with commit 512305c3065e
("board/aries: Remove"). I will now take care of them.

The device-tree files are from mainline Linux commit e93c9c99a629
("Linux v5.1)".

Signed-off-by: Wolfgang Grandegger <wg@aries-embedded.de>
CC: Marek Vasut <marex@denx.de>
CC: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
14 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_mcv.dtsi [new file with mode: 0644]
arch/arm/dts/socfpga_cyclone5_mcvevk-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/socfpga_cyclone5_mcvevk.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/aries/mcvevk/MAINTAINERS [new file with mode: 0644]
board/aries/mcvevk/Makefile [new file with mode: 0644]
board/aries/mcvevk/qts/iocsr_config.h [new file with mode: 0644]
board/aries/mcvevk/qts/pinmux_config.h [new file with mode: 0644]
board/aries/mcvevk/qts/pll_config.h [new file with mode: 0644]
board/aries/mcvevk/qts/sdram_config.h [new file with mode: 0644]
board/aries/mcvevk/socfpga.c [new file with mode: 0644]
configs/socfpga_mcvevk_defconfig [new file with mode: 0644]
include/configs/socfpga_mcvevk.h [new file with mode: 0644]