Re: [PATCH] rtems-tools/covoar: -f switch was not used to select coverage format

2019-01-24 Thread Joel Sherrill
On Thu, Jan 24, 2019 at 8:46 AM Jiri Gaisler wrote: > > On 1/24/19 2:19 PM, Joel Sherrill wrote: > > > > On Thu, Jan 24, 2019, 6:38 AM Jiri Gaisler >> Small patch to fix covoar to work with TSIM coverage files. It should be >> noted that covoar erroneously marks some code as uncovered while it i

Re: [PATCH] rtems-tools/covoar: -f switch was not used to select coverage format

2019-01-24 Thread Jiri Gaisler
On 1/24/19 2:19 PM, Joel Sherrill wrote: > > > On Thu, Jan 24, 2019, 6:38 AM Jiri Gaisler wrote: > > Small patch to fix covoar to work with TSIM coverage files. It > should be noted that covoar erroneously marks some code as > uncovered while it is marked as c

Re: Xilinx License Acceptable for RTEMS?

2019-01-24 Thread Joel Sherrill
On Thu, Jan 24, 2019 at 8:04 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > some Xilinx drivers use this license: > > > /** > * > * Copyright (C) 2014 Xilinx, Inc. All rights reserved. > * >

Xilinx License Acceptable for RTEMS?

2019-01-24 Thread Sebastian Huber
Hello, some Xilinx drivers use this license: /** * * Copyright (C) 2014 Xilinx, Inc.  All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat

Re: [PATCH] rtems-tools/covoar: -f switch was not used to select coverage format

2019-01-24 Thread Joel Sherrill
On Thu, Jan 24, 2019, 6:38 AM Jiri Gaisler Small patch to fix covoar to work with TSIM coverage files. It should be > noted that covoar erroneously marks some code as uncovered while it is > marked as covered in the coverage file. This seems to be due to incorrect > parsing of the symbol table in

[PATCH] rtems-tools/covoar: -f switch was not used to select coverage format

2019-01-24 Thread Jiri Gaisler
Small patch to fix covoar to work with TSIM coverage files. It should be noted that covoar erroneously marks some code as uncovered while it is marked as covered in the coverage file. This seems to be due to incorrect parsing of the symbol table in the exec file. I will file a ticket for this on

Re: [PATCH 04/10] user: Add "Obtain the Sources" section

2019-01-24 Thread Chris Johns
On 24/1/19 7:55 pm, Sebastian Huber wrote: > --- > user/start/index.rst | 1 + > user/start/sources.rst | 51 > ++ > 2 files changed, 52 insertions(+) > create mode 100644 user/start/sources.rst > > diff --git a/user/start/index.rst b/user/s

Re: [PATCH 03/10] user: Rework Prefixes section

2019-01-24 Thread Chris Johns
On 24/1/19 9:49 pm, Sebastian Huber wrote: > On 24/01/2019 11:47, Chris Johns wrote: >>> +:file:`/usr/local` on FreeBSD and Linux. >>> + >>> +You have to select a prefix for your RTEMS tool suite installation.  The >>> RTEMS >>> +tool suite consists of a cross tool chain (Binutils, GCC, GDB, Newli

Re: [PATCH 03/10] user: Rework Prefixes section

2019-01-24 Thread Chris Johns
On 24/1/19 7:55 pm, Sebastian Huber wrote: > Rename it to "Choose an Installation Prefix". > > Update #3675. > --- > user/hosts/posix.rst | 2 +- > user/installation/project-sandboxing.rst | 2 +- > user/start/index.rst | 2 +- > user/start/prefixes.rst

Re: [PATCH 03/10] user: Rework Prefixes section

2019-01-24 Thread Sebastian Huber
On 24/01/2019 11:47, Chris Johns wrote: +:file:`/usr/local` on FreeBSD and Linux. + +You have to select a prefix for your RTEMS tool suite installation. The RTEMS +tool suite consists of a cross tool chain (Binutils, GCC, GDB, Newlib, etc.) +for your target architecture and :ref:`other tools ` p

Re: [PATCH 01/10] user: Rework "Host Computer Setup" section

2019-01-24 Thread Chris Johns
On 24/1/19 7:55 pm, Sebastian Huber wrote: > Rename it to "Prepare Your Host Computer". > --- > user/rsb/why-build-from-source.rst | 2 ++ > user/start/host.rst| 20 +++- > 2 files changed, 13 insertions(+), 9 deletions(-) > > diff --git a/user/rsb/why-build-fr

Re: [PATCH 1/2] user: Spell out third-party

2019-01-24 Thread Chris Johns
On 24/1/19 8:51 pm, Sebastian Huber wrote: > On 24/01/2019 10:22, Chris Johns wrote: >> On 24/1/19 5:30 pm, Sebastian Huber wrote: >>> Yes, this makes sense, but this patch is a spell change. >> Sure, it was just something that came up and I though I would let you know. > > Ok, and is the change o

Re: [PATCH 1/2] user: Spell out third-party

2019-01-24 Thread Sebastian Huber
On 24/01/2019 10:22, Chris Johns wrote: On 24/1/19 5:30 pm, Sebastian Huber wrote: Yes, this makes sense, but this patch is a spell change. Sure, it was just something that came up and I though I would let you know. Ok, and is the change ok for you? I would like to use the wording in Wike

Re: [PATCH 1/2] user: Spell out third-party

2019-01-24 Thread Chris Johns
On 24/1/19 5:30 pm, Sebastian Huber wrote: > Yes, this makes sense, but this patch is a spell change. Sure, it was just something that came up and I though I would let you know. > I would like to use the wording in Wikepedia > > https://en.wikipedia.org/wiki/Third-party_software_component > As

Re: Do we really want to install the tests during a BSP install?

2019-01-24 Thread Chris Johns
On 24/1/19 6:58 pm, Sebastian Huber wrote: > I rework currently the quick start chapter of the user manual. I think we > should > recommend to build the tests for a BSP and run them. To build applications on > top of RTEMS you have to install the BSP. If you build the BSP with > --enable-tests, th

Re: SIS with coverage support

2019-01-24 Thread Jiri Gaisler
On 1/24/19 9:33 AM, Jiri Gaisler wrote: > > On 1/24/19 12:45 AM, Joel Sherrill wrote: >> >> >> On Wed, Jan 23, 2019 at 4:45 PM Chris Johns > > wrote: >> >> On 24/1/19 9:12 am, Jiri Gaisler wrote: >> > After some trial and error, I got covoar to run with: >> >>

[PATCH 06/10] user: Add "Bootstrap the RTEMS Sources"

2019-01-24 Thread Sebastian Huber
--- user/start/bootstrap.rst | 55 user/start/index.rst | 1 + 2 files changed, 56 insertions(+) create mode 100644 user/start/bootstrap.rst diff --git a/user/start/bootstrap.rst b/user/start/bootstrap.rst new file mode 100644 index 000..

[PATCH 05/10] user: Add "Install the Tool Suite" section

2019-01-24 Thread Sebastian Huber
--- user/hardware/architectures.rst | 3 + user/start/index.rst| 1 + user/start/tools.rst| 126 3 files changed, 130 insertions(+) create mode 100644 user/start/tools.rst diff --git a/user/hardware/architectures.rst b/user/har

[PATCH 10/10] user: Remove obsolete content in quick start

2019-01-24 Thread Sebastian Huber
--- user/start/index.rst | 87 1 file changed, 87 deletions(-) diff --git a/user/start/index.rst b/user/start/index.rst index e7ce133..d5aa1be 100644 --- a/user/start/index.rst +++ b/user/start/index.rst @@ -24,90 +24,3 @@ applications on top o

[PATCH 08/10] user: Add "Test a Board Support Package (BSP)"

2019-01-24 Thread Sebastian Huber
--- user/start/bsp-test.rst | 66 + user/start/index.rst| 1 + user/testing/index.rst | 2 ++ 3 files changed, 69 insertions(+) create mode 100644 user/start/bsp-test.rst diff --git a/user/start/bsp-test.rst b/user/start/bsp-test.rst new fil

[PATCH 09/10] user: Add "Build Your Application"

2019-01-24 Thread Sebastian Huber
--- user/start/app.rst | 11 +++ user/start/index.rst | 1 + 2 files changed, 12 insertions(+) create mode 100644 user/start/app.rst diff --git a/user/start/app.rst b/user/start/app.rst new file mode 100644 index 000..fdf6bb7 --- /dev/null +++ b/user/start/app.rst @@ -0,0 +1,11 @@

[PATCH 02/10] user: Fix references to prefixes section

2019-01-24 Thread Sebastian Huber
--- user/hosts/macos.rst | 2 +- user/hosts/posix.rst | 2 +- user/installation/project-sandboxing.rst | 3 --- user/installation/releases.rst | 4 ++-- user/start/prefixes.rst | 5 +++-- 5 files changed, 7 insertions(+), 9 deletio

[PATCH 07/10] user: Add "Build a Board Support Package (BSP)"

2019-01-24 Thread Sebastian Huber
--- user/start/bsp-build.rst | 146 +++ user/start/index.rst | 1 + 2 files changed, 147 insertions(+) create mode 100644 user/start/bsp-build.rst diff --git a/user/start/bsp-build.rst b/user/start/bsp-build.rst new file mode 100644 index 000

[PATCH 04/10] user: Add "Obtain the Sources" section

2019-01-24 Thread Sebastian Huber
--- user/start/index.rst | 1 + user/start/sources.rst | 51 ++ 2 files changed, 52 insertions(+) create mode 100644 user/start/sources.rst diff --git a/user/start/index.rst b/user/start/index.rst index 96388f2..d5f21e7 100644 --- a/user/start/i

[PATCH 03/10] user: Rework Prefixes section

2019-01-24 Thread Sebastian Huber
Rename it to "Choose an Installation Prefix". Update #3675. --- user/hosts/posix.rst | 2 +- user/installation/project-sandboxing.rst | 2 +- user/start/index.rst | 2 +- user/start/prefixes.rst | 74 use

[PATCH 00/10] Rework quick start in user manual

2019-01-24 Thread Sebastian Huber
This patch set reworks the quick start chapter in the user manual. You find a PDF with this patch set here: https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf It duplicates some information with the "Installation" chapter. The "Installation" chapter should be reworked to contain the details.

[PATCH 01/10] user: Rework "Host Computer Setup" section

2019-01-24 Thread Sebastian Huber
Rename it to "Prepare Your Host Computer". --- user/rsb/why-build-from-source.rst | 2 ++ user/start/host.rst| 20 +++- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/user/rsb/why-build-from-source.rst b/user/rsb/why-build-from-source.rst index ee

Re: SIS with coverage support

2019-01-24 Thread Jiri Gaisler
On 1/24/19 12:45 AM, Joel Sherrill wrote: > > > On Wed, Jan 23, 2019 at 4:45 PM Chris Johns > wrote: > > On 24/1/19 9:12 am, Jiri Gaisler wrote: > > After some trial and error, I got covoar to run with: > > Great. > > > However, the coverage is always 0% i