Re: GNU ld --wrap limitations

2019-01-16 Thread Chris Johns
On 16/1/19 12:10 pm, Chris Johns wrote: > On 15/1/19 5:54 pm, Sebastian Huber wrote: >> You need an undefined reference to a symbol. References inside a translation >> unit are apparently not undefined references. > > Does DWARF give us any better insight and the information needed? > My work to

Re: [PATCH 5/5] Add bsp riscv/grlib

2019-01-16 Thread Sebastian Huber
Hello Jiri, it would be nice if we could use the new license for this new BSP: https://git.rtems.org/rtems/tree/LICENSE.BSD-2-Clause BSP names should be unique even across architectures. So, I think the name grlib is a bit too unspecific. What about griscv? On 16/01/2019 15:44, Jiri Gaisler

Re: [PATCH 4/5] Fixup grlib files to compile on RISCV

2019-01-16 Thread Sebastian Huber
On 16/01/2019 15:43, Jiri Gaisler wrote: 0004-Fixup-grlib-files-to-compile-on-RISCV.patch From 9644a4432f7c2a5df88c8f424b8a57ee16b6b112 Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Fri, 28 Dec 2018 11:28:39 -0400 Subject: [PATCH 4/5] Fixup grlib files to compile on RISCV This patch shou

Re: [PATCH] RSB: add RISC-V simulator to gdb

2019-01-16 Thread Sebastian Huber
On 17/01/2019 07:34, Chris Johns wrote: On 17/1/19 11:33 am, Joel Sherrill wrote: On Wed, Jan 16, 2019 at 6:28 PM Chris Johns mailto:chr...@rtems.org>> wrote: On 17/1/19 5:18 am, Jiri Gaisler wrote: > This patch adds the RISC-V version of the sis simulator to gdb-8.2. The > SPAR

Re: RSB documentation

2019-01-16 Thread Chris Johns
On 17/1/19 5:19 pm, Sebastian Huber wrote: > On 17/01/2019 06:45, Chris Johns wrote: >> On 14/1/19 5:36 pm, Sebastian Huber wrote: >>> I added a build of the partially restructured user manual here: >>> >>> https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf >>> >> Any HTML? > > https://ftp.rtems

Re: [PATCH] RSB: add RISC-V simulator to gdb

2019-01-16 Thread Chris Johns
On 17/1/19 11:33 am, Joel Sherrill wrote: > > > On Wed, Jan 16, 2019 at 6:28 PM Chris Johns > wrote: > > On 17/1/19 5:18 am, Jiri Gaisler wrote: > > This patch adds the RISC-V version of the sis simulator to gdb-8.2. The > > SPARC build of RSB is also switch

Re: [PATCH 1/2] m68k/include/rtems/score/cpu.h: Add include of address.h

2019-01-16 Thread Sebastian Huber
On 16/01/2019 22:44, Joel Sherrill wrote: --- cpukit/score/cpu/m68k/include/rtems/score/cpu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h index 08690f2..38fe763 100644 --- a/cpukit/scor

[PATCH] m68k: Avoid _Addresses_Add_offset()

2019-01-16 Thread Sebastian Huber
This prevents a cyclic dependency between and . --- cpukit/score/cpu/m68k/include/rtems/score/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h index 08690f20bd..2d48cb08

Re: RSB documentation

2019-01-16 Thread Sebastian Huber
On 17/01/2019 06:45, Chris Johns wrote:   Board Support Packages    The BSPs. I have been wondering if the BSP names are suitable    heading or do we want something more formal if that is even    possible? The heading is now " ()". This should make it easy to find. Hmm I am not sure, for so

Re: RSB documentation

2019-01-16 Thread Sebastian Huber
On 17/01/2019 06:45, Chris Johns wrote: Do we want to use "tool chain" or "tool set" or "tools" for the RTEMS things running on the host computer? Yeah good question. A "tool chain" seems to have a meaning, a compile etc, a "tool set" is an RSB based term and "tools" is overloaded with the rtems

Re: RSB documentation

2019-01-16 Thread Sebastian Huber
On 17/01/2019 06:45, Chris Johns wrote: On 14/1/19 5:36 pm, Sebastian Huber wrote: I added a build of the partially restructured user manual here: https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf Any HTML? https://ftp.rtems.org/pub/rtems/people/sebh/user/index.html As an aside in the

