110-socfpga_sockit.mk 647 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Copyright (C) 2015 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/SOCFPGA_SOCKIT
  8. NAME:=Terasic SoCKit
  9. PACKAGES:=uboot-socfpga-socfpga_cyclone5_sockit
  10. DEPENDS:=+@TARGET_ROOTFS_INCLUDE_KERNEL +@TARGET_ROOTFS_INCLUDE_DTB
  11. endef
  12. define Profile/SOCFPGA_SOCKIT/Description
  13. The Terasic SoCKit is based on the Altera Cyclone V SoC
  14. and offers a large variety of peripherals such as:
  15. * DDR3
  16. * NAND or SPI flash
  17. * USB EHCI
  18. * USB OTG
  19. * User GPIO
  20. endef
  21. SOCFPGA_SOCKIT_DTS := \
  22. socfpga_cyclone5_sockit
  23. $(eval $(call Profile,SOCFPGA_SOCKIT))