All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] ARM I-pipe patch for 3.1+ kernels
@ 2012-06-21 20:14 Remco den Breeje
  2012-06-21 20:32 ` Philippe Gerum
  2012-06-21 20:33 ` Gilles Chanteperdrix
  0 siblings, 2 replies; 5+ messages in thread
From: Remco den Breeje @ 2012-06-21 20:14 UTC (permalink / raw)
  To: xenomai

Hi Gilles et.al.,

I'm interested in running a Xenomai patched system on a Raspberry Pi
computer[1] that compromises a ARM11 CPU (ARMv6 architecture). The Linux
kernels supported on the Raspberry are either Linux 3.1 or 3.2 [2,3], while
the most recent ARM ipipe patch is written for a 3.0 kernel. Looking at
your ipipe git[4], there hasn't been ARM related work for more recent
kernels.
What are the changes of a forward port, rebased on 3.1 or 3.2 kernels? Are
there underlying technical difficulties?

I'm aware that even if there was a >3.0 ARM patch available, the Raspberry
specific code needs to be ported. However, being a ARM-newby, porting board
specific code together with porting the ipipe code is one step too far ;)

Many thanks,

Remco den Breeje

[1] http://en.wikipedia.org/wiki/Raspberry_Pi
[2] https://github.com/raspberrypi/linux
[3] https://github.com/bootc/linux
[4] http://git.denx.de/?p=ipipe.git;a=summary

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

* Re: [Xenomai] ARM I-pipe patch for 3.1+ kernels
  2012-06-21 20:14 [Xenomai] ARM I-pipe patch for 3.1+ kernels Remco den Breeje
@ 2012-06-21 20:32 ` Philippe Gerum
  2012-06-21 20:33 ` Gilles Chanteperdrix
  1 sibling, 0 replies; 5+ messages in thread
From: Philippe Gerum @ 2012-06-21 20:32 UTC (permalink / raw)
  To: Remco den Breeje; +Cc: xenomai

On 06/21/2012 10:14 PM, Remco den Breeje wrote:
> Hi Gilles et.al.,
>
> I'm interested in running a Xenomai patched system on a Raspberry Pi
> computer[1] that compromises a ARM11 CPU (ARMv6 architecture). The Linux
> kernels supported on the Raspberry are either Linux 3.1 or 3.2 [2,3], while
> the most recent ARM ipipe patch is written for a 3.0 kernel. Looking at
> your ipipe git[4], there hasn't been ARM related work for more recent
> kernels.
> What are the changes of a forward port, rebased on 3.1 or 3.2 kernels? Are
> there underlying technical difficulties?
>
> I'm aware that even if there was a>3.0 ARM patch available, the Raspberry
> specific code needs to be ported. However, being a ARM-newby, porting board
> specific code together with porting the ipipe code is one step too far ;)
>

http://git.denx.de/?p=ipipe-2.6.git;a=shortlog;h=refs/heads/core-3.2


> Many thanks,
>
> Remco den Breeje
>
> [1] http://en.wikipedia.org/wiki/Raspberry_Pi
> [2] https://github.com/raspberrypi/linux
> [3] https://github.com/bootc/linux
> [4] http://git.denx.de/?p=ipipe.git;a=summary
> _______________________________________________
> Xenomai mailing list
> Xenomai@xenomai.org
> http://www.xenomai.org/mailman/listinfo/xenomai
>


-- 
Philippe.


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

* Re: [Xenomai] ARM I-pipe patch for 3.1+ kernels
  2012-06-21 20:14 [Xenomai] ARM I-pipe patch for 3.1+ kernels Remco den Breeje
  2012-06-21 20:32 ` Philippe Gerum
@ 2012-06-21 20:33 ` Gilles Chanteperdrix
  2012-06-21 21:40   ` Remco den Breeje
  2012-06-22  6:57   ` Remco den Breeje
  1 sibling, 2 replies; 5+ messages in thread
From: Gilles Chanteperdrix @ 2012-06-21 20:33 UTC (permalink / raw)
  To: Remco den Breeje; +Cc: xenomai

On 06/21/2012 10:14 PM, Remco den Breeje wrote:
> Hi Gilles et.al.,
> 
> I'm interested in running a Xenomai patched system on a Raspberry Pi
> computer[1] that compromises a ARM11 CPU (ARMv6 architecture). The Linux
> kernels supported on the Raspberry are either Linux 3.1 or 3.2 [2,3], while
> the most recent ARM ipipe patch is written for a 3.0 kernel. Looking at
> your ipipe git[4], there hasn't been ARM related work for more recent
> kernels.
> What are the changes of a forward port, rebased on 3.1 or 3.2 kernels? Are
> there underlying technical difficulties?
> 
> I'm aware that even if there was a >3.0 ARM patch available, the Raspberry
> specific code needs to be ported. However, being a ARM-newby, porting board
> specific code together with porting the ipipe code is one step too far ;)

