All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Lennart Sorensen <lsorense@csclub.uwaterloo.ca>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] Porting xenomai 2.6.3 and ipipe to 3.12 kernel
Date: Mon, 31 Mar 2014 21:19:43 +0200	[thread overview]
Message-ID: <5339BFCF.40900@xenomai.org> (raw)
In-Reply-To: <20140331182404.GP17765@csclub.uwaterloo.ca>

On 03/31/2014 08:24 PM, Lennart Sorensen wrote:
> On Mon, Mar 31, 2014 at 08:12:37PM +0200, Gilles Chanteperdrix wrote:
>> On what platform do you get this? If on cortex A8, and the
>> user-space is compiled in thumb2 mode, note that an erratum
>> workaround is needed, flushing the BTB at each context switch to
>> avoid problem when ARM code is replaced by THUMB code at the same
>> (virtual) address when switching context.
> 
> Cortex-A15 (Omap5 system).  User space is thumb2 (Debian Wheezy armhf
> based).

I have an omap5 here, but did not finish the port. In particular, omap5
seems to hang after a while if unlocked context switch is enabled.
> 
>> My advice would be to wait, Philippe is currently merging the I-pipe
>> git with 3.14 (you can actually find the 3.12 merge in my git tree,
>> under the branch raw/for-ipipe-3.12.0, it has been lightly tested
>> though, as I wait for 3.14 to be ready to test more thoroughly).
> 
> Unfortunately the drivers are not fully merged upstream yet, so I am
> using the 3.12 branch from ti's git tree.  I was able to boot 3.14 but
> without ethernet and usb and a few other things.
> 
> Comparing the ipipe changes for 3.14 would be useful though.
> 
> I only saw 3.11 raw in the tree when I was doing that part on thursday.
> Is this new?  Or did I look in the wrong git tree?  No, I did a pull,
> and it is there now.  I guess I was a day or two early. :)

I think Philippe started the port last week, and I fixed the two arm
conflicts during the week-end, so yes, this is fairly recent.

-- 
                                                                Gilles.


  parent reply	other threads:[~2014-03-31 19:19 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-31 17:45 [Xenomai] Porting xenomai 2.6.3 and ipipe to 3.12 kernel Lennart Sorensen
2014-03-31 18:12 ` Gilles Chanteperdrix
2014-03-31 18:24   ` Lennart Sorensen
2014-03-31 19:15     ` Lennart Sorensen
2014-03-31 19:17       ` Gilles Chanteperdrix
2014-03-31 19:18         ` Lennart Sorensen
2014-03-31 19:37           ` Lennart Sorensen
2014-03-31 19:44             ` Gilles Chanteperdrix
2014-03-31 20:42               ` Lennart Sorensen
2014-03-31 20:53                 ` Lennart Sorensen
2014-03-31 20:57                   ` Lennart Sorensen
2014-03-31 21:06                     ` Gilles Chanteperdrix
2014-03-31 21:25                       ` Lennart Sorensen
2014-03-31 21:49                         ` Gilles Chanteperdrix
2014-03-31 21:53                           ` Lennart Sorensen
2014-03-31 21:59                             ` Lennart Sorensen
2014-03-31 22:04                               ` Lennart Sorensen
2014-03-31 22:11                                 ` Gilles Chanteperdrix
2014-03-31 22:27                                   ` Gilles Chanteperdrix
2014-04-01  1:32                                     ` Lennart Sorensen
2014-04-01 10:52                                       ` Gilles Chanteperdrix
2014-04-01 13:12                                         ` Lennart Sorensen
2014-04-01 19:35                                           ` Gilles Chanteperdrix
2014-04-01 19:40                                             ` Lennart Sorensen
2014-04-01 20:52                                               ` Gilles Chanteperdrix
2014-04-01 21:45                                                 ` Lennart Sorensen
2014-04-01 22:01                                                   ` Gilles Chanteperdrix
2014-04-02  2:35                                                   ` Lennart Sorensen
2014-04-02  7:11                                                     ` Gilles Chanteperdrix
2014-04-02 13:24                                                       ` Lennart Sorensen
2014-04-02 13:26                                                         ` Gilles Chanteperdrix
2014-04-02 13:40                                                           ` Lennart Sorensen
2014-04-02 13:41                                                             ` Lennart Sorensen
2014-04-02 13:46                                                               ` Lennart Sorensen
2014-04-02 13:56                                                                 ` Gilles Chanteperdrix
2014-04-02 14:38                                                                   ` Lennart Sorensen
2014-04-02 14:41                                                                     ` Gilles Chanteperdrix
2014-04-03 13:46                                                                       ` Lennart Sorensen
2014-04-03 13:56                                                                         ` Gilles Chanteperdrix
2014-04-03 14:16                                                                           ` Lennart Sorensen
2014-04-14 21:06                                                                             ` Lennart Sorensen
2014-04-15 11:39                                                                               ` Gilles Chanteperdrix
2014-06-13 18:15                                                                                 ` Lennart Sorensen
2014-03-31 19:19     ` Gilles Chanteperdrix [this message]
     [not found] <mailman.33.1396388743.2839.xenomai@xenomai.org>
2014-04-02  9:21 ` Andreas Glatz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5339BFCF.40900@xenomai.org \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=lsorense@csclub.uwaterloo.ca \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.