Re: Arm fenv patch V4

2020-07-28 Thread Sebastian Huber
Hello Eshan, thanks, I pushed the patches to Newlib with some minor modifications. I updated the RSB accordingly. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: rtems-libbsd: 6-freebsd-12 branch

2020-07-28 Thread Christian Mauderer
Hello Gedare, Chris and Sebastian, to summarize: I'll create a 6-freebsd-12 branch with the new commits. Regarding documentation: We have a "Branches" Section in the README.md of the libbsd. Sebastian added it in 2019: https://git.rtems.org/rtems-libbsd/commit/README.md?id=5754194298a9210c8c1a9a

Re: Strong APA Scheduler : First Draft

2020-07-28 Thread Sebastian Huber
On 29/07/2020 06:55, Gedare Bloom wrote: On Tue, Jul 28, 2020 at 10:49 PM Sebastian Huber wrote: On 27/07/2020 09:44, Richi Dubey wrote: Which compiler error do you get? Maybe there is a cyclic dependency. I assumed that the schedulersmp.h already includes the percpu.h which was not th

Re: Strong APA Scheduler : First Draft

2020-07-28 Thread Gedare Bloom
On Tue, Jul 28, 2020 at 10:49 PM Sebastian Huber wrote: > > On 27/07/2020 09:44, Richi Dubey wrote: > > > Which compiler error do you get? Maybe there is a cyclic dependency. > > > > I assumed that the schedulersmp.h already includes the percpu.h which > > was not the case. My bad. The error h

Re: Strong APA Scheduler : First Draft

2020-07-28 Thread Sebastian Huber
On 27/07/2020 09:44, Richi Dubey wrote: Which compiler error do you get? Maybe there is a cyclic dependency. I assumed that the schedulersmp.h already includes the percpu.h which was not the case. My bad. The error has been removed. I assumed this because schedulersmp.h uses

Re: rtems-libbsd: 6-freebsd-12 branch

2020-07-28 Thread Sebastian Huber
On 28/07/2020 17:16, Christian Mauderer wrote: On 28/07/2020 17:14, Gedare Bloom wrote: On Tue, Jul 28, 2020 at 7:29 AM Christian Mauderer wrote: Hello, I sent a few patches about ten days ago that add some features (like a GPIO driver for i.MX that is based on the RTEMS i.MX GPIO driver tha

Re: [GSoC 2020]: Doubts in building RSB Recipe for EPICS for multiple architectures

2020-07-28 Thread Chris Johns
On 29/7/20 4:43 am, Mritunjay Sharma wrote: > First of all apologies for a little late response,  > please find the link to the blogs which tell how to Build EPICS7 with  > RTEMS5 for pc-386 by hand here:  > > Part 1 > :  > https://medium.com/@mritunjaysharma394/installing-rtems-ecosystem-and-buil

Re: rtems-libbsd: 6-freebsd-12 branch

2020-07-28 Thread Gedare Bloom
On Tue, Jul 28, 2020 at 9:29 PM Chris Johns wrote: > > On 29/7/20 1:16 am, Christian Mauderer wrote: > > On 28/07/2020 17:14, Gedare Bloom wrote: > >> On Tue, Jul 28, 2020 at 7:29 AM Christian Mauderer > >> wrote: > >>> > >>> Hello, > >>> > >>> I sent a few patches about ten days ago that add som

Re: rtems-libbsd: 6-freebsd-12 branch

2020-07-28 Thread Chris Johns
On 29/7/20 1:16 am, Christian Mauderer wrote: > On 28/07/2020 17:14, Gedare Bloom wrote: >> On Tue, Jul 28, 2020 at 7:29 AM Christian Mauderer >> wrote: >>> >>> Hello, >>> >>> I sent a few patches about ten days ago that add some features (like a >>> GPIO driver for i.MX that is based on the RTEMS

Re: [GSoC 2020]: Doubts in building RSB Recipe for EPICS for multiple architectures

2020-07-28 Thread Mritunjay Sharma
First of all apologies for a little late response, please find the link to the blogs which tell how to Build EPICS7 with RTEMS5 for pc-386 by hand here: Part 1 : https://medium.com/@mritunjaysharma394/installing-rtems-ecosystem-and-building-your-first-bsp-993d1cf38902 Part 2: https://medium.com/@

Re: rtems-libbsd: 6-freebsd-12 branch

2020-07-28 Thread Christian Mauderer
On 28/07/2020 17:14, Gedare Bloom wrote: > On Tue, Jul 28, 2020 at 7:29 AM Christian Mauderer > wrote: >> >> Hello, >> >> I sent a few patches about ten days ago that add some features (like a >> GPIO driver for i.MX that is based on the RTEMS i.MX GPIO driver that I >> also posted). I would like

Re: rtems-libbsd: 6-freebsd-12 branch

2020-07-28 Thread Gedare Bloom
On Tue, Jul 28, 2020 at 7:29 AM Christian Mauderer wrote: > > Hello, > > I sent a few patches about ten days ago that add some features (like a > GPIO driver for i.MX that is based on the RTEMS i.MX GPIO driver that I > also posted). I would like to push them soon. > > Normally I would have pushed

Re: Need help in understanding some of the existing code in RTEMS

2020-07-28 Thread Gedare Bloom
On Tue, Jul 28, 2020 at 7:23 AM Richi Dubey wrote: > > Hi, > > I do not have much expertise in timers. I was wondering what the name ACTN > means/defines in the following context: > https://git.rtems.org/rtems/tree/testsuites/smptests/smpschededf02/init.c#n368 > > Please let me know. > Names are

Re: [PATCH] Add Strong APA test 02

2020-07-28 Thread Richi Dubey
Hi, This is the required test case based on the paper ( https://people.mpi-sws.org/~bbb/papers/pdf/rtss14f.pdf) that tests if the Strong APA scheduler is working as intended. I have checked and this compiles with no warnings/errors. Thanks. Richi. On Tue, Jul 28, 2020 at 7:23 PM Richi Dubey wro

[PATCH] Add Strong APA test 02

2020-07-28 Thread Richi Dubey
--- testsuites/smptests/smpstrongapa02/init.c | 358 ++ .../smpstrongapa02/smpstrongapa02.doc | 26 ++ .../smpstrongapa02/smpstrongapa02.scn | 2 + 3 files changed, 386 insertions(+) create mode 100644 testsuites/smptests/smpstrongapa02/init.c create mode 1

rtems-libbsd: 6-freebsd-12 branch

2020-07-28 Thread Christian Mauderer
Hello, I sent a few patches about ten days ago that add some features (like a GPIO driver for i.MX that is based on the RTEMS i.MX GPIO driver that I also posted). I would like to push them soon. Normally I would have pushed them to master and 5-freebsd-12. But the later one is now a release bran

Re: Need help in understanding some of the existing code in RTEMS

2020-07-28 Thread Richi Dubey
Hi, I do not have much expertise in timers. I was wondering what the name ACTN means/defines in the following context: https://git.rtems.org/rtems/tree/testsuites/smptests/smpschededf02/init.c#n368 Please let me know. On Wed, Jul 22, 2020 at 6:46 PM Richi Dubey wrote: > Thank you for the clari

Arm fenv patch V4

2020-07-28 Thread Eshan Dhawan
Hello Sebastian, I have attached the patch file. In this mail. Hope thay do the job. Thanks - Eshan From 54528371e931b81be9bd691abbbd3d6d152fdc01 Mon Sep 17 00:00:00 2001 From: Eshan dhawan Date: Sat, 18 Jul 2020 05:01:17 +0530 Subject: [PATCH v4 1/2] Changed ARM fenv support similar to RISCV Re