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
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
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.
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]
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
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
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
>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
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