ar71xx: add sysupgrade support for wndr4300
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
1 #
2 # Copyright (C) 2011 OpenWrt.org
3 #
4
5 . /lib/ar71xx.sh
6
7 PART_NAME=firmware
8 RAMFS_COPY_DATA=/lib/ar71xx.sh
9
10 CI_BLKSZ=65536
11 CI_LDADR=0x80060000
12
13 platform_find_partitions() {
14 local first dev size erasesize name
15 while read dev size erasesize name; do
16 name=${name#'"'}; name=${name%'"'}
17 case "$name" in
18 vmlinux.bin.l7|vmlinux|kernel|linux|linux.bin|rootfs|filesystem)
19 if [ -z "$first" ]; then
20 first="$name"
21 else
22 echo "$erasesize:$first:$name"
23 break
24 fi
25 ;;
26 esac
27 done < /proc/mtd
28 }
29
30 platform_find_kernelpart() {
31 local part
32 for part in "${1%:*}" "${1#*:}"; do
33 case "$part" in
34 vmlinux.bin.l7|vmlinux|kernel|linux|linux.bin)
35 echo "$part"
36 break
37 ;;
38 esac
39 done
40 }
41
42 platform_do_upgrade_combined() {
43 local partitions=$(platform_find_partitions)
44 local kernelpart=$(platform_find_kernelpart "${partitions#*:}")
45 local erase_size=$((0x${partitions%%:*})); partitions="${partitions#*:}"
46 local kern_length=0x$(dd if="$1" bs=2 skip=1 count=4 2>/dev/null)
47 local kern_blocks=$(($kern_length / $CI_BLKSZ))
48 local root_blocks=$((0x$(dd if="$1" bs=2 skip=5 count=4 2>/dev/null) / $CI_BLKSZ))
49
50 if [ -n "$partitions" ] && [ -n "$kernelpart" ] && \
51 [ ${kern_blocks:-0} -gt 0 ] && \
52 [ ${root_blocks:-0} -gt 0 ] && \
53 [ ${erase_size:-0} -gt 0 ];
54 then
55 local append=""
56 [ -f "$CONF_TAR" -a "$SAVE_CONFIG" -eq 1 ] && append="-j $CONF_TAR"
57
58 ( dd if="$1" bs=$CI_BLKSZ skip=1 count=$kern_blocks 2>/dev/null; \
59 dd if="$1" bs=$CI_BLKSZ skip=$((1+$kern_blocks)) count=$root_blocks 2>/dev/null ) | \
60 mtd -r $append -F$kernelpart:$kern_length:$CI_LDADR,rootfs write - $partitions
61 fi
62 }
63
64 tplink_get_image_hwid() {
65 get_image "$@" | dd bs=4 count=1 skip=16 2>/dev/null | hexdump -v -n 4 -e '1/1 "%02x"'
66 }
67
68 tplink_get_image_boot_size() {
69 get_image "$@" | dd bs=4 count=1 skip=37 2>/dev/null | hexdump -v -n 4 -e '1/1 "%02x"'
70 }
71
72 seama_get_type_magic() {
73 get_image "$@" | dd bs=1 count=4 skip=53 2>/dev/null | hexdump -v -n 4 -e '1/1 "%02x"'
74 }
75
76 cybertan_get_image_magic() {
77 get_image "$@" | dd bs=8 count=1 skip=0 2>/dev/null | hexdump -v -n 8 -e '1/1 "%02x"'
78 }
79
80 cybertan_check_image() {
81 local magic="$(cybertan_get_image_magic "$1")"
82 local fw_magic="$(cybertan_get_hw_magic)"
83
84 [ "$fw_magic" != "$magic" ] && {
85 echo "Invalid image, ID mismatch, got:$magic, but need:$fw_magic"
86 return 1
87 }
88
89 return 0
90 }
91
92 platform_do_upgrade_compex() {
93 local fw_file=$1
94 local fw_part=$PART_NAME
95 local fw_mtd=$(find_mtd_part $fw_part)
96 local fw_length=0x$(dd if="$fw_file" bs=2 skip=1 count=4 2>/dev/null)
97 local fw_blocks=$(($fw_length / 65536))
98
99 if [ -n "$fw_mtd" ] && [ ${fw_blocks:-0} -gt 0 ]; then
100 local append=""
101 [ -f "$CONF_TAR" -a "$SAVE_CONFIG" -eq 1 ] && append="-j $CONF_TAR"
102
103 sync
104 dd if="$fw_file" bs=64k skip=1 count=$fw_blocks 2>/dev/null | \
105 mtd $append write - "$fw_part"
106 fi
107 }
108
109 platform_check_image() {
110 local board=$(ar71xx_board_name)
111 local magic="$(get_magic_word "$1")"
112 local magic_long="$(get_magic_long "$1")"
113
114 [ "$#" -gt 1 ] && return 1
115
116 case "$board" in
117 all0315n | \
118 all0258n | \
119 cap4200ag)
120 platform_check_image_allnet "$1" && return 0
121 return 1
122 ;;
123 alfa-ap96 | \
124 alfa-nx | \
125 ap113 | \
126 ap121 | \
127 ap121-mini | \
128 ap136-010 | \
129 ap136-020 | \
130 ap135-020 | \
131 ap96 | \
132 db120 | \
133 hornet-ub | \
134 bxu2000n-2-a1 | \
135 zcn-1523h-2 | \
136 zcn-1523h-5)
137 [ "$magic_long" != "68737173" -a "$magic_long" != "19852003" ] && {
138 echo "Invalid image type."
139 return 1
140 }
141 return 0
142 ;;
143 ap81 | \
144 ap83 | \
145 ap132 | \
146 dir-505-a1 | \
147 dir-600-a1 | \
148 dir-615-c1 | \
149 dir-615-e1 | \
150 dir-615-e4 | \
151 dir-825-c1 | \
152 dir-835-a1 | \
153 dragino2 | \
154 ew-dorin | \
155 ew-dorin-router | \
156 hiwifi-hc6361 | \
157 hornet-ub-x2 | \
158 mzk-w04nu | \
159 mzk-w300nh | \
160 tew-632brp | \
161 tew-712br | \
162 tew-732br | \
163 wrt400n | \
164 airrouter | \
165 bullet-m | \
166 nanostation-m | \
167 rocket-m | \
168 rw2458n | \
169 wndap360 | \
170 wzr-hp-g300nh2 | \
171 wzr-hp-g300nh | \
172 wzr-hp-g450h | \
173 wzr-hp-ag300h | \
174 whr-g301n | \
175 whr-hp-g300n | \
176 whr-hp-gn | \
177 wlae-ag300n | \
178 nbg460n_550n_550nh | \
179 unifi | \
180 unifi-outdoor | \
181 carambola2 )
182 [ "$magic" != "2705" ] && {
183 echo "Invalid image type."
184 return 1
185 }
186 return 0
187 ;;
188
189 dir-825-b1 | \
190 tew-673gru)
191 dir825b_check_image "$1" && return 0
192 ;;
193
194 mynet-rext|\
195 wrt160nl)
196 cybertan_check_image "$1" && return 0
197 return 1
198 ;;
199
200 mynet-n600 | \
201 mynet-n750)
202 [ "$magic_long" != "5ea3a417" ] && {
203 echo "Invalid image, bad magic: $magic_long"
204 return 1
205 }
206
207 local typemagic=$(seama_get_type_magic "$1")
208 [ "$typemagic" != "6669726d" ] && {
209 echo "Invalid image, bad type: $typemagic"
210 return 1
211 }
212
213 return 0;
214 ;;
215 mr600 | \
216 mr600v2 | \
217 om2p | \
218 om2pv2 | \
219 om2p-hs | \
220 om2p-hsv2 | \
221 om2p-lc)
222 platform_check_image_openmesh "$magic_long" "$1" && return 0
223 return 1
224 ;;
225
226 archer-c7 | \
227 oolite | \
228 tl-mr10u | \
229 tl-mr11u | \
230 tl-mr13u | \
231 tl-mr3020 | \
232 tl-mr3040 | \
233 tl-mr3040-v2 | \
234 tl-mr3220 | \
235 tl-mr3220-v2 | \
236 tl-mr3420 | \
237 tl-mr3420-v2 | \
238 tl-wa7510n | \
239 tl-wa750re | \
240 tl-wa850re | \
241 tl-wa801nd-v2 | \
242 tl-wa901nd | \
243 tl-wa901nd-v2 | \
244 tl-wa901nd-v3 | \
245 tl-wdr3500 | \
246 tl-wdr4300 | \
247 tl-wdr4900-v2 | \
248 tl-wr703n | \
249 tl-wr710n | \
250 tl-wr720n-v3 | \
251 tl-wr741nd | \
252 tl-wr741nd-v4 | \
253 tl-wr841n-v1 | \
254 tl-wr841n-v7 | \
255 tl-wr841n-v8 | \
256 tl-wr841n-v9 | \
257 tl-wr842n-v2 | \
258 tl-wr941nd | \
259 tl-wr1041n-v2 | \
260 tl-wr1043nd | \
261 tl-wr1043nd-v2 | \
262 tl-wr2543n)
263 [ "$magic" != "0100" ] && {
264 echo "Invalid image type."
265 return 1
266 }
267
268 local hwid
269 local imageid
270
271 hwid=$(tplink_get_hwid)
272 imageid=$(tplink_get_image_hwid "$1")
273
274 [ "$hwid" != "$imageid" ] && {
275 echo "Invalid image, hardware ID mismatch, hw:$hwid image:$imageid."
276 return 1
277 }
278
279 local boot_size
280
281 boot_size=$(tplink_get_image_boot_size "$1")
282 [ "$boot_size" != "00000000" ] && {
283 echo "Invalid image, it contains a bootloader."
284 return 1
285 }
286
287 return 0
288 ;;
289 uap-pro)
290 [ "$magic_long" != "19852003" ] && {
291 echo "Invalid image type."
292 return 1
293 }
294 return 0
295 ;;
296 wndr3700 | \
297 wnr2000-v3 | \
298 wnr612-v2)
299 local hw_magic
300
301 hw_magic="$(ar71xx_get_mtd_part_magic firmware)"
302 [ "$magic_long" != "$hw_magic" ] && {
303 echo "Invalid image, hardware ID mismatch, hw:$hw_magic image:$magic_long."
304 return 1
305 }
306 return 0
307 ;;
308 wndr4300 )
309 nand_do_upgrade_stage1 $board $1
310 [ $? != 0 ] && {
311 echo "Invalid tar file."
312 return 1
313 }
314 return 0;
315 ;;
316 routerstation | \
317 routerstation-pro | \
318 ls-sr71 | \
319 pb42 | \
320 pb44 | \
321 all0305 | \
322 eap7660d | \
323 ja76pf | \
324 ja76pf2 | \
325 jwap003 | \
326 wp543 | \
327 wpe72)
328 [ "$magic" != "4349" ] && {
329 echo "Invalid image. Use *-sysupgrade.bin files on this board"
330 return 1
331 }
332
333 local md5_img=$(dd if="$1" bs=2 skip=9 count=16 2>/dev/null)
334 local md5_chk=$(dd if="$1" bs=$CI_BLKSZ skip=1 2>/dev/null | md5sum -); md5_chk="${md5_chk%% *}"
335
336 if [ -n "$md5_img" -a -n "$md5_chk" ] && [ "$md5_img" = "$md5_chk" ]; then
337 return 0
338 else
339 echo "Invalid image. Contents do not match checksum (image:$md5_img calculated:$md5_chk)"
340 return 1
341 fi
342 return 0
343 ;;
344 esac
345
346 echo "Sysupgrade is not yet supported on $board."
347 return 1
348 }
349
350 platform_do_upgrade() {
351 local board=$(ar71xx_board_name)
352
353 case "$board" in
354 routerstation | \
355 routerstation-pro | \
356 ls-sr71 | \
357 all0305 | \
358 eap7660d | \
359 pb42 | \
360 pb44 | \
361 ja76pf | \
362 ja76pf2 | \
363 jwap003)
364 platform_do_upgrade_combined "$ARGV"
365 ;;
366 wp543|\
367 wpe72)
368 platform_do_upgrade_compex "$ARGV"
369 ;;
370 all0258n )
371 platform_do_upgrade_allnet "0x9f050000" "$ARGV"
372 ;;
373 all0315n )
374 platform_do_upgrade_allnet "0x9f080000" "$ARGV"
375 ;;
376 cap4200ag)
377 platform_do_upgrade_allnet "0xbf0a0000" "$ARGV"
378 ;;
379 dir-825-b1 |\
380 tew-673gru)
381 platform_do_upgrade_dir825b "$ARGV"
382 ;;
383 mr600 | \
384 mr600v2 | \
385 om2p | \
386 om2pv2 | \
387 om2p-hs | \
388 om2p-hsv2 | \
389 om2p-lc)
390 platform_do_upgrade_openmesh "$ARGV"
391 ;;
392 uap-pro)
393 MTD_CONFIG_ARGS="-s 0x180000"
394 default_do_upgrade "$ARGV"
395 ;;
396 *)
397 default_do_upgrade "$ARGV"
398 ;;
399 esac
400 }
401
402 disable_watchdog() {
403 killall watchdog
404 ( ps | grep -v 'grep' | grep '/dev/watchdog' ) && {
405 echo 'Could not disable watchdog'
406 return 1
407 }
408 }
409
410 append sysupgrade_pre_upgrade disable_watchdog