low latency/preempt patch for denx linuxppc_2_4_devel

2005-08-15 Thread Dmytro Bablinyuk
I hope this is the right place to ask. My apologise if it's wrong. I am using linuxppc_2_4_devel from denx.de (2.4.25 PPC oriented patched kernel) and looking at the code I didn't find any low latency/preempt patches (well this is still a 2.4.x kernel, so no problem) so I went to the internet

8xx: i2c-algo-8xx - fixed timeout detection and transmission errors

2005-08-15 Thread [EMAIL PROTECTED]
Hi Jocke, I changed the force_reinit() to // Disable interrupts. i2c-i2c_i2cmr = 0; i2c-i2c_i2cer = 0xff; // Clear enable i2c-i2c_i2mod = ~1; // Reset internal state iip-iic_rstate = 0; iip-iic_tstate = 0; This seems to work and is less code than my old force_reinit(). On the other hand:

8xx: i2c-algo-8xx - fixed timeout detection and transmission errors

2005-08-15 Thread Joakim Tjernlund
Hi Jocke, I changed the force_reinit() to // Disable interrupts. i2c-i2c_i2cmr = 0; i2c-i2c_i2cer = 0xff; // Clear enable i2c-i2c_i2mod = ~1; // Reset internal state iip-iic_rstate = 0; iip-iic_tstate = 0; This seems to work and is less code than my old force_reinit(). On the

how to run iptables-1.2.9 at Kernel 2.4.25

2005-08-15 Thread 徐小威
Hi all: I got some problem at compiler iptables 1.2.9 at my 2.4.25 Linux, anybody know how to solve it? PS:I used eldk 3.1.1 and 2.4.25 kernel at my custom MPC852T board. extensions/libipt_ULOG.c: In function `init': extensions/libipt_ULOG.c:58: error: `NFLOG_DEFAULT_NLGROUP' undeclared

how to run iptables-1.2.9 at Kernel 2.4.25

2005-08-15 Thread Wolfgang Denk
In message 1124094153.13556.3.camel at banana you wrote: I got some problem at compiler iptables 1.2.9 at my 2.4.25 Linux, anybody know how to solve it? Please provide a correct subject. It seems your problem is not with running but with building iptables, right? PS:I used eldk 3.1.1

[00/02] MPC5200 Bestcomm platform driver

2005-08-15 Thread Andrey Volkov
/attachments/20050815/4e7dfee4/attachment.txt

[01/02] Fec MPC5200 eth driver

2005-08-15 Thread Andrey Volkov
Second part. Contain only FEC parts. Depended on previous bestcomm patch. -- Regards Andrey Volkov -- next part -- An embedded and charset-unspecified text was scrubbed... Name: 02-fec52xx.diff Url: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050815

[00/02] MPC5200 Bestcomm platform driver

2005-08-15 Thread Andrey Volkov
Sylvain Munaut wrote: Obviously I haven't yet had the time to review all the code but the glance I had looked good ! I'll review it deeper and test it and come back to you asap. As you could see it was only first step (I hope at not so long way :)): bring Dale's code to the current kernel, and

[00/02] MPC5200 Bestcomm platform driver

2005-08-15 Thread Dale Farnsworth
On Mon, Aug 15, 2005 at 03:05:37PM +, Andrey Volkov wrote: Sylvain Munaut wrote: Obviously I haven't yet had the time to review all the code but the glance I had looked good ! I'll review it deeper and test it and come back to you asap. As you could see it was only first step (I hope

error when loading shared library

2005-08-15 Thread Matthew McClintock
First off it is bad idea to post HTML to this list, you are more likely to get a response if you post plain text. On Sun, 2005-08-14 at 20:36 -0700, Maziah Mat @ Mohamad wrote: Hi, I working with MPC8560ADS development which loaded with the ppc-linux glibc -3.3.2. You should be a bit

[00/02] MPC5200 Bestcomm platform driver

2005-08-15 Thread Andrey Volkov
Dale Farnsworth wrote: On Mon, Aug 15, 2005 at 03:05:37PM +, Andrey Volkov wrote: Sylvain Munaut wrote: Obviously I haven't yet had the time to review all the code but the glance I had looked good ! I'll review it deeper and test it and come back to you asap. As you could see it was

subscribe linuxppc-embedded

2005-08-15 Thread Randazzo, Michael
part -- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050815/5ede6734/attachment.htm

eBay Inc: Please Confirm Your Banking Details [Mon, 15 Aug 2005 22:38:14 -0100]

2005-08-15 Thread eBay
An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050815/3088a19b/attachment.htm

GCJ

2005-08-15 Thread [EMAIL PROTECTED]
-- An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050815/ee5b1a4f/attachment.htm

Best kernel for Xilinx VirtexII Pro/PPC405 ?

2005-08-15 Thread Peter Ryser
You might want to look at Xilinx Application Note 765 (XAPP765, http://www.xilinx.com/bvdocs/appnotes/xapp765.pdf) for some instructions on how to get started with EDK and Linux. All source is published in linuxppc-2.4. - Peter Keith J Outwater wrote: Hello all - I am designing an embedded

[PATCH] ppc32: fix ppc4xx stb03xxx dma build

2005-08-15 Thread Matt Porter
Fixes build on 4xx stb03xxx when general purpose dma engine support is enabled. Signed-off-by: Matt Porter mporter at kernel.crashing.org diff --git a/arch/ppc/syslib/ppc4xx_dma.c b/arch/ppc/syslib/ppc4xx_dma.c --- a/arch/ppc/syslib/ppc4xx_dma.c +++ b/arch/ppc/syslib/ppc4xx_dma.c @@ -620,6

Redwood-6 and 2.6

2005-08-15 Thread Matt Porter
On Thu, Aug 11, 2005 at 09:28:19PM -0600, Otto Solares wrote: Hi! Redwood-6 support in 2.6 is broken. I subscribed to this list just to know if somebody is working on it? 2.4.30 works ok. I went ahead and fixed this compile issue in the following patch: