]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: socfpga: Add SoCFPGA SR1500 board
authorStefan Roese <sr@denx.de>
Wed, 18 Nov 2015 10:06:09 +0000 (11:06 +0100)
committerMarek Vasut <marex@denx.de>
Sun, 6 Dec 2015 23:15:59 +0000 (00:15 +0100)
commitae9996c806e15b68b97fe7a7242c44e713345269
treee7243daf44bd67b383ef81cbb61e1c14b1bc53bd
parent75507d5d5496a691aecb731f87d4d8d5cdf62b77
arm: socfpga: Add SoCFPGA SR1500 board

The SR1500 board is a CycloneV based board, similar to the EBV
SoCrates, equipped with the following devices:

- SPI NOR
- eMMC
- Ethernet

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Marek Vasut <marex@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_cyclone5_sr1500.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/sr1500/MAINTAINERS [new file with mode: 0644]
board/sr1500/Makefile [new file with mode: 0644]
board/sr1500/qts/iocsr_config.h [new file with mode: 0644]
board/sr1500/qts/pinmux_config.h [new file with mode: 0644]
board/sr1500/qts/pll_config.h [new file with mode: 0644]
board/sr1500/qts/sdram_config.h [new file with mode: 0644]
board/sr1500/socfpga.c [new file with mode: 0644]
configs/socfpga_sr1500_defconfig [new file with mode: 0644]
include/configs/socfpga_sr1500.h [new file with mode: 0644]