[PATCH 1/2] Support VERSION file for releasing and deployment

2019-02-05 Thread chrisj
From: Chris Johns - Shorten the GIT hash. --- common/version.py | 150 ++ wscript | 55 +++-- 2 files changed, 170 insertions(+), 35 deletions(-) create mode 100644 common/version.py diff --git a/common/version.py b/common/vers

[PATCH 2/2] Fix building with Sphinx 1.8 and later.

2019-02-05 Thread chrisj
From: Chris Johns - Provide the pytnon.ist file for makeindex. - Add support for xelatex building so we can switch if we want too. Closes #3669 --- common/conf.py | 8 +--- common/waf.py | 39 --- 2 files changed, 33 insertions(+), 14 deletions(-) dif

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

2019-02-05 Thread Chris Johns
On 6/2/19 1:41 am, Vijay Kumar Banerjee wrote: > On Tue, 5 Feb 2019 at 03:37, Chris Johns > wrote: On 1/2/19 10:47 pm, Vijay Kumar Banerjee wrote: > >          self.trace = trace > >          self.prefix = prefix > > +        self.bsp = bsp > >  >

[PATCH v3] Coverage : Add coverage support for RISCV

2019-02-05 Thread Vijay Kumar Banerjee
--- tester/covoar/TargetFactory.cc | 2 + tester/covoar/Target_riscv.cc| 83 + tester/covoar/Target_riscv.h | 95 tester/covoar/wscript| 3 +- tester/rtems/testing/bsps/griscv-sis-cov.ini |

Re: [PATCH] Coverage : Add coverage support for RISCV

2019-02-05 Thread Vijay Kumar Banerjee
On Tue, 5 Feb 2019 at 21:33, Hesham Almatary wrote: > On Fri, 1 Feb 2019 at 14:53, Vijay Kumar Banerjee > wrote: > > > > --- > > tester/covoar/TargetFactory.cc | 2 + > > tester/covoar/Target_riscv.cc| 82 > > tester/covoar/Target_riscv.h

Re: [PATCH] Coverage : Add coverage support for RISCV

2019-02-05 Thread Hesham Almatary
On Fri, 1 Feb 2019 at 14:53, Vijay Kumar Banerjee wrote: > > --- > tester/covoar/TargetFactory.cc | 2 + > tester/covoar/Target_riscv.cc| 82 > tester/covoar/Target_riscv.h | 98 > tester/covoar/wscript

[PATCH v2] Coverage : Add coverage support for RISCV

2019-02-05 Thread Vijay Kumar Banerjee
--- tester/covoar/TargetFactory.cc | 2 + tester/covoar/Target_riscv.cc| 82 + tester/covoar/Target_riscv.h | 95 tester/covoar/wscript| 3 +- tester/rtems/testing/bsps/griscv-sis-cov.ini |

Re: [PATCH] Coverage : Add coverage support for RISCV

2019-02-05 Thread Vijay Kumar Banerjee
Thanks for the reviews. I'll correct the formatting and post a v2. On Tue, 5 Feb 2019 at 05:45, Joel Sherrill wrote: > The C++ looks OK. Being a RISC architecture, I am assuming that there is > only one nop and it was easy to list all the branch variants. :) > That's all I could find in one goo

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

2019-02-05 Thread Vijay Kumar Banerjee
On Tue, 5 Feb 2019 at 03:37, Chris Johns wrote: > On 1/2/19 10:47 pm, Vijay Kumar Banerjee wrote: > > --- > > tester/rt/coverage.py | 28 - > > tester/rtems/testing/bsps/leon3-sis-cov.ini | 3 ++- > > 2 files changed, 24 insertions(+), 7 deletions(-) >

Re: [PATCH 3/4] tester/check: Covert the indent size to an int.

2019-02-05 Thread Joel Sherrill
Fix the spelling in the message On Mon, Feb 4, 2019, 11:10 PM From: Chris Johns > > --- > tester/rt/check.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tester/rt/check.py b/tester/rt/check.py > index f81ee70..3bb24e3 100755 > --- a/tester/rt/check.py > +++ b/tester

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

2019-02-05 Thread Jiri Gaisler
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://gaisler.se/gdb/gdb-8.2.1-sis-2.11.patch > I se

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

