You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tino Reichardt 712ebe95f8 lantiq: add Allnet ALL0333CJ support
This patch adds support for the Allnet ADSL2+ Modem ALL0333CJ.

Specifications:
- SoC: Amazon-SE
- RAM: 16MB
- Storage: 4MB NOR FLash
- LEDs: Power, Ethernet, DSL (Sync)
- Buttons: 1x Reset Button (not currently supported, will be done)
- 1x Ethernet-Port: 1x RJ45 10/100BaseTX
- 1x WAN-Port: AnnexB & J, G.992.1(ADSL), G.992.3(ADSL2), G.992.5(ADSL2+)

Installation:
- can be done via telnet+tftp or serial console
- default passwords:
  - via telnet (root:admin)
  - via webinterface http://172.16.1.254:8235/ (admin:coolwhite)

Installation via telnet / tftp:
host: # your own host must have an tftpd daemon, then do this:
host: ifconfig eth0:172 172.16.1.1 up
host: # telnet to allnet modem, root:admin
host: telnet 172.16.1.254
modem: # kill this daemon, it spams your console
modem: killall dsl_cpe_control
modem: # change to some place in ram:
modem: cd /ramdisk/tftp_upload
modem: # load lede-lantiq-ase-ALL0333CJ-squashfs-sysupgrade.bin alias uImage
modem: tftp -g -r uImage 172.16.1.1
modem: # load these extra tools from your tftpd via:
modem: # source: https://github.com/mcmilk/uboot-utils/releases/download/0.1/mips32.tar.gz
modem: tftp -g -r flashwrite 172.16.1.1
modem: tftp -g -r fw_setenv 172.16.1.1
modem: tftp -g -r fw.conf 172.16.1.1
modem: ln -s fw_setenv fw_printenv
modem: chmod +x *
modem: ./fw_setenv disable_recovery y
modem: ./fw_setenv kernel_addr 0xb0010000
modem: ./flashwrite /dev/mtd/1 uImage 0

Installation via serial line at uboot:
uboot: # erase everything exept bootloader
uboot: protect on b0000000 +10000; protect on b03f0000 +10000
uboot: erase all
uboot: # get new firmware via tftp:
uboot: tftpboot 0x80100000 uImage; setenv kernel_addr 0xb0010000
uboot: # copy to flash:
uboot: cp.b 0x80100000 $(kernel_addr) $(filesize)
uboot: # disable proprietary image checking:
uboot: setenv disable_recovery=y; saveenv
uboot: # reboot with LEDE ;)
uboot: reset

Ethernet works as expected, DSL syncronization does not work properly
currently, I am working on this issue.