The ipipe branch core-3.2 supports kernel 3.2 on arm. Note however that
a lot of things have changed in this patch version, so the I-pipe
porting guide is completely helpless.

More generally, the git repository with the current work on the arm
architecture is:
http://git.xenomai.org/ipipe-gch.git

The branch for kernel x.y is for-ipipe-x.y-arm

-- 
                                                                Gilles.


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

* Re: [Xenomai] ARM I-pipe patch for 3.1+ kernels
  2012-06-21 20:33 ` Gilles Chanteperdrix
@ 2012-06-21 21:40   ` Remco den Breeje
  2012-06-22  6:57   ` Remco den Breeje
  1 sibling, 0 replies; 5+ messages in thread
From: Remco den Breeje @ 2012-06-21 21:40 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

Hi Gilles,

Thanks. I overlooked that one.

Remco

On Thu, Jun 21, 2012 at 10:33 PM, Gilles Chanteperdrix <
gilles.chanteperdrix@xenomai.org> wrote:

> On 06/21/2012 10:14 PM, Remco den Breeje wrote:
> > Hi Gilles et.al.,
> >
> > I'm interested in running a Xenomai patched system on a Raspberry Pi
> > computer[1] that compromises a ARM11 CPU (ARMv6 architecture). The Linux
> > kernels supported on the Raspberry are either Linux 3.1 or 3.2 [2,3],
> while
> > the most recent ARM ipipe patch is written for a 3.0 kernel. Looking at
> > your ipipe git[4], there hasn't been ARM related work for more recent
> > kernels.
> > What are the changes of a forward port, rebased on 3.1 or 3.2 kernels?
> Are
> > there underlying technical difficulties?
> >
> > I'm aware that even if there was a >3.0 ARM patch available, the
> Raspberry
> > specific code needs to be ported. However, being a ARM-newby, porting
> board
> > specific code together with porting the ipipe code is one step too far ;)
>
> The ipipe branch core-3.2 supports kernel 3.2 on arm. Note however that
> a lot of things have changed in this patch version, so the I-pipe
> porting guide is completely helpless.
>
> More generally, the git repository with the current work on the arm
> architecture is:
> http://git.xenomai.org/ipipe-gch.git
>
> The branch for kernel x.y is for-ipipe-x.y-arm
>
> --
>                                                                Gilles.
>

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

* Re: [Xenomai] ARM I-pipe patch for 3.1+ kernels
  2012-06-21 20:33 ` Gilles Chanteperdrix
  2012-06-21 21:40   ` Remco den Breeje
@ 2012-06-22  6:57   ` Remco den Breeje
  1 sibling, 0 replies; 5+ messages in thread
From: Remco den Breeje @ 2012-06-22  6:57 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

Hi Gilles,

Thanks for pointing that out. I'll take a look.

Remco

On Thu, Jun 21, 2012 at 10:33 PM, Gilles Chanteperdrix <
gilles.chanteperdrix@xenomai.org> wrote:

> On 06/21/2012 10:14 PM, Remco den Breeje wrote:
> > Hi Gilles et.al.,
> >
> > I'm interested in running a Xenomai patched system on a Raspberry Pi
> > computer[1] that compromises a ARM11 CPU (ARMv6 architecture). The Linux
> > kernels supported on the Raspberry are either Linux 3.1 or 3.2 [2,3],
> while
> > the most recent ARM ipipe patch is written for a 3.0 kernel. Looking at
> > your ipipe git[4], there hasn't been ARM related work for more recent
> > kernels.
> > What are the changes of a forward port, rebased on 3.1 or 3.2 kernels?
> Are
> > there underlying technical difficulties?
> >
> > I'm aware that even if there was a >3.0 ARM patch available, the
> Raspberry
> > specific code needs to be ported. However, being a ARM-newby, porting
> board
> > specific code together with porting the ipipe code is one step too far ;)
>
> The ipipe branch core-3.2 supports kernel 3.2 on arm. Note however that
> a lot of things have changed in this patch version, so the I-pipe
> porting guide is completely helpless.
>
> More generally, the git repository with the current work on the arm
> architecture is:
> http://git.xenomai.org/ipipe-gch.git
>
> The branch for kernel x.y is for-ipipe-x.y-arm
>
> --
>                                                                Gilles.
>

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

end of thread, other threads:[~2012-06-22  6:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21 20:14 [Xenomai] ARM I-pipe patch for 3.1+ kernels Remco den Breeje
2012-06-21 20:32 ` Philippe Gerum
2012-06-21 20:33 ` Gilles Chanteperdrix
2012-06-21 21:40   ` Remco den Breeje
2012-06-22  6:57   ` Remco den Breeje

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.