Re: [PATCH v3] bsps: Move optfdt* files to shared parent directory

2021-07-01 Thread Pranav Dangi
yes, I've built all of them On Thu, Jul 1, 2021 at 10:01 PM Gedare Bloom wrote: > Did you build all affected BSPs? > > On Thu, Jul 1, 2021 at 4:05 AM pranav wrote: > > > > --- > > .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 > > spec/build/bsps/arm/beagle/grp.yml

[PATCH] aarch64: improve start code for aarch32 mode

2021-07-01 Thread Gedare Bloom
--- bsps/aarch64/shared/start/start.S | 31 --- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/bsps/aarch64/shared/start/start.S b/bsps/aarch64/shared/start/start.S index f4c39dacdf..f47625ef99 100644 --- a/bsps/aarch64/shared/start/start.S +++

Re: Throughput/Goodput analysis on RTEMS

2021-07-01 Thread Joel Sherrill
Have you seen this on benchmarking? https://datatracker.ietf.org/doc/html/rfc8238 On Thu, Jul 1, 2021 at 3:16 PM Vijay Kumar Banerjee wrote: > > Hi Kinsey, > > On Thu, Jul 1, 2021 at 12:57 PM Kinsey Moore wrote: > > > > On 7/1/2021 13:40, Vijay Kumar Banerjee wrote: > > > Hi all, > > > > > >

Re: Throughput/Goodput analysis on RTEMS

2021-07-01 Thread Vijay Kumar Banerjee
Hi Kinsey, On Thu, Jul 1, 2021 at 12:57 PM Kinsey Moore wrote: > > On 7/1/2021 13:40, Vijay Kumar Banerjee wrote: > > Hi all, > > > > I'm planning to do a throughput analysis on the RTEMS network stacks > > and I'm looking for some suggestions on the tools/applications for > > that if anyone has

Re: [PATCH rtems-docs] user/bsps: Update ZynqMP for hardware BSPs

2021-07-01 Thread Kinsey Moore
On 7/1/2021 14:10, Gedare Bloom wrote: On Thu, Jul 1, 2021 at 12:28 PM Kinsey Moore wrote: Update the ZynqMP documentation for the new hardware BSP variants including information about booting, boot image generation, and networking. --- user/bsps/aarch64/xilinx-zynqmp.rst | 56

Re: [PATCH rtems-docs] user/bsps: Update ZynqMP for hardware BSPs

2021-07-01 Thread Gedare Bloom
On Thu, Jul 1, 2021 at 12:28 PM Kinsey Moore wrote: > > Update the ZynqMP documentation for the new hardware BSP variants > including information about booting, boot image generation, and > networking. > --- > user/bsps/aarch64/xilinx-zynqmp.rst | 56 - > 1 file

