Re: [PATCH 0/5] v2: Progress toward absolute time intervals

2016-07-20 Thread Sebastian Huber
On 19/07/16 17:18, Pavel Pisa wrote: Hello Sebastian, thanks for the comments On Tuesday 19 of July 2016 11:48:07 Sebastian Huber wrote: Hello Pavel, On 14/07/16 15:04, Pavel Pisa wrote: The overflow of 64-bit ticks and 34 bit for seconds packed timespec format is not probable but I would

Re: [PATCH 6/6 v2] libdl/rtl-obj.c: synchronize cache after code relocation.

2016-07-20 Thread Pavel Pisa
Hello Chris, On Thursday 21 of July 2016 00:22:30 Chris Johns wrote: > On 20/07/2016 18:55, Pavel Pisa wrote: > > From be993a950be6c382b70609bcbc38be9bd161e1d4 Mon Sep 17 00:00:00 2001 > > Message-Id: > > >ut.cz> From: Pavel Pisa > > Date: Wed, 20 Jul 2016 10:49:19 +0200 > > Subject: [PATCH] li

Re: Help required with RTEMS Capture Engine.

2016-07-20 Thread Chris Johns
On 19/07/2016 18:30, vivek kukreja wrote: Hello all, I'm Vivek Kukreja and i'm working on Capture Engine for GSoC this year. I'm running rtems 4.12 and I came across an error on running the capture.exe example to trace user extensions. The 'ctrace' command is giving an error RTEMS_UNSATISFIED.

Re: [PATCH 6/6 v2] libdl/rtl-obj.c: synchronize cache after code relocation.

2016-07-20 Thread Gedare Bloom
I'm OK with it but would like Chris to take a look if he gets around to it. On Wed, Jul 20, 2016 at 4:55 AM, Pavel Pisa wrote: > From be993a950be6c382b70609bcbc38be9bd161e1d4 Mon Sep 17 00:00:00 2001 > Message-Id: > > From: Pavel Pisa > Date: Wed, 20 Jul 2016 10:49:19 +0200 > Subject: [PATCH]

Re: [PATCH 6/6 v2] libdl/rtl-obj.c: synchronize cache after code relocation.

2016-07-20 Thread Chris Johns
On 20/07/2016 18:55, Pavel Pisa wrote: From be993a950be6c382b70609bcbc38be9bd161e1d4 Mon Sep 17 00:00:00 2001 Message-Id: From: Pavel Pisa Date: Wed, 20 Jul 2016 10:49:19 +0200 Subject: [PATCH] libdl/rtl-obj.c: synchronize cache after code relocation. To: rtems-de...@rtems.org Memory content

Re: [PATCH 3/6] arm/bsps: CP15 and basic cache support entire cache clean for more architecture variants now.

2016-07-20 Thread Gedare Bloom
On Wed, Jul 20, 2016 at 5:05 AM, Pavel Pisa wrote: > Hello Gedare, > > thanks for review. > > On Tuesday 19 of July 2016 17:21:16 Gedare Bloom wrote: >> > + line_power = arm_ccsidr_get_line_power(ccsidr); >> > + associativity = arm_ccsidr_get_associativity(ccsidr); >> > + way_shift

Re: [PATCH 3/6] arm/bsps: CP15 and basic cache support entire cache clean for more architecture variants now.

2016-07-20 Thread Pavel Pisa
Hello Gedare, thanks for review. On Tuesday 19 of July 2016 17:21:16 Gedare Bloom wrote: > > + line_power = arm_ccsidr_get_line_power(ccsidr); > > + associativity = arm_ccsidr_get_associativity(ccsidr); > > + way_shift = __builtin_clz(associativity - 1); > > Can we use a non-GCCism

[PATCH 6/6 v2] libdl/rtl-obj.c: synchronize cache after code relocation.

2016-07-20 Thread Pavel Pisa
>From be993a950be6c382b70609bcbc38be9bd161e1d4 Mon Sep 17 00:00:00 2001 Message-Id: From: Pavel Pisa Date: Wed, 20 Jul 2016 10:49:19 +0200 Subject: [PATCH] libdl/rtl-obj.c: synchronize cache after code relocation. To: rtems-de...@rtems.org Memory content changes caused by relocation has to be p

Re: [PATCH 6/6] libdl/rtl-obj.c: synchronize cache after code relocation.

2016-07-20 Thread Pavel Pisa
Hello Gedare, On Tuesday 19 of July 2016 17:27:36 Gedare Bloom wrote: > On Sun, Jul 17, 2016 at 6:48 PM, wrote: > > From: Pavel Pisa > > diff --git a/cpukit/libdl/rtl-obj.h b/cpukit/libdl/rtl-obj.h > > index 1202fd5..b1cb1d5 100644 > > --- a/cpukit/libdl/rtl-obj.h > > +++ b/cpukit/libdl/rtl-obj