marvell.mk 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
  11. kmod-i2c-core kmod-i2c-mv64xxx \
  12. kmod-ata-core kmod-ata-marvell-sata \
  13. kmod-rtc-marvell kmod-thermal-armada
  14. endef
  15. define Profile/370-DB/Description
  16. Package set compatible with the Armada 370 evaluation board (DB-88F6710-BP-DDR3).
  17. endef
  18. $(eval $(call Profile,370-DB))
  19. define Profile/370-RD
  20. NAME:=Marvell Armada 370 RD (RD-88F6710-A1)
  21. PACKAGES:= \
  22. kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
  23. kmod-i2c-core kmod-i2c-mv64xxx \
  24. kmod-ata-core kmod-ata-marvell-sata \
  25. kmod-rtc-marvell kmod-thermal-armada
  26. endef
  27. define Profile/370-RD/Description
  28. Package set compatible with the Armada 370 reference design board (RD-88F6710-A1).
  29. endef
  30. $(eval $(call Profile,370-RD))
  31. define Profile/385-RD
  32. NAME:=Marvell Armada 385 RD (RD-88F6820-AP)
  33. PACKAGES:= \
  34. kmod-mmc kmod-mvsdio kmod-usb3 kmod-usb-storage \
  35. kmod-i2c-core kmod-i2c-mv64xxx \
  36. kmod-thermal-armada
  37. endef
  38. define Profile/385-RD/Description
  39. Package set compatible with the Armada 385 reference design board (RD-88F6820-AP).
  40. endef
  41. $(eval $(call Profile,385-RD))
  42. define Profile/385-DB-AP
  43. NAME:=Marvell Armada 385 DB AP (DB-88F6820-AP)
  44. PACKAGES:= \
  45. kmod-usb3 kmod-usb-storage \
  46. kmod-i2c-core kmod-i2c-mv64xxx \
  47. kmod-ata-core kmod-ata-marvell-sata \
  48. kmod-thermal-armada
  49. endef
  50. define Profile/385-DB-AP/Description
  51. Package set compatible with the Armada 385 access point development board (DB-88F6820-AP).
  52. endef
  53. $(eval $(call Profile,385-DB-AP))
  54. define Profile/XP-DB
  55. NAME:=Marvell Armada XP DB (DB-78460-BP)
  56. PACKAGES:= \
  57. kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
  58. kmod-i2c-core kmod-i2c-mv64xxx \
  59. kmod-ata-core kmod-ata-marvell-sata \
  60. kmod-rtc-marvell kmod-thermal-armada
  61. endef
  62. define Profile/XP-DB/Description
  63. Package set compatible with the Marvell Armada XP evaluation board (DB-78460-BP).
  64. endef
  65. $(eval $(call Profile,XP-DB))
  66. define Profile/XP-GP
  67. NAME:=Marvell Armada XP GP (DB-MV784MP-GP)
  68. PACKAGES:= \
  69. kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
  70. kmod-i2c-core kmod-i2c-mv64xxx \
  71. kmod-ata-core kmod-ata-marvell-sata \
  72. kmod-rtc-marvell kmod-thermal-armada
  73. endef
  74. define Profile/XP-GP/Description
  75. Package set compatible with the Armada XP development board (DB-MV784MP-GP).
  76. endef
  77. $(eval $(call Profile,XP-GP))