aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* x86-generic: enable a few more common kernel options/driversFelix Fietkau2012-09-221-4/+70
| | | | SVN-Revision: 33516
* kernel: increase log buffer sizeFelix Fietkau2012-09-221-1/+1
| | | | SVN-Revision: 33515
* x86: enable usb storage support for the generic subtarget to support booting ↵Felix Fietkau2012-09-221-0/+10
| | | | | | from usb devices SVN-Revision: 33514
* x86: add support for building grub2 imagesFelix Fietkau2012-09-224-3/+56
| | | | SVN-Revision: 33513
* x86: split generic image building into a separate scriptFelix Fietkau2012-09-222-36/+40
| | | | SVN-Revision: 33511
* x86: rename gen_image_x86.sh to gen_image_grub.shFelix Fietkau2012-09-222-1/+1
| | | | SVN-Revision: 33510
* cns3xxx: fix ethernet driver tx completion and queue stop/startFelix Fietkau2012-09-221-0/+110
| | | | SVN-Revision: 33504
* cns3xxx: implement ethernet fraglist tx support for improved bridging ↵Felix Fietkau2012-09-221-18/+191
| | | | | | performance with jumbo frames SVN-Revision: 33503
* move gpio stuff into the right fileImre Kaloz2012-09-212-111/+111
| | | | SVN-Revision: 33502
* refresh patchesImre Kaloz2012-09-212-9/+2
| | | | SVN-Revision: 33501
* cns3xxx: add a small optimization for rx offloadFelix Fietkau2012-09-211-0/+27
| | | | SVN-Revision: 33500
* cns3xxx: fix ethernet port lookup for multi-descriptor jumbo framesFelix Fietkau2012-09-211-14/+26
| | | | SVN-Revision: 33499
* cns3xxx: fix ethernet packet alignment issues (hw has an alignment ↵Felix Fietkau2012-09-201-14/+18
| | | | | | requirement of 64), fix skb fragment chaining SVN-Revision: 33498
* kernel: enable perf events when enabling profiling, fixes oprofile on armFelix Fietkau2012-09-201-0/+1
| | | | SVN-Revision: 33497
* deactivate mips wait instruction for MIPS 74K on Broadcom SoCsHauke Mehrtens2012-09-201-0/+12
| | | | | | | | | When not removing support for the wait instruction, when ruining on the BCM4706 SoC the system stops after msleep() without an exception. I haven't seen this problem on the other Broadcom SoCs with a 74K CPU, but in the Broadcom SDK it is deactivated for all CPUs of this type. SVN-Revision: 33496
* cns3xxx: remove the broken flagFelix Fietkau2012-09-191-1/+1
| | | | SVN-Revision: 33493
* cns3xxx: fix kernel configFelix Fietkau2012-09-191-17/+6
| | | | SVN-Revision: 33492
* cns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and ↵Felix Fietkau2012-09-191-0/+317
| | | | | | skb fragment lists SVN-Revision: 33491
* cns3xxx: fix ethernet tx checksum offloadFelix Fietkau2012-09-191-0/+89
| | | | SVN-Revision: 33490
* cns3xxx: merge ethernet driver changes from gateworksFelix Fietkau2012-09-191-230/+258
| | | | SVN-Revision: 33489
* cns3xxx: build images for the old boot loader and the new one (default to ↵Felix Fietkau2012-09-191-2/+8
| | | | | | the new one) SVN-Revision: 33488
* cns3xxx: fix the ethernet driver makefileFelix Fietkau2012-09-191-1/+1
| | | | SVN-Revision: 33487
* cns3xxx: reorganize patches, fix pcie io space init orderFelix Fietkau2012-09-197-114/+120
| | | | SVN-Revision: 33486
* cns3xxx: move virtual io addresses to vmalloc space to fix kernel BUG() callsFelix Fietkau2012-09-195-10/+208
| | | | SVN-Revision: 33485
* cns3xxx: add missing callbacks for the laguna machine supportFelix Fietkau2012-09-194-4/+7
| | | | SVN-Revision: 33484
* brcm47xx/profiles/PS-1208MFG: remove reference to non-existing packageFlorian Fainelli2012-09-191-1/+1
| | | | | | | | The package block-hotplug doesn't exist, refer to block-mount instead. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33474
* omap24xx/profiles/n810: remove reference to non-existing packageFlorian Fainelli2012-09-191-1/+1
| | | | | | | | The package block-hotplug doesn't exist, removing reference to it. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33473
* update fix-boot patch.Hauke Mehrtens2012-09-191-33/+7
| | | | | | Do not change the code any more but use the kconfig options SVN-Revision: 33463
* update gpio patchesHauke Mehrtens2012-09-193-149/+124
| | | | SVN-Revision: 33462
* ar71xx: fix a typo in TEW-637GRU image namesGabor Juhos2012-09-181-1/+1
| | | | SVN-Revision: 33460
* ar71xx: revert DIR-825-B1 wholeflash image support.Gabor Juhos2012-09-189-262/+2
| | | | | | | | | | It should be implemmented in a cleaner way. This reverts the following commits: [ar71xx] dir-825-b1: Fix wholeflash images [ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash" SVN-Revision: 33459
* disable VFPv4 probingFlorian Fainelli2012-09-181-0/+13
| | | | | | | This will make the kernel crash on systems using qemu < 1.1.0. Until fixed disable VPFv4 capability probing. SVN-Revision: 33458
* partially revert r33403Florian Fainelli2012-09-181-1/+1
| | | | | | The target CFLAGS were also accidentally changed SVN-Revision: 33457
* ar71xx: register the NAND flash controller device on DB120Gabor Juhos2012-09-176-14/+19
| | | | SVN-Revision: 33455
* ar71xx: ar934x_nfc: remove unused oob parameter of ar934x_nfc_send_readGabor Juhos2012-09-171-12/+8
| | | | SVN-Revision: 33454
* ar71xx: ar934x_nfc: increase DMA retry countGabor Juhos2012-09-171-1/+2
| | | | SVN-Revision: 33453
* ar71xx: ar934x_nfc: optimize READOOB operation on large page devicesGabor Juhos2012-09-171-6/+4
| | | | SVN-Revision: 33452
* ar71xx: ar934x_nfc: fix RNDOUT operationGabor Juhos2012-09-171-2/+6
| | | | SVN-Revision: 33451
* ar71xx: ar934x_nfc: fix READ{0,1} operation on large page devicesGabor Juhos2012-09-171-6/+9
| | | | SVN-Revision: 33450
* dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash ↵Daniel Dickinson2012-09-179-33/+87
| | | | | | (-openwrt) image from the normal image would brick (but recoverable via emergency flash) the router if the wholeflash image was larger than the maximum size for a normal image. First we rename the -openwrt images to -wholeflash since -openwrt is really too generic. We also revert the changes to the regular dir-825-b1 image, which now is the same as before, but add a -towholeflash image which is almost the same as the regular dir-825-b1 image, but copies caldata to new location and allows flashing of images that use the full flash (except u-boot, u-boot-env, and caldata paritition space) (these are the -wholeflash images). SVN-Revision: 33447
* ar71xx: add missing code for ar933x WMAC reset that was left out during the ↵Felix Fietkau2012-09-171-0/+31
| | | | | | ar71xx->ath79 migration, should fix wifi stability issues on ar933x SVN-Revision: 33446
* ar71xx: fix WP543 image buildsFelix Fietkau2012-09-151-1/+1
| | | | SVN-Revision: 33413
* D-Link DAP-1350; Avoid bricking esw configJohn Crispin2012-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | This is a patch to connect eth0.1 (lan) to the only ethernet connector available. D-Link DAP-1350 goes bricked with AA 12.09-beta. This is because the current esw configuration for the board connects eth0.2 (wan) to the *ONE and ONLY* ethernet connector available, preventing initial access to the board through 192.168.1.1 on eth0.1 after flashing, effectively bricking the board. There are things that should be done to make this board really useful, but for AA 12.09, this one liner is indispensable. Signed of by Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 33411
* ramips/rt3883: fix a typo in the ASUS profileJohn Crispin2012-09-151-1/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33410
* partially revert r33403Florian Fainelli2012-09-141-45/+88
| | | | SVN-Revision: 33409
* set DEVICE_TYPE to developerboardFlorian Fainelli2012-09-141-0/+2
| | | | SVN-Revision: 33408
* fix sparc32 assembler failures with newer toolchainsFlorian Fainelli2012-09-141-0/+31
| | | | SVN-Revision: 33407
* refresh patches so they apply cleanlyFlorian Fainelli2012-09-142-4/+5
| | | | SVN-Revision: 33406
* set DEVICE_TYPE to developperboardFlorian Fainelli2012-09-142-89/+48
| | | | SVN-Revision: 33403
* set DEVICE_TYPE to developperboardFlorian Fainelli2012-09-141-0/+2
| | | | SVN-Revision: 33402