]> git.sur5r.net Git - u-boot/commit
socfpga: add support for Terasic DE1-SoC board
authorAnatolij Gustschin <agust@denx.de>
Mon, 14 Nov 2016 15:07:10 +0000 (16:07 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 6 Dec 2016 00:45:56 +0000 (01:45 +0100)
commite9c847c363a1e0b7d964af7a0a46744a22a0a2ce
tree8c09a569d751d699ea7a9be6b1445cc1d9739987
parent3cfb67d0419c645998b440592d8c2ce010134b8e
socfpga: add support for Terasic DE1-SoC board

Add CycloneV based Terasic DE1-SoC board. The board boots
from SD/MMC. Ethernet and USB host is supported.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Marek Vasut <marex@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_de1_soc.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/terasic/de1-soc/MAINTAINERS [new file with mode: 0644]
board/terasic/de1-soc/Makefile [new file with mode: 0644]
board/terasic/de1-soc/qts/iocsr_config.h [new file with mode: 0644]
board/terasic/de1-soc/qts/pinmux_config.h [new file with mode: 0644]
board/terasic/de1-soc/qts/pll_config.h [new file with mode: 0644]
board/terasic/de1-soc/qts/sdram_config.h [new file with mode: 0644]
board/terasic/de1-soc/socfpga.c [new file with mode: 0644]
configs/socfpga_de1_soc_defconfig [new file with mode: 0644]
include/configs/socfpga_de1_soc.h [new file with mode: 0644]