ipq40xx: add support for Plasma Cloud PA1200
[openwrt/openwrt.git] / target / linux / ipq40xx / image / Makefile
1 include $(TOPDIR)/rules.mk
2 include $(INCLUDE_DIR)/image.mk
3
4 DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID
5 DEVICE_VARS += RAS_BOARD RAS_ROOTFS_SIZE RAS_VERSION
6 DEVICE_VARS += WRGG_DEVNAME WRGG_SIGNATURE
7
8 define Device/Default
9 PROFILES := Default
10 KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
11 KERNEL_INITRAMFS_PREFIX := $$(IMG_PREFIX)-$(1)-initramfs
12 KERNEL_PREFIX := $$(IMAGE_PREFIX)
13 KERNEL_LOADADDR := 0x80208000
14 DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
15 SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
16 IMAGES := sysupgrade.bin
17 IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata
18 IMAGE/sysupgrade.bin/squashfs :=
19 endef
20
21 define Device/FitImage
22 KERNEL_SUFFIX := -fit-uImage.itb
23 KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
24 KERNEL_NAME := Image
25 endef
26
27 define Device/FitImageLzma
28 KERNEL_SUFFIX := -fit-uImage.itb
29 KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb
30 KERNEL_NAME := Image
31 endef
32
33 define Device/FitzImage
34 KERNEL_SUFFIX := -fit-zImage.itb
35 KERNEL = kernel-bin | fit none $$(DTS_DIR)/$$(DEVICE_DTS).dtb
36 KERNEL_NAME := zImage
37 endef
38
39 define Device/UbiFit
40 KERNEL_IN_UBI := 1
41 IMAGES := nand-factory.ubi nand-sysupgrade.bin
42 IMAGE/nand-factory.ubi := append-ubi
43 IMAGE/nand-sysupgrade.bin := sysupgrade-tar | append-metadata
44 endef
45
46 define Device/DniImage
47 $(call Device/FitzImage)
48 NETGEAR_BOARD_ID :=
49 NETGEAR_HW_ID :=
50 IMAGES += factory.img
51 IMAGE/factory.img := append-kernel | pad-offset 64k 64 | append-uImage-fakehdr filesystem | append-rootfs | pad-rootfs | netgear-dni
52 IMAGE/sysupgrade.bin := append-kernel | pad-offset 64k 64 | append-uImage-fakehdr filesystem | \
53 append-rootfs | pad-rootfs | append-metadata | check-size
54 endef
55
56 define Build/append-rootfshdr
57 mkimage -A $(LINUX_KARCH) \
58 -O linux -T filesystem \
59 -C lzma -a $(KERNEL_LOADADDR) -e $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \
60 -n root.squashfs -d $(IMAGE_ROOTFS) $@.new
61 dd if=$@.new bs=64 count=1 >> $(IMAGE_KERNEL)
62 endef
63
64 define Build/mkmylofw_32m
65 $(eval device_id=$(word 1,$(1)))
66 $(eval revision=$(word 2,$(1)))
67
68 let \
69 size="$$(stat -c%s $@)" \
70 pad="$(subst k,* 1024,$(BLOCKSIZE))" \
71 pad="(pad - (size % pad)) % pad" \
72 newsize='size + pad'; \
73 $(STAGING_DIR_HOST)/bin/mkmylofw \
74 -B WPE72 -i 0x11f6:$(device_id):0x11f6:$(device_id) -r $(revision) \
75 -s 0x2000000 -p0x180000:$$newsize:al:0x80208000:"OpenWrt":$@ \
76 $@.new
77 @mv $@.new $@
78 endef
79
80 define Build/qsdk-ipq-factory-nand-askey
81 $(TOPDIR)/scripts/mkits-qsdk-ipq-image.sh $@.its\
82 askey_kernel $(IMAGE_KERNEL) \
83 askey_fs $(IMAGE_ROOTFS) \
84 ubifs $@
85 PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f $@.its $@.new
86 @mv $@.new $@
87 endef
88
89 define Build/SenaoFW
90 -$(STAGING_DIR_HOST)/bin/mksenaofw \
91 -n $(BOARD_NAME) -r $(VENDOR_ID) -p $(1) \
92 -c $(DATECODE) -w $(2) -x $(CW_VER) -t 0 \
93 -e $@ \
94 -o $@.new
95 @cp $@.new $@
96 endef
97
98 define Build/wrgg-image
99 mkwrggimg -i $@ \
100 -o $@.new \
101 -d "$(WRGG_DEVNAME)" \
102 -s "$(WRGG_SIGNATURE)" \
103 -v "" -m "" -B ""
104 mv $@.new $@
105 endef
106
107 define Device/8dev_habanero-dvk
108 $(call Device/FitImageLzma)
109 DEVICE_VENDOR := 8devices
110 DEVICE_MODEL := Habanero DVK
111 IMAGE_SIZE := 30976k
112 SOC := qcom-ipq4019
113 DEVICE_PACKAGES := ipq-wifi-8dev_habanero-dvk
114 IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | append-metadata | check-size
115 endef
116 TARGET_DEVICES += 8dev_habanero-dvk
117
118 define Device/8dev_jalapeno-common
119 $(call Device/FitImage)
120 $(call Device/UbiFit)
121 BLOCKSIZE := 128k
122 PAGESIZE := 2048
123 SOC := qcom-ipq4018
124 endef
125
126 define Device/8dev_jalapeno
127 $(call Device/8dev_jalapeno-common)
128 DEVICE_VENDOR := 8devices
129 DEVICE_MODEL := Jalapeno
130 endef
131 TARGET_DEVICES += 8dev_jalapeno
132
133 define Device/alfa-network_ap120c-ac
134 $(call Device/FitImage)
135 $(call Device/UbiFit)
136 DEVICE_VENDOR := ALFA Network
137 DEVICE_MODEL := AP120C-AC
138 SOC := qcom-ipq4018
139 DEVICE_PACKAGES := kmod-usb-acm \
140 kmod-tpm-i2c-atmel uboot-envtools
141 BLOCKSIZE := 128k
142 PAGESIZE := 2048
143 IMAGE_SIZE := 65536k
144 IMAGES := nand-factory.bin nand-sysupgrade.bin
145 IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
146 endef
147 TARGET_DEVICES += alfa-network_ap120c-ac
148
149 define Device/aruba_glenmorangie
150 $(call Device/FitImageLzma)
151 DEVICE_VENDOR := Aruba
152 SOC := qcom-ipq4029
153 DEVICE_PACKAGES := ipq-wifi-aruba_ap-303
154 endef
155
156 define Device/aruba_ap-303
157 $(call Device/aruba_glenmorangie)
158 DEVICE_MODEL := AP-303
159 endef
160 TARGET_DEVICES += aruba_ap-303
161
162 define Device/aruba_ap-303h
163 $(call Device/aruba_glenmorangie)
164 DEVICE_MODEL := AP-303H
165 endef
166 TARGET_DEVICES += aruba_ap-303h
167
168 define Device/aruba_ap-365
169 $(call Device/aruba_glenmorangie)
170 DEVICE_MODEL := AP-365
171 DEVICE_PACKAGES += kmod-hwmon-ad7418
172 endef
173 TARGET_DEVICES += aruba_ap-365
174
175 define Device/asus_map-ac2200
176 $(call Device/FitImageLzma)
177 DEVICE_VENDOR := ASUS
178 DEVICE_MODEL := Lyra (MAP-AC2200)
179 SOC := qcom-ipq4019
180 DEVICE_PACKAGES := ath10k-firmware-qca9888-ct kmod-ath3k
181 endef
182 TARGET_DEVICES += asus_map-ac2200
183
184 define Device/asus_rt-ac58u
185 $(call Device/FitImageLzma)
186 DEVICE_VENDOR := ASUS
187 DEVICE_MODEL := RT-AC58U
188 SOC := qcom-ipq4018
189 BLOCKSIZE := 128k
190 PAGESIZE := 2048
191 DTB_SIZE := 65536
192 IMAGE_SIZE := 20439364
193 FILESYSTEMS := squashfs
194 # Someone - in their infinite wisdom - decided to put the firmware
195 # version in front of the image name \03\00\00\04 => Version 3.0.0.4
196 # Since u-boot works with strings we either need another fixup step
197 # to add a version... or we are very careful not to add '\0' into that
198 # string and call it a day.... Yeah, we do the latter!
199 UIMAGE_NAME:=$(shell echo -e '\03\01\01\01RT-AC58U')
200 DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers \
201 kmod-usb-ledtrig-usbport
202 endef
203 TARGET_DEVICES += asus_rt-ac58u
204
205 define Device/avm_fritzbox-4040
206 $(call Device/FitImageLzma)
207 DEVICE_VENDOR := AVM
208 DEVICE_MODEL := FRITZ!Box 4040
209 SOC := qcom-ipq4018
210 BOARD_NAME := fritz4040
211 IMAGE_SIZE := 29056k
212 UBOOT_PATH := $(STAGING_DIR_IMAGE)/uboot-fritz4040.bin
213 UBOOT_PARTITION_SIZE := 524288
214 IMAGES += eva.bin
215 IMAGE/eva.bin := append-uboot | pad-to $$$$(UBOOT_PARTITION_SIZE) | append-kernel | append-rootfs | pad-rootfs
216 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata | check-size
217 DEVICE_PACKAGES := fritz-tffs fritz-caldata
218 endef
219 TARGET_DEVICES += avm_fritzbox-4040
220
221 define Device/avm_fritzbox-7530
222 $(call Device/FitImageLzma)
223 DEVICE_VENDOR := AVM
224 DEVICE_MODEL := FRITZ!Box 7530
225 SOC := qcom-ipq4019
226 DEVICE_PACKAGES := fritz-caldata fritz-tffs-nand
227 endef
228 TARGET_DEVICES += avm_fritzbox-7530
229
230 define Device/avm_fritzrepeater-1200
231 $(call Device/FitImageLzma)
232 DEVICE_VENDOR := AVM
233 DEVICE_MODEL := FRITZ!Repeater 1200
234 SOC := qcom-ipq4019
235 DEVICE_PACKAGES := fritz-caldata fritz-tffs-nand ipq-wifi-avm_fritzrepeater-1200
236 endef
237 TARGET_DEVICES += avm_fritzrepeater-1200
238
239 define Device/avm_fritzrepeater-3000
240 $(call Device/FitImageLzma)
241 DEVICE_VENDOR := AVM
242 DEVICE_MODEL := FRITZ!Repeater 3000
243 SOC := qcom-ipq4019
244 DEVICE_PACKAGES := ath10k-firmware-qca9984-ct fritz-caldata fritz-tffs-nand
245 endef
246 TARGET_DEVICES += avm_fritzrepeater-3000
247
248 define Device/buffalo_wtr-m2133hp
249 $(call Device/FitImage)
250 $(call Device/UbiFit)
251 DEVICE_VENDOR := Buffalo
252 DEVICE_MODEL := WTR-M2133HP
253 SOC := qcom-ipq4019
254 DEVICE_PACKAGES := uboot-envtools ath10k-firmware-qca9984-ct ipq-wifi-buffalo_wtr-m2133hp
255 BLOCKSIZE := 128k
256 PAGESIZE := 2048
257 endef
258 TARGET_DEVICES += buffalo_wtr-m2133hp
259
260 define Device/cellc_rtl30vw
261 KERNEL_SUFFIX := -fit-uImage.itb
262 KERNEL_INITRAMFS = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
263 KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb | uImage lzma | pad-to 2048
264 KERNEL_NAME := Image
265 KERNEL_IN_UBI :=
266 IMAGES := nand-factory.bin nand-sysupgrade.bin
267 IMAGE/nand-factory.bin := append-rootfshdr | append-ubi | qsdk-ipq-factory-nand-askey
268 IMAGE/nand-sysupgrade.bin := append-rootfshdr | sysupgrade-tar | append-metadata
269 DEVICE_VENDOR := Cell C
270 DEVICE_MODEL := RTL30VW
271 SOC := qcom-ipq4019
272 DEVICE_DTS_CONFIG := config@5
273 KERNEL_INSTALL := 1
274 KERNEL_SIZE := 4096k
275 IMAGE_SIZE := 57344k
276 BLOCKSIZE := 128k
277 PAGESIZE := 2048
278 DEVICE_PACKAGES := kmod-usb-net-qmi-wwan kmod-usb-serial-option uqmi ipq-wifi-cellc_rtl30vw
279 endef
280 TARGET_DEVICES += cellc_rtl30vw
281
282 define Device/cilab_meshpoint-one
283 $(call Device/8dev_jalapeno-common)
284 DEVICE_VENDOR := Crisis Innovation Lab
285 DEVICE_MODEL := MeshPoint.One
286 DEVICE_PACKAGES := kmod-i2c-gpio kmod-iio-bmp280-i2c kmod-hwmon-ina2xx kmod-rtc-pcf2127
287 endef
288 TARGET_DEVICES += cilab_meshpoint-one
289
290 define Device/compex_wpj419
291 $(call Device/FitImage)
292 $(call Device/UbiFit)
293 DEVICE_VENDOR := Compex
294 DEVICE_MODEL := WPJ419
295 SOC := qcom-ipq4019
296 DEVICE_DTS_CONFIG := config@12
297 KERNEL_INSTALL := 1
298 BLOCKSIZE := 128k
299 PAGESIZE := 2048
300 FILESYSTEMS := squashfs
301 endef
302 TARGET_DEVICES += compex_wpj419
303
304 define Device/compex_wpj428
305 $(call Device/FitImage)
306 DEVICE_VENDOR := Compex
307 DEVICE_MODEL := WPJ428
308 SOC := qcom-ipq4028
309 DEVICE_DTS_CONFIG := config@4
310 BLOCKSIZE := 64k
311 IMAGE_SIZE := 31232k
312 KERNEL_SIZE := 4096k
313 IMAGES += cpximg-6a04.bin
314 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
315 IMAGE/cpximg-6a04.bin := append-kernel | append-rootfs | pad-rootfs | mkmylofw_32m 0x8A2 3
316 DEVICE_PACKAGES := kmod-gpio-beeper
317 endef
318 TARGET_DEVICES += compex_wpj428
319
320 define Device/dlink_dap-2610
321 $(call Device/FitImageLzma)
322 DEVICE_VENDOR := D-Link
323 DEVICE_MODEL := DAP-2610
324 SOC := qcom-ipq4018
325 DEVICE_DTS_CONFIG := config@ap.dk01.1-c1
326 BLOCKSIZE := 64k
327 WRGG_DEVNAME := /dev/mtdblock/8
328 WRGG_SIGNATURE := wapac30_dkbs_dap2610
329 IMAGE_SIZE := 14080k
330 IMAGES += factory.bin
331 # Bootloader expects a special 160 byte header which is added by
332 # wrgg-image.
333 # Factory image size must be larger than 6MB, and size in wrgg header must
334 # match actual factory image size to be flashable from D-Link http server.
335 # Bootloader verifies checksum of wrgg image before booting, thus jffs2
336 # cannot be part of the wrgg image. This is solved in the factory image by
337 # having the rootfs at the end of the image (without pad-rootfs). And in
338 # the sysupgrade image only the kernel is included in the wrgg checksum,
339 # but this is not flashable from the D-link http server.
340 # append-rootfs must start on an erase block boundary.
341 IMAGE/factory.bin := append-kernel | pad-offset 6144k 160 | append-rootfs | wrgg-image | check-size
342 IMAGE/sysupgrade.bin := append-kernel | wrgg-image | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size | append-metadata
343 DEVICE_PACKAGES := ipq-wifi-dlink_dap2610
344 endef
345 TARGET_DEVICES += dlink_dap-2610
346
347 define Device/edgecore_ecw5211
348 $(call Device/FitImage)
349 $(call Device/UbiFit)
350 DEVICE_VENDOR := Edgecore
351 DEVICE_MODEL := ECW5211
352 SOC := qcom-ipq4018
353 BLOCKSIZE := 128k
354 PAGESIZE := 2048
355 DEVICE_PACKAGES := kmod-tpm-i2c-atmel kmod-usb-acm uboot-envtools
356 endef
357 TARGET_DEVICES += edgecore_ecw5211
358
359 define Device/edgecore_oap100
360 $(call Device/FitImage)
361 $(call Device/UbiFit)
362 DEVICE_VENDOR := Edgecore
363 DEVICE_MODEL := OAP100
364 SOC := qcom-ipq4019
365 BLOCKSIZE := 128k
366 PAGESIZE := 2048
367 IMAGES := nand-sysupgrade.bin
368 DEVICE_DTS_CONFIG := config@ap.dk07.1-c1
369 DEVICE_PACKAGES := ipq-wifi-edgecore_oap100 kmod-usb-acm kmod-usb-net kmod-usb-net-cdc-qmi uqmi
370 endef
371 TARGET_DEVICES += edgecore_oap100
372
373 define Device/engenius_eap1300
374 $(call Device/FitImage)
375 DEVICE_VENDOR := EnGenius
376 DEVICE_MODEL := EAP1300
377 DEVICE_DTS_CONFIG := config@4
378 BOARD_NAME := eap1300
379 SOC := qcom-ipq4018
380 KERNEL_SIZE := 5120k
381 IMAGE_SIZE := 25344k
382 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
383 endef
384 TARGET_DEVICES += engenius_eap1300
385
386 define Device/engenius_eap2200
387 $(call Device/FitImage)
388 $(call Device/UbiFit)
389 DEVICE_VENDOR := EnGenius
390 DEVICE_MODEL := EAP2200
391 SOC := qcom-ipq4019
392 BLOCKSIZE := 128k
393 PAGESIZE := 2048
394 DEVICE_PACKAGES := ath10k-firmware-qca9888-ct ipq-wifi-engenius_eap2200 -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers
395 endef
396 TARGET_DEVICES += engenius_eap2200
397
398 define Device/engenius_emd1
399 $(call Device/FitImage)
400 DEVICE_VENDOR := EnGenius
401 DEVICE_MODEL := EMD1
402 DEVICE_DTS_CONFIG := config@4
403 SOC := qcom-ipq4018
404 IMAGE_SIZE := 30720k
405 IMAGES += factory.bin
406 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
407 IMAGE/factory.bin := qsdk-ipq-factory-nor | check-size
408 endef
409 TARGET_DEVICES += engenius_emd1
410
411 define Device/engenius_emr3500
412 $(call Device/FitImage)
413 DEVICE_VENDOR := EnGenius
414 DEVICE_MODEL := EMR3500
415 DEVICE_DTS_CONFIG := config@4
416 SOC := qcom-ipq4018
417 KERNEL_SIZE := 4096k
418 IMAGE_SIZE := 30720k
419 IMAGES += factory.bin
420 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
421 IMAGE/factory.bin := qsdk-ipq-factory-nor | check-size
422 endef
423 TARGET_DEVICES += engenius_emr3500
424
425 define Device/engenius_ens620ext
426 $(call Device/FitImage)
427 DEVICE_VENDOR := EnGenius
428 DEVICE_MODEL := ENS620EXT
429 SOC := qcom-ipq4018
430 DEVICE_DTS_CONFIG := config@4
431 BLOCKSIZE := 64k
432 PAGESIZE := 256
433 BOARD_NAME := ENS620EXT
434 VENDOR_ID := 0x0101
435 PRODUCT_ID := 0x79
436 PRODUCT_ID_NEW := 0xA4
437 DATECODE := 190507
438 FW_VER := 3.1.2
439 FW_VER_NEW := 3.5.6
440 CW_VER := 1.8.99
441 IMAGE_SIZE := 21312k
442 KERNEL_SIZE := 5120k
443 FILESYSTEMS := squashfs
444 IMAGES += factory_30.bin factory_35.bin
445 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size | append-metadata
446 IMAGE/factory_30.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | check-size | SenaoFW $$$$(PRODUCT_ID) $$$$(FW_VER)
447 IMAGE/factory_35.bin := qsdk-ipq-factory-nor | check-size | SenaoFW $$$$(PRODUCT_ID_NEW) $$$$(FW_VER_NEW)
448 endef
449 TARGET_DEVICES += engenius_ens620ext
450
451 define Device/ezviz_cs-w3-wd1200g-eup
452 $(call Device/FitImage)
453 DEVICE_VENDOR := EZVIZ
454 DEVICE_MODEL := CS-W3-WD1200G
455 DEVICE_VARIANT := EUP
456 DEVICE_DTS_CONFIG := config@4
457 IMAGE_SIZE := 14848k
458 SOC := qcom-ipq4018
459 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \
460 append-metadata
461 DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers \
462 ipq-wifi-ezviz_cs-w3-wd1200g-eup
463 endef
464 TARGET_DEVICES += ezviz_cs-w3-wd1200g-eup
465
466 define Device/glinet_gl-b1300
467 $(call Device/FitImage)
468 DEVICE_VENDOR := GL.iNet
469 DEVICE_MODEL := GL-B1300
470 BOARD_NAME := gl-b1300
471 SOC := qcom-ipq4029
472 KERNEL_SIZE := 4096k
473 IMAGE_SIZE := 26624k
474 IMAGE/sysupgrade.bin := append-kernel |append-rootfs | pad-rootfs | append-metadata
475 endef
476 TARGET_DEVICES += glinet_gl-b1300
477
478 define Device/glinet_gl-s1300
479 $(call Device/FitImage)
480 DEVICE_VENDOR := GL.iNet
481 DEVICE_MODEL := GL-S1300
482 SOC := qcom-ipq4029
483 KERNEL_SIZE := 4096k
484 IMAGE_SIZE := 26624k
485 IMAGES := sysupgrade.bin
486 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
487 DEVICE_PACKAGES := ipq-wifi-glinet_gl-s1300 kmod-fs-ext4 kmod-mmc kmod-spi-dev
488 endef
489 TARGET_DEVICES += glinet_gl-s1300
490
491 define Device/linksys_ea6350v3
492 # The Linksys EA6350v3 has a uboot bootloader that does not
493 # support either booting lzma kernel images nor booting UBI
494 # partitions. This uboot, however, supports raw kernel images and
495 # gzipped images.
496 #
497 # As for the time of writing this, the device will boot the kernel
498 # from a fixed address with a fixed length of 3MiB. Also, the
499 # device has a hard-coded kernel command line that requieres the
500 # rootfs and alt_rootfs to be in mtd11 and mtd13 respectively.
501 # Oh... and the kernel partition overlaps with the rootfs
502 # partition (the same for alt_kernel and alt_rootfs).
503 #
504 # If you are planing re-partitioning the device, you may want to
505 # keep those details in mind:
506 # 1. The kernel adresses you should honor are 0x00000000 and
507 # 0x02800000 respectively.
508 # 2. The kernel size (plus the dtb) cannot exceed 3.00MiB in size.
509 # 3. You can use 'zImage', but not a raw 'Image' packed with lzma.
510 # 4. The kernel command line from uboot is harcoded to boot with
511 # rootfs either in mtd11 or mtd13.
512 $(call Device/FitzImage)
513 DEVICE_VENDOR := Linksys
514 DEVICE_MODEL := EA6350
515 DEVICE_VARIANT := v3
516 SOC := qcom-ipq4018
517 BLOCKSIZE := 128k
518 PAGESIZE := 2048
519 KERNEL_SIZE := 3072k
520 IMAGE_SIZE := 37888k
521 UBINIZE_OPTS := -E 5
522 IMAGES += factory.bin
523 IMAGE/factory.bin := append-kernel | append-uImage-fakehdr filesystem | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=EA6350v3
524 DEVICE_PACKAGES := uboot-envtools
525 endef
526 TARGET_DEVICES += linksys_ea6350v3
527
528 define Device/linksys_ea8300
529 $(call Device/FitzImage)
530 DEVICE_VENDOR := Linksys
531 DEVICE_MODEL := EA8300
532 SOC := qcom-ipq4019
533 KERNEL_SIZE := 3072k
534 IMAGE_SIZE := 87040k
535 BLOCKSIZE := 128k
536 PAGESIZE := 2048
537 UBINIZE_OPTS := -E 5 # EOD marks to "hide" factory sig at EOF
538 IMAGES += factory.bin
539 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=EA8300
540 DEVICE_PACKAGES := uboot-envtools ath10k-firmware-qca9888-ct ipq-wifi-linksys_ea8300 kmod-usb-ledtrig-usbport
541 endef
542 TARGET_DEVICES += linksys_ea8300
543
544 define Device/linksys_mr8300
545 $(call Device/FitzImage)
546 DEVICE_VENDOR := Linksys
547 DEVICE_MODEL := MR8300
548 SOC := qcom-ipq4019
549 KERNEL_SIZE := 3072k
550 IMAGE_SIZE := 87040k
551 BLOCKSIZE := 128k
552 PAGESIZE := 2048
553 UBINIZE_OPTS := -E 5 # EOD marks to "hide" factory sig at EOF
554 IMAGES += factory.bin
555 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=MR8300
556 DEVICE_PACKAGES := uboot-envtools ath10k-firmware-qca9888-ct ipq-wifi-linksys_mr8300-v0 kmod-usb-ledtrig-usbport
557 endef
558 TARGET_DEVICES += linksys_mr8300
559
560 define Device/luma_wrtq-329acn
561 $(call Device/FitImage)
562 DEVICE_VENDOR := Luma Home
563 DEVICE_MODEL := WRTQ-329ACN
564 SOC := qcom-ipq4018
565 DEVICE_PACKAGES := ipq-wifi-luma_wrtq-329acn kmod-ath3k kmod-eeprom-at24 kmod-i2c-gpio uboot-envtools
566 IMAGE_SIZE := 76632k
567 BLOCKSIZE := 128k
568 PAGESIZE := 2048
569 endef
570 TARGET_DEVICES += luma_wrtq-329acn
571
572 define Device/meraki_mr33
573 $(call Device/FitImage)
574 DEVICE_VENDOR := Cisco Meraki
575 DEVICE_MODEL := MR33
576 SOC := qcom-ipq4029
577 BLOCKSIZE := 128k
578 PAGESIZE := 2048
579 DEVICE_PACKAGES := -swconfig ath10k-firmware-qca9887-ct
580 endef
581 TARGET_DEVICES += meraki_mr33
582
583 define Device/mobipromo_cm520-79f
584 $(call Device/FitzImage)
585 $(call Device/UbiFit)
586 DEVICE_VENDOR := MobiPromo
587 DEVICE_MODEL := CM520-79F
588 SOC := qcom-ipq4019
589 BLOCKSIZE := 128k
590 PAGESIZE := 2048
591 DEVICE_PACKAGES := ipq-wifi-mobipromo_cm520-79f kmod-usb-ledtrig-usbport
592 endef
593 TARGET_DEVICES += mobipromo_cm520-79f
594
595 define Device/netgear_ex61x0v2
596 $(call Device/DniImage)
597 DEVICE_VENDOR := NETGEAR
598 DEVICE_DTS_CONFIG := config@4
599 NETGEAR_BOARD_ID := EX6150v2series
600 NETGEAR_HW_ID := 29765285+16+0+128+2x2
601 IMAGE_SIZE := 14400k
602 SOC := qcom-ipq4018
603 endef
604
605 define Device/netgear_ex6100v2
606 $(call Device/netgear_ex61x0v2)
607 DEVICE_MODEL := EX6100
608 DEVICE_VARIANT := v2
609 endef
610 TARGET_DEVICES += netgear_ex6100v2
611
612 define Device/netgear_ex6150v2
613 $(call Device/netgear_ex61x0v2)
614 DEVICE_MODEL := EX6150
615 DEVICE_VARIANT := v2
616 endef
617 TARGET_DEVICES += netgear_ex6150v2
618
619 define Device/openmesh_a42
620 $(call Device/FitImageLzma)
621 DEVICE_VENDOR := OpenMesh
622 DEVICE_MODEL := A42
623 SOC := qcom-ipq4018
624 DEVICE_DTS_CONFIG := config@om.a42
625 BLOCKSIZE := 64k
626 KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
627 IMAGE_SIZE := 15616k
628 IMAGES += factory.bin
629 IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=A42
630 IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
631 DEVICE_PACKAGES := uboot-envtools
632 endef
633 TARGET_DEVICES += openmesh_a42
634
635 define Device/openmesh_a62
636 $(call Device/FitImageLzma)
637 DEVICE_VENDOR := OpenMesh
638 DEVICE_MODEL := A62
639 SOC := qcom-ipq4019
640 DEVICE_DTS_CONFIG := config@om.a62
641 BLOCKSIZE := 64k
642 KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
643 IMAGE_SIZE := 15552k
644 IMAGES += factory.bin
645 IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=A62
646 IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
647 DEVICE_PACKAGES := ath10k-firmware-qca9888-ct uboot-envtools
648 endef
649 TARGET_DEVICES += openmesh_a62
650
651 define Device/plasmacloud_pa1200
652 $(call Device/FitImageLzma)
653 DEVICE_VENDOR := Plasma Cloud
654 DEVICE_MODEL := PA1200
655 SOC := qcom-ipq4018
656 DEVICE_DTS_CONFIG := config@pc.pa1200
657 BLOCKSIZE := 64k
658 KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
659 IMAGE_SIZE := 15616k
660 IMAGES += factory.bin
661 IMAGE/factory.bin := append-rootfs | pad-rootfs | openmesh-image ce_type=PA1200
662 IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@ | append-metadata
663 DEVICE_PACKAGES := uboot-envtools ipq-wifi-plasmacloud-pa1200
664 endef
665 TARGET_DEVICES += plasmacloud_pa1200
666
667 define Device/qcom_ap-dk01.1-c1
668 DEVICE_VENDOR := Qualcomm Atheros
669 DEVICE_MODEL := AP-DK01.1
670 DEVICE_VARIANT := C1
671 BOARD_NAME := ap-dk01.1-c1
672 SOC := qcom-ipq4019
673 DEVICE_DTS := qcom-ipq4019-ap.dk01.1-c1
674 KERNEL_INSTALL := 1
675 KERNEL_SIZE := 4096k
676 IMAGE_SIZE := 26624k
677 $(call Device/FitImage)
678 IMAGE/sysupgrade.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | append-metadata
679 endef
680 TARGET_DEVICES += qcom_ap-dk01.1-c1
681
682 define Device/qcom_ap-dk04.1-c1
683 $(call Device/FitImage)
684 $(call Device/UbiFit)
685 DEVICE_VENDOR := Qualcomm Atheros
686 DEVICE_MODEL := AP-DK04.1
687 DEVICE_VARIANT := C1
688 SOC := qcom-ipq4019
689 DEVICE_DTS := qcom-ipq4019-ap.dk04.1-c1
690 KERNEL_INSTALL := 1
691 KERNEL_SIZE := 4048k
692 BLOCKSIZE := 128k
693 PAGESIZE := 2048
694 BOARD_NAME := ap-dk04.1-c1
695 endef
696 TARGET_DEVICES += qcom_ap-dk04.1-c1
697
698 define Device/qxwlan_e2600ac-c1
699 $(call Device/FitImage)
700 DEVICE_VENDOR := Qxwlan
701 DEVICE_MODEL := E2600AC
702 DEVICE_VARIANT := C1
703 BOARD_NAME := e2600ac-c1
704 SOC := qcom-ipq4019
705 KERNEL_SIZE := 4096k
706 IMAGE_SIZE := 31232k
707 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
708 DEVICE_PACKAGES := ipq-wifi-qxwlan_e2600ac
709 endef
710 TARGET_DEVICES += qxwlan_e2600ac-c1
711
712 define Device/qxwlan_e2600ac-c2
713 $(call Device/FitImage)
714 $(call Device/UbiFit)
715 DEVICE_VENDOR := Qxwlan
716 DEVICE_MODEL := E2600AC
717 DEVICE_VARIANT := C2
718 SOC := qcom-ipq4019
719 KERNEL_INSTALL := 1
720 BLOCKSIZE := 128k
721 PAGESIZE := 2048
722 DEVICE_PACKAGES := ipq-wifi-qxwlan_e2600ac
723 endef
724 TARGET_DEVICES += qxwlan_e2600ac-c2
725
726 define Device/unielec_u4019-32m
727 $(call Device/FitImage)
728 DEVICE_VENDOR := Unielec
729 DEVICE_MODEL := U4019
730 DEVICE_VARIANT := 32M
731 BOARD_NAME := u4019-32m
732 SOC := qcom-ipq4019
733 KERNEL_SIZE := 4096k
734 IMAGE_SIZE := 31232k
735 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
736 endef
737 TARGET_DEVICES += unielec_u4019-32m
738
739 define Device/zyxel_nbg6617
740 $(call Device/FitImageLzma)
741 DEVICE_VENDOR := ZyXEL
742 DEVICE_MODEL := NBG6617
743 SOC := qcom-ipq4018
744 KERNEL_SIZE := 4096k
745 ROOTFS_SIZE := 24960k
746 RAS_BOARD := NBG6617
747 RAS_ROOTFS_SIZE := 19840k
748 RAS_VERSION := "$(VERSION_DIST) $(REVISION)"
749 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
750 IMAGES += factory.bin
751 # The ZyXEL firmware allows flashing thru the web-gui only when the rootfs is
752 # at least as large as the one of the initial firmware image (not the current
753 # one on the device). This only applies to the Web-UI, the bootlaoder ignores
754 # this minimum-size. However, the larger image can be flashed both ways.
755 IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k | check-size $$$$(ROOTFS_SIZE) | zyxel-ras-image separate-kernel
756 IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-rootfs | check-size $$$$(ROOTFS_SIZE) | sysupgrade-tar rootfs=$$$$@ | append-metadata
757 DEVICE_PACKAGES := uboot-envtools kmod-usb-ledtrig-usbport
758 endef
759 TARGET_DEVICES += zyxel_nbg6617
760
761 define Device/zyxel_wre6606
762 $(call Device/FitImage)
763 DEVICE_VENDOR := ZyXEL
764 DEVICE_MODEL := WRE6606
765 DEVICE_DTS_CONFIG := config@4
766 SOC := qcom-ipq4018
767 IMAGE_SIZE := 13184k
768 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata | check-size
769 DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers
770 endef
771 TARGET_DEVICES += zyxel_wre6606
772
773 $(eval $(call BuildImage))