diff options
author | Stefan Roese <sr@denx.de> | 2016-02-12 14:24:07 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-03-24 09:48:34 +0100 |
commit | aea02abec59e8ea8e78c7926162c2b0f6073f32c (patch) | |
tree | 7b8a7d01b37991b2b64bb246fc917fc4fbde7c6a /include/configs | |
parent | 84d6919118042cba56fe50ee57b1b6351e740cf4 (diff) | |
download | u-boot-imx-aea02abec59e8ea8e78c7926162c2b0f6073f32c.zip u-boot-imx-aea02abec59e8ea8e78c7926162c2b0f6073f32c.tar.gz u-boot-imx-aea02abec59e8ea8e78c7926162c2b0f6073f32c.tar.bz2 |
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/configs')
-rw-r--r-- | include/configs/theadorable.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 9f186ad..a4bcf21 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 |