Re: [PATCH 2/2] This adds a way to print the host triplet

2021-07-15 Thread Chris Johns
On 15/7/21 9:49 pm, Robin Müller wrote: > I think this patch was forgotten so I'm just pushing it up again :-) It was and sorry about that. Minor change below ... no need to say "Displaying" as we know that. :) if opts.get_arg('--list-host'): print('Host operating system information: ')

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

2021-07-15 Thread Chris Johns
The patch need to add `default-by-family: []` to the places `default-by-variant` are. Chris On 16/7/21 4:00 am, Joel Sherrill wrote: > I was going to do a sweep of all BSPs and then push but had an issue > with the patch. If something happened with the mail Pranav, please just > compress it and s

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

2021-07-15 Thread Chris Johns
Hi, I will bring the discussion to the devel list and I hope the comments are in line with the purpose of the project. Please correct what I say if it is not. The pre-commit script that is in github review is a good base and I believe it solves that problem for those on Linux. It is a great start

Re: [PATCH] covoar: Fix errors building on FreeBSD and clang

2021-07-15 Thread Chris Johns
On 16/7/21 12:22 pm, Alex White wrote: > > On Thu, Jul 15, 2021 at 1:20 AM Chris Johns wrote: >> >> On 15/7/21 12:45 pm, Alex White wrote: >> > On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote: >> >> >> >> On 3/7/21 5:56 am, Alex White wrote: >> >> > On Wed, Jun 30, 2021 at 11:40 PM wrote: >> >

Re: [PATCH] covoar: Fix errors building on FreeBSD and clang

2021-07-15 Thread Alex White
On Thu, Jul 15, 2021 at 1:20 AM Chris Johns wrote: > > On 15/7/21 12:45 pm, Alex White wrote: > > On Tue, Jul 6, 2021 at 7:55 PM Chris Johns wrote: > >> > >> On 3/7/21 5:56 am, Alex White wrote: > >> > On Wed, Jun 30, 2021 at 11:40 PM wrote: > >> >> > >> >> From: Chris Johns > >> >> > >> >> -

[PATCH v3] spthread01:add cond variable signal and broadcast test case

2021-07-15 Thread tianye
From: Tian Ye --- testsuites/sptests/spthread01/init.c | 86 +++- 1 file changed, 74 insertions(+), 12 deletions(-) diff --git a/testsuites/sptests/spthread01/init.c b/testsuites/sptests/spthread01/init.c index 9044ca2..b64d0a5 100644 --- a/testsuites/sptests/sp

Re: [PATCH rtems-libbsd 3/4] nexus-devices: Include CDC Ethernet for Beagle

2021-07-15 Thread Christian Mauderer
On 06/07/2021 19:00, Husni Faiz wrote: Configure bus for CDC Ethernet Include CDC Ethernet in Beagle BSP Signed-off-by: Husni Faiz --- rtemsbsd/include/bsp/nexus-devices.h | 5 + rtemsbsd/include/machine/rtems-bsd-nexus-bus.h | 17 + 2 files changed, 22 insert

Re: [PATCH rtems-libbsd 0/4] Beagle BSP: USB Template Driver for CDC Ethernet

2021-07-15 Thread Christian Mauderer
Hello Husni, On 14/07/2021 20:18, Ahamed Husni wrote: Hi, Ping :) Sorry for the late reply. I hoped that someone else would review the patches. I already had a look at them before you sent them. I only found two small points. Otherwise the patches look fine. Can you fix the two points and

Re: [PATCH rtems-libbsd 2/4] usb_template: Configure template driver only for CDC Ethernet

2021-07-15 Thread Christian Mauderer
Hello Husni, On 06/07/2021 19:00, Husni Faiz wrote: Add the conditional macro to prevent the driver from referencing the templates which are not imported yet. Include functions which adds the hw.usb.template sysctl variable. Signed-off-by: Husni Faiz --- freebsd/sys/dev/usb/template/usb_tem

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

2021-07-15 Thread Ida Delphine
I will check on this On Thu, Jul 15, 2021 at 3:39 PM Gedare Bloom wrote: > On Thu, Jul 15, 2021 at 5:19 AM Ida Delphine wrote: > > > > Hello everyone, > > From the discussion on discord it looks like clang-format cannot be > installed on MacOS and FreeBSD. Is there any alternative or way to hav

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

2021-07-15 Thread Joel Sherrill
I was going to do a sweep of all BSPs and then push but had an issue with the patch. If something happened with the mail Pranav, please just compress it and send it to me privately as an attachment. If it needs rebasing, please take care of that. [joel@devel rtems]$ git am /tmp/x Applying: bsps: M

[PATCH rtems-docs v2 2/2] README: Added centOS 8 instructions

2021-07-15 Thread Stephen Clark
Added some instructions for setting up CentOS 8. --- README.txt | 11 +++ 1 file changed, 11 insertions(+) diff --git a/README.txt b/README.txt index 13bf8e6..828c9e7 100644 --- a/README.txt +++ b/README.txt @@ -287,6 +287,17 @@ PATH: export PATH=/usr/local/texlive/2016/bin/i386-linux/

[PATCH rtems-docs v2 1/2] README: Minor clarifications and fixes

2021-07-15 Thread Stephen Clark
Fixed some minor typographical errors. Updated a dead link. Reworded some sentences for clarity. --- README.txt | 49 + 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/README.txt b/README.txt index 03f57ed..13bf8e6 100644 --- a/README

Typical workflows for RTEMS-based development using Xilinx Zynq 7000

2021-07-15 Thread Stanislav Pankevich
Hello everyone, I am looking for information on how to start the development with RTEMS on the Arty Z7 development board (Z7-20). I see that there are at least two existing BSPs that could help me to get started: xilinx_zynq_zc702 and xilinx_zynq_zedboard. I followed the instructions for buildin

