GSoC 2020 - Final project report

2020-08-27 Thread Utkarsh Rai
Hello, I have prepared a tentative final report for my project. You can view it here . Note there are few changes to be made in the report based on my progress this week as I am working on static initialization of PMP and

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

2020-08-27 Thread Chris Johns
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 #4063 >> --- >> tester/rt/tftp.py| 37 +- >> tester/rt/t

Re: [PATCH] sb: Fix the imports on Python2

2020-08-27 Thread Chris Johns
On 28/8/20 1:41 am, Gedare Bloom wrote: > On Wed, Aug 26, 2020 at 11:54 PM wrote: >> From: Chris Johns >> diff --git a/source-builder/sb/__init__.py b/source-builder/sb/__init__.py >> new file mode 100644 >> index 000..c4275e2 >> --- /dev/null >> +++ b/source-builder/sb/__init__.py >> @@ -0,0

GSoC 2020: Final Report for BSP Buildset For EPICS

2020-08-27 Thread Mritunjay Sharma
Hello everyone, First of all, thank you so much to all the mentors for being so supportive and helpful that helped me out with this project. I have tried to make a final report which is detailed and with my code links. This is the link to my final report: http://bit.ly/gsoc-2020-final-report Ple

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-27 Thread Mritunjay Sharma
I have sent the tested patch and it can be found here: https://lists.rtems.org/pipermail/devel/2020-August/061655.html. Please do review. Thank you so much and apologies again for the mistake. Mritunjay Sharma On Fri, Aug 28, 2020 at 3:21 AM Mritunjay Sharma < mritunjaysharma...@gmail.com> wrote

[PATCH] rsb: Adding EPICS7 Package to RTEMS RSB

2020-08-27 Thread Mritunjay Sharma
rsb: Adding EPICS7 Package to RTEMS RSB --- rtems/config/epics/epics-7.0-1.cfg| 21 + rtems/config/epics/epics-base.bset| 14 ++ source-builder/config/epics-7.0-1.cfg | 65 +++ 3 files changed, 100 insertions(+) create mode 100644 rtems/config/epics/epi

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-27 Thread Mritunjay Sharma
[UPDATE]: My humble apologies as that patch had a problem. I forgot to add $ before the variable {source_dir_epics} which was causing the build to fail. Please ignore the above patch. I am sending the new tested patch again. Apologies for this inconvenience. Thanks Mritunjay Kumar Sharma On Fri

[PATCH] Adding EPICS7 Package to RSB

2020-08-27 Thread Mritunjay Sharma
Added commit message and removed Signed off Please review. Adding EPICS7 Package to RSB for Building it with RTEMS --- rtems/config/epics/epics-7.0-1.cfg| 21 + rtems/config/epics/epics-base.bset| 14 ++ source-builder/config/epics-7.0-1.cfg | 65 +++

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-27 Thread Mritunjay Sharma
Thanks, on it, sending it in a while. Mritunjay From: Gedare Bloom Sent: Friday, August 28, 2020 12:24:26 AM To: Mritunjay Sharma Cc: devel@rtems.org ; Chris Johns ; Heinz Junkes Subject: Re: [PATCH] Adding EPICS7 Package to RSB On Thu, Aug 27, 2020 at 11:48

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-27 Thread Gedare Bloom
On Thu, Aug 27, 2020 at 11:48 AM Mritunjay Sharma wrote: > > Made suggested changes > Please review. > > Adding EPICS7 Package to RSB > > Adding EPICS7 Package to RSB:Fixed minor changes combine the commit message into what you would like it to say when it gets pushed. > > Signed-off-by: Mritunj

[PATCH] Adding EPICS7 Package to RSB

2020-08-27 Thread Mritunjay Sharma
Made suggested changes Please review. Adding EPICS7 Package to RSB Adding EPICS7 Package to RSB:Fixed minor changes Signed-off-by: Mritunjay Sharma --- rtems/config/epics/epics-7.0-1.cfg| 21 + rtems/config/epics/epics-base.bset| 14 ++ source-builder/config/epics-7.0-1.cf

Re: [PATCH v2] Adding EPICS7 Package to RSB

2020-08-27 Thread Mritunjay Sharma
Thank you for the feedback, Gedare. Sending in the new patch soon. Thanks Mritunjay On Thu, Aug 27, 2020 at 9:19 PM Gedare Bloom wrote: > Mritunjay, > > On Wed, Aug 26, 2020 at 3:58 PM Mritunjay Sharma > wrote: > > > > Modified as per the suggestions of Dr. Gedare. Please do review > > Signed

Re: [PATCH v2] Adding EPICS7 Package to RSB

2020-08-27 Thread Gedare Bloom
Mritunjay, On Wed, Aug 26, 2020 at 3:58 PM Mritunjay Sharma wrote: > > Modified as per the suggestions of Dr. Gedare. Please do review > Signed-off-by: Mritunjay Sharma > --- > .../epics/{epics-7-1.cfg => epics-7.0-1.cfg} | 5 ++-- > rtems/config/epics/epics-base.bset| 14 +---

Re: [PATCH] sb: Fix the imports on Python2

2020-08-27 Thread Gedare Bloom
On Wed, Aug 26, 2020 at 11:54 PM wrote: > > From: Chris Johns > > Closes #4037 > --- > source-builder/sb-check | 2 -- > source-builder/sb/__init__.py | 20 > source-builder/sb/build.py | 3 +-- > source-builder/sb/config.py | 3 +-- > source-builder/sb

Re: [PATCH] sb: Use shebang env python

2020-08-27 Thread Gedare Bloom
On Wed, Aug 26, 2020 at 10:35 PM Chris Johns wrote: > > On 27/8/20 1:10 am, Gedare Bloom wrote: > > thanks, some of this is rewriting shell script to python, and fixing > > up imports. I'd prefer to have these separated, but it's probably fine > > I took a quick skim over all of it. > > Changes to

Re: [PATCH v5] Pre-Release Strong-APA

2020-08-27 Thread Richi Dubey
Hi, Thanks for your reviews so far. This patch implements the reviews suggested in the following links: https://lists.rtems.org/pipermail/devel/2020-August/061578.html https://github.com/richidubey/rtems/pull/7/files and my comments on resolving the issues are here: https://lists.rtems.org/piper

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-27 Thread Mritunjay Sharma
On Thu, Aug 27, 2020 at 2:15 PM Heinz Junkes wrote: > Dear Mritunjay, > > > > On 26. Aug 2020, at 23:34, Mritunjay Sharma < > mritunjaysharma...@gmail.com> wrote: > > > > > +Name: epics-base-%{epics_version}-%{_host}-%{release} > > > +Summary: EPICS v%{epics_version} for target %{_target}

Re: [PATCH] Adding EPICS7 Package to RSB

2020-08-27 Thread Heinz Junkes
Dear Mritunjay, > On 26. Aug 2020, at 23:34, Mritunjay Sharma > wrote: > > > +Name: epics-base-%{epics_version}-%{_host}-%{release} > > +Summary: EPICS v%{epics_version} for target %{_target} on host %{_host} > > +Version: %{epics_version} > > +Release: %{release} > > +URL: http