Re: Rework parts of the user manual

2019-01-16 Thread Chris Johns
On 16/1/19 5:13 pm, Sebastian Huber wrote: > On 14/01/2019 07:37, Sebastian Huber wrote: >> On 13/01/2019 23:04, Chris Johns wrote: >>> On 12/1/19 1:59 am, Sebastian Huber wrote: this is the first patch set targeting the user manual. My goal is to write an easy to follow quick start chapt

Re: RSB documentation

2019-01-16 Thread Chris Johns
On 14/1/19 5:36 pm, Sebastian Huber wrote: > I added a build of the partially restructured user manual here: > > https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf > Any HTML? As an aside in the copyright block I wrote of lot of initial parts of this manual and then have been adding pieces mo

Re: rtems-test : getting result invalid

2019-01-16 Thread Chris Johns
Hi, Thank you for this post. On 14/1/19 4:46 pm, Vijay Kumar Banerjee wrote: > --- > without coverage > --- > ] QEMU 2.4.1 monitor - type 'help' for more information > ] (qemu) QEMU 2.4.1 monitor - type 'help' for more information > ] (qemu) > ] (qemu)  > [ 2/13] p:0  f:0  u:0  e:0  I:0 

Closes Ticket#2562

2019-01-16 Thread Shashvat Jain
Hello , This closes Ticket #2562 http://devel.rtems.org/ticket/2562 Thank you Regards --Shashvat 0001-Closes-Ticket-2562.patch Description: Binary data ___ devel mailing list devel@rtems.org http://lists.

Re: [PATCH] RSB: add RISC-V simulator to gdb

2019-01-16 Thread Joel Sherrill
On Wed, Jan 16, 2019 at 6:28 PM Chris Johns wrote: > On 17/1/19 5:18 am, Jiri Gaisler wrote: > > This patch adds the RISC-V version of the sis simulator to gdb-8.2. The > > SPARC build of RSB is also switched to gdb-8.2 to use the new simulator > > as it provides both SPARC and RISC-V emulation.

Re: RISC-V sis config file for rtems-test

2019-01-16 Thread Chris Johns
On 17/1/19 5:56 am, Jiri Gaisler wrote: > Attached is a config file for rtems-test, that allows running the RISC-V > sis simulator like this: > > rtems-test --rtems-bsp=riscv-sis riscv-rtems5/c/grlib/testsuites > Approved. Please push (assuming your access is working). Chris ___

Re: [PATCH] RSB: add RISC-V simulator to gdb

2019-01-16 Thread Chris Johns
On 17/1/19 5:18 am, Jiri Gaisler wrote: > This patch adds the RISC-V version of the sis simulator to gdb-8.2. The > SPARC build of RSB is also switched to gdb-8.2 to use the new simulator > as it provides both SPARC and RISC-V emulation. Thank for this. I only have an admin question. Should the p

Re: Fwd: Your message to devel awaits moderator approval

2019-01-16 Thread Chris Johns
On 17/1/19 2:26 am, Jiri Gaisler wrote: > Could somebody take a look and approve this? Approved. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH 2/2] bsps/i386/shared/cache/cache.c: Make compile

2019-01-16 Thread Chris Johns
+1, I have just tripped over this one. On 17/1/19 8:44 am, Joel Sherrill wrote: > --- > bsps/i386/shared/cache/cache.c | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/bsps/i386/shared/cache/cache.c b/bsps/i386/shared/cache/cache.c > index f8358f2..3d53ff0

[PATCH 2/2] bsps/i386/shared/cache/cache.c: Make compile

2019-01-16 Thread Joel Sherrill
--- bsps/i386/shared/cache/cache.c | 29 + 1 file changed, 29 insertions(+) diff --git a/bsps/i386/shared/cache/cache.c b/bsps/i386/shared/cache/cache.c index f8358f2..3d53ff0 100644 --- a/bsps/i386/shared/cache/cache.c +++ b/bsps/i386/shared/cache/cache.c @@ -55,11 +5

[PATCH 1/2] m68k/include/rtems/score/cpu.h: Add include of address.h

2019-01-16 Thread Joel Sherrill
--- cpukit/score/cpu/m68k/include/rtems/score/cpu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h index 08690f2..38fe763 100644 --- a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h +++ b/cpu

RISC-V sis config file for rtems-test

