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 implementatio
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
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. Th
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 happ
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 al
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 wa
---
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'],
---
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)