Re: [PATCH] Change module imports

2019-02-07 Thread Sebastian Huber
This patch doesn't work, I get this build error after a while: Waf: Leaving directory `/home/EB/sebastian_h/git-rtems-docs/build' Build failed Traceback (most recent call last):   File "/home/EB/sebastian_h/git-rtems-docs/.waf-1.9.7-d2740ebc8bcbca7fcd8f4ae914fb/waflib/Task.py", line 145, in

[PATCH] Change module imports

2019-02-07 Thread Sebastian Huber
--- book/wscript | 3 +-- bsp-howto/wscript| 18 +++--- c-user/wscript | 18 +++--- cpu-supplement/wscript | 18 +++--- develenv/wscript | 18 +++--- eclipse/wscript | 18 +++--- eng/wscri

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Sebastian Huber
On 08/02/2019 07:55, Chris Johns wrote: The module concept is not really the greatest thing in Python. I would not blame python for a package using `version` as a module name installed in site-packages and I suppose PIL is in the sys.path. I have done some pretty interesting things with Python

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Chris Johns
On 8/2/19 5:33 pm, Sebastian Huber wrote: > On 08/02/2019 07:29, Sebastian Huber wrote: >> On 07/02/2019 18:28, Chris Johns wrote: >>> On 8/2/19 11:09 pm, Sebastian Huber wrote: After the update I get:    File "/home/EB/sebastian_h/git-rtems-docs/wscript", line 67, in build

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Vijay Kumar Banerjee
Attaching v3 of the patch. :) From 11267b9ebf80921cb45c0a8e1a4a1df8513c8a97 Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Fri, 1 Feb 2019 01:01:42 +0530 Subject: [PATCH v3] Coverage: Add support for TSIM format --- tester/rt/coverage.py | 35 +---

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Sebastian Huber
On 08/02/2019 07:29, Sebastian Huber wrote: On 07/02/2019 18:28, Chris Johns wrote: On 8/2/19 11:09 pm, Sebastian Huber wrote: After the update I get:    File "/home/EB/sebastian_h/git-rtems-docs/wscript", line 67, in build ver_version, ver_date, ver_released = version.get(ctx, rtems_ma

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Sebastian Huber
On 07/02/2019 18:28, Chris Johns wrote: On 8/2/19 11:09 pm, Sebastian Huber wrote: After the update I get:   File "/home/EB/sebastian_h/git-rtems-docs/wscript", line 67, in build     ver_version, ver_date, ver_released = version.get(ctx, rtems_major_version) AttributeError: 'module' object ha

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Vijay Kumar Banerjee
On Fri, 8 Feb 2019 at 08:34, Chris Johns wrote: > On 8/2/19 9:13 am, Vijay Kumar Banerjee wrote: > > On Fri, 8 Feb 2019 at 00:15, Chris Johns > > wrote: > > > > On 7/2/19 7:17 pm, Vijay Kumar Banerjee wrote: > > > I'm trying to do this ... > > > > > > ===

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Chris Johns
On 8/2/19 9:13 am, Vijay Kumar Banerjee wrote: > On Fri, 8 Feb 2019 at 00:15, Chris Johns > wrote: > > On 7/2/19 7:17 pm, Vijay Kumar Banerjee wrote: > > I'm trying to do this ... > > > > === > > diff --git a/tester/rtems/testing/bsps/leon3-sis

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Vijay Kumar Banerjee
On Fri, 8 Feb 2019 at 00:15, Chris Johns wrote: > On 7/2/19 7:17 pm, Vijay Kumar Banerjee wrote: > > I'm trying to do this ... > > > > === > > diff --git a/tester/rtems/testing/bsps/leon3-sis-cov.ini > > b/tester/rtems/testing/bsps/leon3-sis-cov.ini > > index d60257c..e450b60 100644 > > -

Re: RTEMs hello world proof | GSOC 2019 Aspirant

2019-02-07 Thread Ravindra Meena
Great, thanks for letting me know. On Thu, Feb 7, 2019 at 9:06 PM Gedare Bloom wrote: > Got it, thanks looks good. > > On Wed, Feb 6, 2019 at 7:49 AM Ravindra Meena wrote: > >> Hi RTEMs developer, >> >> I am GSOC 2019 aspirant. I have completed the hello world program and >> also created the pa

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Chris Johns
On 7/2/19 7:17 pm, Vijay Kumar Banerjee wrote: > I'm trying to do this ... > > === > diff --git a/tester/rtems/testing/bsps/leon3-sis-cov.ini > b/tester/rtems/testing/bsps/leon3-sis-cov.ini > index d60257c..e450b60 100644 > --- a/tester/rtems/testing/bsps/leon3-sis-cov.ini > +++ b/tester/r

[PATCH v2 11/11] libdl: Add powerpc large memory and small data support.

2019-02-07 Thread chrisj
From: Chris Johns - Add support for architecure sections that can be handled by the architecture back end. - Add trampoline/fixup support for PowerPC. This means the PowerPC now supports large memory loading of applications. - Add a bit allocator to manage small block based regions of memor

libdl: Powerpc small data linkcmd support

2019-02-07 Thread chrisj
Hi, This is v2 of patch 11 of this series ... https://lists.rtems.org/pipermail/devel/2019-February/024704.html This patch is the only change so I am only posting the one patch from the series. Chris ___ devel mailing list devel@rtems.org http://li

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Chris Johns
On 8/2/19 11:09 pm, Sebastian Huber wrote: > After the update I get: > >   File "/home/EB/sebastian_h/git-rtems-docs/wscript", line 67, in build >     ver_version, ver_date, ver_released = version.get(ctx, > rtems_major_version) > AttributeError: 'module' object has no attribute 'get' It works o

Re: RTEMs hello world proof | GSOC 2019 Aspirant

2019-02-07 Thread Gedare Bloom
Got it, thanks looks good. On Wed, Feb 6, 2019 at 7:49 AM Ravindra Meena wrote: > Hi RTEMs developer, > > I am GSOC 2019 aspirant. I have completed the hello world program and also > created the patch. > > I would love to contribute more and looking forward to being GSOC 2019 > student at RTEMs.

Re: Constant Bandwidth Server

2019-02-07 Thread Gedare Bloom
Hi Joel Pinto, On Thu, Feb 7, 2019 at 8:13 AM Joel Oliveira Pinto wrote: > Hello everyone, > > > After studying the implementation of the Constant Bandwidth Server (CBS) > scheduler in RTEMS, I realized that it does not respect what is proposed in > the original paper by Abeni and Buttazzo. For

Re: [PATCH] Add copyright notices

2019-02-07 Thread Gedare Bloom
Thanks Sebastian On Thu, Feb 7, 2019 at 7:21 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > --- > c-user/configuring_a_system.rst | 2 ++ > c-user/constant_bandwidth_server.rst | 1 + > c-user/index.rst | 2 ++ > c-user/red_black_trees.rst |

Re: Break points with latest SIS

2019-02-07 Thread Jiri Gaisler
On 2/7/19 12:53 PM, Jiri Gaisler wrote: > On 2/7/19 12:45 PM, Sebastian Huber wrote: >> On 07/02/2019 12:43, Jiri Gaisler wrote: >>> Works OK here: >>> >>> $ sparc-rtems5-sis -leon3 -nouartrx -r -tlim 200 s -m 4  >>> ./sparc-rtems5/c/leon3/testsuites/smptests/smpswitchextension01.exe >>> >>>   SI

Constant Bandwidth Server

2019-02-07 Thread Joel Oliveira Pinto
Hello everyone, After studying the implementation of the Constant Bandwidth Server (CBS) scheduler in RTEMS, I realized that it does not respect what is proposed in the original paper by Abeni and Buttazzo. For instance, RTEMS implementation does not support the following: • Serve several thr

[PATCH] Add copyright notices

2019-02-07 Thread Sebastian Huber
--- c-user/configuring_a_system.rst | 2 ++ c-user/constant_bandwidth_server.rst | 1 + c-user/index.rst | 2 ++ c-user/red_black_trees.rst | 1 + c-user/scheduling_concepts.rst | 2 ++ cpu-supplement/epiphany.rst | 1 + cpu-supplement/index.rst

Re: [rtems-docs commit] Version change, forgot to add wscript to the commit.

2019-02-07 Thread Sebastian Huber
After the update I get: Traceback (most recent call last):   File "/home/EB/sebastian_h/git-rtems-docs/.waf-1.9.7-d2740ebc8bcbca7fcd8f4ae914fb/waflib/Scripting.py", line 120, in waf_entry_point     run_commands()   File "/home/EB/sebastian_h/git-rtems-docs/.waf-1.9.7-d2740ebc8bcbca7fc

Re: Break points with latest SIS

2019-02-07 Thread Jiri Gaisler
On 2/7/19 12:45 PM, Sebastian Huber wrote: > > > On 07/02/2019 12:43, Jiri Gaisler wrote: >> Works OK here: >> >> $ sparc-rtems5-sis -leon3 -nouartrx -r -tlim 200 s -m 4  >> ./sparc-rtems5/c/leon3/testsuites/smptests/smpswitchextension01.exe >> >>   SIS - SPARC/RISCV instruction simulator 2.11, 

Re: Break points with latest SIS

2019-02-07 Thread Sebastian Huber
On 07/02/2019 12:43, Jiri Gaisler wrote: Works OK here: $ sparc-rtems5-sis -leon3 -nouartrx -r -tlim 200 s -m 4  ./sparc-rtems5/c/leon3/testsuites/smptests/smpswitchextension01.exe  SIS - SPARC/RISCV instruction simulator 2.11,  copyright Jiri Gaisler 1995  Bug-reports to j...@gaisler.se

Re: Break points with latest SIS

2019-02-07 Thread Jiri Gaisler
Works OK here: $ sparc-rtems5-sis -leon3 -nouartrx -r -tlim 200 s -m 4  ./sparc-rtems5/c/leon3/testsuites/smptests/smpswitchextension01.exe  SIS - SPARC/RISCV instruction simulator 2.11,  copyright Jiri Gaisler 1995  Bug-reports to j...@gaisler.se  LEON3 emulation enabled, 4 cpus online, delta

Break points with latest SIS

2019-02-07 Thread Sebastian Huber
Hello, I get a NULL pointer exception in one of the tests: sparc-rtems5-sis -leon3 -nouartrx -r -tlim 200 s -m 4 smpswitchextension01.exe  SIS - SPARC/RISCV instruction simulator 2.11,  copyright Jiri Gaisler 1995  Bug-reports to j...@gaisler.se  LEON3 emulation enabled, 4 cpus online, delta

Re: [PATCH] RSB/gdb: upgrade sis to 2.11

2019-02-07 Thread Chris Johns
On 5/2/19 9:17 pm, Jiri Gaisler wrote: > On 2/5/19 5:21 AM, Chris Johns wrote: >> On 4/2/19 9:49 pm, Jiri Gaisler wrote: >>> These two patches should be applied to gdb-8.2.1 to build sis for SPARC and >>> RISC-V: >> Thanks. >> >>> https://gaisler.se/gdb/gdb-8.2.1-riscv-config.patch >>> >>> https:/

Re: OAR is standing up hardware testing capabilities / EVB5200 issue

2019-02-07 Thread Sebastian Huber
Hello, maybe try an entry point of 0x1 as suggested by the ELF file or the README.IceCube. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de P

Re: [PATCH] Coverage: Add support for TSIM format

2019-02-07 Thread Vijay Kumar Banerjee
I'm trying to do this ... === diff --git a/tester/rtems/testing/bsps/leon3-sis-cov.ini b/tester/rtems/testing/bsps/leon3-sis-cov.ini index d60257c..e450b60 100644 --- a/tester/rtems/testing/bsps/leon3-sis-cov.ini +++ b/tester/rtems/testing/bsps/leon3-sis-cov.ini @@ -38,4 +38,4 @@ tester