[uClinux-dev] Firewire

2009-02-02 Thread Kenneth Porter
What's the current status of Firewire support in uClinux? I'm thinking of going with a board from http://embeddedartists.com/ and building a daughtercard with a GP2Lynx (TI TSB12LV32). I saw in the archives that a driver had been written for the 2.4 kernel but it looks like 2.6 is now the

Re: [uClinux-dev] Minimum size of uCLinux and J9 compatibility

2009-02-02 Thread Jamie Lokier
Jonathan Wong wrote: Hi Jamie, My solution is to use Sigma's GCC 2.95.3 when building a program that links to their libraries, but use newer GCC for other programs (that don't use Sigma's libraries at all). And then use JNI to call Sigma's libraries? That dashes my hopes to port

Re: [uClinux-dev] Minimum size of uCLinux and J9 compatibility

2009-02-02 Thread Jamie Lokier
Jamie Lokier wrote: On my video player, the control program just runs the media player in a child process and talks over a pipe to it, in simple text commands. So the control program can be in any language, in theory. small This is also quite handy when the codec crashes or gets stuck... the

Re: [uClinux-dev] [PATCH] m68k: Unify arch/m68k/include/asm/unistd.h

2009-02-02 Thread Geert Uytterhoeven
On Sun, 1 Feb 2009, Greg Ungerer wrote: Geert Uytterhoeven wrote: m68k: use mmu scatterlist.h for non-mmu setups as well A small cleanup: From bb3640a02d427175006f8d0c49311bf7a2290dd0 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven ge...@linux-m68k.org Date: Mon, 2 Feb 2009 22:14:23

Re: [uClinux-dev] [PATCH] m68k: Unify arch/m68k/include/asm/unistd.h

2009-02-02 Thread Geert Uytterhoeven
On Sun, 1 Feb 2009, Greg Ungerer wrote: m68k: use non-mmu version of unaligned.h for all m68k And another one. The rest looks OK. From f94c9409356de883fd343cc7c0f25dd955bcad42 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven ge...@linux-m68k.org Date: Mon, 2 Feb 2009 22:12:36 +0100

Re: [uClinux-dev] Minimum size of uCLinux and J9 compatibility

2009-02-02 Thread Chris Gray
On Monday 02 February 2009 22:01:12 Jamie Lokier wrote: I didn't use Java because I thought it wouldn't fit, to be honest. There's about 10MB free on my 64MB device (32 allocated to video coprocessors, away from Linux; the rest is used by Linux, utils etc.) I found that's actually not enough

Re: [uClinux-dev] Minimum size of uCLinux and J9 compatibility

2009-02-02 Thread Chris Gray
On Monday 02 February 2009 22:16:07 Jamie Lokier wrote: Jamie Lokier wrote: On my video player, the control program just runs the media player in a child process and talks over a pipe to it, in simple text commands. So the control program can be in any language, in theory. small This is

[uClinux-dev] How to commonicate to ttySx in a kernel driver

2009-02-02 Thread Siegfried Müller
Hi, i want to send an receive characters trough /dev/ttyS2 in a kernel driver. How can i do this? Thanks for any hint. Cheers Siegfried ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This

Re: [uClinux-dev] [PATCH] m68k: Unify arch/m68k/include/asm/unistd.h

2009-02-02 Thread Greg Ungerer
Hi Geert, Geert Uytterhoeven wrote: On Sun, 1 Feb 2009, Greg Ungerer wrote: Geert Uytterhoeven wrote: m68k: use mmu scatterlist.h for non-mmu setups as well A small cleanup: Thanks, I'll put that in the git tree as well. Regards Greg From bb3640a02d427175006f8d0c49311bf7a2290dd0

Re: [uClinux-dev] [PATCH] m68k: Unify arch/m68k/include/asm/unistd.h

2009-02-02 Thread Greg Ungerer
Hi Geert, Geert Uytterhoeven wrote: On Sun, 1 Feb 2009, Greg Ungerer wrote: m68k: use non-mmu version of unaligned.h for all m68k And another one. The rest looks OK. I applied that to the m68knommu git tree too. Thanks Greg From f94c9409356de883fd343cc7c0f25dd955bcad42 Mon Sep