[Xenomai-core] new features for 16550A driver

2007-09-26 Thread Guillaume Gaudonville
Hello, I'm working on a project which aims at porting an application running under VxWorks to Linux. This application uses the serial port. I would like to add an ioctl or a field in the config structure to permit to strip or not the parity bit of each byte on reception. This feature is implement

Re: [Xenomai-core] Adeos PowerPC patch differences

2007-09-26 Thread Benjamin ZORES
Philippe Gerum wrote: > Yes. I have tested 2.6.22-DENX over two Freescale boards, namely mpc52xx > and mpc8548, using this very same setup. Btw, you will need to pick > 2.0-01 which landed today in the repo, since I fixed a couple of issues > (one being serious) there. > Thanks for the info abou

Re: [Xenomai-core] Adeos PowerPC patch differences

2007-09-26 Thread Wolfgang Grandegger
Benjamin ZORES wrote: > Philippe Gerum wrote: >> Yes. I have tested 2.6.22-DENX over two Freescale boards, namely mpc52xx >> and mpc8548, using this very same setup. Btw, you will need to pick >> 2.0-01 which landed today in the repo, since I fixed a couple of issues >> (one being serious) there. >

Re: [Xenomai-core] Adeos PowerPC patch differences

2007-09-26 Thread Benjamin ZORES
Wolfgang Grandegger wrote: > Benjamin ZORES wrote: >> Philippe Gerum wrote: >>> Yes. I have tested 2.6.22-DENX over two Freescale boards, namely >>> mpc52xx >>> and mpc8548, using this very same setup. Btw, you will need to pick >>> 2.0-01 which landed today in the repo, since I fixed a couple of

Re: [Xenomai-core] [RFC] Fast Context Switch Extension for ARM Linux

2007-09-26 Thread Sebastian Smolorz
Richard Cochran wrote: > I know that this is a bit off topic, yet perhaps some on this list > have interest or knowledge in this area. I am also posting this idea > to the linux-arm-kernel list. > > I would like to implement the ARM FCSE under Linux, using the Intel > IXP425 board. Before I start,

Re: [Xenomai-core] new features for 16550A driver

2007-09-26 Thread Jan Kiszka
Guillaume Gaudonville wrote: > Hello, > > I'm working on a project which aims at porting an application > running under VxWorks to Linux. This application uses the serial > port. > > I would like to add an ioctl or a field in the config structure > to permit to strip or not the parity bit of each

Re: [Xenomai-core] Adeos PowerPC patch differences

2007-09-26 Thread Wolfgang Grandegger
Benjamin ZORES wrote: > Wolfgang Grandegger wrote: >> Benjamin ZORES wrote: >>> Philippe Gerum wrote: Yes. I have tested 2.6.22-DENX over two Freescale boards, namely mpc52xx and mpc8548, using this very same setup. Btw, you will need to pick 2.0-01 which landed today in the re

Re: [Xenomai-core] RTCAN (MSCAN) doesn't compile on latest Denx 2.6.23

2007-09-26 Thread Daniel Schnell
Wolfgang Grandegger wrote: > > I have a patch already since a while but forgot to post it. Could you > please give the attached patch a try? > I have given the patch a try and it doesn't quite work out of the box, as there is an index off-by-one error concerning the configured CAN ports. The r

Re: [Xenomai-core] RTCAN (MSCAN) doesn't compile on latest Denx 2.6.23

2007-09-26 Thread Wolfgang Grandegger
Daniel Schnell wrote: > Wolfgang Grandegger wrote: > >> I have a patch already since a while but forgot to post it. Could you >> please give the attached patch a try? >> > > I have given the patch a try and it doesn't quite work out of the box, > as there is an index off-by-one error concerning

Re: [Xenomai-core] Adeos PowerPC patch differences

2007-09-26 Thread Benjamin ZORES
Wolfgang Grandegger wrote: > Benjamin ZORES wrote: >> Wolfgang Grandegger wrote: >>> Benjamin ZORES wrote: Philippe Gerum wrote: > Yes. I have tested 2.6.22-DENX over two Freescale boards, namely > mpc52xx > and mpc8548, using this very same setup. Btw, you will need to pick >

[Xenomai-core] [PATCH] Fix attribute reference in __wrap_pthread_create

2007-09-26 Thread Jan Kiszka
Hi Gilles, my rt-cap changes to the posix lib caused another regression. I don't understand what my intention of changing the attribute reference once was (probably an intermediate change), but it was wrong. The attached patch now makes all programs happy that create pthreads without attribut

Re: [Xenomai-core] new features for 16550A driver

2007-09-26 Thread Guillaume Gaudonville
2007/9/26, Jan Kiszka <[EMAIL PROTECTED]>: > > Guillaume Gaudonville wrote: > > Hello, > > > > I'm working on a project which aims at porting an application > > running under VxWorks to Linux. This application uses the serial > > port. > > > > I would like to add an ioctl or a field in the config s

Re: [Xenomai-core] new features for 16550A driver

2007-09-26 Thread Guillaume Gaudonville
I've attached the patch drafts. It works fine for me. it prepare the work to implement the other iflag values as describe in man tcsetattr. 2007/9/26, Guillaume Gaudonville <[EMAIL PROTECTED]>: > > > > 2007/9/26, Jan Kiszka <[EMAIL PROTECTED]>: > > > > Guillaume Gaudonville wrote: > > > Hello, > >

[Xenomai-core] [BUG] sep-related oops on 2.6.20

2007-09-26 Thread Jan Kiszka
Hi, [ 765.881682] general protection fault: [#2] [ 765.881686] SMP [ 765.881692] Modules linked in: xeno_timerbench sky2 xeno_rtdm xeno_native xeno_nucleus ipv6 binfmt_misc rfcomm l2cap bluetooth i915 drm ppdev capability commoncap dock button video sbs battery i2c_ec i2c_core ac af_pac

Re: [Xenomai-core] new features for 16550A driver

2007-09-26 Thread Jan Kiszka
Guillaume Gaudonville wrote: > I've attached the patch drafts. It works fine for me. it prepare the work to > implement the other iflag values as describe in man tcsetattr. > ... > > Index: ksrc/drivers/serial/16550A.c > === > ---

Re: [Xenomai-core] [RFC] Fast Context Switch Extension for ARM Linux

2007-09-26 Thread Richard Cochran
> -Original Message- From: Sebastian Smolorz > Sent: Wednesday, September 26, 2007 11:28 AM > > We consider to set up a git repository so that you and all > interested people will be able to clone from it. If anyone feels > prepared to contribute code to this project we either can provide >