Signed-off-by: Tino Reichardt <milky-lede@mcmilk.de>
7 years ago
..
ACMP252.dts lantiq: fix console print 8 years ago
ALL0333CJ.dts lantiq: add Allnet ALL0333CJ support 7 years ago
ARV452CQW.dts lantiq: fix console print 8 years ago
ARV752DPW.dts lantiq: fix console print 8 years ago
ARV752DPW22.dts lantiq: fix console print 8 years ago
ARV4510PW.dts lantiq: fix console print 8 years ago
ARV4518PWR01.dts lantiq: cleanup dts files 8 years ago
ARV4518PWR01.dtsi lantiq: fix console print 8 years ago
ARV4518PWR01A.dts lantiq: cleanup dts files 8 years ago
ARV4519PW.dts lantiq: fix console print 8 years ago
ARV4520PW.dts lantiq: fix console print 8 years ago
ARV4525PW.dts lantiq: fix console print for additional boards 8 years ago
ARV7506PW11.dts lantiq: fix console print for additional boards 8 years ago
ARV7510PW22.dts lantiq: fix console print 8 years ago
ARV7518PW.dts lantiq: fix console print 8 years ago
ARV7519PW.dts lantiq: fix console print 8 years ago
ARV7519RW22.dts lantiq: fix console print 8 years ago
ARV7525PW.dts lantiq: fix console print 8 years ago
ARV8539PW22.dts lantiq: fix console print for additional boards 8 years ago
ASL56026.dts lantiq: add support for the Alpha ASL56026 7 years ago
BTHOMEHUBV2B.dts lantiq: fix console print 8 years ago
BTHOMEHUBV3A.dts lantiq: fix console print 8 years ago
BTHOMEHUBV5A.dts lantiq: xrx200: use vlan for ethernet wan port 7 years ago
DGN1000B.dts lantiq: fix console print 8 years ago
DGN3500.dts lantiq: Sanitize device tree files 8 years ago
DGN3500.dtsi lantiq: DGN3500: make switch LEDs blink on activity 7 years ago
DGN3500B.dts lantiq: Sanitize device tree files 8 years ago
EASY50712.dts lantiq: fix console print 8 years ago
EASY50810.dts lantiq: fix console print 8 years ago
EASY80920.dtsi lantiq: fix console print 8 years ago
EASY80920NAND.dts lantiq: Sanitize device tree files 8 years ago
EASY80920NOR.dts lantiq: Sanitize device tree files 8 years ago
EASY88388.dts lantiq: falcon: remove bootargs-append 8 years ago
EASY88444.dts lantiq: falcon: remove bootargs-append 8 years ago
EASY98000-base.dtsi lantiq: falcon: remove bootargs-append 8 years ago
EASY98000NAND.dts lantiq: fix image validation errors 8 years ago
EASY98000NOR.dts lantiq: fix image validation errors 8 years ago
EASY98000SFLASH.dts lantiq: fix image validation errors 8 years ago
EASY98020.dts lantiq: falcon: remove bootargs-append 8 years ago
EASY98020V18.dts lantiq: falcon: remove bootargs-append 8 years ago
EASY98021.dts lantiq: falcon: remove bootargs-append 8 years ago
EASY98035SYNCE.dts lantiq: falcon: remove bootargs-append 8 years ago
EASY98035SYNCE1588.dts lantiq: falcon: remove bootargs-append 8 years ago
FALCON-MDU.dts lantiq: falcon: remove bootargs-append 8 years ago
FALCON-SFP.dts lantiq: falcon: remove bootargs-append 8 years ago
FRITZ3370.dts lantiq: fix avm fritz box mac addresses 7 years ago
FRITZ7320.dts lantiq: fix avm fritz box mac addresses 7 years ago
FRITZ7360SL.dts lantiq: fix avm fritz box mac addresses 7 years ago
GIGASX76X.dts lantiq: fix console print 8 years ago
H201L.dts lantiq: fix console print 8 years ago
P2601HNFX.dts lantiq: fix console print 8 years ago
P2812HNUF1.dts lantiq: use the device tree bindings from rt2x00 driver 8 years ago
P2812HNUF3.dts lantiq: use the device tree bindings from rt2x00 driver 8 years ago
P2812HNUFX.dtsi lantiq: fix console print 8 years ago
TDW89X0.dtsi lantiq: fix console print 8 years ago
TDW8970.dts lantiq: Sanitize device tree files 8 years ago
TDW8980.dts lantiq: use ath9k device tree bindings binding/owl-loader 8 years ago
VG3503J.dts lantiq: fix console print 8 years ago
VGV7510KW22.dtsi lantiq: xrx200: use vlan for ethernet wan port 7 years ago
VGV7510KW22BRN.dts lantiq: fix image validation errors 8 years ago
VGV7510KW22NOR.dts lantiq: fix image validation errors 8 years ago
VGV7519.dtsi lantiq: xrx200: use vlan for ethernet wan port 7 years ago
VGV7519BRN.dts lantiq: fix image validation errors 8 years ago
VGV7519NOR.dts lantiq: fix image validation errors 8 years ago
VR200v.dts lantiq: fix console print 8 years ago
WBMR.dts lantiq: fix console print 8 years ago
WBMR300.dts lantiq: fix console print 8 years ago
amazonse.dtsi lantiq: fix amazonse.dsti 7 years ago
ar9.dtsi lantiq: update USB controller initialization 8 years ago
danube.dtsi lantiq: update USB controller initialization 8 years ago
falcon-sflash-16M.dtsi lantiq: add Falcon support 8 years ago
falcon.dtsi lantiq: update spi driver to upstream version 7 years ago
vr9.dtsi lantiq: add support for kernel 4.9 8 years ago