Re: Error while building FTW Patch

2020-08-28 Thread Eshan Dhawan
Hello Everyone, I wanted know if anyone was able to figure out the reason for this error ?? -Eshan > On 27-Aug-2020, at 1:01 AM, Joel Sherrill wrote: > >  > I think there are two threads on this but I wanted to make sure Chris noticed > it. > > Master of rtems-source-builder is broken. Bac

Re: GSoC 2020: Final Report (Beagle BSP: Add FDT based initialization)

2020-08-28 Thread Niteesh G. S.
On Sat, Aug 29, 2020 at 4:19 AM Gedare Bloom wrote: > Are "Links to commits" 1-4 all the code you (are claiming you) wrote? > I just want to make sure. It looks fine to me. > Yes, all the code in the commits is written by me. > On Fri, Aug 28, 2020 at 12:07 PM Niteesh G. S. > wrote: > > > > Hel

Re: GSoC 2020 - Final project report

2020-08-28 Thread Utkarsh Rai
On Sat, Aug 29, 2020 at 4:18 AM Gedare Bloom wrote: > Similarly, I would like to have a consolidated set of links to "your > code" instead of having them woven in with the narrative and links to > blogs etc. > > Ok, I will do that. > On Thu, Aug 27, 2020 at 6:33 PM Utkarsh Rai > wrote: > > > >

Re: GSoC 2020: Final Report (Beagle BSP: Add FDT based initialization)

2020-08-28 Thread Gedare Bloom
Are "Links to commits" 1-4 all the code you (are claiming you) wrote? I just want to make sure. It looks fine to me. On Fri, Aug 28, 2020 at 12:07 PM Niteesh G. S. wrote: > > Hello, > > I have prepared my final report for my project. You can have a look at it > here https://gs-niteesh.github.io/f

Re: GSoC 2020 - Final project report

2020-08-28 Thread Gedare Bloom
Similarly, I would like to have a consolidated set of links to "your code" instead of having them woven in with the narrative and links to blogs etc. On Thu, Aug 27, 2020 at 6:33 PM Utkarsh Rai wrote: > > Hello, > I have prepared a tentative final report for my project. You can view it > here. N

Re: [PATCH] tester: Change to a simpler TFTP server

2020-08-28 Thread Gedare Bloom
On Thu, Aug 27, 2020 at 5:25 PM Chris Johns wrote: > > On 28/8/20 1:44 am, Gedare Bloom wrote: > > On Wed, Aug 26, 2020 at 10:56 PM wrote: > >> > >> From: Chris Johns > >> > >> - Add a simpler TFTP to allow parallel test hardware > >> > >> - Remove the imported tftpy server > >> > >> Closes #406

Re: GSoC 2020: Final Report for BSP Buildset For EPICS

2020-08-28 Thread Gedare Bloom
Please consolidate in one section all the links to "your code written". I found the way you did it in Phases makes it a little hard to parse. otherwise, looks great thanks! On Thu, Aug 27, 2020 at 4:28 PM Mritunjay Sharma wrote: > > Hello everyone, > > First of all, thank you so much to all the m

WP: pc386 BSP documentation.

2020-08-28 Thread Karel Gardas
Hi, attached is current work in progress of my pc386 BSP documentation attempt. There is still a big "Running on PC hardware" paragraph missing, but other parts should be more stable hence good for review and/or comments. Thanks, Karel >From 952311867654322c75f8b0fa47e0f11786876831 Mon Sep 17

GSoC 2020: Final Report (Beagle BSP: Add FDT based initialization)

2020-08-28 Thread Niteesh G. S.
Hello, I have prepared my final report for my project. You can have a look at it here https://gs-niteesh.github.io/finalreport/. Please kindly review the report. Thanks, Niteesh. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/list

Introducing the Strong APA Scheduler

2020-08-28 Thread Richi Dubey
Hi, I am happy to announce the release of the final version of the Strong APA scheduler. The documentation for the scheduler is live at https://richidubey.github.io/Strong-APA-Documentation/html/ Improvements over the Pre-Release version

[PATCH] Strong-APA Release

2020-08-28 Thread Richi Dubey
--- cpukit/include/rtems/scheduler.h | 6 +- .../include/rtems/score/schedulerstrongapa.h | 165 ++- cpukit/score/src/schedulerstrongapa.c | 943 ++ 3 files changed, 882 insertions(+), 232 deletions(-) diff --git a/cpukit/include/rtems/scheduler.h b/cpukit/