aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: fix fritz image generationJohn Crispin2013-10-071-7/+9
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38326
* lantiq: add support for VGV7519 KPN Experia box v8John Crispin2013-09-301-0/+6
| | | | | | | Signed-off-by: Maikel Bloemendal <mbloemendal@gmail.com> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38266
* lantiq: style fixesLuka Perkov2013-09-191-5/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38051
* lantiq: add initial support for Siemens GIGASX76XLuka Perkov2013-09-191-1/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38050
* lantiq: add support for ZyXEL P2601HNFXLuka Perkov2013-09-191-1/+4
| | | | SVN-Revision: 38049
* lantiq: add support for ZTE H201LLuka Perkov2013-09-191-1/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38048
* lantiq: add a subtarget for the xrx200 SoC familyJohn Crispin2013-09-172-0/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38029
* lantiq: fix TD-W8970 image generation to work with the new toolJohn Crispin2013-08-061-2/+8
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37727
* lantiq: add support for tplink images to .../image/MakefileJohn Crispin2013-08-061-2/+19
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37722
* lantiq: add (incomplete) support for Aztech GR7000Luka Perkov2013-08-061-0/+3
| | | | | | | | | | *) can not connect to switch chip *) only one usb port is working *) wifi is not working Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37712
* lantiq: add TP-Link TDW8970 image generationJohn Crispin2013-07-251-0/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37543
* lantiq: fix initramfs image generation for lzmaloader based imagesJohn Crispin2013-07-251-4/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37540
* lantiq: add device tree support for arv4519pwLuka Perkov2013-07-051-1/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37178
* lantiq: fix initramfsLuka Perkov2013-07-031-12/+22
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37143
* lantiq: move dts files to thir own folderJohn Crispin2013-04-2532-4767/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36443
* lantiq: make lzma-loader based images for VG3503JJohn Crispin2013-04-251-13/+21
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36440
* lantiq: update VG3503J.dts to match new partition layoutJohn Crispin2013-04-251-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36439
* lantiq: add lzma-loader sourceJohn Crispin2013-04-2524-0/+2789
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36438
* add VG3503J supportJohn Crispin2013-04-112-0/+209
| | | | | | | | | | | | | | | | | 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
* ACMP252: fix USB-enable GPIO and use default PCI configuration for nowJohn Crispin2013-03-141-8/+1
| | | | | | | | | | | EEPROM is an actial serial EEPROM on the WiFi module, therefore we can remove ralink_eep from the dts. USB power-enable GPIO turned out to be GPIO #3 (found via probing/brute-force). PCI works with default settings as long as the vendor bootloader is used. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 36030
* fix buttons on vr9 eval kitJohn Crispin2013-03-141-10/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36029
* fix fritzbox 3370 partitions/memory/cmdlineJohn Crispin2013-03-141-5/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36027
* build jffs images for nand based fritzboxJohn Crispin2013-03-141-1/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36026
* fixes NO_XIP on CFI0001 flashJohn Crispin2013-03-121-0/+2
| | | | | | | | | | | This patch disables the execute-in-place (XIP) support for flash on lantiq. This has to be disabled since the bus which flash is connected to does not support unaligned accesses. Resolves data bus errors on Lantiq routers with Intel command set flash. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 35992
* add support for AudioCodes AC-252John Crispin2013-03-122-0/+106
| | | | | | | | | user-space support for extracting the EEPROM for the RaLink WiFi is still missing. Besides this, it's all working. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35990
* unbreak dgn3500 spi-gpioJohn Crispin2013-03-121-4/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35989
* Fix ARV7518 USBJohn Crispin2013-01-281-1/+1
| | | | | | | | | | This patch correctly fixes USB on Lantiq ARV7518. There was a failed attempt on fixing this on r35077 (https://dev.openwrt.org/changeset/35077/). Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 35354
* Add ath9k eeprom and pci fixup supportJohn Crispin2013-01-281-0/+2
| | | | | | | | | | | Add ath9k eeprom and pci fixup support (again) for linux 3.7. On linux 3.3, the fixup forced the regdomain to 0x67, causing low TX power. This patch only corrects checksum, the rest of the EEPROM isn't changed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 35353
* Add support for ARV4518PW R01 and rename R01A.John Crispin2013-01-283-3/+198
| | | | | | | | | | | | There are two different versions of SMC7908A-ISP: R01 and R01A. R01 has an internal clock for PCI, meanwhile R01A has an external clock. This fixes: https://dev.openwrt.org/ticket/12884 Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 35352
* fixes USB reset on ARV7518John Crispin2013-01-101-1/+1
| | | | SVN-Revision: 35077
* fixes usb port on arv 4518John Crispin2012-12-301-1/+1
| | | | SVN-Revision: 34935
* ar9 did not load atm driver properlyJohn Crispin2012-12-221-1/+1
| | | | SVN-Revision: 34840
* minor tweaks to WBMR imageJohn Crispin2012-12-211-1/+1
| | | | SVN-Revision: 34835
* fix typo inside fritz3370 devicetree fileJohn Crispin2012-12-211-1/+1
| | | | SVN-Revision: 34825
* more devicetree fixesJohn Crispin2012-12-216-5/+331
| | | | SVN-Revision: 34824
* more board file fixesJohn Crispin2012-12-1916-15/+193
| | | | SVN-Revision: 34788
* add falcon devicetree filesJohn Crispin2012-12-164-4/+344
| | | | SVN-Revision: 34711
* EASY80920 has 2 usb portsJohn Crispin2012-12-151-1/+2
| | | | SVN-Revision: 34701
* add devicetreesJohn Crispin2012-12-1522-424/+2263
| | | | SVN-Revision: 34691
* add linux-v3.7John Crispin2012-12-151-4/+0
| | | | SVN-Revision: 34687
* a few more dts files (WIP)John Crispin2012-11-094-24/+407
| | | | SVN-Revision: 34130
* add support for arv7525John Crispin2012-11-061-0/+3
| | | | SVN-Revision: 34097
* adds dts files and make devicetree images buildableJohn Crispin2012-11-0210-9/+1164
| | | | SVN-Revision: 34064
* add lantiq svip supportJohn Crispin2012-07-311-0/+75
| | | | SVN-Revision: 32925
* clean up generic image buildingJohn Crispin2012-06-051-48/+0
| | | | SVN-Revision: 32065
* Add basic configuration for new board ZTE H201L. Still missing are button ↵John Crispin2012-05-271-0/+4
| | | | | | | | and led gpio values. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31908
* adds zyxel p2601hnfx supportJohn Crispin2012-05-151-0/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31734
* cleanup image makefileJohn Crispin2012-03-251-174/+44
| | | | SVN-Revision: 31063
* bump kernel to 3.2.12John Crispin2012-03-252-5/+85
| | | | SVN-Revision: 31060
* Support booting the Speedport W502V using BRN-BOOT.John Crispin2012-02-141-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the disadvantage is less available flash space, it's easy and safe to flash without opening the device. Going back to the original firmware is also possible. This patch add two firmware utilities, mkbrncmdline and mkbrnboot. mkbrncmdline patches the uncompressed kernel so the registeres a0 to a3 are initialized and the memory size is passed in. mkbrnboot takes the lzma compressed kernel and squashfs images and creates a firmware image that can be flashed using the BRN-BOOT recovery kernel, which is booted by holding both buttons when powering up the device and will listen on http://192.168.2.1. The firmware file from bin/lantiq/ to use is openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage The BRN-BOOT recovery kernel does size-check the image, so if it's too big to fit into flash it will complain accordingly. A second patch is needed to make the wired network interface work since there is no u-boot to pre-initialise it. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 30532