Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | extend bcm63xx_wdt driver for debugging purposes, thx Miguel | Raphaël Huck | 2010-04-27 | 2 | -10/+50 | |
| | | | | SVN-Revision: 21199 | |||||
* | sync to kernel 2.6.32.12 | Alexandros C. Couloumbis | 2010-04-27 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21195 | |||||
* | add neufbox 4 board support, thx Miguel & Florian | Raphaël Huck | 2010-04-27 | 3 | -0/+1035 | |
| | | | | SVN-Revision: 21193 | |||||
* | add NXP 74HC164 chip driver support, thx Miguel & Florian | Raphaël Huck | 2010-04-27 | 2 | -0/+558 | |
| | | | | SVN-Revision: 21192 | |||||
* | add extended platform devices patch, thx Miguel & Florian | Raphaël Huck | 2010-04-27 | 2 | -0/+52 | |
| | | | | SVN-Revision: 21191 | |||||
* | fix spi chip select configuration | Florian Fainelli | 2010-04-26 | 2 | -2/+2 | |
| | | | | SVN-Revision: 21164 | |||||
* | fix bcm6358 spi base register address (#7234) | Florian Fainelli | 2010-04-26 | 3 | -53/+51 | |
| | | | | SVN-Revision: 21163 | |||||
* | the SPI_CMD register is 16-bits wide | Florian Fainelli | 2010-04-26 | 2 | -8/+8 | |
| | | | | SVN-Revision: 21162 | |||||
* | package/kernel: move PCMCIA modules to their own file & submenu | Nicolas Thill | 2010-04-24 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21136 | |||||
* | package/kernel: move target specific modules to their own target files | Nicolas Thill | 2010-04-24 | 1 | -0/+37 | |
| | | | | SVN-Revision: 21132 | |||||
* | register spi controller, remove whitespaces | Florian Fainelli | 2010-04-22 | 2 | -37/+133 | |
| | | | | SVN-Revision: 21096 | |||||
* | resync 2.6.33 mtd patch with the one for 2.6.32 | Florian Fainelli | 2010-04-22 | 1 | -153/+20 | |
| | | | | SVN-Revision: 21095 | |||||
* | fix wrong refresh on flashmap patch | Florian Fainelli | 2010-04-22 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21094 | |||||
* | re-instate SPI support | Florian Fainelli | 2010-04-22 | 2 | -0/+1820 | |
| | | | | SVN-Revision: 21087 | |||||
* | refresh 2.6.32 patches | Florian Fainelli | 2010-04-22 | 2 | -32/+22 | |
| | | | | SVN-Revision: 21086 | |||||
* | alwasy read imagetag with 64K erase block size | Florian Fainelli | 2010-04-22 | 2 | -2/+2 | |
| | | | | SVN-Revision: 21085 | |||||
* | kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernels | Gabor Juhos | 2010-04-22 | 4 | -8/+8 | |
| | | | | SVN-Revision: 21081 | |||||
* | tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in ↵ | Daniel Dickinson | 2010-04-14 | 1 | -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 Thill | 2010-04-12 | 1 | -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 bcm6338 | Florian Fainelli | 2010-04-09 | 2 | -0/+26 | |
| | | | | SVN-Revision: 20765 | |||||
* | flashmap and image generation: reduced union bcm_tag to a single struct ↵ | Florian Fainelli | 2010-04-01 | 4 | -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 it | Florian Fainelli | 2010-03-28 | 3 | -362/+178 | |
| | | | | SVN-Revision: 20548 | |||||
* | kernel: update to 2.6.32.10 | Gabor Juhos | 2010-03-26 | 2 | -3/+3 | |
| | | | | SVN-Revision: 20444 | |||||
* | drop support for 2.6.30 kernel | Florian Fainelli | 2010-03-26 | 80 | -14087/+0 | |
| | | | | SVN-Revision: 20438 | |||||
* | add support for D4PW board, patch from mexit | Florian Fainelli | 2010-03-25 | 2 | -0/+120 | |
| | | | | SVN-Revision: 20420 | |||||
* | refresh 2.6.32 patches, fix livebox support (#6821) | Florian Fainelli | 2010-03-14 | 21 | -257/+114 | |
| | | | | SVN-Revision: 20204 | |||||
* | do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵ | Nicolas Thill | 2010-03-11 | 3 | -0/+3 | |
| | | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136 | |||||
* | do not register devices in device_initcall level, this breaks the SSB SPROM ↵ | Florian Fainelli | 2010-03-02 | 2 | -38/+0 | |
| | | | | | | registration SVN-Revision: 19957 | |||||
* | remove mail headers from patches | Florian Fainelli | 2010-03-01 | 2 | -128/+0 | |
| | | | | SVN-Revision: 19935 | |||||
* | add support for 2.6.33 | Florian Fainelli | 2010-02-28 | 22 | -0/+2939 | |
| | | | | SVN-Revision: 19921 | |||||
* | add support for 2.6.32, dropped the SPI patch for now | Florian Fainelli | 2010-02-28 | 23 | -1/+3022 | |
| | | | | SVN-Revision: 19919 | |||||
* | build images for RG100A (bcm6358-based boards) (#6755) | Florian Fainelli | 2010-02-28 | 1 | -0/+13 | |
| | | | | SVN-Revision: 19894 | |||||
* | fix gpio-leds registration for boards having less than 8 LEDs (#6528) | Florian Fainelli | 2010-02-21 | 1 | -1/+6 | |
| | | | | SVN-Revision: 19793 | |||||
* | fix the receiving of packets with a 1500 mtu and vlan enabled (#6698) | Florian Fainelli | 2010-02-19 | 1 | -0/+13 | |
| | | | | SVN-Revision: 19753 | |||||
* | clean up handling of some kernel symbols | Imre Kaloz | 2010-02-11 | 1 | -1/+0 | |
| | | | | SVN-Revision: 19581 | |||||
* | fix printing of mtd offsets, remove whitespaces. | Florian Fainelli | 2010-01-31 | 1 | -8/+8 | |
| | | | | SVN-Revision: 19475 | |||||
* | move files to files-2.6.30, to ease newer kernel integration | Florian Fainelli | 2010-01-31 | 65 | -0/+0 | |
| | | | | SVN-Revision: 19471 | |||||
* | brcm63xx: Fix gpio-buttons and add LED and buttons for Tecom IGW6200 and ↵ | Daniel Dickinson | 2010-01-28 | 2 | -15/+59 | |
| | | | | | | Comtrend CT-5261 SVN-Revision: 19361 | |||||
* | replace the hostapd preselection with a wpad preselection to enable proper ↵ | Felix Fietkau | 2010-01-23 | 1 | -1/+1 | |
| | | | | | | client mode support in the default images SVN-Revision: 19293 | |||||
* | Fix typo in AGPF_S0 reset button definition | Daniel Dickinson | 2010-01-16 | 1 | -1/+1 | |
| | | | | SVN-Revision: 19160 | |||||
* | bcm63xx: add gpio leds to alice gate | Claudio Mignanti | 2010-01-15 | 2 | -1/+50 | |
| | | | | SVN-Revision: 19152 | |||||
* | update to 2.6.30, refresh patches | Florian Fainelli | 2009-12-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 18635 | |||||
* | kernel: move CONFIG_MIPS_FPU_EMU to generic kernel config | Felix Fietkau | 2009-11-29 | 1 | -1/+0 | |
| | | | | SVN-Revision: 18603 | |||||
* | add support for the RTA1025W_16 board (#5979) | Florian Fainelli | 2009-11-22 | 1 | -0/+17 | |
| | | | | SVN-Revision: 18476 | |||||
* | some more Kconfig symbol move.. | Imre Kaloz | 2009-11-11 | 1 | -2/+0 | |
| | | | | SVN-Revision: 18371 | |||||
* | another round of kernel config cleanups | Imre Kaloz | 2009-11-11 | 1 | -4/+0 | |
| | | | | SVN-Revision: 18370 | |||||
* | sort all target config files | Imre Kaloz | 2009-11-11 | 1 | -19/+19 | |
| | | | | SVN-Revision: 18367 | |||||
* | merge upstream fixes on mdio loop | Florian Fainelli | 2009-11-07 | 1 | -0/+9 | |
| | | | | SVN-Revision: 18335 | |||||
* | images without tagid now fallback to the untouched partition layout (#6093) | Florian Fainelli | 2009-11-03 | 1 | -2/+9 | |
| | | | | SVN-Revision: 18288 | |||||
* | remove no longer used configs and patches | Florian Fainelli | 2009-10-30 | 15 | -1225/+0 | |
| | | | | SVN-Revision: 18221 |