2019-02-05 Thread Chris Johns
On 5/2/19 7:35 pm, Sebastian Huber wrote: > On 05/02/2019 09:19, Chris Johns wrote: >> On 5/2/19 5:32 pm, Sebastian Huber wrote: >>> On 05/02/2019 07:19, Sebastian Huber wrote: On 05/02/2019 02:43, chr...@rtems.org wrote: > +    /* > + * Set bsp_section_sdata_bss_maximum_size to 1

Re: [PATCH v4] rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.

2019-02-05 Thread Sebastian Huber
Ok, good. -- 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 PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitte

[PATCH v4] rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.

2019-02-05 Thread chrisj
From: Chris Johns --- rtems/config/5/rtems-default.bset| 2 +- rtems/config/5/rtems-riscv.bset | 2 +- rtems/config/5/rtems-sparc.bset | 13 + rtems/config/tools/rtems-gdb-8.2.1-1.cfg | 18 ++ 4 files changed, 21 insertions(+), 14 deletions

Re: [PATCH v3] rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.

2019-02-05 Thread Chris Johns
On 5/2/19 7:36 pm, Sebastian Huber wrote: > Looks like v2 Yeah, eating some food and doing this at the same time, v4 coming. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v3] rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.

2019-02-05 Thread Sebastian Huber
Looks like v2 -- 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 PGP : Public key available on request. Diese Nachricht ist keine geschäftliche M

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

2019-02-05 Thread Sebastian Huber
On 05/02/2019 09:19, Chris Johns wrote: On 5/2/19 5:32 pm, Sebastian Huber wrote: On 05/02/2019 07:19, Sebastian Huber wrote: On 05/02/2019 02:43, chr...@rtems.org wrote: +    /* + * Set bsp_section_sdata_bss_maximum_size to 1 to use the maximum, eg: + * + *  bsp_section_sdata_bss_

[PATCH v3] rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.

2019-02-05 Thread chrisj
From: Chris Johns --- rtems/config/5/rtems-default.bset| 2 +- rtems/config/5/rtems-riscv.bset | 2 +- rtems/config/tools/rtems-gdb-8.2.1-1.cfg | 18 ++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 rtems/config/tools/rtems-gdb-8.2.1-1.c

Re: [PATCH v2] rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.

2019-02-05 Thread Chris Johns
On 5/2/19 7:29 pm, Sebastian Huber wrote: > Could you please also change back the rtems-sparc.bset to use the default file > and check it in? I would like to re-install the tools today. Sure, I will post a v3 :) Chris ___ devel mailing list devel@rtems.

Re: [PATCH v2] rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.

2019-02-05 Thread Sebastian Huber
Could you please also change back the rtems-sparc.bset to use the default file and check it in? I would like to re-install the tools today. diff --git a/rtems/config/5/rtems-sparc.bset b/rtems/config/5/rtems-sparc.bset index 838bb4f..187d337 100644 --- a/rtems/config/5/rtems-sparc.bset +++ b/r

[PATCH v2] rtems/5: Update to gdb-8.2.1 with Jiri's SIS and RISCV patches.

2019-02-05 Thread chrisj
From: Chris Johns --- rtems/config/5/rtems-default.bset| 2 +- rtems/config/5/rtems-riscv.bset | 2 +- rtems/config/tools/rtems-gdb-8.2.1-1.cfg | 18 ++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 rtems/config/tools/rtems-gdb-8.2.1-1.c

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

2019-02-05 Thread Chris Johns
On 5/2/19 5:32 pm, Sebastian Huber wrote: > On 05/02/2019 07:19, Sebastian Huber wrote: >> On 05/02/2019 02:43, chr...@rtems.org wrote: >>> +    /* >>> + * Set bsp_section_sdata_bss_maximum_size to 1 to use the maximum, eg: >>> + * >>> + *  bsp_section_sdata_bss_maximum_size = 1; >>> + 

Re: [PATCH] rtems/5: Update to gdb-8.2.2 with Jiri's SIS and RISCV patches.

2019-02-05 Thread Chris Johns
On 5/2/19 7:08 pm, Jiri Gaisler wrote: > I thought the idea was to switch all architectures to gdb-8.2.1. RISC-V is > supported in 8.2.1 and works well in all my tests. Sorry I was not aware of this. I will create a v2. Thanks Chris ___ devel mailing l

Re: [PATCH] rtems/5: Update to gdb-8.2.2 with Jiri's SIS and RISCV patches.

2019-02-05 Thread Jiri Gaisler
On 2/5/19 9:05 AM, Sebastian Huber wrote: > On 05/02/2019 05:24, chr...@rtems.org wrote: >> From: Chris Johns >> >> --- >>   rtems/config/5/rtems-default.bset    |  2 +- >>   rtems/config/tools/rtems-gdb-8.2.1-1.cfg | 18 ++ >>   2 files changed, 19 insertions(+), 1 deletion(-)

Re: [PATCH] rtems/5: Update to gdb-8.2.2 with Jiri's SIS and RISCV patches.

2019-02-05 Thread Sebastian Huber
On 05/02/2019 05:24, chr...@rtems.org wrote: From: Chris Johns --- rtems/config/5/rtems-default.bset| 2 +- rtems/config/tools/rtems-gdb-8.2.1-1.cfg | 18 ++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 rtems/config/tools/rtems-gdb-8.2.1-1.c