Re: [PATCH] Basic Support for Trace Compass

2019-06-10 Thread Sebastian Huber
Hello Ravindra, you can highlight that this is the second version of a patch with the "git format-patch -v2" command line option. On 10/06/2019 07:46, Ravindra Meena wrote: --- images/user/event-recording-trace.png | Bin 0 -> 9573 bytes images/user/event-recording-trace.puml | 12

Re: [PATCH] Add testsuite for psxinttypes01

2019-06-10 Thread Vaibhav Gupta
On Mon, Jun 10, 2019 at 10:01 PM Gedare Bloom wrote: > Hi Vaibhav, > > This is getting better, see below for review comments. > > On Mon, Jun 10, 2019 at 4:48 AM Vaibhav Gupta > wrote: > > > > --- > > testsuites/psxtests/Makefile.am | 7 + > > testsuites/psxtests/configure.ac

RAP File load error

2019-06-10 Thread jameszxj
Hi , When I update RTEMS from HEAD:be50969881b97180bf4fc1e2975efd41169e08bb [be50969] to HEAD: b36c52097f52012f9a52dff6fc8393d63805158b [b36c520], the RAP file can not be loaded. dlerror() return nothing.___ devel mailing list devel@rtems.org

Re: [PATCH v2] RTEMS Boot Image, tool to create SD card images

2019-06-10 Thread Chris Johns
On 10/6/19 8:17 pm, Vijay Kumar Banerjee wrote: > Hello Chris, > I'm getting the following error in python3.7: Thank you for checking this. I will fixes these issues. > > === > rtems-tools $>./misc/rtems-boot-image -b u-boot-beaglebone -o . $HOME/myimage > RTEMS Tools - Boot Image, 5

Re: [PATCH] Add testsuite for psxinttypes01

2019-06-10 Thread Gedare Bloom
Hi Vaibhav, This is getting better, see below for review comments. On Mon, Jun 10, 2019 at 4:48 AM Vaibhav Gupta wrote: > > --- > testsuites/psxtests/Makefile.am | 7 + > testsuites/psxtests/configure.ac | 1 + > testsuites/psxtests/psxinttypes01/init.c |

Re: [PATCH v2] user/bsps: Add beagle BSP

2019-06-10 Thread Christian Mauderer
On 10/06/2019 14:53, Vijay Kumar Banerjee wrote: > > > On Mon, Jun 10, 2019, 6:13 PM Christian Mauderer > wrote: > > On 09/06/2019 16:57, Vijay Kumar Banerjee wrote: > > --- > >  user/bsps/bsps-arm.rst | 69 > +-

Re: [PATCH v2] user/bsps: Add beagle BSP

2019-06-10 Thread Vijay Kumar Banerjee
On Mon, Jun 10, 2019, 6:13 PM Christian Mauderer wrote: > On 09/06/2019 16:57, Vijay Kumar Banerjee wrote: > > --- > > user/bsps/bsps-arm.rst | 69 +- > > 1 file changed, 68 insertions(+), 1 deletion(-) > > > > diff --git a/user/bsps/bsps-arm.rst

Re: [PATCH v2] user/bsps: Add beagle BSP

2019-06-10 Thread Christian Mauderer
On 09/06/2019 16:57, Vijay Kumar Banerjee wrote: > --- > user/bsps/bsps-arm.rst | 69 +- > 1 file changed, 68 insertions(+), 1 deletion(-) > > diff --git a/user/bsps/bsps-arm.rst b/user/bsps/bsps-arm.rst > index eb972c6..e6826cd 100644 > ---

Re: [PATCH v2 1/5] iicbus: Import from FreeBSD

2019-06-10 Thread Christian Mauderer
Hello Vijay, the patch set works fine on the Beagle (except for the i2c tool - but as discussed that will work after the next libbsd update). The patches look OK for me. Best regards Christian On 08/06/2019 14:49, Vijay Kumar Banerjee wrote: > --- > freebsd/sys/dev/iicbus/iic.c| 506

[PATCH] Add testsuite for psxinttypes01

2019-06-10 Thread Vaibhav Gupta
--- testsuites/psxtests/Makefile.am | 7 + testsuites/psxtests/configure.ac | 1 + testsuites/psxtests/psxinttypes01/init.c | 220 ++ .../psxtests/psxinttypes01/psxinttypes01.doc | 67 ++ .../psxtests/psxinttypes01/psxinttypes01.scn | 75

