summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* [kernel] turn off the Algorithmics FPU emulator by default now that we have ↵florian2009-06-284-0/+652
| | | | | | software floating point enabled in the toolchain, please recompile your toolchains and kernels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] off-by-one gpio numbers for bcm6338florian2009-06-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bcm6338 can support PCI since it has MPIflorian2009-06-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more fixes for bcm6338, no need not to prevent reads from MPI ↵florian2009-06-273-11/+20
| | | | | | registers now that we have it defined correctly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] use enum for the machine typejuhosg2009-06-273-31/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix the flash address comment and register the flash device again ↵florian2009-06-271-3/+7
| | | | | | with its proper physical address on 6338/6345 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix a stupid typo preventing the board from being detectedflorian2009-06-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16586 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] prevent bcm6338 and bcm6345 from crashing very earlyflorian2009-06-271-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add AR913x specific GPIO function bit definitionsjuhosg2009-06-272-9/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] only register fallback sprom and enable PCI if we actually have ↵florian2009-06-271-2/+4
| | | | | | support for PCI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] do not bloat the kernel with experimental bcm6345 for nowflorian2009-06-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more missing register definitions for bcm6338florian2009-06-272-9/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm6338 and bcm6345 related fixesflorian2009-06-264-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] define bcm6338 SDRAM base register and make sure that the right ↵florian2009-06-262-2/+7
| | | | | | CPU id will be used to detect a bcm6338 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] generate images for the bcm6338wflorian2009-06-261-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add board definitions for the bcm6338wflorian2009-06-261-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] don't use the CRC header in the kernel partition on the WP543 ↵juhosg2009-06-251-1/+1
| | | | | | board, so the kernel can be flashed directly from OpenWrt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] show SoC parameters in /proc/cpuinfojuhosg2009-06-251-7/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] build firmware image for the 5GXi boardjuhosg2009-06-251-1/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne ↵juhosg2009-06-2511-3/+120
| | | | | | for the board) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [coldfire] generate an uImage binary for nowkaloz2009-06-231-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [coldfire] use the proper serial device, change memory layoutkaloz2009-06-231-15/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use broken-out patches for the coldfire to make it easier to follow ↵kaloz2009-06-2388-51065/+66817
| | | | | | differences against the bsp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] nuke obsolete kernel include dirjuhosg2009-06-2319-1628/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.28 and 2.6.30 support is enough on ixp4xxkaloz2009-06-2379-14259/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we don't support 2.6.26 for a long time nowkaloz2009-06-2347-8775/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* coldfire compile error fixkaloz2009-06-231-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16542 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary coldfire v4e supportkaloz2009-06-215-0/+51218
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh 2.6.25 patcheskaloz2009-06-212-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16537 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [amazon] Add ADM6996 switch driverhauke2009-06-205-13/+7
| | | | | | | | This fixes #5314 Thanks to Michael Richter git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] update zImage locationagb2009-06-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] ensure ledtrig-netdev will compile even if ↵florian2009-06-191-1/+4
| | | | | | CONFIG_COMPAT_NET_DEV_OPS is unset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] now that we support multiple libc, include the gcc version, libc type ↵florian2009-06-181-1/+1
| | | | | | and libc version in the SDK filename git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] do not copy all the staging_dir/ directories, only the right toolchain ↵florian2009-06-181-1/+1
| | | | | | and target directories git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add imagetag support for BT Voyager 2500V, patch from Daniel ↵florian2009-06-182-2/+2
| | | | | | Dickinson (#5364) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] generate experimental images for bcm6338 boards, thanks to Daniel ↵florian2009-06-171-0/+7
| | | | | | Dickinson git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing initramfs symbols to the generic 2.6.30 configkaloz2009-06-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] use 2.6.27.5florian2009-06-173-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] backport some mainline fixes, refresh mtd driverflorian2009-06-162-6/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] add nb5 specific fixups (#5355)florian2009-06-161-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix up the second minipci slot in the wndap330, tookaloz2009-06-151-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16480 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use the same i/o schedulers for all targetskaloz2009-06-155-17/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a temporary patch to make the wndap330's ethernet workkaloz2009-06-151-0/+62
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh patcheskaloz2009-06-152-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] add a more basic generic profilekaloz2009-06-151-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we need CONFIG_NET_SCHED for 802.11nkaloz2009-06-153-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* IKCONFIG shouldn't be enabled by defaultkaloz2009-06-157-13/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't override CONFIG_NEW_LEDS in target configskaloz2009-06-154-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rfkill config cleanupkaloz2009-06-1511-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sibyte cleanupskaloz2009-06-157-10/+1150
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16470 3c298f89-4303-0410-b956-a3cf2f4a3e73