Re: [PATCH v1 1/2] bsps/shared/ofw: Implement RTEMS OFW interface

2020-09-23 Thread Niteesh G. S.
Hello, On Sat, Sep 19, 2020 at 4:13 PM Christian Mauderer wrote: > Hello Niteesh, > > sorry for adding another delay: I think the new build system needs a bit > of time to settle. As soon as there are some more PASS in the table that > Sebastian created [1] (especially for beagle) we should try

running pc686 samples on QEMU on RTEMS 5.1?

2020-09-23 Thread Cudmore, Alan P. (GSFC-5820)
NASA’s Core Flight System open source bundle has support for the RTEMS 4.11 pc686 BSP. RTEMS is built with the following options: ../rtems/configure --target=i386-rtems4.11 \ --enable-rtemsbsp=pc686 \ --prefix=${HOME}/rtems-4.11 \ --enable-networking \ --enable-cxx \ --disable-

Re: Need help debugging sp02.exe run on Strong APA scheduler

2020-09-23 Thread Joel Sherrill
On Wed, Sep 23, 2020 at 11:54 AM Richi Dubey wrote: > Thanks for the advice. > > I feel something is going wrong when we're trying to delete a suspended > task because maybe I'm not handling the suspension/deletion of tasks > properly in my code. Do you think this might be true for my code >

Re: running pc686 samples on QEMU on RTEMS 5.1?

2020-09-23 Thread Karel Gardas
On 9/23/20 11:02 PM, Cudmore, Alan P. (GSFC-5820) wrote: > NASA’s Core Flight System open source bundle has support for the RTEMS > 4.11 pc686 BSP. > > RTEMS is built with the following options: > > ../rtems/configure --target=i386-rtems4.11 \ > >     --enable-rtemsbsp=pc686 \ > >     --prefix=

Re: Need help debugging sp02.exe run on Strong APA scheduler

2020-09-23 Thread Richi Dubey
Thanks for the advice. I feel something is going wrong when we're trying to delete a suspended task because maybe I'm not handling the suspension/deletion of tasks properly in my code. Do you think this might be true for my code

Re: [PATCH 0/3] grlib: Some clean ups

2020-09-23 Thread Joel Sherrill
Any chance this might address any of the Coverity issues in the grlib code? If so, it would be nice to apply this to the 5 branch. On Wed, Sep 23, 2020 at 10:09 AM Daniel Hellstrom wrote: > Hi Sebastian, > > The patch set looks good. Thanks! > > /Daniel > >On 2020-09-18 10:00, Sebastian

Re: [PATCH 0/3] grlib: Some clean ups

2020-09-23 Thread Daniel Hellstrom
Hi Sebastian, The patch set looks good. Thanks! /Daniel On 2020-09-18 10:00, Sebastian Huber wrote: Sebastian Huber (3): grlib: Remove superfluous forward decls grlib: Remove unused conversion macros grlib: Add ambapp_common_info to derived types bsps/include/grlib/ambapp

Re: [PATCH 00/26] leon: various fixes and TN0018 errata workaround

2020-09-23 Thread Gedare Bloom
On Wed, Sep 23, 2020 at 4:34 AM Daniel Hellstrom wrote: > > Hi Sebastian, > > Thanks for asking and sorry for dropping the ball on these. > > The status is that two needs updating (BSD license for new CAN files and > the last tn0018 patch needs some redesign based on feedback) and the > others are

Re: [PATCH v1] bsps/pc386: Add missing license header

2020-09-23 Thread Joel Sherrill
I filed issues for the 5 branch and master and then pushed this. Thanks for the patch. --joel On Wed, Sep 23, 2020 at 5:37 AM Jan Sommer wrote: > --- > bsps/i386/pc386/start/bspsmp.c | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/bsps/i386/pc386/start/bsp

[PATCH v1] bsps/pc386: Add missing license header

2020-09-23 Thread Jan Sommer
--- bsps/i386/pc386/start/bspsmp.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/bsps/i386/pc386/start/bspsmp.c b/bsps/i386/pc386/start/bspsmp.c index 026f86916fd..2e09b36a8a9 100644 --- a/bsps/i386/pc386/start/bspsmp.c +++ b/bsps/i386/pc386/start/bspsmp.c @@ -1,3

Re: [PATCH 00/26] leon: various fixes and TN0018 errata workaround

2020-09-23 Thread Daniel Hellstrom
Hi Sebastian, Thanks for asking and sorry for dropping the ball on these. The status is that two needs updating (BSD license for new CAN files and the last tn0018 patch needs some redesign based on feedback) and the others are accepted for master. I've sent an response on the tn0018 errata pa

Re: [PATCH 26/26] leon,tn-0018: work around GRLIB-TN-0018 errata

2020-09-23 Thread Daniel Hellstrom
Hi, Thank you for your comments. Sorry for my late reply, please see my responses below. On 2020-06-29 15:13, Joel Sherrill wrote: On Mon, Jun 29, 2020 at 8:02 AM Sebastian Huber > wrote: On 29/06/2020 14:34, Daniel Hellstrom wrote: >