add VG3503J support
authorJohn Crispin <john@openwrt.org>
Thu, 11 Apr 2013 19:18:07 +0000 (19:18 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 11 Apr 2013 19:18:07 +0000 (19:18 +0000)
commitd5f87e193cb45d2067bd5667d7c6fb567bc34a56
treefec850025dfba480abd632b663b019d86f1e3605
parentfbc1e3732b86a0f88ca3db3689de61cad276a387
add VG3503J support

this adds basic support. the bootloader on these units is locked down.

until we have a replacement we can do basic testing with these env variables in uboot.

set update_openwrt erase 0xb0020000 0xb073ffff \;tftp 0x81000000 openwrt-lantiq-xway-VG3503J-squashfs.image\;cp.b 0x81000000 0xb0020000 \$(filesize)
set bootcmd cp.b 0xb0020000 0x80002000 0x400000\; go 0x80002000

unfortunatley the bootloader ignores the bootcmd, so autobooting is not possible yet. you need to call "run bootcmd" by hand after each power cycle.

please note that the vdsl firmware is non redistributable. you can find it in the GPL drop that BT provides.

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36315
target/linux/lantiq/image/Makefile
target/linux/lantiq/image/VG3503J.dts [new file with mode: 0644]
target/linux/lantiq/xway/profiles/arv.mk