summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update linux 3.9 to 3.9.8Jonas Gorski2013-06-301-1/+1
| | | | | | | | Includes memory allocation fixes as well as several networking fixes. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37103
* brcm63xx: Fixes and additions to the GPIO assignment of Huawei HW556 ledsJonas Gorski2013-06-303-11/+125
| | | | | | | | | | | - Some fixes for the incorrect GPIO assignment of leds on Huawei HW556. - Addition of unassigned (LAN) leds which can be found on the back of the device. Signed-off-by: Angga Reza Fardana <angga@norture.com> Patchwork: http://patchwork.openwrt.org/patch/3744/ Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37102
* bcm63xx: Improve CFE version mod patch.Jonas Gorski2013-06-309-17/+33
| | | | | | | | | | | | Fix "cfe-" string length copy. Check if there's an extra byte a.b.c-d.e / a.b.c-d.e-f. Add support for Huawei CFE versions ("cfe-vd"). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3766/ Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37101
* bcm63xx: enable all SoCs for both subtargetsJonas Gorski2013-06-304-25/+18
| | | | | | | | Now that SMP kernels also work on older SoCs, also enable them for SMP. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37100
* bcm63xx: make smp kernels boot on older SoCsJonas Gorski2013-06-3021-7/+953
| | | | | | | | Enhance BMIPS support so SMP kernels work on older chips. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37099
* bcm63xx: update patchesJonas Gorski2013-06-3097-1047/+1707
| | | | | | | | Update patches with their upstream versions. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37098
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-1/+1
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* bcm63xx: fix DSL-274xB F1 default network configJonas Gorski2013-06-241-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37032
* base-files: input/button drivers get loaded before preinit by procdJohn Crispin2013-06-211-15/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37000
* base-files: diag does not need to insmod any drivers, procd already did it ↵John Crispin2013-06-211-1/+0
| | | | | | | | for us Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36999
* brcm63xx: reduce the number of Ethernet DMA channels from 16 to 8Florian Fainelli2013-06-204-13/+8
| | | | | | | | | We currently used 16 DMA Ethernet channels, but the hardware only supports up to 8 (with 2 per enet and the remaining for USB slave). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36979
* brcm63xx: refresh 3.9 patchesFlorian Fainelli2013-06-1840-96/+96
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36958
* brcm63xx: provide a default sane MAC address for Cable Modem devicesFlorian Fainelli2013-06-181-0/+26
| | | | | | | | | | Cable modem devices currently poke at some random location in RAM and may end up having an invalid MAC address which is not suitable. Provide a default one which is sane. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36957
* brcm63xx: create initramfs HCS imagesFlorian Fainelli2013-06-171-0/+8
| | | | | | | | | Cable Modem devices cannot load an ELF file directly so we need to provide them with a HCS image even when targetting initramfs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36954
* brcm63xx: simplify HCS image creationFlorian Fainelli2013-06-171-7/+2
| | | | | | | | | $(KDIR)/vmlinux is already a binary image, there is no need to create another one. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36949
* brcm63xx: remove support for 3.8 kernelFlorian Fainelli2013-06-17142-16198/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36948
* brcm63xx: switch to 3.9 kernelFlorian Fainelli2013-06-171-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36947
* brcm63xx: fix missing antislash in BCM6345 ethernet patchFlorian Fainelli2013-06-172-2/+2
| | | | | | | | | This would cause build failure when disabling support for particular CPUs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36946
* brcm63xx: add user-space support for Netgear CVG834GFlorian Fainelli2013-06-062-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36877
* brcm63xx: add kernel space and image support for the Netgear CVG834GFlorian Fainelli2013-06-0643-96/+218
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36876
* brcm63xx: add Broadcom cable modem firmware format headerFlorian Fainelli2013-06-062-0/+130
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36875
* brcm63xx: add support for BCM3368Florian Fainelli2013-06-063-0/+1009
| | | | | | | | | | | | | Add support for the Broadcom BCM3368 cable modem chipset, includes: - Ethernet - SPI - UARTs - GPIOs - PCI Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36874
* target: don't build jffs2 nor images by defaultJonas Gorski2013-06-051-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
* kernel: update linux 3.8 to 3.8.13Gabor Juhos2013-05-261-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36724
* kernel: add some missing symbols/move them to genericJonas Gorski2013-05-201-3/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36670
* bcm63xx: add 3.9 supportJonas Gorski2013-05-19133-0/+15025
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36660
* bcm63xx: Simplify CFE detection.Jonas Gorski2013-05-196-22/+78
| | | | | | | | | | | Check bootloader argument in mtd. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: split into two patches, one for detection, one letting bcm63xxpart use it.] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36659
* kernel: move CONFIG_MIPS_SEAD3 to genericJonas Gorski2013-05-121-1/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36617
* bcm63xx: don't build CRAMFSJonas Gorski2013-05-121-1/+0
| | | | | | | | | | | | Don't build the CRAMFS file system module in the kernel, and save some bytes. No bcm63xx board needs this obsolete file system, neither those ones using the Redboot bootloader (liveboxes). Thus, there is no need to build it, since it has been replaced long time ago by squashfs. Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> SVN-Revision: 36616
* led and buttons support for board DWV-S0Jonas Gorski2013-05-122-2/+99
| | | | | | | | Signed-off-by: Gianluca Agliozzo <gianluca05@hotmail.it> [jogo@openwrt.org: fixup patch so it actually applies] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36615
* bcm63xx: remove defconfig supportJonas Gorski2013-05-121-18/+0
| | | | | | All boards use uci-defaults, no need to keep defconfig support. SVN-Revision: 36610
* kernel: update linux 3.8 to 3.8.12Gabor Juhos2013-05-082-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36576
* bcm63xx: split into two subtargets, generic and SMPJonas Gorski2013-05-0221-9/+158
| | | | | | | | Make SMP a subtarget, since it only supports BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36527
* bcm63xx: add SMP support for BCM6362 and BCM6368Jonas Gorski2013-05-0213-0/+1275
| | | | | | | | BCM6358 requires further work due to its shared TLB. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36526
* 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