aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ralink: fix WHR-300HP2 mtd sizeJohn Crispin2014-04-071-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40419
* lantiq: there is a V2 of VG3503J that needs a newer fe phy firmwareJohn Crispin2014-04-075-161/+186
| | | | | | | | | this should really be auto detected by the kernel, lets used this workaround until the real solution is ready Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40418
* kernel: add a ubi forced detach ioctlJohn Crispin2014-04-071-0/+41
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40417
* ar71xx: move some always-used led related functionality from kmod packages ↵Felix Fietkau2014-04-072-5/+2
| | | | | | | | to the kernel image Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40413
* /lib/functions.sh: move rarely used mtd and macaddr related functions to ↵Felix Fietkau2014-04-072-0/+3
| | | | | | | | /lib/functions/system.sh Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40411
* ar71xx: add support for the TP-LINK TL-WR841N/ND v9Felix Fietkau2014-04-079-1/+196
| | | | | | | | | | Everything seems to be working fine. Potential issues: * VLAN port IDs are reversed with regard to the numbers on the case. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 40400
* ar71xx: add support for QCA953x SoCFelix Fietkau2014-04-073-0/+447
| | | | | | | | | | | | | | | | | I don't have access to the specs, so I'm not sure about every detail, but I haven't seen any problems with my test system, a TL-WR841N v9. It looks pretty much like a QCA955x without PCI, a little twist in the clock calculation and a AR9331-compatible switch. Features not yet supported: * EHCI (my test system doesn't have USB) * ? (I have no idea if the QCA953x has any other features I don't know about that aren't used by the TL-WR841N v9) Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 40399
* brcm63xx: hack around jffs2 corruption with SMPJonas Gorski2014-04-062-0/+52
| | | | | | | | | | | | mempy_fromio seems to be randomly failing when the destination is unaligned; work around it by forcing the name to be aligned in memory. Should fix jffs2 and SMP for now, but needs to be some additional looking into as it does not fix the source. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40396
* lantiq: remove unmaintained codeJohn Crispin2014-04-064-36/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40392
* ramips: fix regression from r39949 (#15382)Felix Fietkau2014-04-061-23/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40391
* brcm63xx: sync mips counters during bringup of cpusJonas Gorski2014-04-054-0/+56
| | | | | | | | | Fixes gettimeofday returning different values depending on which cpu it is called. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40387
* lantiq: cleanup the dsl control scriptsJohn Crispin2014-04-052-0/+305
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40381
* brcm63xx: update development kernel to linux 3.14Jonas Gorski2014-04-04155-2392/+185
| | | | | | | | | | | | | | | Now that 3.13 will be EOL soon, switch to 3.14. Known issues: * 74x164 is not available because upstream dropped non-DT support * jffs2 breaks with SMP Unknown issues: * probably plenty Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40380
* kernel: make sched_act_connmark compile for 3.14Jonas Gorski2014-04-041-15/+11
| | | | | | | | The upstream API changed, which allowed to simplify the code a bit. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40376
* kernel: make sched_esfq compile for 3.14Jonas Gorski2014-04-041-1/+1
| | | | | | | | net_random was replaced with prandom_u32. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40375
* kernel: add missing config symbol for linux 3.14Jonas Gorski2014-04-041-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40374
* lantiq: nand fixesJohn Crispin2014-04-032-0/+223
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40372
* lantiq: BT Home Hub 2B support - userspaceJohn Crispin2014-04-032-0/+12
| | | | | | | | Basic userspace configuration for BT Home Hub 2B Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 40371
* lantiq: BT Home Hub 2B support - board supportJohn Crispin2014-04-035-2/+306
| | | | | | | | Board support patch for BT Home Hub 2B Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 40370
* lantiq: BT Home Hub 2B support - jedec probeJohn Crispin2014-04-032-0/+39
| | | | | | | | | Lantiq nor patch. Adds support for jedec probing if cfi probing fails. Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 40369
* lantiq: make td8970 wifi led workJohn Crispin2014-04-032-7/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40368
* lantiq: fix vr9 ubi handlingJohn Crispin2014-04-037-24/+66
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40364
* x86: xen_domu is functional, remove broken flagFelix Fietkau2014-04-021-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40363
* orion: create a macro for zImage with machine idFlorian Fainelli2014-04-011-12/+11
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40360
* orion: fix KERNELNAMEFlorian Fainelli2014-04-011-1/+1
| | | | | | | | uImage cannot be built in parallel properly until zImage is ready Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40359
* orion: fix initramfs uImage generationFlorian Fainelli2014-04-011-1/+1
| | | | | | | | We would fail to copy an non-existent uImage-initramfs to $(BIN_DIR) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40358
* 3.14 final is outImre Kaloz2014-03-318-19/+19
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40352
* kernel: backport BCM5357 fix for GPIOsHauke Mehrtens2014-03-304-9/+54
| | | | | | | | | This backports: bcma: gpio: register 32 GPIOs on BCM5357 Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40347
* brcm47xx: backport 3.14 patch for nvram GPIO pin readHauke Mehrtens2014-03-301-0/+30
| | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40346
* brcm47xx: Name LEDs colors for Linksys E1000 V2.1Hauke Mehrtens2014-03-302-0/+26
| | | | | | | | | Handle it by creating a new patch for simple database changes. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40345
* brcm47xx: update workarounds patch to V3Hauke Mehrtens2014-03-302-6/+18
| | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40344
* ralink: fix chuncked-io moduleJohn Crispin2014-03-301-7/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40342
* revert: kernel: rtl8306: fix max pvid & remove port isolationJohn Crispin2014-03-301-76/+37
| | | | | | | | apparently this one was nt a good idea to merge Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40330
* lntiq: add support for Astoria ARV7519RW.John Crispin2014-03-306-0/+319
| | | | | | | | | | | | | | | These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled. Also, because there are two revisions of this board with different GPHY firmwares, two targets were defined. V2: rewrote partitions to work with an u-boot specifically made for these boards. Signed off by: Esteban Benito <estebanjbs@gmail.com> Signed off by: Carles Gadea <carlesgrg@gmail.com> Tested by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 40329
* lantiq: do an endianness swap to the RT2860 eeprom for ARV752DPW(22)John Crispin2014-03-301-4/+13
| | | | | | | | | | | | | | | | | | | | ARV7510PW22, ARV752DPW and ARV752DPW22 have the RT2860 eeprom stored in flash as big-endian, but the driver needs it in little-endian format. We have to swab it before handing it over. This requires my earlier patch for busybox. Funnily enough, ARV752DPW works also with the incorrect eeprom, but undoubtedly unoptimally. I have a hunch that also the final remaining Lantiq board would require this swabbing, but I'm not sure, so I just swab it in the three boards that I know about. v2: * Swab also on ARV7510PW22 based on feedback from Alvaro Rojas * Fix the offset with bs=2 Signed-off-by: Matti Laakso <malaakso at elisanet.fi> SVN-Revision: 40328
* lantiq: add esiJohn Crispin2014-03-302-1/+8
| | | | | | | | http://patchwork.openwrt.org/patch/3703/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40326
* lantiq: fix mtd_split for brnboot firmware imagesJohn Crispin2014-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | The existing code only tries to split a parition with name "rootfs" while actually looking for kernel+rootfs, where usually "firmware" is used as a partition name. This doesn't make sense, as even if there was a partition 'rootfs' given by mtdparts or via device-tree, this code would lead to another partition called 'rootfs' being created which would not be properly distinguished in the current user-space code. While potentially we could use CONFIG_MTD_SPLIT_FIRMWARE_NAME to make that configurable, the lack of users of brnboot and the fact that we can freely decide the partition name made me simply change the hard-coded string constant from "rootfs" to "firmware". (I'm going to add support for ARV7506PW which run brnboot and needs this change) SVN-Revision: 40324
* lantiq: fixup ath5k supportJohn Crispin2014-03-301-0/+55
| | | | | | | | http://patchwork.openwrt.org/patch/4417/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40323
* lantiq: fix initial VLAN conf for P2601HNFXJohn Crispin2014-03-301-2/+3
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40321
* lantiq: P2601HNFX dts update for STP and buttonsJohn Crispin2014-03-301-3/+6
| | | | | | | | | - Set correct AltSel for STP pins - Set front button to rfkill Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40320
* lantiq: add support for Arcadyan ARV7519PWJohn Crispin2014-03-305-1/+238
| | | | | | | | | | | This patch adds almost full support for this board. - WiFi is still not working - USB will not power up. According to some reports, it may be a passive port Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40319
* lantiq: reset gphys on rebootJohn Crispin2014-03-301-0/+19
| | | | | | | | If gphys are not reset upstream uboot can not use them anymore. Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40318
* lantiq: add support for ZyXEL P2812HNUFXJohn Crispin2014-03-304-0/+332
| | | | | | | | | | | This patch adds almost full support for this board. WiFi is still not working. The FXS ports are not functional due to missing support for the TAPI driver on VR9 SoC. Signed-off-by: Antonios Vamporakis <ant@area128.com> Tested-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40317
* lantiq: add ubifs support in image MakefileJohn Crispin2014-03-301-0/+43
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40316
* lantiq: add ubifs to FEATURESJohn Crispin2014-03-302-2/+2
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40315
* lantiq: xrx200: add ubi support in the kernelJohn Crispin2014-03-301-0/+17
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40314
* lantiq: add inital support for xrx200 switchJohn Crispin2014-03-301-0/+2023
| | | | | | Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40313
* lantiq: xrx200: fix duplexJohn Crispin2014-03-301-0/+13
| | | | | | | | | | Both the GPL driver from ZyXEL and the xrx200 driver have this error. The flags are reversed. Full duplex is marked as half and the other way around. With this fix the switch will push full GBit speeds. Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40312
* lantiq: fixup 3370 dts fileJohn Crispin2014-03-301-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40311
* lantiq: fix nand/ebu lockingJohn Crispin2014-03-301-0/+21
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40310