marvell.mk 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #
  2. # Copyright (C) 2013-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/370-DB
  8. NAME:=Marvell Armada 370 DB (DB-88F6710-BP-DDR3)
  9. PACKAGES:=
  10. endef
  11. define Profile/370-DB/Description
  12. Package set compatible with the Armada 370 evaluation board (DB-88F6710-BP-DDR3).
  13. endef
  14. $(eval $(call Profile,370-DB))
  15. define Profile/370-RD
  16. NAME:=Marvell Armada 370 RD (RD-88F6710-A1)
  17. PACKAGES:=
  18. endef
  19. define Profile/370-RD/Description
  20. Package set compatible with the Armada 370 reference design board (RD-88F6710-A1).
  21. endef
  22. $(eval $(call Profile,370-RD))
  23. define Profile/385-RD
  24. NAME:=Marvell Armada 385 RD (RD-88F6820-AP)
  25. PACKAGES:=
  26. endef
  27. define Profile/385-RD/Description
  28. Package set compatible with the Armada 385 reference design board (RD-88F6820-AP).
  29. endef
  30. $(eval $(call Profile,385-RD))
  31. define Profile/385-DB-AP
  32. NAME:=Marvell Armada 385 DB AP (DB-88F6820-AP)
  33. PACKAGES:=
  34. endef
  35. define Profile/385-DB-AP/Description
  36. Package set compatible with the Armada 385 access point development board (DB-88F6820-AP).
  37. endef
  38. $(eval $(call Profile,385-DB-AP))
  39. define Profile/XP-DB
  40. NAME:=Marvell Armada XP DB (DB-78460-BP)
  41. PACKAGES:=
  42. endef
  43. define Profile/XP-DB/Description
  44. Package set compatible with the Marvell Armada XP evaluation board (DB-78460-BP).
  45. endef
  46. $(eval $(call Profile,XP-DB))
  47. define Profile/XP-GP
  48. NAME:=Marvell Armada XP GP (DB-MV784MP-GP)
  49. PACKAGES:=
  50. endef
  51. define Profile/XP-GP/Description
  52. Package set compatible with the Armada XP development board (DB-MV784MP-GP).
  53. endef
  54. $(eval $(call Profile,XP-GP))