d6c17d95ffb011b11a68eb5b97f17c31a12a6a69
[openwrt/staging/rmilecki.git] / target / linux / sunxi / image / cortex-a53.mk
1 #
2 # Copyright (C) 2013-2016 OpenWrt.org
3 # Copyright (C) 2016 Yousong Zhou
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8 ifeq ($(SUBTARGET),cortexa53)
9
10 define Device/friendlyarm_nanopi-neo-plus2
11 DEVICE_VENDOR := FriendlyARM
12 DEVICE_MODEL := NanoPi NEO Plus2
13 SUPPORTED_DEVICES:=nanopi-neo-plus2
14 SUNXI_DTS:=allwinner/sun50i-h5-nanopi-neo-plus2
15 KERNEL_NAME := Image
16 KERNEL := kernel-bin
17 endef
18
19 TARGET_DEVICES += friendlyarm_nanopi-neo-plus2
20
21 define Device/friendlyarm_nanopi-neo2
22 DEVICE_VENDOR := FriendlyARM
23 DEVICE_MODEL := NanoPi NEO2
24 SUPPORTED_DEVICES:=nanopi-neo2
25 SUNXI_DTS:=allwinner/sun50i-h5-nanopi-neo2
26 KERNEL_NAME := Image
27 KERNEL := kernel-bin
28 endef
29
30 TARGET_DEVICES += friendlyarm_nanopi-neo2
31
32 define Device/pine64_pine64-plus
33 DEVICE_VENDOR := Pine64
34 DEVICE_MODEL := Pine64+
35 SUNXI_DTS:=allwinner/sun50i-a64-pine64-plus
36 KERNEL_NAME := Image
37 KERNEL := kernel-bin
38 endef
39
40 TARGET_DEVICES += pine64_pine64-plus
41
42 define Device/pine64_sopine-baseboard
43 DEVICE_VENDOR := Pine64
44 DEVICE_MODEL := SoPine
45 SUNXI_DTS:=allwinner/sun50i-a64-sopine-baseboard
46 KERNEL_NAME := Image
47 KERNEL := kernel-bin
48 endef
49
50 TARGET_DEVICES += pine64_sopine-baseboard
51
52
53 define Device/xunlong_orangepi-zero-plus
54 DEVICE_VENDOR := Xunlong
55 DEVICE_MODEL := Orange Pi Zero Plus
56 SUNXI_DTS:=allwinner/sun50i-h5-orangepi-zero-plus
57 KERNEL_NAME := Image
58 KERNEL := kernel-bin
59 endef
60
61 TARGET_DEVICES += xunlong_orangepi-zero-plus
62
63 define Device/xunlong_orangepi-pc2
64 DEVICE_VENDOR := Xunlong
65 DEVICE_MODEL := Orange Pi PC 2
66 SUNXI_DTS:=allwinner/sun50i-h5-orangepi-pc2
67 KERNEL_NAME := Image
68 KERNEL := kernel-bin
69 endef
70
71 TARGET_DEVICES += xunlong_orangepi-pc2
72
73 endif