Re: [PATCH] Fix beagle bsp irq issue

2017-06-20 Thread Sebastian Huber
The latest RTEMS should work without this patch on the BBB. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on reque

Re: [PATCH] Fix beagle bsp irq issue

2017-06-18 Thread Sichen Zhao
Ok. Best Regards Sichen Zhao From: devel on behalf of Chris Johns Sent: Monday, June 19, 2017 10:01 To: Sichen Zhao; devel@rtems.org Cc: punitv...@gmail.com; christian.maude...@embedded-brains.de Subject: Re: [PATCH] Fix beagle bsp irq issue On 18/06

Re: [PATCH] Fix beagle bsp irq issue

2017-06-18 Thread Chris Johns
On 18/06/2017 00:31, Sichen Zhao wrote: > Enable/disable vector routines now check for a valid vector. > Without these guards, the enable/disable vector routines > will not work with the interrupt server. I am rejecting this change until this thread is resolved: https://lists.rtems.org/pipermail/

Re: [PATCH] Fix beagle bsp irq issue

2017-06-18 Thread Gedare Bloom
ms.org/pipermail/devel/2017-June/018162.html > > Best Regards > Sichen Zhao > > > From: devel on behalf of Gedare Bloom > > Sent: Sunday, June 18, 2017 19:54 > To: Sichen Zhao > Cc: punit vara; Christian Mauderer; devel@rtems.org &

Re: [PATCH] Fix beagle bsp irq issue

2017-06-18 Thread Sichen Zhao
lists.rtems.org/pipermail/devel/2017-June/018162.html Best Regards Sichen Zhao From: devel on behalf of Gedare Bloom Sent: Sunday, June 18, 2017 19:54 To: Sichen Zhao Cc: punit vara; Christian Mauderer; devel@rtems.org Subject: Re: [PATCH] Fix beagle bsp ir

Re: [PATCH] Fix beagle bsp irq issue

2017-06-18 Thread Gedare Bloom
On Sat, Jun 17, 2017 at 10:31 AM, Sichen Zhao <1473996...@qq.com> wrote: > Enable/disable vector routines now check for a valid vector. > Without these guards, the enable/disable vector routines > will not work with the interrupt server. > --- > c/src/lib/libbsp/arm/beagle/irq.c | 22 +

Re: [PATCH] Fix beagle bsp irq issue

2017-06-17 Thread Sichen Zhao
Yes, i will! -- Original -- From: "punit vara";; Date: Sat, Jun 17, 2017 11:44 PM To: "Sichen Zhao"<1473996...@qq.com>; Cc: "rtems-de...@rtems.org"; "Christian Mauderer"; Subject: Re: [PATCH] Fix beagle bsp ir

Re: [PATCH] Fix beagle bsp irq issue

2017-06-17 Thread punit vara
Good job Sichen. Keep it up On Sat, Jun 17, 2017 at 8:01 PM, Sichen Zhao <1473996...@qq.com> wrote: > Enable/disable vector routines now check for a valid vector. > Without these guards, the enable/disable vector routines > will not work with the interrupt server. > --- > c/src/lib/libbsp/arm/bea

[PATCH] Fix beagle bsp irq issue

2017-06-17 Thread Sichen Zhao
Enable/disable vector routines now check for a valid vector. Without these guards, the enable/disable vector routines will not work with the interrupt server. --- c/src/lib/libbsp/arm/beagle/irq.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/c/src/lib

[PATCH] Fix beagle bsp irq issue

2017-06-17 Thread hahchenchen
Enable/disable vector routines now check for a valid vector. Without these guards, the enable/disable vector routines will not work with the interrupt server. --- c/src/lib/libbsp/arm/beagle/irq.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/c/src/lib