summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
Commit message (Collapse)AuthorAgeFilesLines
* bcm63xx: build images for 6328 reference boards with various flash sizesJonas Gorski2012-05-301-0/+8
| | | | | | | | | | | 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: add support for DSL-274XB rev F1Jonas Gorski2012-05-271-1/+2
| | | | SVN-Revision: 31882
* bcm63xx: move the board name workaround to /lib/brcm63xx.shJonas Gorski2012-05-271-0/+4
| | | | SVN-Revision: 31872
* bcm63xx: use the exact board id as board identification stringJonas Gorski2012-05-271-12/+12
| | | | | | No need to keep the bcm63xx/ at the start or the chipid info at the end. SVN-Revision: 31871
* add support for BT Voyager 2110 (#8810)Florian Fainelli2011-05-201-0/+5
| | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 26959
* add support for DSL-2640B rev B2Florian Fainelli2011-05-201-0/+5
| | | | | | Signed-off-by: Adrian Feliks <mexit@o2.pl> SVN-Revision: 26958
* bcm63xx: Add support for the T-Home Speedport W 303VFlorian Fainelli2011-05-111-0/+5
| | | | | | | | | 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/+6
| | | | | | | | | | | | | 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
* Fixed Comtrend CT536_CT5621 board settings. These boards are based on the ↵Daniel Dickinson2010-12-101-0/+5
| | | | | | 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-0/+10
| | | | | | 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
* Remove patch 140-new_bcm96348gw_leds because it is really the GW6200 leds, ↵Daniel Dickinson2010-12-071-2/+1
| | | | | | not the generic 96348GW. Another commit will add the GW6200 specific boardid and leds. This removal reverts the 96348GW leds to the reference design GPIOs. SVN-Revision: 24302
* base-files: Added the preinit information for reset button and preinit ↵Daniel Dickinson2010-12-061-0/+5
| | | | | | indication led, and preinit interface SVN-Revision: 24276
* bcm63xx: Add support for the T-Com Speedport W 500V.Daniel Dickinson2010-11-281-1/+1
| | | | | | | | | | Add support for the T-Com Speedport W 500V using a special tagged image as it identifies itself as a 96348GW, but has some gpios wired differently, and also has only one ethernet port without a switch attached to it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24190
* bcm63xx: Finalize support for DSL-274xB, rev C2.Daniel Dickinson2010-11-281-0/+5
| | | | | | | | | | | | The DSL-2740B/DSL-2741B rev C2 support was missing the board definition, resulting in a kernel panic on boot. This patch adds it, and also renames the generated image name to properly reflect that it is for the revision C2, and for both the DSL-2740B and DSL-2741B. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24188
* base-files: brcm63xx.sh: Added comtrend (96348GW-11) to routers with buttons ↵Daniel Dickinson2010-08-021-1/+6
| | | | | | and leds on preinit SVN-Revision: 22465
* brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom ↵Daniel Dickinson2010-05-301-0/+28
6x00) SVN-Revision: 21626