aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* patches-2.6.35: Added flash chip definition for Macronix MX29LV640T. Thanks ↵Daniel Dickinson2010-12-071-0/+30
| | | | | | blunoise SVN-Revision: 24307
* boards: Added GW6x00 fixups and GPIOs. The GW6200 GPIOs are different than ↵Daniel Dickinson2010-12-073-2/+141
| | | | | | 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
* patches: Refreshed patches after led_countDaniel Dickinson2010-12-074-4/+4
| | | | SVN-Revision: 24304
* board definitions: Added patch for calculating led count, which was part of ↵Daniel Dickinson2010-12-071-0/+23
| | | | | | the patch removed in the previous commit SVN-Revision: 24303
* Remove patch 140-new_bcm96348gw_leds because it is really the GW6200 leds, ↵Daniel Dickinson2010-12-0716-107/+24
| | | | | | 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
* board definition: Fixed CPVA642 LED definitionsDaniel Dickinson2010-12-064-13/+8
| | | | SVN-Revision: 24275
* board definitions: Added CPVA642 GPIO leds and buttons and refreshed patches ↵Daniel Dickinson2010-12-064-7/+84
| | | | | | later in series due to fuzz SVN-Revision: 24274
* base-files: Added network defconfig because board only has one ethernet ↵Daniel Dickinson2010-12-061-0/+14
| | | | | | (4-port switch) SVN-Revision: 24273
* image Makefile: Corrected router imagename length limiting. Thanks ↵Daniel Dickinson2010-11-281-1/+1
| | | | | | KanjiMonster for reminding me. SVN-Revision: 24191
* bcm63xx: Add support for the T-Com Speedport W 500V.Daniel Dickinson2010-11-284-1/+95
| | | | | | | | | | 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: Add board id override fixup.Daniel Dickinson2010-11-282-3/+75
| | | | | | | | | | | | Add a fixup for the kernel to check the bcm tag of the image for a boardid in the information1 field, and use that instead of the supplied one by cfe. This is triggered by a + at the start of the information1 field. Also modify the image generation to generate apropriately tagged images. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24189
* bcm63xx: Finalize support for DSL-274xB, rev C2.Daniel Dickinson2010-11-284-2/+91
| | | | | | | | | | | | 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
* bcm63xx: Allow 'colored' power leds.Daniel Dickinson2010-11-281-1/+1
| | | | | | | | | | | Since some devices have more than one power led, they might be separated by their color in the name. To also allow them to be on after leaving preinit, set any status led starting with 'power' to on instead of only those with the exact name of 'power'. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24187
* bcm63xx: Don't hardcode the switch ethernet interface in preinit.Daniel Dickinson2010-11-282-10/+10
| | | | | | | | | | Currently eth1 is hardcoded as the expected interface switches in diagmode. This patch replaces the eth1 with the ifname, and also directly tests if the interface specified by ifname has a switch attached. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24186
* bcm63xx: Add defconfigs.Daniel Dickinson2010-11-283-1/+23
| | | | | | | | | | | Port the mechanism for different default configurations from ar71xx and use the old configuration as the default configuration. This should have no functional differences to before. While we are at it, remove the obsolete nat option. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24185
* update to the latest stable kernelsImre Kaloz2010-11-241-1/+1
| | | | SVN-Revision: 24136
* image Makefile: Removed extraneous tab from Image/LimitName16 macro ↵Daniel Dickinson2010-11-241-1/+1
| | | | | | definition. The solves the strange whitespace in front of the image name in the info1 section SVN-Revision: 24127
* image: Limited image name put into the info1 field to 16 characters and ↵Daniel Dickinson2010-11-231-4/+8
| | | | | | eliminted the OpenWRT revision. This makes using the image (router) name as the board name possible, so that boards with same real boardid but different GPIOs can be detected and the correct GPIOs used. SVN-Revision: 24118
* Initial support for Telsey CPVA642 boards (no vlans, no DSL, GPIO ↵Daniel Dickinson2010-11-192-0/+40
| | | | | | led/buttons not known). SVN-Revision: 24040
* imagetag: Significantly updated brcm63xx imagetag writing tool. * Rewrote ↵Daniel Dickinson2010-11-161-23/+25
| | | | | | commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above). SVN-Revision: 24011
* Add wps button on alice gateClaudio Mignanti2010-11-061-3/+9
| | | | SVN-Revision: 23903
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851
* register uart driver on livebox (#8013)Florian Fainelli2010-10-271-1/+6
| | | | SVN-Revision: 23653
* refresh 2.6.35 patchesFlorian Fainelli2010-10-272-3/+3
| | | | SVN-Revision: 23652
* Fix nxp_74hc164 driver compile error (builbot)Claudio Mignanti2010-10-241-1/+2
| | | | SVN-Revision: 23623
* fix platform_devices registrationFlorian Fainelli2010-10-181-6/+6
| | | | | | Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com> SVN-Revision: 23517
* add bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)Florian Fainelli2010-10-171-0/+49
| | | | SVN-Revision: 23508
* remove 2.6.32 supportFlorian Fainelli2010-10-1730-4479/+0
| | | | SVN-Revision: 23505
* fix SPI driver, move register out of driver codeFlorian Fainelli2010-10-171-274/+312
| | | | | | Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com SVN-Revision: 23504
* restore kernel oldconfigFlorian Fainelli2010-10-171-0/+5
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23503
* refresh patchesFlorian Fainelli2010-10-173-7/+7
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23502
* refresh nb4 support. Register 74x164 deviceFlorian Fainelli2010-10-171-58/+91
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23501
* add spi devices board info int bcm63xx_boardsFlorian Fainelli2010-10-171-0/+25
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23500
* add 74x164 SPI chip supportFlorian Fainelli2010-10-171-24/+202
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23499
* backport SPI master with no RXTX support (from 2.6.36)Florian Fainelli2010-10-172-0/+454
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23498
* register earlier extended platform devicesFlorian Fainelli2010-10-171-7/+7
| | | | | | Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> SVN-Revision: 23497
* update 2.6.35.x to 2.6.35.7Lars-Peter Clausen2010-10-041-1/+1
| | | | SVN-Revision: 23213
* remove wpa-supplicant and iw from the Tecom GW6x00 profileFlorian Fainelli2010-09-131-1/+1
| | | | SVN-Revision: 23051
* default to using 2.6.35Florian Fainelli2010-09-121-1/+1
| | | | SVN-Revision: 23038
* remove 2.6.33 supportFlorian Fainelli2010-09-1230-4517/+0
| | | | SVN-Revision: 23037
* change the Tecom GW6x00 profile to use wl instead of b43Florian Fainelli2010-09-121-2/+3
| | | | SVN-Revision: 23036
* register udc and spi devices at the correct init levelFlorian Fainelli2010-09-122-11/+11
| | | | SVN-Revision: 23035
* refresh 2.6.35 patchesFlorian Fainelli2010-09-122-3/+3
| | | | SVN-Revision: 23034
* enable SYSRQ for all targets, remove overrides from brcm63xx, octeon and ↵Jo-Philipp Wich2010-08-303-3/+0
| | | | | | omap35xx SVN-Revision: 22846
* add 2.6.35 supportFlorian Fainelli2010-08-2522-0/+4343
| | | | SVN-Revision: 22800
* update to 2.6.32.20Florian Fainelli2010-08-221-1/+1
| | | | SVN-Revision: 22766
* base-files: diag.sh: For power button as preinit status led, end with led ↵Daniel Dickinson2010-08-021-1/+5
| | | | | | left on, not off SVN-Revision: 22466
* 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
* patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32Daniel Dickinson2010-08-022-2/+2
| | | | SVN-Revision: 22464