Re: [PATCH] Beaglebone: Fix the IRQ handling code

2016-02-11 Thread Ben Gras
This looks like great work. Please let me test it (I'll try the GPIO interrupt trigger) & I'll merge it as soon as I have time. Thank you! Cheers, Ben On Thu, Feb 11, 2016 at 3:27 PM, Martin Galvan wrote: > This patch makes the following changes to the Beaglebone IRQ handling code: > > - Disab

Re: Python problem

2016-02-11 Thread Jason Wong
I am using a docker image running Ubuntu 15.10, I have no problem installing both "python2.7-dev" and "libpython2.7-dev". According to apt-cache, "python2.7-dev" depends on "python2.7". If you install "python2.7-dev", then "python2.7" should be automatically installed. Perhaps you should show us th

Re: Python problem

2016-02-11 Thread Jason Wong
I am using Ubuntu 14.04. After removing package "libpython2.7-dev:amd64" and "python2.7-dev", I got following error message in "rsb-report-sparc-rtems4.12-gdb-7.9-x86_64-linux-gnu-1.txt": checking for python... /usr/bin/python checking for python2.7... no configure: error: python is missing or unu

Re: Python problem

2016-02-11 Thread punit vara
On Wed, Feb 10, 2016 at 11:45 PM, Joel Sherrill wrote: > We need the config.log from the subdirectory where the failure occurred. > This looks like one from the top directory, > > Look at the build log to see what directory the build failed in and grab > that one. > > FWIW a quick google for this

Re: GSoC with RTEMS

2016-02-11 Thread Sebastian Huber
- Gedare Bloom schrieb: > Hi Sebastian, > > Do we still want to fix this issue on 4.11 for the uniprocessor? I would not fix this issue on 4.11, since it would be probably quite intrusive. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone

Re: GSoC with RTEMS

2016-02-11 Thread Gedare Bloom
Hi Sebastian, Do we still want to fix this issue on 4.11 for the uniprocessor? On Thu, Feb 11, 2016 at 9:35 AM, Sebastian Huber wrote: > Hello José, > > I will work on this issue as a side-effect of the OMIP implementation > (https://devel.rtems.org/ticket/2556). I will remove this project fro

Re: GSoC with RTEMS

2016-02-11 Thread Sebastian Huber
Hello José, I will work on this issue as a side-effect of the OMIP implementation (https://devel.rtems.org/ticket/2556). I will remove this project from the open projects list. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47

[PATCH] Beaglebone: Fix the IRQ handling code

2016-02-11 Thread Martin Galvan
This patch makes the following changes to the Beaglebone IRQ handling code: - Disable support for nested interrupts. - Detect spurious IRQs using the SPURIOUSIRQ field of the INTC_SIR_IRQ register. - Acknowledge spurious IRQs by setting the NewIRQAgr bit of the INTC_CONTROL register. This cleans