nu801: add kmod-leds-uleds to MR26 + MR18
[openwrt/staging/pepe2k.git] / target / linux / bcm53xx / image / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6 include $(INCLUDE_DIR)/image.mk
7
8 define Image/Prepare
9 rm -f $(KDIR)/fs_mark
10 echo -ne '\xde\xad\xc0\xde' > $(KDIR)/fs_mark
11 $(call prepare_generic_squashfs,$(KDIR)/fs_mark)
12
13 # For UBI we want only one extra block
14 rm -f $(KDIR)/ubi_mark
15 echo -ne '\xde\xad\xc0\xde' > $(KDIR)/ubi_mark
16 endef
17
18 define Build/lzma-d16
19 $(STAGING_DIR_HOST)/bin/lzma e $@ -d16 $(1) $@.new
20 mv $@.new $@
21 endef
22
23 # Similar to Build/tplink-safeloader but uses TRX instead of clean kernel
24 define Build/bcm53xx-tplink-safeloader
25 $(STAGING_DIR_HOST)/bin/trx \
26 -o $@.trx \
27 -m 33554432 \
28 -f $(IMAGE_KERNEL) -a 1024
29 $(STAGING_DIR_HOST)/bin/tplink-safeloader \
30 -B $(TPLINK_BOARD) \
31 -k $@.trx \
32 -r $@ \
33 -j \
34 -o $@.new
35 mv $@.new $@
36 rm $@.trx
37 endef
38
39 define Build/buffalo-wzr-header
40 $(eval product=$(word 1,$(1)))
41 $(eval region=$(word 2,$(1)))
42 ( \
43 echo $(product)_$(BUFFALO_TAG_VERSION)_$(BUFFALO_TAG_MINOR)_$(region)_$(BUFFALO_TAG_PLATFORM); \
44 echo filelen=$$(stat -c%s $@); \
45 cat $@ \
46 ) > $@.new
47 mv $@.new $@
48 endef
49
50 # TRX with only one (kernel) partition
51 define Build/trx
52 $(STAGING_DIR_HOST)/bin/trx \
53 -o $@.new \
54 -m 33554432 \
55 -f $@
56 mv $@.new $@
57 endef
58
59 define Build/trx-serial
60 $(STAGING_DIR_HOST)/bin/otrx create $@.new \
61 -f $(IMAGE_KERNEL) -a 1024 \
62 -f $@ -a 0x10000 -A $(KDIR)/fs_mark
63 mv $@.new $@
64 endef
65
66 define Build/trx-nand
67 # kernel: always use 4 MiB (-28 B or TRX header) to allow upgrades even
68 # if it grows up between releases
69 # root: UBI with one extra block containing UBI mark to trigger erasing
70 # rest of partition
71 $(STAGING_DIR_HOST)/bin/otrx create $@.new \
72 -f $(IMAGE_KERNEL) -a 0x20000 -b 0x400000 \
73 -f $@ \
74 -A $(KDIR)/ubi_mark -a 0x20000
75 mv $@.new $@
76 endef
77
78 define Build/asus-trx
79 $(STAGING_DIR_HOST)/bin/asustrx \
80 -p $(ASUS_PRODUCTID) -i $@ -o $@.new
81 mv $@.new $@
82 endef
83
84 define Build/luxul-lxl
85 $(STAGING_DIR_HOST)/bin/lxlfw create $@.new \
86 -i $@ \
87 -b $(LUXUL_BOARD)
88 mv $@.new $@
89 endef
90
91 define Build/seama-nand
92 # Seama entity
93 $(STAGING_DIR_HOST)/bin/oseama \
94 entity $@.entity \
95 -m "dev=/dev/mtdblock/7" \
96 -m "type=firmware" \
97 -f $(IMAGE_KERNEL) \
98 -b 0x400000 \
99 -f $@ \
100 -f $(KDIR)/ubi_mark
101 # Seama container
102 $(STAGING_DIR_HOST)/bin/seama \
103 -s $@ \
104 -m "signature=$(SIGNATURE)" \
105 -i $@.entity
106 endef
107
108 define Build/dwl8610ap-image
109 mkdir -p $@.tmptar
110 # The DWL8610AP pretends to be a Broadcom reference design
111 echo "bcm953012er" > $@.tmptar/board
112 echo "LVL7" > $@.tmptar/model
113 # Something high beyond what D-Link has put out
114 echo "5.0.0.0" > $@.tmptar/version
115 # Create rootfs.bin, this is just a NAND image including everything
116 cp $@ $@.tmptar/rootfs.bin
117 # Hash the rootfs.bin
118 cat $@.tmptar/rootfs.bin | md5sum > $@.tmptar/rootfs.md5
119 cd $@.tmptar && tar -c -f $@.new *
120 rm -rf $@.tmptar
121 mv $@.new $@
122 endef
123
124 DEVICE_VARS += ASUS_PRODUCTID
125 DEVICE_VARS += BUFFALO_TAG_PLATFORM BUFFALO_TAG_VERSION BUFFALO_TAG_MINOR
126 DEVICE_VARS += SIGNATURE
127 DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_REGION TPLINK_BOARD
128 DEVICE_VARS += LUXUL_BOARD
129
130 IEEE8021X := wpad-basic-mbedtls
131 B43 := $(IEEE8021X) kmod-b43
132 BRCMFMAC_43602A1 := $(IEEE8021X) kmod-brcmfmac brcmfmac-firmware-43602a1-pcie
133 BRCMFMAC_4366B1 := $(IEEE8021X) kmod-brcmfmac brcmfmac-firmware-4366b1-pcie
134 BRCMFMAC_4366C0 := $(IEEE8021X) kmod-brcmfmac brcmfmac-firmware-4366c0-pcie
135 USB2_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-phy-bcm-ns-usb2
136 USB2_PACKAGES += kmod-usb-ledtrig-usbport
137 USB3_PACKAGES := $(USB2_PACKAGES) kmod-usb3 kmod-phy-bcm-ns-usb3
138
139 define Device/Default
140 # .dtb files are prefixed by SoC type, e.g. bcm4708- which is not included in device/image names
141 # extract the full dtb name based on the device info
142 DEVICE_DTS := $(patsubst %.dtb,%,$(notdir $(wildcard $(if $(IB),$(KDIR),$(DTS_DIR))/*-$(subst _,-,$(1)).dtb)))
143 KERNEL := kernel-bin | append-dtb | lzma-d16
144 KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
145 KERNEL_INITRAMFS_SUFFIX := .trx
146 KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma-d16 | trx
147 FILESYSTEMS := squashfs
148 KERNEL_NAME := zImage
149 DEVICE_IMG_NAME = $$(DEVICE_IMG_PREFIX)-$$(1).$$(2)
150 IMAGES := trx
151 BLOCKSIZE := 128k
152 PAGESIZE := 2048
153 IMAGE/trx := append-ubi | trx-nand
154 endef
155
156 define Device/asus
157 DEVICE_VENDOR := ASUS
158 IMAGES := trx
159 IMAGE/trx := append-ubi | trx-nand | asus-trx
160 endef
161
162 define Device/asus_rt-ac56u
163 $(call Device/asus)
164 DEVICE_MODEL := RT-AC56U
165 DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
166 ASUS_PRODUCTID := RT-AC56U
167 endef
168 TARGET_DEVICES += asus_rt-ac56u
169
170 define Device/asus_rt-ac68u
171 $(call Device/asus)
172 DEVICE_MODEL := RT-AC68U
173 DEVICE_PACKAGES := $(USB3_PACKAGES)
174 ASUS_PRODUCTID := RT-AC68U
175 endef
176 TARGET_DEVICES += asus_rt-ac68u
177
178 define Device/asus_rt-ac87u
179 $(call Device/asus)
180 DEVICE_MODEL := RT-AC87U
181 DEVICE_PACKAGES := $(USB3_PACKAGES)
182 ASUS_PRODUCTID := RT-AC87U
183 endef
184 TARGET_DEVICES += asus_rt-ac87u
185
186 define Device/asus_rt-ac88u
187 $(call Device/asus)
188 DEVICE_MODEL := RT-AC88U
189 DEVICE_PACKAGES := $(BRCMFMAC_4366B1) $(BRCMFMAC_4366C0) $(USB3_PACKAGES)
190 ASUS_PRODUCTID := RT-AC88U
191 endef
192 TARGET_DEVICES += asus_rt-ac88u
193
194 define Device/asus_rt-n18u
195 $(call Device/asus)
196 DEVICE_MODEL := RT-N18U
197 DEVICE_PACKAGES := $(USB3_PACKAGES)
198 ASUS_PRODUCTID := RT-N18U
199 endef
200 TARGET_DEVICES += asus_rt-n18u
201
202 # Buffalo devices have TFTP recovery mode which can work nicely with initramfs
203 # kernels.
204 # We should have two initramfs images for Buffalo: plain initramfs kernel and
205 # TRX with initramfs kernel. It's not possible right now so let's just build
206 # plain initramfs kernel as it may be more useful.
207 define Device/buffalo/Default
208 DEVICE_VENDOR := Buffalo
209 KERNEL_INITRAMFS_SUFFIX = $$(KERNEL_SUFFIX)
210 KERNEL_INITRAMFS = $$(KERNEL)
211 endef
212
213 define Device/buffalo_wxr-1900dhp
214 $(call Device/buffalo/Default)
215 DEVICE_MODEL := WXR-1900DHP
216 DEVICE_PACKAGES := $(USB3_PACKAGES)
217 endef
218 TARGET_DEVICES += buffalo_wxr-1900dhp
219
220 define Device/buffalo_wzr-600dhp2
221 $(call Device/buffalo/Default)
222 DEVICE_MODEL := WZR-600DHP2
223 DEVICE_PACKAGES := $(B43) $(USB2_PACKAGES)
224 endef
225 TARGET_DEVICES += buffalo_wzr-600dhp2
226
227 define Device/buffalo_wzr-900dhp
228 $(call Device/buffalo/Default)
229 DEVICE_MODEL := WZR-900DHP
230 DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
231 BUFFALO_TAG_PLATFORM := bcm
232 BUFFALO_TAG_VERSION := 9.99
233 BUFFALO_TAG_MINOR := 9.99
234 IMAGES += factory-DHP-EU.bin factory-DHP2-JP.bin
235 IMAGE/factory-DHP-EU.bin := \
236 append-ubi | trx-nand | buffalo-wzr-header WZR-900DHP EU | \
237 buffalo-enc WZR-900DHP $$(BUFFALO_TAG_VERSION) | \
238 buffalo-tag-dhp WZR-900DHP EU mlang20 | buffalo-enc-tag | \
239 buffalo-dhp-image
240 IMAGE/factory-DHP2-JP.bin := \
241 append-ubi | trx-nand | buffalo-wzr-header WZR-900DHP2 JP | \
242 buffalo-enc WZR-900DHP2 $$(BUFFALO_TAG_VERSION) | \
243 buffalo-tag-dhp WZR-900DHP2 JP jp | buffalo-enc-tag | \
244 buffalo-dhp-image
245 endef
246 TARGET_DEVICES += buffalo_wzr-900dhp
247
248 define Device/buffalo_wzr-1750dhp
249 $(call Device/buffalo/Default)
250 DEVICE_MODEL := WZR-1750DHP
251 DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
252 endef
253 TARGET_DEVICES += buffalo_wzr-1750dhp
254
255 define Device/dlink
256 DEVICE_VENDOR := D-Link
257 IMAGES := bin
258 IMAGE/bin := append-ubi | seama-nand
259 endef
260
261 define Device/dlink_dir-885l
262 DEVICE_MODEL := DIR-885L
263 DEVICE_PACKAGES := $(BRCMFMAC_4366B1) $(USB3_PACKAGES)
264 $(Device/dlink)
265 SIGNATURE := wrgac42_dlink.2015_dir885l
266 endef
267 TARGET_DEVICES += dlink_dir-885l
268
269 define Device/dlink_dwl-8610ap
270 DEVICE_VENDOR := D-Link
271 DEVICE_MODEL := DWL-8610AP
272 DEVICE_PACKAGES := $(B43)
273 IMAGES := factory.tar
274 IMAGE/factory.tar := append-ubi | trx-nand | dwl8610ap-image
275 endef
276 TARGET_DEVICES += dlink_dwl-8610ap
277
278 define Device/linksys_ea6300-v1
279 DEVICE_VENDOR := Linksys
280 DEVICE_MODEL := EA6300
281 DEVICE_VARIANT := v1
282 DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
283 endef
284 TARGET_DEVICES += linksys_ea6300-v1
285
286 define Device/linksys_ea6500-v2
287 DEVICE_VENDOR := Linksys
288 DEVICE_MODEL := EA6500
289 DEVICE_VARIANT := v2
290 DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
291 endef
292 TARGET_DEVICES += linksys_ea6500-v2
293
294 define Device/linksys_ea9200
295 DEVICE_VENDOR := Linksys
296 DEVICE_MODEL := EA9200
297 DEVICE_VARIANT := v1
298 DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
299 endef
300 TARGET_DEVICES += linksys_ea9200
301
302 define Device/linksys_ea9500
303 DEVICE_VENDOR := Linksys
304 DEVICE_MODEL := EA9500
305 DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES)
306 DEVICE_DTS := bcm47094-linksys-panamera
307 endef
308 TARGET_DEVICES += linksys_ea9500
309
310 define Device/luxul
311 DEVICE_VENDOR := Luxul
312 IMAGES := lxl
313 IMAGE/lxl := append-ubi | trx-nand | luxul-lxl
314 endef
315
316 define Device/luxul_abr-4500
317 $(Device/luxul)
318 DEVICE_MODEL := ABR-4500
319 DEVICE_PACKAGES := $(USB3_PACKAGES)
320 LUXUL_BOARD := ABR-4500
321 endef
322 TARGET_DEVICES += luxul_abr-4500
323
324 define Device/luxul_xap-1610
325 $(Device/luxul)
326 DEVICE_MODEL := XAP-1610
327 DEVICE_PACKAGES := $(BRCMFMAC_4366C0)
328 IMAGE/lxl := append-rootfs | trx-serial | luxul-lxl
329 LUXUL_BOARD := XAP-1610
330 endef
331 TARGET_DEVICES += luxul_xap-1610
332
333 define Device/luxul_xbr-4500
334 $(Device/luxul)
335 DEVICE_MODEL := XBR-4500
336 DEVICE_PACKAGES := $(USB3_PACKAGES)
337 LUXUL_BOARD := XBR-4500
338 endef
339 TARGET_DEVICES += luxul_xbr-4500
340
341 define Device/luxul_xwr-3150
342 $(Device/luxul)
343 DEVICE_MODEL := XWR-3150
344 DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES)
345 DEVICE_DTS := bcm47094-luxul-xwr-3150-v1
346 LUXUL_BOARD := XWR-3150
347 endef
348 TARGET_DEVICES += luxul_xwr-3150
349
350 define Device/meraki_mr26
351 DEVICE_VENDOR := Meraki
352 DEVICE_MODEL := MR26
353 DEVICE_PACKAGES := $(B43) kmod-i2c-bcm-iproc kmod-eeprom-at24 \
354 kmod-hwmon-ina2xx kmod-leds-uleds nu801
355 DEVICE_DTS := bcm53015-meraki-mr26
356 # resize the initramfs to fit the size of the existing part.safe.
357 KERNEL_LOADADDR := 0x00008000
358 KERNEL_INITRAMFS_SUFFIX := .bin
359 KERNEL_INITRAMFS := kernel-bin | append-dtb | gzip | uImage gzip | pad-to 9310208
360 # LZMA is not supported by the uboot
361 KERNEL := kernel-bin | append-dtb | gzip | uImage gzip
362 IMAGES += sysupgrade.bin
363 IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
364 endef
365 TARGET_DEVICES += meraki_mr26
366
367 define Device/meraki_mr32
368 DEVICE_VENDOR := Meraki
369 DEVICE_MODEL := MR32
370 DEVICE_PACKAGES := $(B43) kmod-i2c-bcm-iproc kmod-eeprom-at24 \
371 kmod-leds-pwm kmod-hwmon-ina2xx kmod-bluetooth
372 DEVICE_DTS := bcm53016-meraki-mr32
373 # Meraki FW r23 tries to resize the part.safe partition before it will
374 # flash the image. This is a bit of a problem, since resizing will fail
375 # if the partition is smaller than the old one.
376 KERNEL_LOADADDR := 0x00008000
377 KERNEL_INITRAMFS_SUFFIX := .bin
378 DEVICE_DTS_DELIMITER := @
379 DEVICE_DTS_CONFIG := config@1
380 KERNEL_INITRAMFS := kernel-bin | fit none $$(DTS_DIR)/$$(DEVICE_DTS).dtb | \
381 pad-to 10362880
382 KERNEL := kernel-bin | fit none $$(DTS_DIR)/$$(DEVICE_DTS).dtb
383 IMAGES += sysupgrade.bin
384 IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
385
386 # The loader is specifically looking for fdt@2:
387 # [ 3.190000] find_itb_subimage: error finding fdt@2: FDT_ERR_NOTFOUND
388 # The image won't boot, if it isn't found. :(
389 DEVICE_FDT_NUM := 2
390 endef
391 TARGET_DEVICES += meraki_mr32
392
393 define Device/netgear
394 DEVICE_VENDOR := NETGEAR
395 IMAGES := chk
396 IMAGE/chk := append-ubi | trx-nand | netgear-chk
397 NETGEAR_REGION := 1
398 endef
399
400 define Device/netgear_r6250
401 DEVICE_MODEL := R6250
402 DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
403 $(Device/netgear)
404 NETGEAR_BOARD_ID := U12H245T00_NETGEAR
405 endef
406 TARGET_DEVICES += netgear_r6250
407
408 define Device/netgear_r6300-v2
409 DEVICE_MODEL := R6300
410 DEVICE_VARIANT := v2
411 DEVICE_PACKAGES := $(B43) $(USB3_PACKAGES)
412 $(Device/netgear)
413 NETGEAR_BOARD_ID := U12H240T00_NETGEAR
414 endef
415 TARGET_DEVICES += netgear_r6300-v2
416
417 define Device/netgear_r7000
418 DEVICE_MODEL := R7000
419 DEVICE_PACKAGES := $(USB3_PACKAGES)
420 $(Device/netgear)
421 NETGEAR_BOARD_ID := U12H270T00_NETGEAR
422 endef
423 TARGET_DEVICES += netgear_r7000
424
425 define Device/netgear_r7900
426 DEVICE_MODEL := R7900
427 DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
428 $(Device/netgear)
429 NETGEAR_BOARD_ID := U12H315T30_NETGEAR
430 endef
431 TARGET_DEVICES += netgear_r7900
432
433 define Device/netgear_r8000
434 DEVICE_MODEL := R8000
435 DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
436 $(Device/netgear)
437 NETGEAR_BOARD_ID := U12H315T00_NETGEAR
438 endef
439 TARGET_DEVICES += netgear_r8000
440
441 define Device/netgear_r8500
442 DEVICE_MODEL := R8500
443 DEVICE_PACKAGES := $(BRCMFMAC_4366B1) $(USB3_PACKAGES)
444 $(Device/netgear)
445 NETGEAR_BOARD_ID := U12H334T00_NETGEAR
446 DEFAULT := n
447 endef
448 TARGET_DEVICES += netgear_r8500
449
450 define Device/smartrg_sr400ac
451 DEVICE_VENDOR := SmartRG
452 DEVICE_MODEL := SR400ac
453 DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
454 IMAGES := trx
455 IMAGE/trx := append-rootfs | trx-serial
456 KERNEL_INITRAMFS_SUFFIX := .bin
457 KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma-d16
458 endef
459 TARGET_DEVICES += smartrg_sr400ac
460
461 define Device/phicomm_k3
462 DEVICE_VENDOR := PHICOMM
463 DEVICE_MODEL := K3
464 DEVICE_PACKAGES := $(BRCMFMAC_4366C0) $(USB3_PACKAGES)
465 IMAGES := trx
466 endef
467 TARGET_DEVICES += phicomm_k3
468
469 define Device/tenda_ac9
470 DEVICE_VENDOR := Tenda
471 DEVICE_MODEL := AC9
472 DEVICE_PACKAGES := $(B43) $(USB2_PACKAGES)
473 IMAGES := trx
474 IMAGE/trx := append-rootfs | trx-serial
475 endef
476 TARGET_DEVICES += tenda_ac9
477
478 define Device/tplink_archer-c5-v2
479 DEVICE_VENDOR := TP-Link
480 DEVICE_MODEL := Archer C5
481 DEVICE_VARIANT := v2
482 DEVICE_PACKAGES := $(B43) $(USB2_PACKAGES)
483 IMAGES := bin
484 IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
485 TPLINK_BOARD := ARCHER-C5-V2
486 BROKEN := y
487 endef
488 #TARGET_DEVICES += tplink_archer-c5-v2
489
490 define Device/tplink_archer-c9-v1
491 DEVICE_VENDOR := TP-Link
492 DEVICE_MODEL := Archer C9
493 DEVICE_VARIANT := v1
494 DEVICE_PACKAGES := $(USB3_PACKAGES)
495 IMAGES := bin
496 IMAGE/bin := append-rootfs | bcm53xx-tplink-safeloader
497 TPLINK_BOARD := ARCHERC9
498 BROKEN := y
499 endef
500 #TARGET_DEVICES += tplink_archer-c9-v1
501
502 $(eval $(call BuildImage))