summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* re-instate SPI supportFlorian Fainelli2010-04-222-0/+1820
| | | | SVN-Revision: 21087
* refresh 2.6.32 patchesFlorian Fainelli2010-04-222-32/+22
| | | | SVN-Revision: 21086
* alwasy read imagetag with 64K erase block sizeFlorian Fainelli2010-04-222-2/+2
| | | | SVN-Revision: 21085
* kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernelsGabor Juhos2010-04-224-8/+8
| | | | SVN-Revision: 21081
* tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in ↵Daniel Dickinson2010-04-141-2/+2
| | | | | | imagetag (was invalid strings in bcm_tag.h). Closes #7120 SVN-Revision: 20850
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-2/+2
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* do not overwrite ENET_CTL_REG, fixes ethernet on bcm6338Florian Fainelli2010-04-092-0/+26
| | | | SVN-Revision: 20765
* flashmap and image generation: reduced union bcm_tag to a single struct ↵Florian Fainelli2010-04-014-433/+186
| | | | | | combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore. SVN-Revision: 20652
* move bcm_tag.h out of the flashmap patch so that user-land tools can re-use itFlorian Fainelli2010-03-283-362/+178
| | | | SVN-Revision: 20548
* kernel: update to 2.6.32.10Gabor Juhos2010-03-262-3/+3
| | | | SVN-Revision: 20444
* drop support for 2.6.30 kernelFlorian Fainelli2010-03-2680-14087/+0
| | | | SVN-Revision: 20438
* add support for D4PW board, patch from mexitFlorian Fainelli2010-03-252-0/+120
| | | | SVN-Revision: 20420
* refresh 2.6.32 patches, fix livebox support (#6821)Florian Fainelli2010-03-1421-257/+114
| | | | SVN-Revision: 20204
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-113-0/+3
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* do not register devices in device_initcall level, this breaks the SSB SPROM ↵Florian Fainelli2010-03-022-38/+0
| | | | | | registration SVN-Revision: 19957
* remove mail headers from patchesFlorian Fainelli2010-03-012-128/+0
| | | | SVN-Revision: 19935
* add support for 2.6.33Florian Fainelli2010-02-2822-0/+2939
| | | | SVN-Revision: 19921
* add support for 2.6.32, dropped the SPI patch for nowFlorian Fainelli2010-02-2823-1/+3022
| | | | SVN-Revision: 19919
* build images for RG100A (bcm6358-based boards) (#6755)Florian Fainelli2010-02-281-0/+13
| | | | SVN-Revision: 19894
* fix gpio-leds registration for boards having less than 8 LEDs (#6528)Florian Fainelli2010-02-211-1/+6
| | | | SVN-Revision: 19793
* fix the receiving of packets with a 1500 mtu and vlan enabled (#6698)Florian Fainelli2010-02-191-0/+13
| | | | SVN-Revision: 19753
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19581
* fix printing of mtd offsets, remove whitespaces.Florian Fainelli2010-01-311-8/+8
| | | | SVN-Revision: 19475
* move files to files-2.6.30, to ease newer kernel integrationFlorian Fainelli2010-01-3165-0/+0
| | | | SVN-Revision: 19471
* brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and ↵Daniel Dickinson2010-01-282-15/+59
| | | | | | Comtrend CT-5261 SVN-Revision: 19361
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-231-1/+1
| | | | | | client mode support in the default images SVN-Revision: 19293
* Fix typo in AGPF_S0 reset button definitionDaniel Dickinson2010-01-161-1/+1
| | | | SVN-Revision: 19160
* bcm63xx: add gpio leds to alice gateClaudio Mignanti2010-01-152-1/+50
| | | | SVN-Revision: 19152
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel configFelix Fietkau2009-11-291-1/+0
| | | | SVN-Revision: 18603
* add support for the RTA1025W_16 board (#5979)Florian Fainelli2009-11-221-0/+17
| | | | SVN-Revision: 18476
* some more Kconfig symbol move..Imre Kaloz2009-11-111-2/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-111-4/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-111-19/+19
| | | | SVN-Revision: 18367
* merge upstream fixes on mdio loopFlorian Fainelli2009-11-071-0/+9
| | | | SVN-Revision: 18335
* images without tagid now fallback to the untouched partition layout (#6093)Florian Fainelli2009-11-031-2/+9
| | | | SVN-Revision: 18288
* remove no longer used configs and patchesFlorian Fainelli2009-10-3015-1225/+0
| | | | SVN-Revision: 18221
* do not generate trx images, this is uselessFlorian Fainelli2009-10-291-1/+0
| | | | SVN-Revision: 18204
* remove 2.6.28 support, we never really used itFlorian Fainelli2009-10-2513-812/+0
| | | | SVN-Revision: 18156
* switch to 2.6.30.9Florian Fainelli2009-10-251-1/+1
| | | | SVN-Revision: 18155
* update to 2.6.27.35Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18125
* brcm63xx: fix cardbus support with BCM6358 (closes: #5918)Nicolas Thill2009-10-051-1/+1
| | | | SVN-Revision: 17935
* move IMAGE_CMDLINE_HACK default to generic from targetsAndy Boyett2009-10-053-3/+0
| | | | SVN-Revision: 17905
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602
* update to 2.6.27.33Florian Fainelli2009-09-111-1/+1
| | | | SVN-Revision: 17569
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-103-3/+0
| | | | SVN-Revision: 17567
* kernel: add generic image_cmdline hack to MIPS targetsGabor Juhos2009-09-103-0/+3
| | | | SVN-Revision: 17563
* update to 2.6.27.32Florian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17548
* prevent gpio-buttons registration failureFlorian Fainelli2009-09-081-3/+5
| | | | SVN-Revision: 17542
* fix typos against the gpio buttons driver (#5804)Florian Fainelli2009-09-071-2/+3
| | | | SVN-Revision: 17538