Re: [PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Gedare Bloom
On Thu, Jul 1, 2021 at 12:58 PM Joel Sherrill wrote: > > On Thu, Jul 1, 2021 at 1:50 PM Gedare Bloom wrote: > > > > Hello all, > > > > The uC5282 stopped working in 5 and master. This patch seems to get > > things working again on both branches. I can run hello.exe and > > ticker.exe on the WIP

Re: [PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Joel Sherrill
Looks ok to me. Push to both branches. On Thu, Jul 1, 2021 at 1:40 PM Gedare Bloom wrote: > > Fixes a problem with bad epilog code in _fini and to keep sections > necessary with the -ffunction/data-sections. > --- > bsps/m68k/uC5282/start/linkcmds | 34 ++--- > 1

Re: [PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Joel Sherrill
On Thu, Jul 1, 2021 at 1:50 PM Gedare Bloom wrote: > > Hello all, > > The uC5282 stopped working in 5 and master. This patch seems to get > things working again on both branches. I can run hello.exe and > ticker.exe on the WIP qemu Harrison is working on. Based on our chats, it looks like the

Re: Throughput/Goodput analysis on RTEMS

2021-07-01 Thread Kinsey Moore
On 7/1/2021 13:40, Vijay Kumar Banerjee wrote: Hi all, I'm planning to do a throughput analysis on the RTEMS network stacks and I'm looking for some suggestions on the tools/applications for that if anyone has done something like that before. Stephen Clark has recently added TTCP

[PATCH rtems/5] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Gedare Bloom
Fixes a problem with bad epilog code in _fini and to keep sections necessary with the -ffunction/data-sections. Closes #4465. --- bsps/m68k/uC5282/start/linkcmds | 34 ++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git

Re: [PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Gedare Bloom
Hello all, The uC5282 stopped working in 5 and master. This patch seems to get things working again on both branches. I can run hello.exe and ticker.exe on the WIP qemu Harrison is working on. I will back-port to 5 with a ticket. We'll work on full tester configuration after the WIP qemu

Throughput/Goodput analysis on RTEMS

2021-07-01 Thread Vijay Kumar Banerjee
Hi all, I'm planning to do a throughput analysis on the RTEMS network stacks and I'm looking for some suggestions on the tools/applications for that if anyone has done something like that before. If such application has not been used with RTEMS, then I might be willing to port it to RTEMS or

[PATCH] m68k/uC5282: linkcmds KEEP and SORT sections

2021-07-01 Thread Gedare Bloom
Fixes a problem with bad epilog code in _fini and to keep sections necessary with the -ffunction/data-sections. --- bsps/m68k/uC5282/start/linkcmds | 34 ++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/bsps/m68k/uC5282/start/linkcmds

[PATCH rtems-docs] user/bsps: Update ZynqMP for hardware BSPs

2021-07-01 Thread Kinsey Moore
Update the ZynqMP documentation for the new hardware BSP variants including information about booting, boot image generation, and networking. --- user/bsps/aarch64/xilinx-zynqmp.rst | 56 - 1 file changed, 48 insertions(+), 8 deletions(-) diff --git

Re: GSoC - Code Formatting and Style Checking for RTEMS score

2021-07-01 Thread Ida Delphine
Thank you. I will make changes accordingly. On Thu, 1 Jul 2021, 5:31 pm Gedare Bloom, wrote: > Hi Ida, > > On Tue, Jun 29, 2021 at 1:11 PM Ida Delphine wrote: > > > > Hello mentors, > > > > Here is the code for my pre-commit hook script. How it works is by > default, upon commiting it outputs

Re: [PATCH v3] bsps: Move optfdt* files to shared parent directory

2021-07-01 Thread Gedare Bloom
Did you build all affected BSPs? On Thu, Jul 1, 2021 at 4:05 AM pranav wrote: > > --- > .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 > spec/build/bsps/arm/beagle/grp.yml | 8 > spec/build/bsps/arm/beagle/optfdtcpyro.yml | 15 --- >

Re: GSoC - Code Formatting and Style Checking for RTEMS score

2021-07-01 Thread Gedare Bloom
Hi Ida, On Tue, Jun 29, 2021 at 1:11 PM Ida Delphine wrote: > > Hello mentors, > > Here is the code for my pre-commit hook script. How it works is by default, > upon commiting it outputs a warning stating the number of style issues in > case there are mismatches. > The user can trigger the

[PATCH v1 1/1] gpiolib/grgpio: Add support for newer grgpio features

2021-07-01 Thread Jan Sommer
- Use proper typedef for isr (avoid warning in user application) - Use set input enable register together with pin direction - Support irqgen == 1 mode if present in capabilities register --- bsps/include/grlib/gpiolib.h | 7 +-- bsps/include/grlib/grlib.h| 4 +++-

[PATCH v1 0/1] Add support for newer grgpio features

2021-07-01 Thread Jan Sommer
Hello, I noticed the lack of some features of modern grgpio ip cores in gpiolib. I would also like to backport this to rtems5. The corresponding ticket is here: https://devel.rtems.org/ticket/4464 v2: Fixed tabs/spaces issues. Jan Sommer (1): gpiolib/grgpio: Add support for newer grgpio

[PATCH v1] gpiolib/grgpio: Add support for newer grgpio features

2021-07-01 Thread Jan Sommer
- Use proper typedef for isr (avoid warning in user application) - Use set input enable register together with pin direction - Support irqgen == 1 mode if present in capabilities register --- bsps/include/grlib/gpiolib.h | 7 +-- bsps/include/grlib/grlib.h| 4 +++-

Re: [PATCH] tester: Add Versal VCK190 eval board TFTP support

2021-07-01 Thread Gedare Bloom
ok On Thu, Jul 1, 2021 at 12:34 AM wrote: > > From: Chris Johns > > --- > .../testing/bsps/xilinx_versal_vck190.ini | 43 +++ > 1 file changed, 43 insertions(+) > create mode 100644 tester/rtems/testing/bsps/xilinx_versal_vck190.ini > > diff --git

Re: [PATCH] Addded test for timer_create with clock_monotonic

2021-07-01 Thread Gedare Bloom
On Wed, Jun 30, 2021 at 6:48 PM zack leung wrote: > > > + remaining = (uint32_t)result->tv_nsec + result->tv_sec; > What does "remaining" mean here? What do you get if you add a > (truncated) nanoseconds value to a seconds value? (Hint: the units > aren't the same, so the arithmetic is

Re: Question about Raspberry Pi bspstarthooks.c - potential patch

2021-07-01 Thread Sebastian Huber
On 01/07/2021 15:43, Alan Cudmore wrote: The define works, but Armv6 does not implement dsb and isb. Ok, I think there are some (now deprecated) CP15 registers for dsb and isb. I created a separate #if block for Armv6 without the dsb and isb instructions and it seems to work on the Raspberry

Re: Question about Raspberry Pi bspstarthooks.c - potential patch

2021-07-01 Thread Alan Cudmore
On Thu, Jul 1, 2021 at 8:20 AM Sebastian Huber wrote: > > On 29/06/2021 21:09, Alan Cudmore wrote: > >> On 29/06/2021 20:56, Alan Cudmore wrote: > >>> I understand the move in that commit now. > >>> Maybe it's not working on the single core models because the code is > >>> conditional for ARMV7 +

Re: Question about Raspberry Pi bspstarthooks.c - potential patch

2021-07-01 Thread Sebastian Huber
On 29/06/2021 21:09, Alan Cudmore wrote: On 29/06/2021 20:56, Alan Cudmore wrote: I understand the move in that commit now. Maybe it's not working on the single core models because the code is conditional for ARMV7 + A or ARMV8?

[PATCH v3] bsps: Move optfdt* files to shared parent directory

2021-07-01 Thread pranav
--- .../arm/altera-cyclone-v/bspalteracyclonev.yml | 8 spec/build/bsps/arm/beagle/grp.yml | 8 spec/build/bsps/arm/beagle/optfdtcpyro.yml | 15 --- spec/build/bsps/arm/beagle/optfdtmxsz.yml| 16

Re: [rtems commit] Update Strong APA Scheduler

2021-07-01 Thread Sebastian Huber
On 01/07/2021 09:47, Richi Dubey wrote: Hi, How do I reproduce this? I tried using the config produced by $ ./waf bsp_defaults --rtems-bsps=arm/realview_pbx_a9_qemu This BSP uses -O0 by default. Use OPTIMIZATION_FLAGS = -O2 -g to get the warnings. --

Re: [rtems commit] Update Strong APA Scheduler

2021-07-01 Thread Richi Dubey
Hi, How do I reproduce this? I tried using the config produced by $ ./waf bsp_defaults --rtems-bsps=arm/realview_pbx_a9_qemu which has: # Warning flags passed to the C and C++ compiler

[PATCH] tester: Add Versal VCK190 eval board TFTP support

2021-07-01 Thread chrisj
From: Chris Johns --- .../testing/bsps/xilinx_versal_vck190.ini | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 tester/rtems/testing/bsps/xilinx_versal_vck190.ini diff --git a/tester/rtems/testing/bsps/xilinx_versal_vck190.ini