aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-1131-33/+33
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* ar71xx: add missing files for the JA76PF boardGabor Juhos2010-12-102-0/+122
| | | | SVN-Revision: 24444
* Fixed Comtrend CT536_CT5621 board settings. These boards are based on the ↵Daniel Dickinson2010-12-104-1/+82
| | | | | | 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
* ar71xx: add support for the jjPlus JA79PFGabor Juhos2010-12-1011-2/+38
| | | | | | Patch-by: Cezary Jackiewicz SVN-Revision: 24440
* ar71xx: add support for the TP-LINK TL-MR3220 v1 boardGabor Juhos2010-12-1013-44/+91
| | | | SVN-Revision: 24439
* ar71xx: add default network configuration file for the TL-MR3420Gabor Juhos2010-12-101-0/+24
| | | | SVN-Revision: 24437
* ar71xx: do not throw compile errors if the nbg460n uboot is not selectedFelix Fietkau2010-12-101-2/+4
| | | | SVN-Revision: 24426
* ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as wellGabor Juhos2010-12-102-2/+5
| | | | SVN-Revision: 24421
* ar71xx: add nbg460n image generationGabor Juhos2010-12-107-2/+84
| | | | | | | | This adds image generation for NBG460N/550N/550NH boards. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 24419
* linux/generic: update & refresh 2.6.36 & 2.6.37. (closes #8324)Alexandros C. Couloumbis2010-12-0811-80/+55
| | | | SVN-Revision: 24370
* add optimization to Freescale targetsImre Kaloz2010-12-082-0/+2
| | | | SVN-Revision: 24341
* ramips: ramips_esw: add more definitionsGabor Juhos2010-12-081-3/+49
| | | | SVN-Revision: 24340
* ramips: ramips_esw: add helper function to set pvidGabor Juhos2010-12-081-1/+17
| | | | SVN-Revision: 24339
* ramips: ramips_esw: add helper function to set vlan membersGabor Juhos2010-12-081-1/+31
| | | | SVN-Revision: 24338
* ramips: ramips_esw: add helper function to set VLAN idGabor Juhos2010-12-081-2/+17
| | | | SVN-Revision: 24337
* ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} functionGabor Juhos2010-12-081-0/+23
| | | | SVN-Revision: 24336
* ramips: ramips_esw: use rt305x_esw prefix in function namesGabor Juhos2010-12-081-33/+33
| | | | SVN-Revision: 24335
* ramips: ramips_esw: coding style cleanupGabor Juhos2010-12-081-24/+31
| | | | SVN-Revision: 24334
* ramips: ramips_esw: add defines for switch register offsetsGabor Juhos2010-12-081-24/+52
| | | | SVN-Revision: 24333
* ramips: ramips_esw: don't touch GPIO_PURPOSE registerGabor Juhos2010-12-081-20/+0
| | | | | | It must have been set by the board initialization code. SVN-Revision: 24332
* ramips: ramips_esw: convert it to be a platform driverGabor Juhos2010-12-085-13/+134
| | | | SVN-Revision: 24331
* ramips: ramips_esw: move hardware initialization into a separate functionGabor Juhos2010-12-081-8/+14
| | | | SVN-Revision: 24330
* ramips: ramips_esw: use a private structure for the functionsGabor Juhos2010-12-081-36/+43
| | | | SVN-Revision: 24329
* ethernet driver fixup for ppc4xxImre Kaloz2010-12-081-0/+26
| | | | SVN-Revision: 24328
* Profiles: GW6X00: Replace ext2 module with ext4 as ext2 and 3 are going ↵Daniel Dickinson2010-12-081-2/+2
| | | | | | away. Remove kmod-loop as the need for it has been superseded by block-extroot, and remove kmod-fs-vfat as it takes space and is rarely needed. SVN-Revision: 24316
* Profiles: Make buttons and led modules included by default so that failsafe ↵Daniel Dickinson2010-12-082-4/+3
| | | | | | will work in the case of builds for releases. SVN-Revision: 24315
* Profiles: Move wpad-mini to the profiles that use it, rather than default ↵Daniel Dickinson2010-12-085-5/+5
| | | | | | for all profiles (because -wpad-mini means it's not selectable, which isn't what we always want for the No WiFi profile SVN-Revision: 24314
* flash_chips: Added Macronix MX29LV640T Flash Chip support previously ↵Daniel Dickinson2010-12-073-0/+90
| | | | | | mistakenly added to brcm63xx. Thanks blunoise. SVN-Revision: 24313
* patches: Renamed 150-led_count to 141-led_count so it comes before the ↵Daniel Dickinson2010-12-071-0/+0
| | | | | | 15-alice_gate2_leds.patch as which led count was mistakenly given the same number. SVN-Revision: 24310
* Revert "[brcm63xx] patches-2.6.35: Added flash chip definition for Macronix ↵Daniel Dickinson2010-12-071-30/+0
| | | | | | | | | | MX29LV640T." This reverts commit 43511418ae2771a6662a83a254f06e37f4ac19e5. It belongs in generic not brcm63xx. SVN-Revision: 24308
* 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
* kernel: fix cryptodev with kernel >= 2.6.35Hauke Mehrtens2010-12-061-2/+8
| | | | | | | | The fix is from http://sourceforge.net/mailarchive/forum.php?thread_name=20100906035717.GA7562%40mcafee.com&forum_name=ocf-linux-users Thank you tripolar for reporting the issue and finding a solution for it. SVN-Revision: 24286
* 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
* ramips: add support for 2.6.36Gabor Juhos2010-12-058-0/+427
| | | | SVN-Revision: 24270
* ramips: default profile fixGabor Juhos2010-12-052-2/+2
| | | | | | | | Fix package names in default profiles. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 24269
* ramips: use tabs instead of spaces in mach-f5d8235-v2.cGabor Juhos2010-12-051-43/+43
| | | | SVN-Revision: 24268
* brcm47xx: do not read from CFEHauke Mehrtens2010-12-051-12/+6
| | | | SVN-Revision: 24267
* brcm47xx: backport patch from kernel 2.6.37Hauke Mehrtens2010-12-0511-134/+375
| | | | | | | Backport patches from r24162 brcm47xx: reorder patches like they were commitet upstream SVN-Revision: 24266
* brcm47xx: use on common files dirHauke Mehrtens2010-12-053-1192/+0
| | | | SVN-Revision: 24264
* preliminary support for Freescale MPC85xx based boardsImre Kaloz2010-12-053-0/+305
| | | | SVN-Revision: 24259
* ar71xx: work around a PCI controller bug which causes reads to the ↵Felix Fietkau2010-12-041-0/+10
| | | | | | PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues SVN-Revision: 24236
* remove unused kernel versions, make 2.6.36 the defaultImre Kaloz2010-12-0365-12553/+1
| | | | SVN-Revision: 24223
* brcm47xx: Add edimax PS1208mfg supportHauke Mehrtens2010-12-026-19/+160
| | | | | | Thank you clemvangelis for the patches. (closes #7672) SVN-Revision: 24217