summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* bcm63xx: fix hsspi flash registration for BCM6362Jonas Gorski2013-05-022-3/+5
| | | | | | | | | Use busnum 1 for HSSPI so it won't conflict on chips having both SPI controllers. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36524
* bcm63xx: fix/enable livebox minipciJonas Gorski2013-05-021-1/+2
| | | | | | Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> SVN-Revision: 36523
* kernel: update linux 3.8 to 3.8.11Gabor Juhos2013-05-011-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36507
* brcm63xx: fix typo and missing BCM6328 check in BCM6345 ethernet patchFlorian Fainelli2013-05-011-2/+4
| | | | | | | | | And while at it, also include a define check for BCM6328, thanks to Gabor for spotting this. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36506
* brcm63xx: add missing binary operands to BCM6345 ethernet patchFlorian Fainelli2013-05-011-3/+4
| | | | | | | | Thanks to Emilio Arias for reporting it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36505
* brcm63xx: remove 3.7 kernel supportFlorian Fainelli2013-05-01119-14640/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36504
* kernel: update linux 3.8 to 3.8.10Gabor Juhos2013-04-301-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36493
* kernel: update linux 3.8 to 3.8.9Gabor Juhos2013-04-261-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36453
* bcm63xx: update patches with upstream submissionsJonas Gorski2013-04-2398-1467/+1871
| | | | SVN-Revision: 36407
* bcm63xx: switch to linux 3.8Jonas Gorski2013-04-231-1/+1
| | | | SVN-Revision: 36406
* kernel: update linux 3.8 to 3.8.7Gabor Juhos2013-04-143-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36332
* brcm63xx: fix LED names for various boardsFlorian Fainelli2013-03-041-8/+8
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35880
* 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
* bcm63xx: Fix sysupgrade for tag-version 7 and 8Jonas Gorski2013-02-211-1/+1
| | | | | | | | Fix sysupgrade for tag-version 7 and 8. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 35724
* brcm63xx: migrate platform to common led helper functionsFlorian Fainelli2013-02-181-49/+2
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35661
* 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
* 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