Commit Graph

216 Commits

Author SHA1 Message Date
a695fa76a4 move THERMAL symbols into the generic config
SVN-Revision: 13346
2008-11-25 13:52:25 +00:00
2108df91ed Since profiles kernel configuration are not concatenated to the one, resulting images will panic due to no platform flash driver, prevent this from happening
SVN-Revision: 13231
2008-11-16 16:15:53 +00:00
23aa6acff8 Fix small typo in the ethernet driver
SVN-Revision: 13230
2008-11-16 13:42:37 +00:00
05ddc2a53c Remove some left-over debugging options making the kerkenl exceed 768KB, resulting in a non-bootable image
SVN-Revision: 13229
2008-11-16 13:41:30 +00:00
96f98b5616 Enable more PCMCIA specific options, thanks sn9
SVN-Revision: 13110
2008-11-03 21:27:05 +00:00
9e98573a53 Flash mapping fixes from sn9, thanks
SVN-Revision: 13090
2008-11-01 16:06:06 +00:00
40c7588db0 Update kernel configuration and add profiles and per-profile kernel configuration files for AMIT and Zyxel boards, thanks sn9
SVN-Revision: 13064
2008-10-28 18:54:35 +00:00
5f9b69cfc6 Add flashmap support for AMIT and Zyxel boards, thanks sn9
SVN-Revision: 13063
2008-10-28 18:53:41 +00:00
412a26cd00 Remove some configuration files, workarounds are now in the ethernet driver, thanks sn9
SVN-Revision: 13062
2008-10-28 18:52:50 +00:00
8128c624bc Add amit boards specific fixups
SVN-Revision: 13061
2008-10-28 18:51:51 +00:00
3166a61946 Prepare image Makefile to generate valid images for amit and g570s boards, thanks sn9
SVN-Revision: 13059
2008-10-28 16:53:13 +00:00
349e61e681 Fix target description and features available for rdc
SVN-Revision: 13058
2008-10-28 16:42:41 +00:00
3029c2fd53 disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
SVN-Revision: 12690
2008-09-24 19:28:53 +00:00
f2340f4b92 Fix card_idx calculation, thanks sn9
SVN-Revision: 12294
2008-08-13 15:08:34 +00:00
1b0318158d Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
SVN-Revision: 12136
2008-08-05 13:42:36 +00:00
4bc51e20f2 Remove 2.6.23 files, we will stick to 2.6.24 for rdc
SVN-Revision: 11944
2008-07-26 18:49:26 +00:00
a05293af33 Stick to 2.6.24 on rdc for now
SVN-Revision: 11747
2008-07-08 11:28:37 +00:00
492ba57b56 update targets to 2.6.25.10
SVN-Revision: 11667
2008-07-05 16:52:15 +00:00
7d81c1b6cc If the *.img file is larger than 0x1e8000 loading it with 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>

SVN-Revision: 11662
2008-07-05 13:38:19 +00:00
180526a910 Put the files created by the lzma decompressor patch in the files/ 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
2008-07-03 11:09:37 +00:00
8c4a4415d9 Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other kernel version
SVN-Revision: 11595
2008-06-28 11:08:52 +00:00
097d9cd367 Prior to kernel 2.6.23, architecture path was i386, allow that when switching kernel version
SVN-Revision: 11594
2008-06-28 11:08:01 +00:00
310c6108cd Put back 2.6.24 files as well
SVN-Revision: 11593
2008-06-28 11:07:07 +00:00
9e151671a9 Put back 2.6.23 files for rdc, allowing to switch from one kernel version to another for testing
SVN-Revision: 11592
2008-06-28 11:06:32 +00:00
dee39d10ee upgrade to 2.6.25.9
SVN-Revision: 11584
2008-06-26 14:28:16 +00:00
2ccf25789e sync kernel config
SVN-Revision: 11525
2008-06-17 14:01:07 +00:00
4af6ac74fb upgrade to 2.6.25.7, and refresh patches
SVN-Revision: 11523
2008-06-17 12:57:04 +00:00
0d40a2f95b his patch mainly fixes the huge delay when we ping from the RDC device to 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
2008-06-16 13:25:14 +00:00
01e594e704 This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch 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
2008-06-16 13:24:41 +00:00
368f07fc97 Hi,
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
2008-06-16 13:24:09 +00:00
31d9bcc1fc Use 2.6.25.6 for rdc
SVN-Revision: 11447
2008-06-12 08:07:08 +00:00
23d1a5bd88 Use 2.6.25 for rdc321x
SVN-Revision: 11439
2008-06-11 16:38:37 +00:00
7768b916fe refresh kernel patches
SVN-Revision: 11210
2008-05-19 12:11:46 +00:00
f9719b35c8 upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)
SVN-Revision: 11184
2008-05-18 20:12:54 +00:00
e3a42b23c6 enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate
SVN-Revision: 11097
2008-05-09 17:08:51 +00:00
e84649e578 naming convention
SVN-Revision: 10965
2008-04-28 16:28:29 +00:00
68943e35c2 upgrade to 2.6.24.5
SVN-Revision: 10959
2008-04-28 10:23:36 +00:00
c6fe45ed55 properly disable CONFIG_CRYPTO_HW
SVN-Revision: 10952
2008-04-27 12:31:50 +00:00
de4731935a add missing symbol
SVN-Revision: 10935
2008-04-25 13:02:20 +00:00
ef62f5f24d Use an update r6040 driver
SVN-Revision: 10754
2008-04-07 07:50:45 +00:00
704d0016de Fix bzImage copy with 2.6.24 kernels
SVN-Revision: 10574
2008-03-09 11:08:38 +00:00
c592ef61b3 Upgrade rdc to 2.6.24
SVN-Revision: 10453
2008-02-13 14:35:18 +00:00
3a0e58b2e1 upgrade & standardize kernel versions
SVN-Revision: 10443
2008-02-11 10:50:40 +00:00
8ee2e7a4a3 Also generate http uploadable images for Airlink AR525w
SVN-Revision: 10229
2008-01-21 14:11:01 +00:00
6907b29d8f Upgrade rdc to 2.6.23.14
SVN-Revision: 10228
2008-01-21 13:26:48 +00:00
e22d12ddfc Add support for the gpio connected reset button
SVN-Revision: 10173
2008-01-11 15:19:13 +00:00
1bca0cc517 make the image filenames a bit shorter
SVN-Revision: 9533
2007-11-10 23:08:11 +00:00
486492b407 We are now at .23.1
SVN-Revision: 9415
2007-10-23 08:13:12 +00:00
e9d7dc5803 Resync kernel config, do not enable the setup file
SVN-Revision: 9329
2007-10-15 17:26:27 +00:00
f61a627092 Typo on PCI ids
SVN-Revision: 9328
2007-10-15 17:04:34 +00:00