Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stick to 2.6.24 on rdc for now | Florian Fainelli | 2008-07-08 | 2 | -981/+2 |
| | | | | SVN-Revision: 11747 | ||||
* | update targets to 2.6.25.10 | Imre Kaloz | 2008-07-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 11667 | ||||
* | If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 ↵ | Florian Fainelli | 2008-07-05 | 1 | -0/+1 |
| | | | | | | | | | -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> SVN-Revision: 11662 | ||||
* | Put the files created by the lzma decompressor patch in the files/ ↵ | Florian Fainelli | 2008-07-03 | 5 | -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 SVN-Revision: 11627 | ||||
* | Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other ↵ | Florian Fainelli | 2008-06-28 | 3 | -0/+0 |
| | | | | | | kernel version SVN-Revision: 11595 | ||||
* | Prior to kernel 2.6.23, architecture path was i386, allow that when ↵ | Florian Fainelli | 2008-06-28 | 1 | -1/+7 |
| | | | | | | switching kernel version SVN-Revision: 11594 | ||||
* | Put back 2.6.24 files as well | Florian Fainelli | 2008-06-28 | 13 | -0/+1789 |
| | | | | SVN-Revision: 11593 | ||||
* | Put back 2.6.23 files for rdc, allowing to switch from one kernel version to ↵ | Florian Fainelli | 2008-06-28 | 22 | -0/+3022 |
| | | | | | | another for testing SVN-Revision: 11592 | ||||
* | upgrade to 2.6.25.9 | Imre Kaloz | 2008-06-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 11584 | ||||
* | sync kernel config | Gabor Juhos | 2008-06-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 11525 | ||||
* | upgrade to 2.6.25.7, and refresh patches | Gabor Juhos | 2008-06-17 | 4 | -39/+22 |
| | | | | SVN-Revision: 11523 | ||||
* | his patch mainly fixes the huge delay when we ping from the RDC device to ↵ | Florian Fainelli | 2008-06-16 | 1 | -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> SVN-Revision: 11508 | ||||
* | This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch ↵ | Florian Fainelli | 2008-06-16 | 1 | -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> SVN-Revision: 11507 | ||||
* | Hi, | Florian Fainelli | 2008-06-16 | 1 | -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> SVN-Revision: 11506 | ||||
* | Use 2.6.25.6 for rdc | Florian Fainelli | 2008-06-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 11447 | ||||
* | Use 2.6.25 for rdc321x | Florian Fainelli | 2008-06-11 | 18 | -849/+394 |
| | | | | SVN-Revision: 11439 | ||||
* | refresh kernel patches | Gabor Juhos | 2008-05-19 | 7 | -79/+95 |
| | | | | SVN-Revision: 11210 | ||||
* | upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19) | Gabor Juhos | 2008-05-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 11184 | ||||
* | enable proper PCI & USB support detection at config-time by disabling ↵ | Nicolas Thill | 2008-05-09 | 1 | -0/+2 |
| | | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097 | ||||
* | naming convention | Imre Kaloz | 2008-04-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 10965 | ||||
* | upgrade to 2.6.24.5 | Imre Kaloz | 2008-04-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 10959 | ||||
* | properly disable CONFIG_CRYPTO_HW | Nicolas Thill | 2008-04-27 | 2 | -2/+0 |
| | | | | SVN-Revision: 10952 | ||||
* | add missing symbol | Travis Kemen | 2008-04-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 10935 | ||||
* | Use an update r6040 driver | Florian Fainelli | 2008-04-07 | 1 | -100/+139 |
| | | | | SVN-Revision: 10754 | ||||
* | Fix bzImage copy with 2.6.24 kernels | Florian Fainelli | 2008-03-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 10574 | ||||
* | Upgrade rdc to 2.6.24 | Florian Fainelli | 2008-02-13 | 17 | -923/+1299 |
| | | | | SVN-Revision: 10453 | ||||
* | upgrade & standardize kernel versions | Imre Kaloz | 2008-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 10443 | ||||
* | Also generate http uploadable images for Airlink AR525w | Florian Fainelli | 2008-01-21 | 1 | -0/+2 |
| | | | | SVN-Revision: 10229 | ||||
* | Upgrade rdc to 2.6.23.14 | Florian Fainelli | 2008-01-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 10228 | ||||
* | Add support for the gpio connected reset button | Florian Fainelli | 2008-01-11 | 1 | -1/+27 |
| | | | | SVN-Revision: 10173 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -8/+8 |
| | | | | SVN-Revision: 9533 | ||||
* | We are now at .23.1 | Florian Fainelli | 2007-10-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 9415 | ||||
* | Resync kernel config, do not enable the setup file | Florian Fainelli | 2007-10-15 | 2 | -14/+1 |
| | | | | SVN-Revision: 9329 | ||||
* | Typo on PCI ids | Florian Fainelli | 2007-10-15 | 2 | -3/+2 |
| | | | | SVN-Revision: 9328 | ||||
* | Add the RDC PCI ids for a fancier PCI device table.Return the system name on ↵ | Florian Fainelli | 2007-10-15 | 4 | -2/+34 |
| | | | | | | boot. SVN-Revision: 9327 | ||||
* | Fix profile/image generation for dir450 | Florian Fainelli | 2007-10-14 | 2 | -3/+9 |
| | | | | SVN-Revision: 9320 | ||||
* | Upgrade rdc to 2.6.23, fix the r6040 driver printk's | Florian Fainelli | 2007-10-12 | 7 | -55/+45 |
| | | | | SVN-Revision: 9267 | ||||
* | Clean up the r6040 driver using checkpatch | Florian Fainelli | 2007-10-08 | 1 | -142/+150 |
| | | | | SVN-Revision: 9184 | ||||
* | RDC is not broken with trunk | Florian Fainelli | 2007-10-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 9140 | ||||
* | Led is not active low by default, register the watchdog | Florian Fainelli | 2007-10-05 | 2 | -3/+3 |
| | | | | SVN-Revision: 9138 | ||||
* | Use PCI for rdc | Florian Fainelli | 2007-10-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 9097 | ||||
* | RDC vendor id is unknown | Florian Fainelli | 2007-10-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 9096 | ||||
* | Build all firmware until we put back profiles | Florian Fainelli | 2007-10-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 9095 | ||||
* | Rewrite platform code to be smarter | Florian Fainelli | 2007-10-02 | 1 | -16/+33 |
| | | | | SVN-Revision: 9094 | ||||
* | get rid of per-profile base-files | Gabor Juhos | 2007-09-29 | 2 | -0/+0 |
| | | | | SVN-Revision: 9069 | ||||
* | clean up jffs2 config options | Felix Fietkau | 2007-09-19 | 1 | -2/+0 |
| | | | | SVN-Revision: 8848 | ||||
* | Add support for the D-Link DIR-450, thanks to Macpaul Lin ! | Florian Fainelli | 2007-09-16 | 4 | -1/+569 |
| | | | | SVN-Revision: 8790 | ||||
* | adapt profiles for subtarget changes | Felix Fietkau | 2007-09-08 | 1 | -3/+0 |
| | | | | SVN-Revision: 8695 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 3 | -7/+5 |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 27 | -0/+3798 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |