]> git.ipfire.org Git - people/ms/u-boot.git/commit
fpga: altera: Add StratixV support
authorStefan Roese <sr@denx.de>
Fri, 12 Feb 2016 12:48:02 +0000 (13:48 +0100)
committerStefan Roese <sr@denx.de>
Thu, 24 Mar 2016 08:47:43 +0000 (09:47 +0100)
commitff9c4c535a8b722c54d45e77aa083fa08552341d
tree23f431260bccbfade15f7c149fafb624c8dca516
parent704d9a645e1790e568abf43c5eff2de0d7b135ed
fpga: altera: Add StratixV support

This patch adds support for programming of the StratixV FPGAs. Programming
is done in this case (board theadorable) via SPI. The board may provide
board specific code for bitstream programming.

This StratixV support will be used by the theadorable board.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/fpga/Makefile
drivers/fpga/altera.c
drivers/fpga/stratixv.c [new file with mode: 0644]
include/altera.h