diff options
author | Stefan Roese <sr@denx.de> | 2015-11-18 11:06:09 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-07 00:15:59 +0100 |
commit | ae9996c806e15b68b97fe7a7242c44e713345269 (patch) | |
tree | e7243daf44bd67b383ef81cbb61e1c14b1bc53bd /configs | |
parent | 75507d5d5496a691aecb731f87d4d8d5cdf62b77 (diff) | |
download | u-boot-imx-ae9996c806e15b68b97fe7a7242c44e713345269.zip u-boot-imx-ae9996c806e15b68b97fe7a7242c44e713345269.tar.gz u-boot-imx-ae9996c806e15b68b97fe7a7242c44e713345269.tar.bz2 |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/socfpga_sr1500_defconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig new file mode 100644 index 0000000..9c4efaa --- /dev/null +++ b/configs/socfpga_sr1500_defconfig @@ -0,0 +1,18 @@ +CONFIG_ARM=y +CONFIG_ARCH_SOCFPGA=y +CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_SPL_DM=y +CONFIG_DM_GPIO=y +CONFIG_TARGET_SOCFPGA_SR1500=y +CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_sr1500" +CONFIG_SPL=y +CONFIG_SPL_STACK_R=y +CONFIG_SPL_STACK_R_ADDR=0x00800000 +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_FLASH is not set +CONFIG_SPL_SIMPLE_BUS=y +CONFIG_DWAPB_GPIO=y +CONFIG_SPI_FLASH=y +CONFIG_DM_ETH=y +CONFIG_ETH_DESIGNWARE=y +CONFIG_SYS_NS16550=y |