summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* gemini: add support for wiligear wbd-222 (patch by Darius Augulis)nbd2010-04-163-0/+216
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gemini: either scatter/gather dma or hw checksum breaks ethernet, comment ↵nbd2010-04-161-0/+11
| | | | | | out the define that enables both git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20940 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: Add cpu port index to help output.juhosg2010-04-162-0/+2
| | | | | | | | | | | | | | Let swconfig provide the cpu port index in its help page. This is needed as e.g. Atheros switches have their cpu port at port 0, not port 5. This could allow e.g. luci to get a rough overview of the layout of the switch. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: nuke clocksoure init patchjuhosg2010-04-163-168/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc40x: enable USB supportjuhosg2010-04-161-0/+1
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc40x: add isp116x-hcd to the device tree for the OpenRB boardjuhosg2010-04-161-2/+28
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc40x: make isp116x-hcd driver usable on the OpenRB boardjuhosg2010-04-162-0/+417
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc40x: add more EBC_BXCR definesjuhosg2010-04-164-18/+37
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20930 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc40x: move perwe fixup into a separate functionjuhosg2010-04-162-12/+24
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix ide drive assignment (closes #7061)acoul2010-04-163-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta]jow2010-04-163-7/+41
| | | | | | | | | - enable PCI - add kmod-pcnet32 to default packages - make kmod-pcnet32 available for malta target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix up alignment handlingnbd2010-04-152-26/+41
| | | | | | | | | | | - on ar724x, rx buffers can be aligned with an offset of 2, which keeps the ip header aligned - alignment offset is only added if the ar8216 workaround is not active and the phy driver does not advertise its own packet alignment - ar71xx and ar91xx can not handle rx alignment offsets, however taking a hit on unaligned exceptions seems to have less overhead than re-aligning the data for large packets - use memmove to re-align small packets, if necessary tested on ar9132, ar7240 and ar7242 based devices without ar8216 headers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add preliminary 2.6.34 supportacoul2010-04-1524-0/+2672
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.34: fix kzalloc erroracoul2010-04-151-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/toolchain: match toolchain directory name changes in r19885 & r20215 ↵nico2010-04-151-3/+3
| | | | | | (closes: #7148 & #7162) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/adm5120: fix image building after r20834nico2010-04-141-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/ixp4xx: fix image building after r20834 (closes: #7157)nico2010-04-142-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/firmware-utils/imagetag: Fixed Pirelli Alice Gate CRC calculation in ↵cshore2010-04-141-2/+2
| | | | | | imagetag (was invalid strings in bcm_tag.h). Closes #7120 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] add Buffalo WHR-G125 specifc switch quirks to netconfig, shorten ↵jow2010-04-131-12/+4
| | | | | | code by merging identical fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add lzma/jffs2 patches for 2.6.34acoul2010-04-131-0/+5142
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. ↵acoul2010-04-132-2/+4
| | | | | | switch verbose mode on compresor statistics. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mx2] vp6500: Add backlight devicelars2010-04-133-8/+187
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix image builds (broken by r20834)nbd2010-04-131-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵nico2010-04-1242-244/+228
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cleanup] remove 'svn:executable' propertynico2010-04-128-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add jffs2/lzma support (not activated by default yet)acoul2010-04-121-0/+5142
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta] fix module loading due to CONFIG_LOCALVERSION being on (#7144)florian2010-04-122-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc40x: add sysupgrade supportjuhosg2010-04-125-15/+110
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc40x: increase kernel partition size on OpenRB/Magicboxjuhosg2010-04-123-10/+10
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppc40x: sync kernel configjuhosg2010-04-121-26/+28
| | | | | | | Cc: backfire@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mpc83xx: add 2.6.33 supportacoul2010-04-1228-0/+4716
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mx2] vp6500: Add leds and keypad devices.lars2010-04-123-6/+100
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add missing symbols to 2.6.34 configlars2010-04-111-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mx2] Use lzma kernel compression.lars2010-04-112-3/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] swconfig: Check vlan/port indexes for validity.florian2010-04-111-0/+4
| | | | | | | | | | | | Swconfig needs to make sure that requested vlans/ports actually exist, else it might read or modify memory not belonging to itself. This patch adds a quick range check in swconfig's kernel part to prevent accidential or intentional memory modification. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.33 patches for 2.6.33.2florian2010-04-1121-72/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: nuke clocksource init patchjuhosg2010-04-111-56/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: generate sysupgrade images for the rt305x devicesjuhosg2010-04-111-10/+75
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add sysupgrade supportjuhosg2010-04-111-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20800 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add diag supportjuhosg2010-04-114-2/+96
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20799 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: enable image commandline hack and cmdline partition parsingjuhosg2010-04-112-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add default profilesjuhosg2010-04-112-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xburst] time.c: Timer enable registers are only 8bit width.lars2010-04-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20796 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add net5501 supportflorian2010-04-117-60/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings up the net5501 platform. Note that the x86/ target included support for all x86/ class processors. That's not technically correct. This should be constrained only to the "generic" subtarget. Every x86-class target that isn't generic should be able to select only the optimizations/capabilities applicable to that architectural variant. It's also assumed that all x86 processors have keyboard & mouse ports, ISA, DMI, ACPI... the embedded ones typically don't. Again, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add Titan Wireless TW-266-2 support (thanks juhosg & florian)acoul2010-04-112-0/+330
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20793 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add 2.6.33 supportacoul2010-04-1138-0/+6169
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20792 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [malta] create two endian-specific subtargets, as malta can run bothflorian2010-04-107-9/+382
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20790 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips] adss 2.6.33 kernel patches, not defult yet as linux-atm breaks on ↵blogic2010-04-10103-55/+9649
| | | | | | 2.6.33 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] remove 2.6.32 files, out of sync and going to be replaced differentlyflorian2010-04-104-469/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20787 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Add mx2 target with very basic support for the vp6500 voip phonelars2010-04-108-0/+408
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20786 3c298f89-4303-0410-b956-a3cf2f4a3e73