summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: add working lzma-loader and use it for initramfsJonas Gorski2014-08-0123-931/+1586
| | | | | | | | | | | | Add a working lzma loader and use it for generating initramfs kernels to allow easily netbooting elf kernels on devices with a 4 MiB CFE size limit. Based on ar71xx's lzma-loader. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41940
* brcm63xx: Add support for ADB P.DG A4001NJonas Gorski2014-07-271-0/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41852
* brcm63xx: Add support for Huawei HG520vJonas Gorski2014-07-271-0/+3
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41851
* brcm63xx: Add support for ZyXEL P870HW-51a v2Jonas Gorski2014-07-271-0/+16
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41850
* brcm63xx: Add support for Comtrend VR-3025unJonas Gorski2014-07-271-0/+2
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41848
* brcm63xx: Add support for Comtrend VR-3025uJonas Gorski2014-07-271-0/+2
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41847
* brcm63xx: Use model name for Comtrend AR-5381uJonas Gorski2014-07-121-1/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41587
* brcm63xx: Use model name for Comtrend AR-5387unJonas Gorski2014-07-121-1/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41586
* brcm63xx: Use model name for ADB P.DG A4001N1Jonas Gorski2014-07-121-1/+2
| | | | | | | | | This patch also makes use of the new leds script. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41585
* brcm63xx: Add support for Comtrend WAP-5813nJonas Gorski2014-06-301-0/+2
| | | | | | | | | | This adds support for Comtrend WAP-5813n. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: refresh patches] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41421
* brcm63xx: F@ST2504n board support (image, base-files)Jonas Gorski2014-02-221-0/+3
| | | | | | | | Signed-off-by: Max Staudt <openwrt.max@enpas.org> Patchwork: http://patchwork.openwrt.org/patch/4730/ Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39676
* brcm63xx: add support for Asmax AR 1004g routerJonas Gorski2014-02-221-0/+2
| | | | | | | | | | Support for Asmax AR 1004g router Signed-off-by: Adrian Feliks <mexit@o2.pl> Patchwork: http://patchwork.openwrt.org/patch/4464/ Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39674
* brcm63xx: Add profile and build image for Sagemcom F@ST2704V2 ADSL routerJonas Gorski2014-02-221-0/+3
| | | | | | | | | | | | | This adds profile and build image for Sagemcom F@st2704, using b43 driver. For WiFi to work properly BCMA fallback SPROM support patch must be applied (http://git.io/z1Ki8A). Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4212/ Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39673
* bcm63xx: enable all SoCs for both subtargetsJonas Gorski2013-06-301-6/+1
| | | | | | | | 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
* 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
* 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: add kernel space and image support for the Netgear CVG834GFlorian Fainelli2013-06-061-0/+14
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36876
* bcm63xx: split into two subtargets, generic and SMPJonas Gorski2013-05-021-0/+8
| | | | | | | | Make SMP a subtarget, since it only supports BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36527
* bcm63xx: Add Huawei HG556a supportJonas Gorski2013-01-041-0/+12
| | | | | | | | | | 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
* add support for Comtrend AR5381u.Jonas Gorski2012-10-231-0/+1
| | | | | | | | | | 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
* add support for Comtrend AR5387un.Jonas Gorski2012-10-231-0/+1
| | | | | | | | | | Router: Comtrend AR5387un. 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: 33894
* add support for HomeStation ADB P.DG A4001N.Jonas Gorski2012-10-231-0/+1
| | | | | | | | | | Router: HomeStation ADB P.DG A4001N. 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: 33893
* Add F@ST2604 board support.Jonas Gorski2012-10-211-0/+3
| | | | | | | | Add Sagem F@ST2604 board support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 33886
* bcm63xx: fix 963281TAN image namesJonas Gorski2012-10-081-3/+3
| | | | | | it's a 6328, not a 6348. SVN-Revision: 33665
* bcm63xx: Add nb6 support (BCM6362 SoC base boards)Jonas Gorski2012-07-311-0/+2
| | | | | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> [jonas.gorski@gmail.com: add network config for nb6, make switch fix a platform patch] SVN-Revision: 32924
* fix DVA-G3810BN image generationFlorian Fainelli2012-07-271-1/+1
| | | | | | | | | Attached patch fixes a typo in the image Makefile, and overrides the board name for DVA-G3810BN to set the correct board properties Signed-Off-By: Jeroen van Bemmel <jbemmel@zonnet.nl> SVN-Revision: 32894
* Add CT6376-1 board supportFlorian Fainelli2012-07-271-0/+2
| | | | | | | | Added CT6373 devices instead of using NB4's devices, as Florian suggested. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32892
* bcm63xx: 96348A-122 improvements (Comtrend 5365)Jonas Gorski2012-07-031-0/+1
| | | | | | | | | 1) Improve WLAN button. 2) Add 96348A-122 image. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32593
* bcm63xx: build images for 6328 reference boards with various flash sizesJonas Gorski2012-05-301-1/+6
| | | | | | | | | | | Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues SVN-Revision: 32004
* bcm63xx: build images for DSL-274XB revision F1Jonas Gorski2012-05-271-0/+3
| | | | | | | | | | | Build images for D-Link DSL-274XB revision F1. Flashing through original web UI as well as CFE works. Known issues: * wifi led inverted (on when wifi is off and vice cersa) * same issues as generic bcm6328 support SVN-Revision: 31885
* bcm63xx: pad Speedport W303 V images to 4 MiBJonas Gorski2012-05-271-1/+1
| | | | | | | Prevents CFE from flashing to the second image offset. Fix up the rootfs length on first boot else CFE will complain. SVN-Revision: 31876
* bcm63xx: drop linux 3.2 supportJonas Gorski2012-04-241-4/+2
| | | | SVN-Revision: 31464
* bcm63xx: enable bcm6368 for linux 3.3 and build imagesJonas Gorski2012-03-281-0/+5
| | | | | | Only build bcm6368 images when building for linux 3.3. SVN-Revision: 31133
* rename 96348GW-1{0,1}-gen to 96348GW-1{0,1}-genericFlorian Fainelli2012-03-051-2/+2
| | | | SVN-Revision: 30822
* generate generic images for BCM96358VW and BCM96358VW2 (#10666)Florian Fainelli2012-03-051-0/+2
| | | | SVN-Revision: 30821
* build 96348R imagesFlorian Fainelli2012-01-301-0/+1
| | | | SVN-Revision: 29960
* fix D-Link DSL-2650U image generationJo-Philipp Wich2011-11-191-1/+1
| | | | SVN-Revision: 29266
* build images for D-Link DSL-2650U (#9003)Florian Fainelli2011-11-181-0/+2
| | | | SVN-Revision: 29238
* build images for Pirelli A226M (#10409)Florian Fainelli2011-11-131-0/+4
| | | | SVN-Revision: 29045
* add support for DSL-2640B rev B2Florian Fainelli2011-05-201-2/+2
| | | | | | Signed-off-by: Adrian Feliks <mexit@o2.pl> SVN-Revision: 26958
* add support for D-Link DVA-G3810BN/TLFlorian Fainelli2011-05-201-0/+2
| | | | | | | | This patch adds support for D-Link's DVA-G3810BN/TL product. Signed-off-by: Roman Dumycz <roman@secureas.com> SVN-Revision: 26956
* bcm63xx: Add support for the T-Home Speedport W 303VFlorian Fainelli2011-05-111-0/+18
| | | | | | | | | Add the required board definition, default config and image generation for the T-Home Speedport W 303V Typ B. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26878
* bcm63xx: Update support for the DSL-274xB revision CFlorian Fainelli2011-05-111-1/+3
| | | | | | | | | | | | | Rename the DSL-274xB rev C2's board ID to "AW4139" to match the one used for the rev C3 (same hardware) and add a fixup for C2. Also generate images for C3. While we are at it, rename the LEDs to conform to the Linux LED naming conventions. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26876
* bcm63xx: Decouple Board ID and image name for fixupFlorian Fainelli2011-05-111-9/+9
| | | | | | | | | Make the fixup board ID independent from the image name to allow using the same board ID for similar devices. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26874
* Generate images for RTA1320_16M-based routersDaniel Dickinson2011-04-151-1/+3
| | | | SVN-Revision: 26681
* add support for HW553 bcm6358-based boards (#8844)Florian Fainelli2011-02-191-0/+12
| | | | SVN-Revision: 25590
* Fixed Comtrend CT536_CT5621 board settings. These boards are based on the ↵Daniel Dickinson2010-12-101-1/+3
| | | | | | 96348GW-11 reference design but have different GPIOs therefore we use the board fixups now availabed (thanks the patches by Jonas Gorski) to create a separate board entry for these boards and leave the reference design with reference GPIOs. Also these boards only have enet1 (no enet0) so we set that in the board definition, and use a defconfig for a single interface network. SVN-Revision: 24442
* boards: Added GW6x00 fixups and GPIOs. The GW6200 GPIOs are different than ↵Daniel Dickinson2010-12-071-2/+2
| | | | | | the reference design 96348GW so we use fixup to allow us to define the correct ones, also the GW6000 has no GPIO-controlled leds. SVN-Revision: 24305
* image Makefile: Corrected router imagename length limiting. Thanks ↵Daniel Dickinson2010-11-281-1/+1
| | | | | | KanjiMonster for reminding me. SVN-Revision: 24191