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