RE: [PATCH] bsps/arm: Update GICv3 to use newer affinity interface

2020-01-24 Thread Kinsey Moore
This patch looks good to me. Kinsey Moore > -Original Message- > From: Jeff Kubascik > Sent: Thursday, January 23, 2020 08:49 > To: devel@rtems.org > Cc: Kinsey Moore ; Joel Sherrill > > Subject: [PATCH] bsps/arm: Update GICv3 to use newer affinity interface > > The GICv3

Re: Fwd: Buildbot failure in RTEMS on CHECK sparc/erc32 FreeBSD 10.1-STABLE GCC 7.3.0 POSIX

2020-01-24 Thread Amar Takhar
On 2020-01-24 08:57 -0600, Joel Sherrill wrote: > > This failed because the tools are old. Okay, I'll update those today thanks! Amar. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Fwd: Buildbot failure in RTEMS on CHECK sparc/erc32 FreeBSD 10.1-STABLE GCC 7.3.0 POSIX

2020-01-24 Thread Joel Sherrill
This failed because the tools are old. [joel@localhost include]$ sparc-rtems5-gcc --version sparc-rtems5-gcc (GCC) 7.5.0 20191114 (RTEMS 5, RSB 5 (d48abf49ab0a), Newlib d14714c69) Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions.

Re: [PATCH] Use EAGAIN for POSIX mq wait in ISR error

2020-01-24 Thread Joel Sherrill
Thanks. I have pushed this along with a patch to add this as another error cause in the POSIX Users Guide On Sun, Jan 19, 2020 at 9:11 AM Martin Erik Werner < martinerikwer...@gmail.com> wrote: > Modify the status code returned by _CORE_message_queue_Submit() when it > detects a wait bout to

[PATCH] bsps/arm: Fix bsp_section_data_end linker symbol

2020-01-24 Thread Jeff Kubascik
The bsp_section_data_end linker symbol indicates the end of region REGION_DATA, which includes the sections data, data1, and rtemsrwset. The rtemsrwset section will be empty if linker sets are not used in the build. When the zImage header patch was submitted, the rtemsrwset section had a 1 byte

RE: Requirement Document generator tool

2020-01-24 Thread Jose Valdez
Hello Everyone, Sorry for my late reply in this topic, but I have not been able to work on this. I will try to reach all the topics/problems raised. In fact these tools target the pre-qualified project. Since it was Sebastian who suggested to create this set of python tools, I think the idea

[PATCH 2/2] covoar/wscript: Install covoar.css and table.js

2020-01-24 Thread Vijay Kumar Banerjee
--- tester/covoar/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/covoar/wscript b/tester/covoar/wscript index 7efa0dd..165a1b8 100644 --- a/tester/covoar/wscript +++ b/tester/covoar/wscript @@ -138,3 +138,4 @@ def build(bld): cflags = ['-O2', '-g'],

[PATCH 1/2] rtemstoolkit/path: Add support to copy single file

2020-01-24 Thread Vijay Kumar Banerjee
--- rtemstoolkit/path.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rtemstoolkit/path.py b/rtemstoolkit/path.py index 9401e99..b15164b 100644 --- a/rtemstoolkit/path.py +++ b/rtemstoolkit/path.py @@ -314,8 +314,12 @@ def copy_tree(src, dst): hsrc = host(src)