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

Re: [PATCH] Fix beagle bsp irq issue

2017-06-18 Thread Sichen Zhao
Subject: Re: [PATCH] Fix beagle bsp irq issue 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 th

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:

Re: [PATCH] Fix beagle bsp irq issue

2017-06-18 Thread Gedare Bloom
To: Sichen Zhao > Cc: punit vara; Christian Mauderer; devel@rtems.org > Subject: Re: [PATCH] Fix beagle bsp irq issue > > 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

Re: [PATCH] Fix beagle bsp irq issue

2017-06-18 Thread Sichen Zhao
.org Subject: Re: [PATCH] Fix beagle bsp irq issue 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

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
rer"<christian.maude...@embedded-brains.de>; Subject: Re: [PATCH] Fix beagle bsp irq issue 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 g

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. > --- >

[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

[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