d4a1701c13d90a428ba37db5b04d47be4317848f
[openwrt/openwrt.git] / target / linux / mvebu / profiles / marvell.mk
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
8 define Profile/370-DB
9 NAME:=Marvell Armada 370 DB (DB-88F6710-BP-DDR3)
10 PACKAGES:=
11 endef
12
13 define Profile/370-DB/Description
14 Package set compatible with the Armada 370 evaluation board (DB-88F6710-BP-DDR3).
15 endef
16
17 $(eval $(call Profile,370-DB))
18
19 define Profile/370-RD
20 NAME:=Marvell Armada 370 RD (RD-88F6710-A1)
21 PACKAGES:=
22 endef
23
24 define Profile/370-RD/Description
25 Package set compatible with the Armada 370 reference design board (RD-88F6710-A1).
26 endef
27
28 $(eval $(call Profile,370-RD))
29
30 define Profile/385-RD
31 NAME:=Marvell Armada 385 RD (RD-88F6820-AP)
32 PACKAGES:=
33 endef
34
35 define Profile/385-RD/Description
36 Package set compatible with the Armada 385 reference design board (RD-88F6820-AP).
37 endef
38
39 $(eval $(call Profile,385-RD))
40
41 define Profile/385-DB-AP
42 NAME:=Marvell Armada 385 DB AP (DB-88F6820-AP)
43 PACKAGES:=
44 endef
45
46 define Profile/385-DB-AP/Description
47 Package set compatible with the Armada 385 access point development board (DB-88F6820-AP).
48 endef
49
50 $(eval $(call Profile,385-DB-AP))
51
52 define Profile/XP-DB
53 NAME:=Marvell Armada XP DB (DB-78460-BP)
54 PACKAGES:=
55 endef
56
57 define Profile/XP-DB/Description
58 Package set compatible with the Marvell Armada XP evaluation board (DB-78460-BP).
59 endef
60
61 $(eval $(call Profile,XP-DB))
62
63 define Profile/XP-GP
64 NAME:=Marvell Armada XP GP (DB-MV784MP-GP)
65 PACKAGES:=
66 endef
67
68 define Profile/XP-GP/Description
69 Package set compatible with the Armada XP development board (DB-MV784MP-GP).
70 endef
71
72 $(eval $(call Profile,XP-GP))