eeaaa887d7f2f885d19e8fe3e389bc7f75f045f9
[openwrt/staging/stintel.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
9 define Device/friendlyarm_nanopi-neo-plus2
10 DEVICE_VENDOR := FriendlyARM
11 DEVICE_MODEL := NanoPi NEO Plus2
12 SUPPORTED_DEVICES:=nanopi-neo-plus2
13 SUNXI_DTS_DIR := allwinner/
14 SOC := sun50i-h5
15 KERNEL_NAME := Image
16 KERNEL := kernel-bin
17 endef
18 TARGET_DEVICES += friendlyarm_nanopi-neo-plus2
19
20 define Device/friendlyarm_nanopi-neo2
21 DEVICE_VENDOR := FriendlyARM
22 DEVICE_MODEL := NanoPi NEO2
23 SUPPORTED_DEVICES:=nanopi-neo2
24 SUNXI_DTS_DIR := allwinner/
25 SOC := sun50i-h5
26 KERNEL_NAME := Image
27 KERNEL := kernel-bin
28 endef
29 TARGET_DEVICES += friendlyarm_nanopi-neo2
30
31 define Device/pine64_pine64-plus
32 DEVICE_VENDOR := Pine64
33 DEVICE_MODEL := Pine64+
34 SUNXI_DTS_DIR := allwinner/
35 SOC := sun50i-a64
36 KERNEL_NAME := Image
37 KERNEL := kernel-bin
38 endef
39 TARGET_DEVICES += pine64_pine64-plus
40
41 define Device/pine64_sopine-baseboard
42 DEVICE_VENDOR := Pine64
43 DEVICE_MODEL := SoPine
44 SUNXI_DTS_DIR := allwinner/
45 SOC := sun50i-a64
46 KERNEL_NAME := Image
47 KERNEL := kernel-bin
48 endef
49 TARGET_DEVICES += pine64_sopine-baseboard
50
51 define Device/xunlong_orangepi-pc2
52 DEVICE_VENDOR := Xunlong
53 DEVICE_MODEL := Orange Pi PC 2
54 SUNXI_DTS_DIR := allwinner/
55 SOC := sun50i-h5
56 KERNEL_NAME := Image
57 KERNEL := kernel-bin
58 endef
59 TARGET_DEVICES += xunlong_orangepi-pc2
60
61 define Device/xunlong_orangepi-zero-plus
62 DEVICE_VENDOR := Xunlong
63 DEVICE_MODEL := Orange Pi Zero Plus
64 SUNXI_DTS_DIR := allwinner/
65 SOC := sun50i-h5
66 KERNEL_NAME := Image
67 KERNEL := kernel-bin
68 endef
69 TARGET_DEVICES += xunlong_orangepi-zero-plus