summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
...
* bcm63xx: make nvram checksum failures non fatalJonas Gorski2013-02-1540-152/+188
| | | | | | | | fixes #12982. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35605
* 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-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35571
* bcm63xx: handle huawei nvram layoutJonas Gorski2013-02-108-10/+108
| | | | | | | | | Use a different length for calculating the nvram checksum on hauwei boards. Fixes boot on HW553 and HW556. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35533
* remove support for 3.6 kernelFlorian Fainelli2013-02-05117-14251/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35506
* make default version 3.7.6Florian Fainelli2013-02-051-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35505
* remove superfluous calls to /lib/brcm63xx.shFlorian Fainelli2013-02-053-6/+1
| | | | | | | | | | The first preinit script 03_do_brcm63xx.sh does the right job of exporting variables for the other subsequent preinit scripts to use them. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35504
* remove references to the old switch driverFlorian Fainelli2013-02-051-15/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35503
* fix trx checksum after first boot and add led/button definitions for boards ↵Mirko Vogt2013-02-052-0/+12
| | | | | | RTA770BW and RTA770W SVN-Revision: 35501
* add support for board named RTA770WMirko Vogt2013-02-054-1/+215
| | | | | | | | | | Actually this board is the very same as the rta770bw, where the additional 'b' within the name just indicates 'Annex B'. The ADSL Modem itself is able to handle both, Annex A as well as Annex B - the loaded firmware makes the only difference SVN-Revision: 35500
* bcm63xx: add support for linux 3.8Jonas Gorski2013-02-04112-0/+13610
| | | | | | | | Based on 3.8-rc6 Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35482
* bcm63xx: add support for linux 3.7Jonas Gorski2013-02-04117-0/+14502
| | | | | | | | Based on 3.7.6. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35481
* bcm63xx: refresh 3.6 patchesJonas Gorski2013-02-0439-84/+84
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35477
* bcm63xx: replace kmod-switch with swconfig in default package setJonas Gorski2013-01-301-2/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35407
* bcm63xx: switch to b53 and swconfigJonas Gorski2013-01-2325-58/+260
| | | | | | | | | | | | | | | | | Switch to using the B53 switch driver where appropriate. Use a non-tagged default config where it isn't confirmed to be working. Remove the switch configuration in preinit as the switch will now be configured by the driver to use port isolation to prevent leakage between lan and wan. While at it, also provide a switch config for Neufbox 6. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35307
* bcm63xx: expose the internal switch to b53Jonas Gorski2013-01-231-0/+169
| | | | | | | | Allow b53 access to the internal switch of BCM6328, BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35306
* bcm63xx: move bcm63xx-spi into the kernelJonas Gorski2013-01-234-19/+2
| | | | | | | | | The SPI driver is needed for supporting to boot from SPI flash on BCM6358 and BCM6368, and for SPI connected switches. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35304
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-182-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* bcm63xx: Add Huawei HG556a supportJonas Gorski2013-01-047-3/+480
| | | | | | | | | | Add Huawei EchoLife HG556a support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: added some code style fixes] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35011
* bcm63xx: Fix caldata partition mtd patchJonas Gorski2013-01-041-21/+23
| | | | | | | | | Allow bcm63xxpart to receive a caldata offset if calibration data is contained in flash. Tested-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 35010
* bcm63xx: remove 3.3 supportJonas Gorski2013-01-04143-17373/+0
| | | | | | | | 3.6 is tested enough to be considered stable. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35009
* Do not use deprecated path to functions.sh (/etc/functions.sh -> ↵Mirko Vogt2012-12-191-1/+1
| | | | | | /lib/functions.sh) SVN-Revision: 34793
* kernel: update linux 3.6 to 3.6.11Gabor Juhos2012-12-182-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34748
* kernel: update linux 3.6 to 3.6.10Gabor Juhos2012-12-111-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34639
* kernel: update linux 3.6 to 3.6.9Gabor Juhos2012-12-081-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34578
* Fix Comtrend AR-5381u Power LEDFlorian Fainelli2012-12-042-2/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34471
* remove common symbols from 3.6 configsGabor Juhos2012-11-291-5/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34404
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* kernel: update linux 3.6 to 3.6.8Gabor Juhos2012-11-291-1/+1
| | | | | | | | Also refresh the affected patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34402
* Fix typo in 96338GW power LED.Florian Fainelli2012-11-272-2/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34396
* bcm63xx: Add a fixup for rt2x00 devices.Jonas Gorski2012-11-2475-150/+567
| | | | | | | | | This patch adds support for defining rt2x00 eeprom data. This eeprom data can be extracted from flash or loaded directly from a firmware file. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 34322
* bcm63xx: Enable LED pin support for ath9k pci fixup.Jonas Gorski2012-11-2430-46/+146
| | | | | | | | | | Some boards need specifying LED pin in order to get it working. For example, in board HW556 (Huawei HG556a) "led_pin" must be "2". By default led_pin is "0", so dsl_274xb_rev_f is changed to "-1". Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 34321
* bcm63xx: fix spi transfer handlingJonas Gorski2012-11-245-3/+619
| | | | | | | | | | * Accept transfers without bits_per_word set. * Work around the inability of the hardware of keeping CS asserted. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 34320
* Revert "target specific patches have nothing to do in generic.."Jonas Gorski2012-11-191-219/+0
| | | | | | | | | | | | | | This reverts commit r34230, as it is causing build failures: make[3] -C package/mtd compile imagetag.c:35:32: fatal error: linux/bcm963xx_tag.h: No such file or directory compilation terminated. make[4]: *** [imagetag.o] Error 1 Any patches modifying exported kernel headers need to reside in generic as toolchain/kernel-headers only applies generic patches. SVN-Revision: 34255
* target specific patches have nothing to do in generic..Imre Kaloz2012-11-181-0/+219
| | | | SVN-Revision: 34230
* kernel: update linux 3.6 to 3.6.7Gabor Juhos2012-11-184-6/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34227
* bcm63xx: switch to 3.6.6Jonas Gorski2012-11-111-1/+1
| | | | SVN-Revision: 34160
* bcm63xx: fix compilation with kmod-ohci enabled with 3.6Jonas Gorski2012-11-101-2/+3
| | | | | | | | | | | Fixes the following error: drivers/usb/host/ohci-bcm63xx.c: In function 'ohci_bcm63xx_start': drivers/usb/host/ohci-bcm63xx.c:33:3: error: implicit declaration of function 'err' [-Werror=implicit-function-declaration] Reported-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 34138
* bcm63xx: add two missing usb patches to 3.6Jonas Gorski2012-11-1010-12/+100
| | | | SVN-Revision: 34137
* bcm63xx: fix Ethernet DMA for 636x and 6328 for 3.6Jonas Gorski2012-11-101-15/+52
| | | | SVN-Revision: 34136
* bcm63xx: Enable endian check support for ath9k pci fixup.Jonas Gorski2012-11-072-0/+102
| | | | | | | | | | Some ath9k caldatas need to be "endian checked". This patch allows selecting wether to enable endian check or not. Endian check is disabled by default. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 34105
* linux: export bcm963xx_tag.h to userspaceJonas Gorski2012-11-0612-14/+14
| | | | | | | | | | | | Export bcm963xx_tag.h so mtd can use it without using kernel includes. Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> [jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header from original location, refresh patches, use a more matching patch number, port to 3.6] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 34103
* bcm63xx: fix SPW303V imagesJonas Gorski2012-11-051-0/+1
| | | | | | | SPW303V also needs its CRC fixed up since increasing the image size to 4MB to prevent the dual image mode of CFE. SVN-Revision: 34091
* target: refresh all target configs with kconfig.plGabor Juhos2012-10-291-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33987
* add missing 6345 clock bits patch to 3.6 patchesFlorian Fainelli2012-10-261-0/+34
| | | | SVN-Revision: 33941
* add preliminary support for 3.6 kernelFlorian Fainelli2012-10-25105-0/+12641
| | | | SVN-Revision: 33936
* fix Ethernet DMA for 636x and 6328 after r33916Florian Fainelli2012-10-251-12/+49
| | | | SVN-Revision: 33918
* add support for the Dynalink RTA770BW boardFlorian Fainelli2012-10-242-2/+66
| | | | | | This board id is used by the Siemens Gigaset SE515 router. SVN-Revision: 33917
* make BCM6345 Ethernet DMA changes runtime checksFlorian Fainelli2012-10-241-261/+510
| | | | | | | The semantics of the DMA engine are identical, we just have a couple of special case handling. SVN-Revision: 33916
* add support for Comtrend AR5381u.Jonas Gorski2012-10-239-5/+96
| | | | | | | | | | Router: Comtrend AR5381u. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 33895