[Xenomai] ?????? ipipe can't handle interrupt from ohci-s3c2410 well

2012-09-13 Thread Morning
I add my code in s3c24xx_init_irq()as followed and it works very well .. break; case IRQ_USBH: set_irq_chip(irqno, &s3c_irq_level_chip); set_irq_handler(irqno, handle_level_irq);

[Xenomai] USB 3.0 on Xenomai

2012-09-13 Thread Glen Wernersbach
Hi All, Back to this question. If I wanted to write a very specific one trick pony RTDM driver for a USB 3.0 controller that would do basic read and writes to my vendor specific device where would I start? I just need them to run in real time. Glen -- Glen Wernersbach President & CTO Jetsoft

[Xenomai] ?????? ipipe can't handle interrupt from ohci-s3c2410 well

2012-09-13 Thread Morning
Thank you for your suggestion ! The related code in s3c24xx_init_irq() was as followed : switch (irqno) { /* deal with the special IRQs (cascaded) */ case IRQ_EINT4t7: case IRQ_EINT8t23: case IRQ_UART0: case IR

Re: [Xenomai] posix skin pthread_create issue

2012-09-13 Thread Gilles Chanteperdrix
On 09/13/2012 07:13 PM, Pierre Quelin wrote: > > Le 12/09/2012 22:27, Gilles Chanteperdrix a écrit : >> On 09/12/2012 09:26 PM, Pierre Quelin wrote: >> >>> Thank you for quick answer. >>> >>> my context >>> >>> xenomai : 2.6.0 adeos : 2.11-02 kernel : 2.6.38.8 arch : pentium pro >>> gcc : 4.6.3 d

Re: [Xenomai] ipipe can't handle interrupt from ohci-s3c2410 well

2012-09-13 Thread Gilles Chanteperdrix
On 09/13/2012 06:57 PM, Morning wrote: > Hello,I use linux kernel 2.6.33 and xenomai 2.5.3 to build my > rt-embedded system based on S3c2440,but i found the ipipe can't > handle interrupt from the usb host controller well .I tried > adeos-ipipe-2.6.33-arm-1.16-01.patch which xenomai contains and >

[Xenomai] ipipe can't handle interrupt from ohci-s3c2410 well

2012-09-13 Thread Morning
Hello,I use linux kernel 2.6.33 and xenomai 2.5.3 to build my rt-embedded system based on S3c2440,but i found the ipipe can't handle interrupt from the usb host controller well .I tried adeos-ipipe-2.6.33-arm-1.16-01.patch which xenomai contains and adeos-ipipe-2.6.33-arm-1.18-03.patch which is

Re: [Xenomai] [PATCH 3/3] Fix IRQs-off-tracer for x86_64

2012-09-13 Thread Gilles Chanteperdrix
On 09/13/2012 06:25 PM, Wolfgang Mauerer wrote: > On 13/09/12 15:26, Gilles Chanteperdrix wrote: >> On 09/13/2012 02:58 PM, Wolfgang Mauerer wrote: >>> On 13/09/12 11:40, Gilles Chanteperdrix wrote: On 09/13/2012 10:46 AM, Wolfgang Mauerer wrote: > On 13/09/12 08:43, Gilles Chanteperdrix w

Re: [Xenomai] [PATCH 3/3] Fix IRQs-off-tracer for x86_64

2012-09-13 Thread Wolfgang Mauerer
On 13/09/12 15:26, Gilles Chanteperdrix wrote: > On 09/13/2012 02:58 PM, Wolfgang Mauerer wrote: >> On 13/09/12 11:40, Gilles Chanteperdrix wrote: >>> On 09/13/2012 10:46 AM, Wolfgang Mauerer wrote: On 13/09/12 08:43, Gilles Chanteperdrix wrote: >> >> ... (some code with varying amounts of po

Re: [Xenomai] Xenomai on Beaglebone

2012-09-13 Thread Gilles Chanteperdrix
On 09/13/2012 03:31 PM, Stephan Kappertz wrote: >> Hi Stephan, >> >> >> I saw that you got Xenomai running on the Beaglebone from the >> thread here: >> http://www.xenomai.org/pipermail/xenomai/2012-July/000476.html >> >> >> I was wondering if you would be willing to share the source code >> fo

Re: [Xenomai] Xenomai on Beaglebone

2012-09-13 Thread Stephan Kappertz
> Hi Stephan, > > > I saw that you got Xenomai running on the Beaglebone from the thread here: > http://www.xenomai.org/pipermail/xenomai/2012-July/000476.html > > > I was wondering if you would be willing to share the source code for this. I > am interested in getting Xenomai working on t

Re: [Xenomai] [PATCH 3/3] Fix IRQs-off-tracer for x86_64

2012-09-13 Thread Gilles Chanteperdrix
On 09/13/2012 02:58 PM, Wolfgang Mauerer wrote: > On 13/09/12 11:40, Gilles Chanteperdrix wrote: >> On 09/13/2012 10:46 AM, Wolfgang Mauerer wrote: >>> On 13/09/12 08:43, Gilles Chanteperdrix wrote: > > ... (some code with varying amounts of pops and pushed)... > >>> that fixes the bug, too -- th

Re: [Xenomai] [PATCH 3/3] Fix IRQs-off-tracer for x86_64

2012-09-13 Thread Wolfgang Mauerer
Best regards, Wolfgang -- Siemens AG, Corporate Technology Corporate Competence Centre Embedded Linux -- next part -- A non-text attachment was scrubbed... Name: 0001-Fix-IRQs-off-tracer-for-x86_64.patch Type: text/x-patch Size: 2271 bytes Desc: not available URL: <h

Re: [Xenomai] [PATCH 3/3] Fix IRQs-off-tracer for x86_64

2012-09-13 Thread Gilles Chanteperdrix
On 09/13/2012 10:46 AM, Wolfgang Mauerer wrote: > On 13/09/12 08:43, Gilles Chanteperdrix wrote: >> On 09/12/2012 07:00 PM, Wolfgang Mauerer wrote: >> >>> Earlier kernels abused the frame pointer to store the >>> old stack pointer in SAVE_ARGS_IRQ. This behaviour was >>> changed in upstream commit

Re: [Xenomai] [PATCH 3/3] Fix IRQs-off-tracer for x86_64

2012-09-13 Thread Wolfgang Mauerer
On 13/09/12 08:43, Gilles Chanteperdrix wrote: > On 09/12/2012 07:00 PM, Wolfgang Mauerer wrote: > >> Earlier kernels abused the frame pointer to store the >> old stack pointer in SAVE_ARGS_IRQ. This behaviour was >> changed in upstream commit a2bbe75089d, which breaks >> the IRQs-off tracing code