Re: [PATCH v2] RTEMS Boot Image, tool to create SD card images

2019-06-10 Thread Vijay Kumar Banerjee
Hello Chris, I'm getting the following error in python3.7: === rtems-tools $>./misc/rtems-boot-image -b u-boot-beaglebone -o . $HOME/myimage RTEMS Tools - Boot Image, 5 (881f7419784e modified) Traceback (most recent call last): File "./misc/tools/cmd-boot-image.py", line 41, in

[PATCH v2 4/8] rtemstoolkit/path: Merge RSB changes.

2019-06-10 Thread chrisj
From: Chris Johns --- rtemstoolkit/path.py | 294 ++- 1 file changed, 233 insertions(+), 61 deletions(-) diff --git a/rtemstoolkit/path.py b/rtemstoolkit/path.py index 845dfe8..9401e99 100644 --- a/rtemstoolkit/path.py +++ b/rtemstoolkit/path.py @@

[PATCH v2 7/8] rtemstoolkit/configuration: Fix interpolation support.

2019-06-10 Thread chrisj
From: Chris Johns - It was disabled always. Now optional by the constructor. --- rtemstoolkit/configuration.py | 67 +-- 1 file changed, 40 insertions(+), 27 deletions(-) diff --git a/rtemstoolkit/configuration.py b/rtemstoolkit/configuration.py index

[PATCH v2 1/8] rtemstoolkit/check: Optionally check exe silently.

2019-06-10 Thread chrisj
From: Chris Johns --- rtemstoolkit/check.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtemstoolkit/check.py b/rtemstoolkit/check.py index 8d4a35c..1f18f72 100644 --- a/rtemstoolkit/check.py +++ b/rtemstoolkit/check.py @@ -143,12 +143,12 @@ def host_setup(opts):

[PATCH v2 8/8] misc/boot-image: Add a tool to create boot images.

2019-06-10 Thread chrisj
From: Chris Johns - FreeBSD support. - MacOS support. - Linux support. - Support for 1st and 2nd loaders. - Support uenv templates and uenv.txt support. --- misc/rtems-boot-image| 42 ++ misc/tools/boot.py | 1092 ++

[PATCH v2 6/8] rtemstoolkit/macros: Improve the macro output.

2019-06-10 Thread chrisj
From: Chris Johns - Support optionally reporting just the keys and their values. --- rtemstoolkit/macros.py | 30 ++ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/rtemstoolkit/macros.py b/rtemstoolkit/macros.py index e3776bd..a8975fc 100644 ---

[PATCH v2 3/8] rtemstoolkit/log: Add info().

2019-06-10 Thread chrisj
From: Chris Johns --- rtemstoolkit/log.py | 14 ++ rtemstoolkit/options.py | 3 +-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/rtemstoolkit/log.py b/rtemstoolkit/log.py index a06c8c1..00fdb05 100755 --- a/rtemstoolkit/log.py +++ b/rtemstoolkit/log.py @@

[PATCH v2 2/8] rtemstoolkit/host: Make the load() public.

2019-06-10 Thread chrisj
From: Chris Johns --- rtemstoolkit/host.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtemstoolkit/host.py b/rtemstoolkit/host.py index 5319c92..01aae07 100644 --- a/rtemstoolkit/host.py +++ b/rtemstoolkit/host.py @@ -42,7 +42,7 @@ is_windows = False platform =

[PATCH v2] RTEMS Boot Image, tool to create SD card images

2019-06-10 Thread chrisj
Hi, These patches add a new command to the rtems-tools called rtems-boot-image. This tool creates boot images for SD cards on FreeBSD, MacOS and Linux. The tool lets you boot an RTEMS executable from u-boot from an SD card, or you can support networking options and have u-boot perform a net boot.

[PATCH v2 5/8] rtemstoolkit/configuration: Add get_sections() to get the sections.

2019-06-10 Thread chrisj
From: Chris Johns - Fix module access when catching exceptions. --- rtemstoolkit/configuration.py | 28 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/rtemstoolkit/configuration.py b/rtemstoolkit/configuration.py index 3b03296..bc3ec93 100644 ---