]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: Add support for DENX MCV SoM and MCVEVK board
authorMarek Vasut <marex@denx.de>
Sun, 2 Aug 2015 23:37:28 +0000 (01:37 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 4 Sep 2015 09:54:21 +0000 (11:54 +0200)
commitd88995a82bb111de2035b90aa17e92c2c6b00ede
tree736dc5333963ba1317fe8b7f3300734659ef47e1
parent952caa289ee10c7426d28e37bb3130e95a6d6431
arm: socfpga: Add support for DENX MCV SoM and MCVEVK board

Add support for DENX MCV SoM, which is CycloneV based and the
associated DENX MCVEVK baseboard. The board can boot from eMMC.
Ethernet and USB is supported.

Signed-off-by: Marek Vasut <marex@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_mcvevk.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/denx/mcvevk/MAINTAINERS [new file with mode: 0644]
board/denx/mcvevk/Makefile [new file with mode: 0644]
board/denx/mcvevk/qts/iocsr_config.h [new file with mode: 0644]
board/denx/mcvevk/qts/pinmux_config.h [new file with mode: 0644]
board/denx/mcvevk/qts/pll_config.h [new file with mode: 0644]
board/denx/mcvevk/qts/sdram_config.h [new file with mode: 0644]
board/denx/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]