summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-02-12 14:24:07 +0100
committerKlaus Goger <klaus.goger@theobroma-systems.com>2016-09-18 12:38:57 +0200
commitce211d88164ae4497f89dd63471916d03b13eed5 (patch)
tree33793563827c588cc9817a6fb2d5395eb00941aa /include
parent6ed7d70f165acdcbd830db6ce563f3402bd8ce98 (diff)
arm: mvebu: theadorable: Add StratixV FPGA programming support
This patch adds support for Altera StratixV bitstream programming. 2 FPGAs are connected to the SPI busses. This patch uses board specific write code to program the bitstream via SPI direct write mode. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/theadorable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h
index 9f186add71..a4bcf21210 100644
--- a/include/configs/theadorable.h
+++ b/include/configs/theadorable.h
@@ -114,6 +114,11 @@
#define CONFIG_VGA_AS_SINGLE_DEVICE
#define CONFIG_CMD_BMP
+/* FPGA programming support */
+#define CONFIG_FPGA
+#define CONFIG_FPGA_ALTERA
+#define CONFIG_FPGA_STRATIX_V
+
/*
* mv-common.h should be defined after CMD configs since it used them
* to enable certain macros