summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
Commit message (Collapse)AuthorAgeFilesLines
* add VG3503J supportJohn Crispin2013-04-113-0/+217
| | | | | | | | | | | | | | | | | 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
* add FE phy firmwareJohn Crispin2013-04-111-7/+14
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36314
* add missing pinmux patchJohn Crispin2013-04-111-0/+67
| | | | | | | | | | Fix lantiq pinmux which affected PCI and USB. Known affected boards are: ARV4518 and ARV7518. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 36312
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+4
| | | | SVN-Revision: 36278
* kernel: update linux 3.8 to 3.8.6Gabor Juhos2013-04-062-14/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36215
* Migrate lantiq platform to common led helper functionsJohn Crispin2013-04-031-29/+11
| | | | | | | | http://patchwork.openwrt.org/patch/3316/ Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 36187
* add a missing patch that makes board detection work againJohn Crispin2013-04-031-0/+107
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36186
* kernel: update linux 3.8 to 3.8.3Gabor Juhos2013-03-1541-459/+104
| | | | | | | | Also refresh the related generic/platform patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36039
* 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
* select vdsl packages on vr9 boardsJohn Crispin2013-03-142-1/+13
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36028
* 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
* bump to v3.8John Crispin2013-03-1443-1/+14590
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36014
* move GPHY FW blobs to non versioned folderJohn Crispin2013-03-144-0/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36013
* fixes NO_XIP on CFI0001 flashJohn Crispin2013-03-122-0/+19
| | | | | | | | | | | 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-124-1/+116
| | | | | | | | | 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
* kernel: update linux 3.7 to 3.7.10Gabor Juhos2013-03-031-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35860
* kernel: update linux 3.7 to 3.7.9Gabor Juhos2013-02-171-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35644
* kernel: update linux 3.7 to 3.7.8Gabor Juhos2013-02-151-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35604
* kernel: update linux 3.7 to 3.7.7Gabor Juhos2013-02-122-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35571
* kernel: update linux 3.7 to 3.7.6Gabor Juhos2013-02-041-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35476
* kernel: update linux 3.7 to 3.7.5Gabor Juhos2013-01-292-13/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35390
* dont load gptu on aseJohn Crispin2013-01-281-7/+17
| | | | | | fixes #12792 SVN-Revision: 35357
* refresh patchesJohn Crispin2013-01-2839-522/+189
| | | | SVN-Revision: 35355
* 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-283-39/+252
| | | | | | | | | | | 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-284-6/+213
| | | | | | | | | | | | 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
* kernel: clean up crypto related kconfig optionsFelix Fietkau2013-01-271-3/+0
| | | | SVN-Revision: 35327
* kernel: update linux 3.7 to 3.7.4Gabor Juhos2013-01-241-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35318
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-183-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* kernel: update linux 3.7 to 3.7.3Gabor Juhos2013-01-181-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35216
* kernel: update linux 3.7 to 3.7.2Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35100
* fixes USB reset on ARV7518John Crispin2013-01-101-1/+1
| | | | SVN-Revision: 35077
* fixes none-pci buildJohn Crispin2013-01-092-10/+12
| | | | SVN-Revision: 35062
* adds missing symbolJohn Crispin2012-12-301-0/+1
| | | | SVN-Revision: 34939
* fixes usb port on arv 4518John Crispin2012-12-301-1/+1
| | | | SVN-Revision: 34935
* mips: use -mno-branch-likely for kernel and userspace, saves ~11k kernel ↵Felix Fietkau2012-12-281-1/+1
| | | | | | size after lzma and ~12k squashfs size in the default configuration SVN-Revision: 34909
* ar9 did not load atm driver properlyJohn Crispin2012-12-221-1/+1
| | | | SVN-Revision: 34840
* dont use input layer for gpio buttonsJohn Crispin2012-12-211-1/+1
| | | | SVN-Revision: 34839
* default switch setup for WBMRJohn Crispin2012-12-211-0/+6
| | | | SVN-Revision: 34838
* Setting the MDC clock to 2.5MHz and changing the mii mode to rgmii seems to ↵John Crispin2012-12-212-0/+98
| | | | | | | | | | fix the communication issues with the ar8316 switch. (ticket #11143) Tested only on the wbmr-hp-g300h, could affect/break other devices. Signed-off-by: Sebastian Mayr <sebastian.mayr@student.uibk.ac.at> SVN-Revision: 34837
* adds script to set wps info on boards with a wps buttonJohn Crispin2012-12-211-0/+16
| | | | SVN-Revision: 34836
* minor tweaks to WBMR imageJohn Crispin2012-12-212-3/+3
| | | | SVN-Revision: 34835
* add missing PHY_BASIC_FEATURES to 100mbit physJohn Crispin2012-12-211-1/+1
| | | | SVN-Revision: 34826
* fix typo inside fritz3370 devicetree fileJohn Crispin2012-12-211-1/+1
| | | | SVN-Revision: 34825
* more devicetree fixesJohn Crispin2012-12-217-6/+341
| | | | SVN-Revision: 34824
* improve button handlingJohn Crispin2012-12-211-11/+39
| | | | SVN-Revision: 34823
* add phy-reset gpio handling to xrx200-netJohn Crispin2012-12-211-24/+31
| | | | SVN-Revision: 34822