summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc
Commit message (Collapse)AuthorAgeFilesLines
* Since profiles kernel configuration are not concatenated to the one, ↵florian2008-11-161-0/+6
| | | | | | resulting images will panic due to no platform flash driver, prevent this from happening git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13231 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix small typo in the ethernet driverflorian2008-11-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove some left-over debugging options making the kerkenl exceed 768KB, ↵florian2008-11-161-5/+5
| | | | | | resulting in a non-bootable image git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable more PCMCIA specific options, thanks sn9florian2008-11-031-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Flash mapping fixes from sn9, thanksflorian2008-11-012-18/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update kernel configuration and add profiles and per-profile kernel ↵florian2008-10-285-9/+48
| | | | | | configuration files for AMIT and Zyxel boards, thanks sn9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13064 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add flashmap support for AMIT and Zyxel boards, thanks sn9florian2008-10-282-6/+300
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove some configuration files, workarounds are now in the ethernet driver, ↵florian2008-10-284-46/+38
| | | | | | thanks sn9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13062 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add amit boards specific fixupsflorian2008-10-284-0/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Prepare image Makefile to generate valid images for amit and g570s boards, ↵florian2008-10-281-5/+21
| | | | | | thanks sn9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix target description and features available for rdcflorian2008-10-281-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable ↵nico2008-09-241-0/+1
| | | | | | it on targets where USB is supported git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix card_idx calculation, thanks sn9florian2008-08-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Reinstate rdc bootability and force it to use init=/etc/preinit, thus the ↵florian2008-08-055-28/+39
| | | | | | remove the hackish SetInitramfs actions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove 2.6.23 files, we will stick to 2.6.24 for rdcflorian2008-07-269-2645/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Stick to 2.6.24 on rdc for nowflorian2008-07-082-981/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update targets to 2.6.25.10kaloz2008-07-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* If the *.img file is larger than 0x1e8000 loading it with florian2008-07-051-0/+1
| | | | | | | | | | flash -s 0x100000 -d 0xffe08000 -l <length> on the bootloader prompt will destroy the bootloader and brick the device. The attached patch tries to implement a size check and renames the image into *.img.too_big. It applies to svn r11401. Signed-off-by: Joerg Albert <jal2@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put the files created by the lzma decompressor patch in the files/florian2008-07-035-985/+1039
| | | | | | | | | directory. Add some early_printk debugging to the lzma decompressor to help track down problems when upgrading from one kernel version to another git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other ↵florian2008-06-283-0/+0
| | | | | | kernel version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Prior to kernel 2.6.23, architecture path was i386, allow that when ↵florian2008-06-281-1/+7
| | | | | | switching kernel version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put back 2.6.24 files as wellflorian2008-06-2813-0/+1789
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put back 2.6.23 files for rdc, allowing to switch from one kernel version to ↵florian2008-06-2822-0/+3022
| | | | | | another for testing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.25.9kaloz2008-06-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] sync kernel configjuhosg2008-06-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] upgrade to 2.6.25.7, and refresh patchesjuhosg2008-06-174-39/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* his patch mainly fixes the huge delay when we ping from the RDC device to ↵florian2008-06-161-151/+165
| | | | | | | | | | | | | | | | | | | another host (160-230 ms). r6040_rx() was rewritten. Further changes: - fix a bug in hex2str(), which overwrote the source with a zero - removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly - r6040_rx: don't take the error from the MLSR register (may be too late) but from the descriptor (we may have to allow these errors (via MCR0) there - r6040_alloc_rxbufs() may fail due to lack of skb, added a return value - changed some debugs - more defines - version: 0.18 -> 0.19 Signed-Off by Joerg Albert <jal2@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch ↵florian2008-06-161-106/+135
| | | | | | | | | | | | | | | | applied) and fixes the following issues: - re-added the parent parameter to specify a netdevice to steal the MAC address from (optional). - fixed null pointer access in r6040_rx() (lp->dev init. was missing) - fixed "scheduling while atomic" endless loop if tx_timeout() was called (caused by the re-allocs of the buffers) - fixed tx timeouts (tx irq weren't re-enabled on rx irq) It adds some defines and cleans the code a bit (IMHO). Signed-Off by Joerg Albert <jal2@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Hi,florian2008-06-161-39/+265
| | | | | | | | | | | this is the first of three patches to fix the ethernet driver of RDC R32xx applied to svn r10754. It adds debugs and make some procedures (r6040_*) global symbols in order to help with debugging kernel oops. Version is increased from 0.16 to 0.18 to avoid conflicts with the driver variant metioned in the X-WRT forum (call 0.17.3) Tested on a Sitecom WL-153. Signed-Off-By: Joerg Albert <jal2@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use 2.6.25.6 for rdcflorian2008-06-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use 2.6.25 for rdc321xflorian2008-06-1118-849/+394
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] refresh kernel patchesjuhosg2008-05-197-79/+95
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; ↵juhosg2008-05-181-1/+1
| | | | | | 2.6.22.19) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable proper PCI & USB support detection at config-time by disabling ↵nico2008-05-091-0/+2
| | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* naming conventionkaloz2008-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.24.5kaloz2008-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* properly disable CONFIG_CRYPTO_HWnico2008-04-272-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing symbolthepeople2008-04-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use an update r6040 driverflorian2008-04-071-100/+139
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix bzImage copy with 2.6.24 kernelsflorian2008-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade rdc to 2.6.24florian2008-02-1317-923/+1299
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade & standardize kernel versionskaloz2008-02-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Also generate http uploadable images for Airlink AR525wflorian2008-01-211-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade rdc to 2.6.23.14florian2008-01-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10228 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the gpio connected reset buttonflorian2008-01-111-1/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorternbd2007-11-101-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* We are now at .23.1florian2007-10-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Resync kernel config, do not enable the setup fileflorian2007-10-152-14/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Typo on PCI idsflorian2007-10-152-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the RDC PCI ids for a fancier PCI device table.Return the system name on ↵florian2007-10-154-2/+34
| | | | | | boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9327 3c298f89-4303-0410-b956-a3cf2f4a3e73