2019-01-16 Thread Jiri Gaisler
Attached is a config file for rtems-test, that allows running the RISC-V sis simulator like this: rtems-test --rtems-bsp=riscv-sis riscv-rtems5/c/grlib/testsuites Jiri. # # RTEMS Tools Project (http://www.rtems.org/) # Copyright 2015 On-Line Applications Research Corporation (OAR). # All rights

[PATCH] RSB: add RISC-V simulator to gdb

2019-01-16 Thread Jiri Gaisler
This patch adds the RISC-V version of the sis simulator to gdb-8.2. The SPARC build of RSB is also switched to gdb-8.2 to use the new simulator as it provides both SPARC and RISC-V emulation. diff --git a/rtems/config/5/rtems-sparc.bset b/rtems/config/5/rtems-sparc.bset index 187d337..8b13625 1006

Fwd: Your message to devel awaits moderator approval

2019-01-16 Thread Jiri Gaisler
Could somebody take a look and approve this? Thanks, Jiri. Forwarded Message Subject:Your message to devel awaits moderator approval Date: Wed, 16 Jan 2019 14:42:32 + From: devel-ow...@rtems.org To: j...@gaisler.se Your mail to 'devel' with the subject PA

Re: GSOC 2019

2019-01-16 Thread Joel Sherrill
Your best bet is to ask questions here. What type of project might you be interested in? We keep a list of project ideas in the wiki. The ones of highest interest tend to have tickets. Other ideas are still described in wiki pages that have not been converted to tickets. If any project interests y

[PATCH 5/5] Add bsp riscv/grlib

2019-01-16 Thread Jiri Gaisler
>From bfa21dcbacbcb36531f22f8a636aeda7af9a1fb8 Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Sat, 5 Jan 2019 15:35:56 +0100 Subject: [PATCH 5/5] Add bsp riscv/grlib --- bsps/riscv/grlib/clock/clockdrv.c | 203 + bsps/riscv/grlib/config/grlib.cfg | 9 + bsps

[PATCH 4/5] Fixup grlib files to compile on RISCV

2019-01-16 Thread Jiri Gaisler
>From 9644a4432f7c2a5df88c8f424b8a57ee16b6b112 Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Fri, 28 Dec 2018 11:28:39 -0400 Subject: [PATCH 4/5] Fixup grlib files to compile on RISCV --- bsps/headers.am | 65 +++ bsps/include/grlib/apbuart.h

[PATCH 3/5] grlib: Fix inludes

2019-01-16 Thread Jiri Gaisler
>From 0769cd7ba4832bfe46b2036cbd64219f5f26bc25 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 23 Dec 2018 12:37:46 +0100 Subject: [PATCH 3/5] grlib: Fix inludes --- bsps/include/grlib/ambapp.h | 2 +- bsps/include/grlib/ambapp_bus.h | 2 +- bsps/incl

[PATCH 2/5] grlib: Move source files

2019-01-16 Thread Jiri Gaisler
>From 2a73358d3b81720c2a97646f2b5abf91b2195cda Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 22 Dec 2018 18:31:04 +0100 Subject: [PATCH 2/5] grlib: Move source files --- bsps/shared/grlib-sources.am | 67 +++ .../shared => shared/grlib}/1553/b1553brm.c |

PATCH 0/5] Share grlib drivers and RISC-V grlib BSP

2019-01-16 Thread Jiri Gaisler
These patches moves the leon3 grlib drivers to the shared bsp driver area, and adds a RISC-V/grlib bsp. The grlib RISC-V bsp can be simulated on the RISC-V version of sis, and supports SMP. Many thanks to Sebastian who provided the patches to move the grlib drivers. Jiri. ___

Re: GSOC 2019

2019-01-16 Thread Vaibhav Gupta
Thankyou for Information. Peopel are not much active on IRC, is there any separate channel for people participating in GSOC 2019? On Wed, 16 Jan, 2019, 6:38 PM Ravindra Meena Hi Vaibhav, > > RTEMs is continuously participating from the last 4 year. Most probably > they will participate this yea

GSOC 2019

2019-01-16 Thread Vaibhav Gupta
Hello my name is Vaibhav Gupta. I am new to developer community of this organization and i am very much interested to contribute in it. Also i want to know that will RTEMS participate in GSOC 2019? Is there any different communication channel for that? _