All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] ipipe backport for 2.4
@ 2005-11-28 22:36 Alexis Berlemont
  2005-11-29 20:46 ` Hannes Mayer
  0 siblings, 1 reply; 5+ messages in thread
From: Alexis Berlemont @ 2005-11-28 22:36 UTC (permalink / raw)
  To: adeos-main

Hi,

A backport of I-Pipe 2.6/x86 has been made for 2.4/x86. The patch is available 
at the following URL:

http://download.gna.org/adeos/patches/v2.4/i386/adeos-ipipe-2.4.31-i386-1.0-00.patch

All the I-Pipe stuff is quite similar to its big brother's. As a matter of 
fact, I-Pipe 2.4 is an adaptation of I-Pipe 2.6. I have tried to be as close 
as possible to the original implementation. Most of the changes are due to 
2.6 API evolutions. The handlers (irq, exception) have also been reviewed 
(argument marshalling is not used in 2.6).

Consequently, the 2.4 I-Pipe branch offers same functionnalities as 2.6's and 
their behaviours are nearly identical.

This patch has been tested on UP and SMP modes. 

 Regards.

Alexis.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Adeos-main] ipipe backport for 2.4
  2005-11-28 22:36 [Adeos-main] ipipe backport for 2.4 Alexis Berlemont
@ 2005-11-29 20:46 ` Hannes Mayer
  2005-11-29 22:10   ` Philippe Gerum
  0 siblings, 1 reply; 5+ messages in thread
From: Hannes Mayer @ 2005-11-29 20:46 UTC (permalink / raw)
  To: Alexis Berlemont; +Cc: adeos-main

Ciao Alexis!

Alexis Berlemont wrote:
> Hi,
> 
> A backport of I-Pipe 2.6/x86 has been made for 2.4/x86. The patch is available 
> at the following URL:
> 
> http://download.gna.org/adeos/patches/v2.4/i386/adeos-ipipe-2.4.31-i386-1.0-00.patch

Way cool! Thanks! :-)

> Consequently, the 2.4 I-Pipe branch offers same functionnalities as 2.6's and 
> their behaviours are nearly identical.

Just one question - what do you mean by "nearly identical" ?
Could you provide a brief list of the differences ?

Thanks,
Hannes.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Adeos-main] ipipe backport for 2.4
  2005-11-29 20:46 ` Hannes Mayer
@ 2005-11-29 22:10   ` Philippe Gerum
  2005-11-30 20:32     ` Hannes Mayer
  0 siblings, 1 reply; 5+ messages in thread
From: Philippe Gerum @ 2005-11-29 22:10 UTC (permalink / raw)
  To: Hannes Mayer; +Cc: adeos-main, Alexis Berlemont

Hannes Mayer wrote:
> Ciao Alexis!
> 
> Alexis Berlemont wrote:
> 
>> Hi,
>>
>> A backport of I-Pipe 2.6/x86 has been made for 2.4/x86. The patch is 
>> available at the following URL:
>>
>> http://download.gna.org/adeos/patches/v2.4/i386/adeos-ipipe-2.4.31-i386-1.0-00.patch 
>>
> 
> 
> Way cool! Thanks! :-)
> 
>> Consequently, the 2.4 I-Pipe branch offers same functionnalities as 
>> 2.6's and their behaviours are nearly identical.
> 
> 
> Just one question - what do you mean by "nearly identical" ?
> Could you provide a brief list of the differences ?
> 

Functionally: none.

-- 

Philippe.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Adeos-main] ipipe backport for 2.4
  2005-11-29 22:10   ` Philippe Gerum
@ 2005-11-30 20:32     ` Hannes Mayer
  2005-11-30 21:44       ` Philippe Gerum
  0 siblings, 1 reply; 5+ messages in thread
From: Hannes Mayer @ 2005-11-30 20:32 UTC (permalink / raw)
  To: Philippe Gerum; +Cc: adeos-main, Alexis Berlemont

Philippe Gerum wrote:
> Hannes Mayer wrote:
> 
>> Ciao Alexis!
>>
>> Alexis Berlemont wrote:
>>
>>> Hi,
>>>
>>> A backport of I-Pipe 2.6/x86 has been made for 2.4/x86. The patch is 
>>> available at the following URL:
>>>
>>> http://download.gna.org/adeos/patches/v2.4/i386/adeos-ipipe-2.4.31-i386-1.0-00.patch 
>>>
>> Way cool! Thanks! :-)
>>
>>> Consequently, the 2.4 I-Pipe branch offers same functionnalities as 
>>> 2.6's and their behaviours are nearly identical.
>>
>> Just one question - what do you mean by "nearly identical" ?
>> Could you provide a brief list of the differences ?
>>
> 
> Functionally: none.

Thanks Philippe!
I tested a few examples I've written for adeos-ipipe and all work well so far.

Best regards,
Hannes.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Adeos-main] ipipe backport for 2.4
  2005-11-30 20:32     ` Hannes Mayer
@ 2005-11-30 21:44       ` Philippe Gerum
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Gerum @ 2005-11-30 21:44 UTC (permalink / raw)
  To: Hannes Mayer; +Cc: adeos-main, Alexis Berlemont

Hannes Mayer wrote:
> Philippe Gerum wrote:
> 
>> Hannes Mayer wrote:
>>
>>> Ciao Alexis!
>>>
>>> Alexis Berlemont wrote:
>>>
>>>> Hi,
>>>>
>>>> A backport of I-Pipe 2.6/x86 has been made for 2.4/x86. The patch is 
>>>> available at the following URL:
>>>>
>>>> http://download.gna.org/adeos/patches/v2.4/i386/adeos-ipipe-2.4.31-i386-1.0-00.patch 
>>>>
>>>
>>> Way cool! Thanks! :-)
>>>
>>>> Consequently, the 2.4 I-Pipe branch offers same functionnalities as 
>>>> 2.6's and their behaviours are nearly identical.
>>>
>>>
>>> Just one question - what do you mean by "nearly identical" ?
>>> Could you provide a brief list of the differences ?
>>>
>>
>> Functionally: none.
> 
> 
> Thanks Philippe!
> I tested a few examples I've written for adeos-ipipe and all work well 
> so far.

Good. Actually, Xenomai is running on top of the ppc and x86 backports 
perfectly too.

-- 

Philippe.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-30 21:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-28 22:36 [Adeos-main] ipipe backport for 2.4 Alexis Berlemont
2005-11-29 20:46 ` Hannes Mayer
2005-11-29 22:10   ` Philippe Gerum
2005-11-30 20:32     ` Hannes Mayer
2005-11-30 21:44       ` Philippe Gerum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.