RE: Release snapshot 5.0.0-m2006-2 available

2020-06-16 Thread Jan.Sommer
Great. I ran the testsuites without the SMP-patches on hardware last night to have a reference. It takes about 8 h and the results are below. I am building everything again with the release snapshot and will run the testsuite for single core this night. Then, we should know that the patches didn

[PATCH] i386/pc: Initialise the printk serial port on first use

2020-06-16 Thread chrisj
From: Chris Johns --- bsps/i386/pc386/console/conscfg.c| 7 ++-- bsps/i386/pc386/console/printk_support.c | 42 +++- 2 files changed, 37 insertions(+), 12 deletions(-) diff --git a/bsps/i386/pc386/console/conscfg.c b/bsps/i386/pc386/console/conscfg.c index a4ae8862

Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps

2020-06-16 Thread Chris Johns
On 17/6/20 8:34 am, Chris Johns wrote: > On 16/6/20 10:55 pm, Joel Sherrill wrote: >> On Tue, Jun 16, 2020 at 7:08 AM > > >> wrote: >> We had this problem trying to set up the embedded PC we use for testing in >> the >> new lab.  >> When we tried the same hardware with Fr

Release snapshot 5.0.0-m2006-2 available

2020-06-16 Thread Chris Johns
Hello, I have made a 5.0.0-m2006-2 release snapshot available. The link is ... https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2006-2 The snapshot contains the recent PC BSP patches from Jan. I am still working in the legacy printk initialisation or lack of it issue. Please test and rep

Weekly Project report

2020-06-16 Thread Eshan Dhawan
Hello everyone, This is my weekly project progress report that is discussed on the irc meeting which couldnt be held today. DATED : 17/JUN/2020 Current Progress: > Fenv patch for ARM nerged in Newlib > Sent Patch to add fenv support for MIPS and AARCH64 > Adding confstr() to libbsd is under progr

GSoC 2020: Weekly Progress Update

2020-06-16 Thread Mritunjay Sharma
Hello everyone, Following up as decided to update the weekly progress report on irc channel on every Wednesday, I am updating the progress on the mailing list as well. ==Previous Work== Trying to fix missing files like "install/sh" error to make the ptpd build run. ==Progress== Earlier errors

Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps

2020-06-16 Thread Chris Johns
On 16/6/20 10:55 pm, Joel Sherrill wrote: > On Tue, Jun 16, 2020 at 7:08 AM mailto:jan.som...@dlr.de>> > wrote: > > -Original Message- > > From: Chris Johns [mailto:chr...@rtems.org ] > > Sent: Tuesday, June 16, 2020 10:18 AM > > To: Sommer, Jan; dev

[PATCH] fenv aarch64 support

2020-06-16 Thread Eshan dhawan
Signed-off-by: Eshan dhawan --- newlib/libc/machine/aarch64/machine/fenv-fp.h | 156 ++ newlib/libc/machine/aarch64/sys/fenv.h| 120 ++ newlib/libm/machine/aarch64/Makefile.am | 14 +- newlib/libm/machine/aarch64/feclearexcept.c | 7 + newlib/libm/ma

Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps

2020-06-16 Thread Joel Sherrill
On Tue, Jun 16, 2020 at 7:08 AM wrote: > > > > -Original Message- > > From: Chris Johns [mailto:chr...@rtems.org] > > Sent: Tuesday, June 16, 2020 10:18 AM > > To: Sommer, Jan; devel@rtems.org > > Subject: Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps > > > > On 11/6/20 12:21 pm, Chr

RE: [PATCH v1 0/9] Enable SMP for pc386 based bsps

2020-06-16 Thread Jan.Sommer
> -Original Message- > From: Chris Johns [mailto:chr...@rtems.org] > Sent: Tuesday, June 16, 2020 10:18 AM > To: Sommer, Jan; devel@rtems.org > Subject: Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps > > On 11/6/20 12:21 pm, Chris Johns wrote: > > On 1/6/20 12:22 am, Jan Sommer wrot

Re: [PATCH v1 0/9] Enable SMP for pc386 based bsps

2020-06-16 Thread Chris Johns
On 11/6/20 12:21 pm, Chris Johns wrote: > On 1/6/20 12:22 am, Jan Sommer wrote: >> Hello, >> >> Here is a patch set which should enable SMP again for the pc386-based BSPs >> (mainly tested with pc686). > > Many thanks for these patches and your efforts. > >> So far I only tested it with qemu. Te