summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: load dwc_otg earlyJonas Gorski2012-03-141-1/+1
| | | | | | | | Needed for using external rootfs on usb sticks. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 30940
* fixes etop locking issueJohn Crispin2012-02-231-6/+5
| | | | SVN-Revision: 30689
* generate uboot environment data in targetJohn Crispin2012-02-141-0/+32
| | | | | | | | | | | With this patch it is possible to generate uboot environment config file inside lantiq target. Currently it is only supporting GIGASX76X board. uboot environment config is used by fw_printenv fw_setenv tools. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 30537
* fix compile error in previous commitJohn Crispin2012-02-141-10/+10
| | | | SVN-Revision: 30534
* Support booting the Speedport W502V using BRN-BOOT.John Crispin2012-02-143-7/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* fixes irq locking in ethernet driverJohn Crispin2012-02-141-0/+71
| | | | SVN-Revision: 30522
* fixes gpio_export patchJohn Crispin2012-02-141-8/+8
| | | | SVN-Revision: 30521
* add annex selection support to ltq_dsl packageJohn Crispin2012-02-142-5/+27
| | | | SVN-Revision: 30518
* kernel: update linux 3.1 to 3.1.10Jonas Gorski2012-01-311-1/+1
| | | | SVN-Revision: 29966
* gigaset 76xJohn Crispin2012-01-172-21/+17
| | | | | | | | | | | * fixes leds * adds all leds found on the sx763 board * removes board_config from flash layout because wireless data is stored in kernel (ath5k) * fix button handling Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 29763
* kernel: update linux 3.1 to 3.1.9Jonas Gorski2012-01-131-1/+1
| | | | SVN-Revision: 29726
* linux: update 3.1 to 3.1.4Jonas Gorski2011-12-063-29/+17
| | | | SVN-Revision: 29470
* lantiq: bump to 3.1.3John Crispin2011-11-281-1/+1
| | | | SVN-Revision: 29348
* lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patchJohn Crispin2011-11-231-51/+0
| | | | | | This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch SVN-Revision: 29294
* lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland ↵John Crispin2011-11-229-65/+404
| | | | | | | | api * minor style cleanups Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 29292
* lantiq: add runtime generation of /etc/config/networkJohn Crispin2011-11-154-26/+135
| | | | SVN-Revision: 29161
* lantiq: fix falcon build breakageJohn Crispin2011-11-144-18/+30
| | | | | | dev-wifi-rt2x00 fails to build on falcon due to missing pci SVN-Revision: 29129
* linux: update 3.1 to 3.1.1Jonas Gorski2011-11-137-67/+41
| | | | SVN-Revision: 29007
* lantiq: add uci-defaults code for handling ledsJohn Crispin2011-11-121-0/+102
| | | | SVN-Revision: 29004
* lantiq: add /lib/lantiq.sh and make hotplug handlers use itJohn Crispin2011-11-122-1/+12
| | | | SVN-Revision: 29003
* lantiq: rename ledsJohn Crispin2011-11-122-15/+15
| | | | SVN-Revision: 29002
* lantiq: split compat headers out of bsp header patchJohn Crispin2011-11-122-71/+31
| | | | SVN-Revision: 29001
* lantiq: adds hotplug handler for loading rt2x00 firmwareJohn Crispin2011-11-121-0/+39
| | | | SVN-Revision: 29000
* lantiq: adds hotplug handler for handling buttons and makes w303v work with itJohn Crispin2011-11-122-2/+39
| | | | SVN-Revision: 28999
* lantiq: cleanup default package selectionJohn Crispin2011-11-1210-39/+39
| | | | SVN-Revision: 28998
* lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how ↵John Crispin2011-11-124-16/+77
| | | | | | to use it SVN-Revision: 28994
* lantiq: improve falcon package selectionJohn Crispin2011-11-113-5/+2
| | | | SVN-Revision: 28962
* lantiq: fix breakage introduced in 3.1 bumpJohn Crispin2011-11-1110-5/+326
| | | | SVN-Revision: 28961
* lantiq: remove obseleted folder. we use 3.1 nowJohn Crispin2011-11-031-13/+0
| | | | SVN-Revision: 28728
* lantiq: bump to 3.1John Crispin2011-11-03113-47364/+1072
| | | | SVN-Revision: 28721
* * update patches to 3.0John Crispin2011-10-10100-6148/+8778
| | | | | | | | * add basic vr9 support * backport 3.1 fixes * backport 3.2 queue (falcon) SVN-Revision: 28405
* The enable function was using the global timeout variable for local ↵John Crispin2011-09-261-0/+40
| | | | | | operations. This resulted in the value of the global variable being corrupted, thus breaking the code. SVN-Revision: 28310
* * remove obseleted m25p80 patchJohn Crispin2011-09-261-8/+0
| | | | SVN-Revision: 28309
* * rebase 3.0 patches * fold some fixes into existing patchesJohn Crispin2011-09-2628-548/+729
| | | | SVN-Revision: 28308
* kernel: update kernel to version 2.6.39.4Hauke Mehrtens2011-08-161-1/+1
| | | | SVN-Revision: 28022
* sync default kernel config for lantiq danube/ar9John Crispin2011-07-192-1/+2
| | | | SVN-Revision: 27697
* fix etehrnet when using EPHY on lantiq ASEJohn Crispin2011-07-191-0/+98
| | | | SVN-Revision: 27696
* fixes pci on lantiq AR9 SoCJohn Crispin2011-07-191-0/+18
| | | | SVN-Revision: 27695
* add support for more lantiq AR9 boardsJohn Crispin2011-07-194-1/+180
| | | | SVN-Revision: 27694
* * fix external interruptsJohn Crispin2011-07-181-0/+20
| | | | SVN-Revision: 27687
* * add gigasx76x updateJohn Crispin2011-07-1717-175/+464
| | | | | | | | | | | * rebase patches * add arv752DPW arv7525PD * fixes gpio_keys Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 27665
* fix generation of falcon images for profilesJohn Crispin2011-07-071-0/+16
| | | | SVN-Revision: 27550
* adds 2 ASC related patches to lantiqJohn Crispin2011-07-076-0/+120
| | | | | | Signed-off-by: Thomas Langer <thomas.langer@lantiq.com> SVN-Revision: 27549
* fix up falcon kernel configJohn Crispin2011-07-073-6/+4
| | | | SVN-Revision: 27542
* fix i2c-falcon kmod package selectionJohn Crispin2011-07-072-8/+0
| | | | SVN-Revision: 27541
* replace all references to xway with danubeJohn Crispin2011-07-073-3/+3
| | | | SVN-Revision: 27538
* fix lantiq image makefile to represent new split between ar9 and danubeJohn Crispin2011-07-071-9/+20
| | | | SVN-Revision: 27537
* add ar9 specific profileJohn Crispin2011-07-078-0/+280
| | | | SVN-Revision: 27536
* rename xway profile to danube and remove ar9 specificsJohn Crispin2011-07-078-5/+5
| | | | SVN-Revision: 27535
* remove ar9 board from xway profilesJohn Crispin2011-07-073-23/+0
| | | | SVN-Revision: 27534