Re: [PATCH v2] rtems:modify spthread01 testsuites for cond variable signal and broadcast intf rtems:making rectification according to Sebastian Huber's opinions

2021-07-15 Thread Gedare Bloom
The commit message should be rewritten. someone can do this on a push, but if you send a v3 of the patch, please simplify the first line of the commit message, like "testsuites/sptests: add cond variable signal and broadcast to spthread01" That should be an adequate commit message for this change

Re: [PATCH V2] closes #3889 new defect Test needed for timer_create with CLOCK_MONOTONIC

2021-07-15 Thread Gedare Bloom
The first line of the commit should be shorter. Use a blank line, and then close the ticket with the Closes # command. https://devel.rtems.org/wiki/Developer/Git#GitCommits We need to move this information into https://docs.rtems.org/branches/master/eng/management.html On Thu, Jul 8, 2021 a

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

2021-07-15 Thread Gedare Bloom
This patch looks fine to me if someone can pick it up. It does touch a lot of build BSPs though. On Fri, Jul 9, 2021 at 12:16 AM Pranav Dangi wrote: > > ping. (Apart from moving the files in a shared directory, a part of this > patch also gets the RTEMS master branch to work on all the Pi's exce

Re: New Defects reported by Coverity Scan for RTEMS

2021-07-15 Thread Joel Sherrill
On Thu, Jul 15, 2021, 9:09 AM Gedare Bloom wrote: > I think we have been excluding testsuites. The setting appears to > still be there: > Tests */testsuites/* Ignored=Yes > > I think maybe the pattern needs to be updated to put a dot before each > asterisk: .*/testsuites/.* > No idea why

Re: [PATCH rtems-libbsd v1] nexus: Added SDHCI driver to ZynqMP

2021-07-15 Thread Gedare Bloom
looks fine to me On Mon, Jul 12, 2021 at 5:14 PM Stephen Clark wrote: > > Made ZynqMP build with the SDHCI driver. > --- > rtemsbsd/include/bsp/nexus-devices.h | 4 +++ > .../include/machine/rtems-bsd-nexus-bus.h | 29 +++ > 2 files changed, 33 insertions(+) > > dif

Re: [PATCH rtems-docs v1] readme: Minor clarifications and fixes

2021-07-15 Thread Gedare Bloom
On Wed, Jul 14, 2021 at 8:44 AM Stephen Clark wrote: > > Added some instructions for setting up CentOS 8. > Fixed some minor typographical errors. > Updated a dead link. > Reworded some sentences for clarity > --- > README.txt | 58 ++ > 1 file

Re: [PATCH rtems-docs v1 1/2] xilinx-zynqmp.rst: Documented SDIO driver

2021-07-15 Thread Gedare Bloom
ok On Wed, Jul 14, 2021 at 9:03 AM Stephen Clark wrote: > > Added documentation for SDIO driver. > --- > user/bsps/aarch64/xilinx-zynqmp.rst | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst > b/user/bsps/aarch64/xilinx-zynqmp.rst > ind

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

2021-07-15 Thread Gedare Bloom
On Thu, Jul 15, 2021 at 5:19 AM Ida Delphine wrote: > > Hello everyone, > From the discussion on discord it looks like clang-format cannot be installed > on MacOS and FreeBSD. Is there any alternative or way to have it on these > operating systems? > What are the challenges with them? Can clang-

Re: New Defects reported by Coverity Scan for RTEMS

2021-07-15 Thread Gedare Bloom
I think we have been excluding testsuites. The setting appears to still be there: Tests */testsuites/* Ignored=Yes I think maybe the pattern needs to be updated to put a dot before each asterisk: .*/testsuites/.* However, these could probably be fixed mostly without trouble. On Thu, Jul

[PATCH rtems-docs] user/imxrt: Add notes about problems with EVB

2021-07-15 Thread Christian Mauderer
There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual. --- user/bsps/arm/imxrt.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/user/bsps/arm/imxrt.rst b/user/bsps/arm/imxrt.rst index 3f8b270..f8d9731 100644 --- a/user/b

Fwd: New Defects reported by Coverity Scan for RTEMS

2021-07-15 Thread Joel Sherrill
I am not sure why these popped up now but some indicate logic errors in the code cited. --joel -- Forwarded message - From: Date: Thu, Jul 15, 2021 at 12:26 AM Subject: New Defects reported by Coverity Scan for RTEMS To: Hi, Please find the latest report on new defect(s) intr

Re: [PATCH 2/2] This adds a way to print the host triplet

2021-07-15 Thread Robin Müller
Hi, I think this patch was forgotten so I'm just pushing it up again :-) Kind Regards Robin On Thu, 25 Feb 2021 at 10:57, Robin Müller wrote: > I still think it would be nice if very common tool suites like ARM could > be installed /downloaded in a pre-compiled way at least for Windows because

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

2021-07-15 Thread Ida Delphine
Hello everyone, >From the discussion on discord it looks like clang-format cannot be installed on MacOS and FreeBSD. Is there any alternative or way to have it on these operating systems? On Wed, 5 May 2021, 10:21 pm Ida Delphine, wrote: > Hello everyone, > > Regarding this project (https://deve

[PATCH] sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTION

2021-07-15 Thread Sebastian Huber
Prefer RTEMS_FATAL_SOURCE_EXCEPTION over INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT since the fatal code (rtems_exception_frame) provides more context. --- cpukit/score/cpu/sparc/sparc-bad-trap.S | 14 -- testsuites/sptests/spfatal30/init.c | 37 +++-- testsu