aboutsummaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAge
* ar71xx: do not throw compile errors if the nbg460n uboot is not selectedFelix Fietkau2010-12-10
| | | | SVN-Revision: 24426
* ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as wellGabor Juhos2010-12-10
| | | | SVN-Revision: 24421
* ar71xx: add nbg460n image generationGabor Juhos2010-12-10
| | | | | | | | 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-08
| | | | SVN-Revision: 24370
* add optimization to Freescale targetsImre Kaloz2010-12-08
| | | | SVN-Revision: 24341
* ramips: ramips_esw: add more definitionsGabor Juhos2010-12-08
| | | | SVN-Revision: 24340
* ramips: ramips_esw: add helper function to set pvidGabor Juhos2010-12-08
| | | | SVN-Revision: 24339
* ramips: ramips_esw: add helper function to set vlan membersGabor Juhos2010-12-08
| | | | SVN-Revision: 24338
* ramips: ramips_esw: add helper function to set VLAN idGabor Juhos2010-12-08
| | | | SVN-Revision: 24337
* ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} functionGabor Juhos2010-12-08
| | | | SVN-Revision: 24336
* ramips: ramips_esw: use rt305x_esw prefix in function namesGabor Juhos2010-12-08
| | | | SVN-Revision: 24335
* ramips: ramips_esw: coding style cleanupGabor Juhos2010-12-08
| | | | SVN-Revision: 24334
* ramips: ramips_esw: add defines for switch register offsetsGabor Juhos2010-12-08
| | | | SVN-Revision: 24333
* ramips: ramips_esw: don't touch GPIO_PURPOSE registerGabor Juhos2010-12-08
| | | | | | 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-08
| | | | SVN-Revision: 24331
* ramips: ramips_esw: move hardware initialization into a separate functionGabor Juhos2010-12-08
| | | | SVN-Revision: 24330
* ramips: ramips_esw: use a private structure for the functionsGabor Juhos2010-12-08
| | | | SVN-Revision: 24329
* ethernet driver fixup for ppc4xxImre Kaloz2010-12-08
| | | | SVN-Revision: 24328
* Profiles: GW6X00: Replace ext2 module with ext4 as ext2 and 3 are going ↵Daniel Dickinson2010-12-08
| | | | | | 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-08
| | | | | | 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-08
| | | | | | 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-07
| | | | | | 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-07
| | | | | | 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-07
| | | | | | | | | | 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-07
| | | | | | blunoise SVN-Revision: 24307
* boards: Added GW6x00 fixups and GPIOs. The GW6200 GPIOs are different than ↵Daniel Dickinson2010-12-07
| | | | | | 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-07
| | | | SVN-Revision: 24304
* board definitions: Added patch for calculating led count, which was part of ↵Daniel Dickinson2010-12-07
| | | | | | 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-07
| | | | | | 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-06
| | | | | | | | 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-06
| | | | | | indication led, and preinit interface SVN-Revision: 24276
* board definition: Fixed CPVA642 LED definitionsDaniel Dickinson2010-12-06
| | | | SVN-Revision: 24275
* board definitions: Added CPVA642 GPIO leds and buttons and refreshed patches ↵Daniel Dickinson2010-12-06
| | | | | | later in series due to fuzz SVN-Revision: 24274
* base-files: Added network defconfig because board only has one ethernet ↵Daniel Dickinson2010-12-06
| | | | | | (4-port switch) SVN-Revision: 24273
* ramips: add support for 2.6.36Gabor Juhos2010-12-05
| | | | SVN-Revision: 24270
* ramips: default profile fixGabor Juhos2010-12-05
| | | | | | | | 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-05
| | | | SVN-Revision: 24268
* brcm47xx: do not read from CFEHauke Mehrtens2010-12-05
| | | | SVN-Revision: 24267
* brcm47xx: backport patch from kernel 2.6.37Hauke Mehrtens2010-12-05
| | | | | | | Backport patches from r24162 brcm47xx: reorder patches like they were commitet upstream SVN-Revision: 24266
* brcm47xx: use on common files dirHauke Mehrtens2010-12-05
| | | | SVN-Revision: 24264
* preliminary support for Freescale MPC85xx based boardsImre Kaloz2010-12-05
| | | | SVN-Revision: 24259
* ar71xx: work around a PCI controller bug which causes reads to the ↵Felix Fietkau2010-12-04
| | | | | | 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-03
| | | | SVN-Revision: 24223
* brcm47xx: Add edimax PS1208mfg supportHauke Mehrtens2010-12-02
| | | | | | Thank you clemvangelis for the patches. (closes #7672) SVN-Revision: 24217
* tune rtl8366s default config, make vlan 1 cpu port tagged and use eth0.1 for ↵Jo-Philipp Wich2010-12-02
| | | | | | the lan interface - this brings the configuration more in line with other switch setups SVN-Revision: 24215
* ar71xx: refresh patchesGabor Juhos2010-12-01
| | | | SVN-Revision: 24210
* generic: yet another missing config symbol for 2.6.37Gabor Juhos2010-12-01
| | | | SVN-Revision: 24208
* add a new image for the TEW-652BRP which can be used with the bootloader ↵Jo-Philipp Wich2010-11-30
| | | | | | recovery option SVN-Revision: 24196
* backport two changes from kernel.org: ↵Jo-Philipp Wich2010-11-30
| | | | | | | | | 65e9b62d4503849b10bedfc29bff0473760cc597 ipv6: add special mode accept_ra=2 to accept RA while configured as router c3bccac2fa76f1619dfe4fb7b9bee69de7f066d8 ipv6: add special mode forwarding=2 to send RS while configured as router SVN-Revision: 24195
* image Makefile: Corrected router imagename length limiting. Thanks ↵Daniel Dickinson2010-11-28
| | | | | | KanjiMonster for reminding me. SVN-Revision: 24191