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
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
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/
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
&
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
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 +
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
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