Re: RSB Couverture-Qemu build queries

2017-06-20 Thread Cillian O'Donnell
> Please try and let me know if it is ok so I can push to master: It worked! Everything's perfect now. Thanks Chris. On 19 June 2017 at 23:19, Jiri Gaisler wrote: > > > On 06/17/2017 10:28 AM, Cillian O'Donnell wrote: >> On 16 June 2017 at 22:00, Jiri Gaisler wrote: >>> Hi Cillian, >>> >>> the

Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-20 Thread Sebastian Huber
On 20/06/17 07:44, Sebastian Huber wrote: On 20/06/17 02:51, Chris Johns wrote: On 19/06/2017 23:19, Sebastian Huber wrote: Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() to not return a status code. Add bsp_interrupt_assert() and use it to validate the vector number

Re: RISC-V/HiFive memory limitations

2017-06-20 Thread Joel Sherrill
On Jun 20, 2017 1:20 AM, "Denis Obrezkov" wrote: 2017-06-20 4:00 GMT+03:00 Joel Sherrill : > > > On Jun 19, 2017 5:37 PM, "Denis Obrezkov" wrote: > > 2017-06-20 1:23 GMT+03:00 Hesham Almatary : > >> >> >> On Tue, Jun 20, 2017 at 7:33 AM, Denis Obrezkov >> wrote: >> >>> 2017-06-20 0:19 GMT+03:0

Re: RISC-V/HiFive memory limitations

2017-06-20 Thread Denis Obrezkov
2017-06-20 16:29 GMT+03:00 Joel Sherrill : > > > On Jun 20, 2017 1:20 AM, "Denis Obrezkov" wrote: > > 2017-06-20 4:00 GMT+03:00 Joel Sherrill : > >> >> >> On Jun 19, 2017 5:37 PM, "Denis Obrezkov" >> wrote: >> >> 2017-06-20 1:23 GMT+03:00 Hesham Almatary : >> >>> >>> >>> On Tue, Jun 20, 2017 at

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: RTEMS-libbsd copyright question

2017-06-20 Thread Sebastian Huber
On 19/06/17 15:45, Sichen Zhao wrote: Ok, so i think most of my ported file shouldn't add copyright. But some file in the rtemsbsd folder , i think i modified some new code. The link is below: https://github.com/hahchenchen/rtems-libbsd/blob/usb2.0/rtemsbsd/include/bsp/nexus-devices.h#L49 http

Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-20 Thread Chris Johns
On 20/06/2017 22:39, Sebastian Huber wrote: > On 20/06/17 07:44, Sebastian Huber wrote: > >> On 20/06/17 02:51, Chris Johns wrote: >> >>> On 19/06/2017 23:19, Sebastian Huber wrote: Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() to not return a status code. Add

GDB 8.0 build on FreeBSD 11

2017-06-20 Thread Sebastian Huber
Hello, I tried to build GDB 8.0 on FreeBSD 11. It didn't work similar to: https://sourceware.org/ml/gdb/2017-02/msg00061.html The corresponding bug was resolved as invalid: https://sourceware.org/bugzilla/show_bug.cgi?id=21206 We still have a GDB patch for this issue in the RSB for 7.12. Now