mvebu: add images for additional ESPRESSObin boards
[openwrt/openwrt.git] / target / linux / mvebu / image / cortex-a53.mk
1 ifeq ($(SUBTARGET),cortexa53)
2
3 define Device/globalscale_espressobin
4 $(call Device/Default-arm64)
5 DEVICE_TITLE := ESPRESSObin (Marvell Armada 3700 Community Board)
6 DEVICE_DTS := armada-3720-espressobin
7 endef
8 TARGET_DEVICES += globalscale_espressobin
9
10 define Device/globalscale_espressobin-emmc
11 $(call Device/Default-arm64)
12 DEVICE_TITLE := ESPRESSObin eMMC (Marvell Armada 3700 Community Board)
13 DEVICE_DTS := armada-3720-espressobin-emmc
14 endef
15 TARGET_DEVICES += globalscale_espressobin-emmc
16
17 define Device/globalscale_espressobin-v7
18 $(call Device/Default-arm64)
19 DEVICE_TITLE := ESPRESSObin V7 (Marvell Armada 3700 Community Board)
20 DEVICE_DTS := armada-3720-espressobin-v7
21 endef
22 TARGET_DEVICES += globalscale_espressobin-v7
23
24 define Device/globalscale_espressobin-v7-emmc
25 $(call Device/Default-arm64)
26 DEVICE_TITLE := ESPRESSObin V7 eMMC (Marvell Armada 3700 Community Board)
27 DEVICE_DTS := armada-3720-espressobin-v7-emmc
28 endef
29 TARGET_DEVICES += globalscale_espressobin-v7-emmc
30
31 define Device/marvell_armada-3720-db
32 $(call Device/Default-arm64)
33 DEVICE_TITLE := Marvell Armada 3720 Development Board DB-88F3720-DDR3
34 DEVICE_DTS := armada-3720-db
35 endef
36 TARGET_DEVICES += marvell_armada-3720-db
37
38 endif