-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy patharmv8.mk
215 lines (189 loc) · 5.71 KB
/
armv8.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2020 Tobias Maedel
# FIT will be loaded at 0x02080000. Leave 16M for that, align it to 2M and load the kernel after it.
KERNEL_LOADADDR := 0x03200000
define Device/embedfire_doornet1
DEVICE_VENDOR := EmbedFire
DEVICE_MODEL := DoorNet1
SOC := rk3328
BOOT_FLOW := pine64-bin
DEVICE_PACKAGES := kmod-usb-net-rtl8152 kmod-rtl8821cu
endef
TARGET_DEVICES += embedfire_doornet1
define Device/embedfire_doornet2
DEVICE_VENDOR := EmbedFire
DEVICE_MODEL := DoorNet2
SOC := rk3399
BOOT_FLOW := pine64-bin
DEVICE_PACKAGES := kmod-r8168 -urngd
endef
TARGET_DEVICES += embedfire_doornet2
define Device/embedfire_lubancat-1
DEVICE_VENDOR := EmbedFire
DEVICE_MODEL := LubanCat-1
SOC := rk3566
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-mt7921e wpad-openssl luci-app-modem
endef
TARGET_DEVICES += embedfire_lubancat-1
define Device/embedfire_lubancat-1n
DEVICE_VENDOR := EmbedFire
DEVICE_MODEL := LubanCat-1N
SOC := rk3566
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-r8169 -urngd kmod-ata-ahci
endef
TARGET_DEVICES += embedfire_lubancat-1n
define Device/radxa_zero-3e
DEVICE_VENDOR := RADXA
DEVICE_MODEL := ZERO-3E
SOC := rk3566
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-r8169 -urngd kmod-ata-ahci
endef
TARGET_DEVICES += radxa_zero-3e
define Device/embedfire_lubancat-2
DEVICE_VENDOR := EmbedFire
DEVICE_MODEL := LubanCat-2
SOC := rk3568
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-ata-ahci kmod-ata-ahci-platform kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform kmod-ata-core
endef
TARGET_DEVICES += embedfire_lubancat-2
define Device/embedfire_lubancat-2n
DEVICE_VENDOR := EmbedFire
DEVICE_MODEL := LubanCat-2N
SOC := rk3568
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-r8125 kmod-ata-ahci kmod-ata-ahci-platform kmod-ata-core
endef
TARGET_DEVICES += embedfire_lubancat-2n
define Device/embedfire_lubancat-4
DEVICE_VENDOR := EmbedFire
DEVICE_MODEL := LubanCat-4
SOC := rk3588s
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-usb-serial-option uqmi kmod-mt7921e wpad-openssl
endef
TARGET_DEVICES += embedfire_lubancat-4
define Device/embedfire_lubancat-5
DEVICE_VENDOR := EmbedFire
DEVICE_MODEL := LubanCat-5
SOC := rk3588
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-ata-ahci-platform kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl
endef
TARGET_DEVICES += embedfire_lubancat-5
define Device/hinlink_common
DEVICE_VENDOR := HINLINK
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-ata-ahci-platform kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl luci-app-modem
endef
define Device/hinlink_opc-h66k
$(call Device/hinlink_common)
DEVICE_MODEL := OPC-H66K
SOC := rk3568
endef
TARGET_DEVICES += hinlink_opc-h66k
define Device/hinlink_opc-h68k
$(call Device/hinlink_common)
DEVICE_MODEL := OPC-H68K
SOC := rk3568
endef
TARGET_DEVICES += hinlink_opc-h68k
define Device/hinlink_opc-h69k
$(call Device/hinlink_common)
DEVICE_MODEL := OPC-H69K
SOC := rk3568
DEVICE_PACKAGES += kmod-usb-serial-option uqmi
endef
TARGET_DEVICES += hinlink_opc-h69k
define Device/hinlink_h88k
DEVICE_VENDOR := HINLINK
DEVICE_MODEL := H88K
SOC := rk3588
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-ata-ahci-platform kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl
endef
TARGET_DEVICES += hinlink_h88k
define Device/friendlyarm_nanopi-r2c
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R2C
SOC := rk3328
BOOT_FLOW := pine64-bin
DEVICE_PACKAGES := kmod-usb-net-rtl8152
endef
TARGET_DEVICES += friendlyarm_nanopi-r2c
define Device/friendlyarm_nanopi-r2s
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R2S
SOC := rk3328
BOOT_FLOW := pine64-bin
DEVICE_PACKAGES := kmod-usb-net-rtl8152
endef
TARGET_DEVICES += friendlyarm_nanopi-r2s
define Device/friendlyarm_nanopi-r3s
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R3S
SOC := rk3566
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-r8168 -urngd
endef
TARGET_DEVICES += friendlyarm_nanopi-r3s
define Device/friendlyarm_nanopi-r4s
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R4S
SOC := rk3399
BOOT_FLOW := pine64-bin
DEVICE_PACKAGES := kmod-r8168 kmod-rtl8821cu -urngd
endef
TARGET_DEVICES += friendlyarm_nanopi-r4s
define Device/friendlyarm_nanopi-r4se
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R4SE
SOC := rk3399
BOOT_FLOW := pine64-bin
DEVICE_PACKAGES := kmod-r8168 -urngd
endef
TARGET_DEVICES += friendlyarm_nanopi-r4se
define Device/friendlyarm_nanopi-r5s
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R5S
SOC := rk3568
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-ata-ahci-platform kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl
endef
TARGET_DEVICES += friendlyarm_nanopi-r5s
define Device/friendlyarm_nanopi-r5c
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R5C
SOC := rk3568
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-r8125
endef
TARGET_DEVICES += friendlyarm_nanopi-r5c
define Device/friendlyarm_nanopc-t6
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPC T6
SOC := rk3588
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl
endef
TARGET_DEVICES += friendlyarm_nanopc-t6
define Device/friendlyarm_nanopi-r6s
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R6S
SOC := rk3588s
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl
endef
TARGET_DEVICES += friendlyarm_nanopi-r6s
define Device/friendlyarm_nanopi-r6c
DEVICE_VENDOR := FriendlyARM
DEVICE_MODEL := NanoPi R6C
SOC := rk3588s
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl
endef
TARGET_DEVICES += friendlyarm_nanopi-r6c