All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
@ 2007-01-15 15:27 Steven Scholz
  2007-01-15 15:41 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 9+ messages in thread
From: Steven Scholz @ 2007-01-15 15:27 UTC (permalink / raw)
  To: xenomai

Hi all,

are there IPIPE Patches for recent kernels (2.6.19) available for
Freescale's i.MX1/i.MXL and Atmel's AT91RM9200 cpus available.

Thanks a million,

Steven



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

* Re: [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
  2007-01-15 15:27 [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ? Steven Scholz
@ 2007-01-15 15:41 ` Gilles Chanteperdrix
  2007-01-15 16:08   ` Steven Scholz
  0 siblings, 1 reply; 9+ messages in thread
From: Gilles Chanteperdrix @ 2007-01-15 15:41 UTC (permalink / raw)
  To: Steven Scholz; +Cc: xenomai

Steven Scholz wrote:
> Hi all,
> 
> are there IPIPE Patches for recent kernels (2.6.19) available for
> Freescale's i.MX1/i.MXL and Atmel's AT91RM9200 cpus available.
> 
> Thanks a million,

Hi,

The IPIPE patches for ARM exist for linux 2.6.14 and 2.6.15. There is an
i.MX21 port for 2.6.14 and an AT91 port for 2.6.15. I do not know how
much i.MX21 is different from i.MX1.

Porting the IPIPE patch for ARM to linux 2.6.19 has a high priority on
the todo-list, but still needs to be done.

-- 
                                                 Gilles Chanteperdrix


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

* Re: [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
  2007-01-15 15:41 ` Gilles Chanteperdrix
@ 2007-01-15 16:08   ` Steven Scholz
  2007-01-15 16:17     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 9+ messages in thread
From: Steven Scholz @ 2007-01-15 16:08 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

Gilles,

>> are there IPIPE Patches for recent kernels (2.6.19) available for
>> Freescale's i.MX1/i.MXL and Atmel's AT91RM9200 cpus available.
> 
> The IPIPE patches for ARM exist for linux 2.6.14 and 2.6.15. There is an
> i.MX21 port for 2.6.14 and an AT91 port for 2.6.15...

Thanks very much.

Where can I find the AT91 patches? The i.MX stuff seems to be in xenomai-2.3.0.

--
Steven


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

* Re: [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
  2007-01-15 16:08   ` Steven Scholz
@ 2007-01-15 16:17     ` Gilles Chanteperdrix
  2007-01-15 16:21       ` Steven Scholz
  0 siblings, 1 reply; 9+ messages in thread
From: Gilles Chanteperdrix @ 2007-01-15 16:17 UTC (permalink / raw)
  To: Steven Scholz; +Cc: xenomai

Steven Scholz wrote:
> Gilles,
> 
> 
>>>are there IPIPE Patches for recent kernels (2.6.19) available for
>>>Freescale's i.MX1/i.MXL and Atmel's AT91RM9200 cpus available.
>>
>>The IPIPE patches for ARM exist for linux 2.6.14 and 2.6.15. There is an
>>i.MX21 port for 2.6.14 and an AT91 port for 2.6.15...
> 
> 
> Thanks very much.
> 
> Where can I find the AT91 patches? The i.MX stuff seems to be in xenomai-2.3.0.

Yes, the AT91 port should be in the next release of the 2.3 branch.

In the meantime, you can find them in Xenomai svn repository, either
under trunk/ksrc/arc/arm/patches/at91 or
branches/v2.3.x/ksrc/arch/arm/patches/at91.

The instructions to access Xenomai svn repository are available here:
https://gna.org/svn/?group=xenomai

-- 
                                                 Gilles Chanteperdrix


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

* Re: [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
  2007-01-15 16:17     ` Gilles Chanteperdrix
@ 2007-01-15 16:21       ` Steven Scholz
  2007-01-15 17:04         ` Gilles Chanteperdrix
  0 siblings, 1 reply; 9+ messages in thread
From: Steven Scholz @ 2007-01-15 16:21 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

Gilles,

>>>> are there IPIPE Patches for recent kernels (2.6.19) available for
>>>> Freescale's i.MX1/i.MXL and Atmel's AT91RM9200 cpus available.
>>> The IPIPE patches for ARM exist for linux 2.6.14 and 2.6.15. There is an
>>> i.MX21 port for 2.6.14 and an AT91 port for 2.6.15...
>>
>> Thanks very much.
>>
>> Where can I find the AT91 patches? The i.MX stuff seems to be in xenomai-2.3.0.
> 
> Yes, the AT91 port should be in the next release of the 2.3 branch.
> 
> In the meantime, you can find them in Xenomai svn repository, either
> under trunk/ksrc/arc/arm/patches/at91 or
> branches/v2.3.x/ksrc/arch/arm/patches/at91.

Ok. Thanks.

IIUC then 2.6.15 was before the introduction of the generic irq layer.

So would these make it easier to port to a newer kernel? Or harder?

Steven


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

* Re: [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
  2007-01-15 16:21       ` Steven Scholz
@ 2007-01-15 17:04         ` Gilles Chanteperdrix
  2007-01-15 17:14           ` Philippe Gerum
  0 siblings, 1 reply; 9+ messages in thread
From: Gilles Chanteperdrix @ 2007-01-15 17:04 UTC (permalink / raw)
  To: Steven Scholz; +Cc: xenomai

Steven Scholz wrote:
> Ok. Thanks.
> 
> IIUC then 2.6.15 was before the introduction of the generic irq layer.
> 
> So would these make it easier to port to a newer kernel? Or harder?
> 
> Steven

I have not delved into the details of the 2.6.19 yet, but I would tend
to think that the genirq layer will only improve the genericity of the
I-pipe code on the long run.

Since Philippe has done the x86 port of Adeos on 2.6.19, he will
probably be able to comment more on that.

-- 
                                                 Gilles Chanteperdrix


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

* Re: [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
  2007-01-15 17:04         ` Gilles Chanteperdrix
@ 2007-01-15 17:14           ` Philippe Gerum
  2007-01-15 17:26             ` Steven Scholz
  0 siblings, 1 reply; 9+ messages in thread
From: Philippe Gerum @ 2007-01-15 17:14 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

On Mon, 2007-01-15 at 18:04 +0100, Gilles Chanteperdrix wrote:
> Steven Scholz wrote:
> > Ok. Thanks.
> > 
> > IIUC then 2.6.15 was before the introduction of the generic irq layer.
> > 
> > So would these make it easier to port to a newer kernel? Or harder?
> > 
> > Steven
> 
> I have not delved into the details of the 2.6.19 yet, but I would tend
> to think that the genirq layer will only improve the genericity of the
> I-pipe code on the long run.
> 
> Since Philippe has done the x86 port of Adeos on 2.6.19, he will
> probably be able to comment more on that.
> 

Genirq definitely makes Adeos ports and maintenance easier. A mid-term
goal is to rebase all Adeos ports over 2.6.19 and later.

-- 
Philippe.




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

* Re: [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
  2007-01-15 17:14           ` Philippe Gerum
@ 2007-01-15 17:26             ` Steven Scholz
  2007-01-15 18:38               ` Gilles Chanteperdrix
  0 siblings, 1 reply; 9+ messages in thread
From: Steven Scholz @ 2007-01-15 17:26 UTC (permalink / raw)
  To: rpm; +Cc: xenomai

Philippe,

>> Since Philippe has done the x86 port of Adeos on 2.6.19, he will
>> probably be able to comment more on that.
>>
> 
> Genirq definitely makes Adeos ports and maintenance easier. A mid-term
> goal is to rebase all Adeos ports over 2.6.19 and later.

Ok. Are you working on ipipe for ARM based on 2.6.19?

Steven


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

* Re: [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ?
  2007-01-15 17:26             ` Steven Scholz
@ 2007-01-15 18:38               ` Gilles Chanteperdrix
  0 siblings, 0 replies; 9+ messages in thread
From: Gilles Chanteperdrix @ 2007-01-15 18:38 UTC (permalink / raw)
  To: Steven Scholz; +Cc: xenomai

Steven Scholz wrote:
> Philippe,
> 
> 
>>>Since Philippe has done the x86 port of Adeos on 2.6.19, he will
>>>probably be able to comment more on that.
>>>
>>
>>Genirq definitely makes Adeos ports and maintenance easier. A mid-term
>>goal is to rebase all Adeos ports over 2.6.19 and later.
> 
> 
> Ok. Are you working on ipipe for ARM based on 2.6.19?

I plan to have a look at it soon.

-- 
                                                 Gilles Chanteperdrix


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

end of thread, other threads:[~2007-01-15 18:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-15 15:27 [Xenomai-core] IPIPE for ARM9 i.MX and AT91RM9200 ? Steven Scholz
2007-01-15 15:41 ` Gilles Chanteperdrix
2007-01-15 16:08   ` Steven Scholz
2007-01-15 16:17     ` Gilles Chanteperdrix
2007-01-15 16:21       ` Steven Scholz
2007-01-15 17:04         ` Gilles Chanteperdrix
2007-01-15 17:14           ` Philippe Gerum
2007-01-15 17:26             ` Steven Scholz
2007-01-15 18:38               ` Gilles Chanteperdrix

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.