1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
svn-openwrt-archive/target/linux/socfpga/profiles/110-socfpga_sockit.mk
Luka Perkov 432743c327 target: socfpga: Add Altera SoCFPGA support
This patch adds support for the Altera SoCFPGA target.
Both generic target and Terasic SoCkit boards are supported.

Signed-off-by: Marek Vasut <marex@denx.de>

SVN-Revision: 49367
2016-05-10 22:52:00 +00:00

29 lines
647 B
Makefile

#
# Copyright (C) 2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/SOCFPGA_SOCKIT
NAME:=Terasic SoCKit
PACKAGES:=uboot-socfpga-socfpga_cyclone5_sockit
DEPENDS:=+@TARGET_ROOTFS_INCLUDE_KERNEL +@TARGET_ROOTFS_INCLUDE_DTB
endef
define Profile/SOCFPGA_SOCKIT/Description
The Terasic SoCKit is based on the Altera Cyclone V SoC
and offers a large variety of peripherals such as:
* DDR3
* NAND or SPI flash
* USB EHCI
* USB OTG
* User GPIO
endef
SOCFPGA_SOCKIT_DTS := \
socfpga_cyclone5_sockit
$(eval $(call Profile,SOCFPGA_SOCKIT))