gemini: Support sysupgrade on DIR-685
[openwrt/openwrt.git] / target / linux / gemini / image / Makefile
1 #
2 # Copyright (C) 2009-2018 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8 include $(INCLUDE_DIR)/image.mk
9
10 # Cook a "WRGG" image, this board is apparently one in the D-Link
11 # WRGG family and uses the exact same firmware format as other
12 # D-Link devices.
13 define Build/dir685-image
14 mkwrggimg -i $@ \
15 -o $@.new \
16 -d /dev/mtdblock/1 \
17 -s wrgns01_dlwbr_dir685RBWW \
18 -v 'N/A' \
19 -m dir685 \
20 -B 96bb
21
22 mv $@.new $@
23 endef
24
25 # Padding added after the rootfs to an even 128k boundary
26 # as this is 128k eraseblocks flash.
27 define Build/dir685-pad-rootfs
28 $(STAGING_DIR_HOST)/bin/padjffs2 $(IMAGE_ROOTFS) -c 128 >>$@
29 endef
30
31 # Build D-Link DNS-313 images using the special header tool.
32 # rootfs.tgz and rd.tgz contains nothing, we only need them
33 # to satisfy the boot loader on the device. The zImage is
34 # the only real content.
35 define Build/dns313-images
36 mkdir -p $@.tmp/.boot
37 chmod 755 $@.tmp/.boot
38
39 echo "dummy" > $@.tmp/dummyfile
40
41 dns313-header $@.tmp/dummyfile \
42 $@.tmp/.boot/rootfs.tgz
43 dns313-header $@.tmp/dummyfile \
44 $@.tmp/.boot/rd.gz
45 dns313-header $(IMAGE_KERNEL) \
46 $@.tmp/.boot/zImage
47
48 rm $@.tmp/dummyfile
49
50 genext2fs --block-size $(BLOCKSIZE:%k=%Ki) \
51 --size-in-blocks $$((1024 * $(CONFIG_TARGET_KERNEL_PARTSIZE))) \
52 --squash-uids \
53 --root $@.tmp $@.tmp-boot
54
55 # The device firmware needs revision 1 of EXT2
56 tune2fs -O filetype $@.tmp-boot
57 e2fsck -pDf $@.tmp-boot > /dev/null
58
59 ./dns313_gen_hdd_img.sh $@ $@.tmp-boot $(IMAGE_ROOTFS) \
60 $(CONFIG_TARGET_KERNEL_PARTSIZE) \
61 $(CONFIG_TARGET_ROOTFS_PARTSIZE)
62
63 rm -rf $@.tmp
64 endef
65
66 define Build/wiligear-image
67 $(STAGING_DIR_HOST)/bin/mkfwimage2 \
68 -m GEOS -f 0x30000000 -z \
69 -v $(1).v5.00.SL3512.OpenWrt.00000.000000.000000 \
70 -p Kernel:0x020000:0x100000:0:0:$(IMAGE_KERNEL) \
71 -p Ramdisk:0x120000:0x500000:0:0:$@ \
72 -o $@.new
73
74 mv $@.new $@
75 endef
76
77 # Create the special NAS4220B and Itian Square One SQ201 image
78 # format with the squashfs and overlay inside the "rd.gz" file.
79 # We pad it out to 6144K which is the size of the initramfs partition.
80 #
81 # The "application" partition is just blank. You can put anything
82 # there when using OpenWRT. We just use that to create the
83 # "sysupgrade" firmware image.
84 define Build/nas4220b-sq201-images
85 mkdir -p $@.tmp
86
87 mv $@ $@.tmp/rd.gz
88 dd if=/dev/zero of=$@.tmp/hddapp.tgz bs=6144k count=1
89 cp $(IMAGE_KERNEL) $@.tmp/zImage
90 cp ./ImageInfo-$(1) $@.tmp/ImageInfo
91
92 sed -i -e "s/DATESTR/`date +%Y%m%d $(if $(SOURCE_DATE_EPOCH),--date "@$(SOURCE_DATE_EPOCH)")`/g" $@.tmp/ImageInfo
93
94 (cd $@.tmp; tar --sort=name --owner=0 --group=0 --numeric-owner -czf $@ * \
95 $(if $(SOURCE_DATE_EPOCH),--mtime="@$(SOURCE_DATE_EPOCH)"))
96
97 rm -rf $@.tmp
98 endef
99
100 # WBD-111 and WBD-222:
101 # work around the bootloader's bug with extra nops
102 # FIXME: is this really needed now that we no longer append the code
103 # to change the machine ID number? Needs testing on Wiliboard.
104 define Build/wbd-nops
105 mv $@ $@.tmp
106 echo -en "\x00\x00\xa0\xe1\x00\x00\xa0\xe1\x00\x00\xa0\xe1\x00\x00\xa0\xe1" > $@
107 cat $@.tmp >> $@
108 rm -f $@.tmp
109 endef
110
111 # All DTB files are prefixed with "gemini-"
112 define Device/Default
113 PROFILES := Default
114 KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
115 KERNEL_NAME := zImage
116 KERNEL := kernel-bin | append-dtb
117 BLOCKSIZE := 128k
118 SUPPORTED_DEVICES := $(subst _,$(comma),$(1))
119 endef
120
121 # A reasonable set of default packages handling the NAS type
122 # of devices out of the box (former NAS42x0 IcyBox defaults)
123 GEMINI_NAS_PACKAGES:=kmod-md-mod kmod-md-linear kmod-md-multipath \
124 kmod-md-raid0 kmod-md-raid1 kmod-md-raid10 kmod-md-raid456 \
125 kmod-fs-btrfs kmod-fs-cifs kmod-fs-nfs \
126 kmod-fs-nfsd kmod-fs-ntfs kmod-fs-reiserfs kmod-fs-vfat \
127 kmod-nls-utf8 kmod-usb-storage-extras \
128 samba36-server mdadm cfdisk fdisk e2fsprogs badblocks \
129 partx-utils
130
131 # The DIR-685 flash layout is kernel in WRGG format, padded and followed
132 # by the appended rootfs followed by some reasonable JFFS padding, the
133 # remainder will be used by JFFS2 through overlayfs.
134 #
135 # - For the factory image, the WRGG image includes the rootfs so that the
136 # default firmware will flash it properly as all it knows is WRGG format.
137 # - For the sysupgrade, we do not include the rootfs in the kernel image
138 # so it is not needelessly tossed into the RAM by the boot loader.
139 # This will be flashed from OpenWrt userland anyways so we only need
140 # the minimum to make the boot loader happy.
141 define Device/dlink_dir-685
142 DEVICE_TITLE := D-Link DIR-685 Xtreme N Storage Router
143 DEVICE_DTS := gemini-dlink-dir-685
144 DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) \
145 kmod-switch-rtl8366rb swconfig \
146 kmod-rt2800-pci
147 IMAGES := factory.bin sysupgrade.bin
148 # Pad to 128k erase blocks with 160 bytes WRGG header
149 IMAGE/factory.bin := append-kernel | pad-offset 128k 160 | append-rootfs | dir685-pad-rootfs | dir685-image
150 IMAGE/sysupgrade.bin := append-kernel | pad-offset 128k 160 | dir685-image | append-rootfs | dir685-pad-rootfs | append-metadata
151 endef
152 TARGET_DEVICES += dlink_dir-685
153
154 define Device/dlink_dns-313
155 DEVICE_TITLE := D-Link DNS-313 1-Bay Network Storage Enclosure
156 DEVICE_DTS := gemini-dlink-dns-313
157 DEVICE_TYPE := nas
158 DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
159 BLOCKSIZE := 1k
160 FILESYSTEMS := ext4
161 IMAGES := factory.bin.gz
162 IMAGE/factory.bin.gz := dns313-images | gzip
163 endef
164 TARGET_DEVICES += dlink_dns-313
165
166 define Device/itian-raidsonic
167 IMAGES := factory.bin
168 IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 6144k | \
169 nas4220b-sq201-images $(1)
170 DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
171 endef
172
173 define Device/itian_sq201
174 $(Device/itian-raidsonic)
175 DEVICE_TITLE := ITian Square One SQ201
176 DEVICE_DTS := gemini-sq201
177 DEVICE_PACKAGES += kmod-rt61-pci kmod-usb2-pci
178 endef
179 TARGET_DEVICES += itian_sq201
180
181 define Device/raidsonic_ib-4220-b
182 $(Device/itian-raidsonic)
183 DEVICE_TITLE := Raidsonic NAS IB-4220-B
184 DEVICE_DTS := gemini-nas4220b
185 DEVICE_TYPE := nas
186 endef
187 TARGET_DEVICES += raidsonic_ib-4220-b
188
189 # The wiliboard images need some changes to be functional and buildable.
190 #
191 # The dts would need to use the ecoscentric,redboot-fis-partitions partition
192 # parser to get the correct partition offsets and size.
193 #
194 # The mkfwimage2 call need to be adjusted to reflect the real size of kernel
195 # and rootfs. It is expected that the OEM firmware adjusts the on flash
196 # partition table with the values defined in the image header.
197 define Device/wiliboard_wbd111
198 DEVICE_TITLE := Wiliboard WBD-111
199 DEVICE_DTS := gemini-wbd111
200 KERNEL := kernel-bin | append-dtb | wbd-nops
201 IMAGES := factory.bin
202 IMAGE/factory.bin := append-rootfs | pad-rootfs | wiligear-image "WILI-S.WILIBOARD"
203 endef
204
205 define Device/wiliboard_wbd222
206 DEVICE_TITLE := Wiliboard WBD-222
207 DEVICE_DTS := gemini-wbd222
208 KERNEL := kernel-bin | append-dtb | wbd-nops
209 IMAGES := factory.bin
210 IMAGE/factory.bin := append-rootfs | pad-rootfs | wiligear-image "WILI-S.WBD222"
211 endef
212
213 $(eval $(call BuildImage))