9985bafd42d4b2b01070537065518eef2999fc16
[openwrt/staging/hauke.git] / target / linux / sunxi / image / cortexa7.mk
1 #
2 # Copyright (C) 2013-2019 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/cubietech_cubieboard2
10 DEVICE_VENDOR := Cubietech
11 DEVICE_MODEL := Cubieboard2
12 DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
13 SOC := sun7i-a20
14 endef
15 TARGET_DEVICES += cubietech_cubieboard2
16
17 define Device/cubietech_cubietruck
18 DEVICE_VENDOR := Cubietech
19 DEVICE_MODEL := Cubietruck
20 DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-brcmfmac
21 SOC := sun7i-a20
22 endef
23 TARGET_DEVICES += cubietech_cubietruck
24
25 define Device/friendlyarm_nanopi-m1-plus
26 DEVICE_VENDOR := FriendlyARM
27 DEVICE_MODEL := NanoPi M1 Plus
28 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
29 kmod-brcmfmac brcmfmac-firmware-43430-sdio wpad-basic-wolfssl
30 SOC := sun8i-h3
31 endef
32 TARGET_DEVICES += friendlyarm_nanopi-m1-plus
33
34 define Device/friendlyarm_nanopi-neo
35 DEVICE_VENDOR := FriendlyARM
36 DEVICE_MODEL := NanoPi NEO
37 SOC := sun8i-h3
38 endef
39 TARGET_DEVICES += friendlyarm_nanopi-neo
40
41 define Device/friendlyarm_nanopi-neo-air
42 DEVICE_VENDOR := FriendlyARM
43 DEVICE_MODEL := NanoPi NEO Air
44 DEVICE_PACKAGES := kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
45 kmod-brcmfmac brcmfmac-firmware-43430-sdio wpad-basic-wolfssl
46 SOC := sun8i-h3
47 endef
48 TARGET_DEVICES += friendlyarm_nanopi-neo-air
49
50 define Device/friendlyarm_zeropi
51 DEVICE_VENDOR := FriendlyARM
52 DEVICE_MODEL := ZeroPi
53 DEVICE_PACKAGES := kmod-rtc-sunxi
54 SOC := sun8i-h3
55 endef
56 TARGET_DEVICES += friendlyarm_zeropi
57
58 define Device/lamobo_lamobo-r1
59 DEVICE_VENDOR := Lamobo
60 DEVICE_MODEL := Lamobo R1
61 DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtl8192cu swconfig wpad-basic-wolfssl
62 SOC := sun7i-a20
63 endef
64 TARGET_DEVICES += lamobo_lamobo-r1
65
66 define Device/lemaker_bananapi
67 DEVICE_VENDOR := LeMaker
68 DEVICE_MODEL := Banana Pi
69 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi
70 SOC := sun7i-a20
71 endef
72 TARGET_DEVICES += lemaker_bananapi
73
74 define Device/lemaker_bananapi-m2-ultra
75 DEVICE_VENDOR := LeMaker
76 DEVICE_MODEL := Banana Pi M2 Ultra
77 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac \
78 brcmfmac-firmware-43430a0-sdio wpad-basic
79 SOC := sun8i-r40
80 endef
81 TARGET_DEVICES += lemaker_bananapi-m2-ultra
82
83 define Device/lemaker_bananapro
84 DEVICE_VENDOR := LeMaker
85 DEVICE_MODEL := Banana Pro
86 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac
87 SOC := sun7i-a20
88 endef
89 TARGET_DEVICES += lemaker_bananapro
90
91 define Device/linksprite_pcduino3
92 DEVICE_VENDOR := LinkSprite
93 DEVICE_MODEL := pcDuino3
94 DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-ata-sunxi kmod-rtl8xxxu \
95 rtl8188eu-firmware
96 SOC := sun7i-a20
97 endef
98 TARGET_DEVICES += linksprite_pcduino3
99
100 define Device/mele_m9
101 DEVICE_VENDOR := Mele
102 DEVICE_MODEL := M9
103 DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-rtl8192cu
104 SOC := sun6i-a31
105 endef
106 TARGET_DEVICES += mele_m9
107
108 define Device/olimex_a20-olinuxino-lime
109 DEVICE_VENDOR := Olimex
110 DEVICE_MODEL := A20-OLinuXino-LIME
111 DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi
112 SOC := sun7i
113 endef
114 TARGET_DEVICES += olimex_a20-olinuxino-lime
115
116 define Device/olimex_a20-olinuxino-lime2
117 DEVICE_VENDOR := Olimex
118 DEVICE_MODEL := A20-OLinuXino-LIME2
119 DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-usb-hid
120 SOC := sun7i
121 endef
122 TARGET_DEVICES += olimex_a20-olinuxino-lime2
123
124 define Device/olimex_a20-olinuxino-lime2-emmc
125 DEVICE_VENDOR := Olimex
126 DEVICE_MODEL := A20-OLinuXino-LIME2
127 DEVICE_VARIANT := eMMC
128 DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-usb-hid
129 SOC := sun7i
130 endef
131 TARGET_DEVICES += olimex_a20-olinuxino-lime2-emmc
132
133 define Device/olimex_a20-olinuxino-micro
134 DEVICE_VENDOR := Olimex
135 DEVICE_MODEL := A20-OLinuXino-MICRO
136 DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
137 SOC := sun7i
138 endef
139 TARGET_DEVICES += olimex_a20-olinuxino-micro
140
141 define Device/sinovoip_bananapi-m2-plus
142 DEVICE_VENDOR := Sinovoip
143 DEVICE_MODEL := Banana Pi M2+
144 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
145 kmod-brcmfmac brcmfmac-firmware-43430a0-sdio wpad-basic-wolfssl
146 SOC := sun8i-h3
147 endef
148 TARGET_DEVICES += sinovoip_bananapi-m2-plus
149
150 define Device/xunlong_orangepi-one
151 DEVICE_VENDOR := Xunlong
152 DEVICE_MODEL := Orange Pi One
153 DEVICE_PACKAGES:=kmod-rtc-sunxi
154 SOC := sun8i-h3
155 endef
156 TARGET_DEVICES += xunlong_orangepi-one
157
158 define Device/xunlong_orangepi-pc
159 DEVICE_VENDOR := Xunlong
160 DEVICE_MODEL := Orange Pi PC
161 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug
162 SOC := sun8i-h3
163 endef
164 TARGET_DEVICES += xunlong_orangepi-pc
165
166 define Device/xunlong_orangepi-pc-plus
167 DEVICE_VENDOR := Xunlong
168 DEVICE_MODEL := Orange Pi PC Plus
169 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug
170 SOC := sun8i-h3
171 endef
172 TARGET_DEVICES += xunlong_orangepi-pc-plus
173
174 define Device/xunlong_orangepi-plus
175 DEVICE_VENDOR := Xunlong
176 DEVICE_MODEL := Orange Pi Plus
177 DEVICE_PACKAGES:=kmod-rtc-sunxi
178 SOC := sun8i-h3
179 endef
180 TARGET_DEVICES += xunlong_orangepi-plus
181
182 define Device/xunlong_orangepi-r1
183 DEVICE_VENDOR := Xunlong
184 DEVICE_MODEL := Orange Pi R1
185 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-usb-net-rtl8152
186 SOC := sun8i-h2-plus
187 endef
188 TARGET_DEVICES += xunlong_orangepi-r1
189
190 define Device/xunlong_orangepi-zero
191 DEVICE_VENDOR := Xunlong
192 DEVICE_MODEL := Orange Pi Zero
193 DEVICE_PACKAGES:=kmod-rtc-sunxi
194 SOC := sun8i-h2-plus
195 endef
196 TARGET_DEVICES += xunlong_orangepi-zero
197
198 define Device/xunlong_orangepi-2
199 DEVICE_VENDOR := Xunlong
200 DEVICE_MODEL := Orange Pi 2
201 DEVICE_PACKAGES:=kmod-rtc-sunxi
202 SOC := sun8i-h3
203 endef
204 TARGET_DEVICES += xunlong_orangepi-2