On Wed, Sep 3, 2014 at 11:25 AM, Joel Sherrill
wrote:
> ---
> c/src/lib/libbsp/arm/csb337/startup/bspreset.c | 1 +
> c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 2 +-
> .../lib/libbsp/arm/raspberrypi/startup/bspreset.c | 35
> testsuites/sptests/spintr_err01/init.c
On Thu, Sep 4, 2014 at 12:16 PM, Gedare Bloom wrote:
> On Wed, Sep 3, 2014 at 11:25 AM, Joel Sherrill
> wrote:
>> ---
>> c/src/lib/libbsp/arm/csb337/startup/bspreset.c | 1 +
>> c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 2 +-
>> .../lib/libbsp/arm/raspberrypi/startup/bspreset.c
On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill
wrote:
> ---
> cpukit/posix/src/mprotect.c | 23 ++-
> 1 file changed, 14 insertions(+), 9 deletions(-)
>
> diff --git a/cpukit/posix/src/mprotect.c b/cpukit/posix/src/mprotect.c
> index f2f8af6..51b565e 100644
> --- a/cpukit/posi
On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill
wrote:
> ---
> cpukit/libfs/src/rfs/rtems-rfs-buffer.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
> b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
> index 3d89f5f..4192b21 100644
On 9/4/2014 11:19 AM, Gedare Bloom wrote:
On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill
wrote:
---
cpukit/posix/src/mprotect.c | 23 ++-
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/cpukit/posix/src/mprotect.c b/cpukit/posix/src/mprotect.c
index f2f8af6
On 9/4/2014 11:21 AM, Gedare Bloom wrote:
> On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill
> wrote:
>> ---
>> cpukit/libfs/src/rfs/rtems-rfs-buffer.c | 5 ++---
>> 1 file changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
>> b/cpukit/libfs/src/rf
This patch regenerates preinstall.am file after Chris fixup regarding
preinstall.am files gerenration from bootstrap -p command.
---
cpukit/score/cpu/or1k/preinstall.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpukit/score/cpu/or1k/preinstall.am
b/cpukit/score/cpu
Chris suggested the following approach:
>Another approach could involve adding the task data to the trace buffer when
>the first reference
> to the task is added to the trace buffer. You would add the task data tagging
> it with some sort of "id".
> When added events related to the task the "id"
On 9/4/2014 12:57 PM, Jennifer Averett wrote:
>
> Chris suggested the following approach:
>
>
>
> >Another approach could involve adding the task data to the trace
> buffer when the first reference
>
> > to the task is added to the trace buffer. You would add the task
> data tagging it with some
Committed. Thanks.
--joel
On 9/4/2014 12:55 PM, Hesham ALMatary wrote:
> This patch regenerates preinstall.am file after Chris fixup regarding
> preinstall.am files gerenration from bootstrap -p command.
> ---
> cpukit/score/cpu/or1k/preinstall.am | 6 +++---
> 1 file changed, 3 insertions(+), 3
On Thu, Sep 4, 2014 at 1:10 PM, Joel Sherrill wrote:
> On 9/4/2014 11:19 AM, Gedare Bloom wrote:
>>
>> On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill
>> wrote:
>>>
>>> ---
>>> cpukit/posix/src/mprotect.c | 23 ++-
>>> 1 file changed, 14 insertions(+), 9 deletions(-)
>>>
>>>
On 9/4/2014 2:06 PM, Gedare Bloom wrote:
> On Thu, Sep 4, 2014 at 1:10 PM, Joel Sherrill
> wrote:
>> On 9/4/2014 11:19 AM, Gedare Bloom wrote:
>>> On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill
>>> wrote:
---
cpukit/posix/src/mprotect.c | 23 ++-
1 file cha
On 9/4/2014 11:21 AM, Gedare Bloom wrote:
> On Wed, Sep 3, 2014 at 11:26 AM, Joel Sherrill
> wrote:
>> ---
>> cpukit/libfs/src/rfs/rtems-rfs-buffer.c | 5 ++---
>> 1 file changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
>> b/cpukit/libfs/src/rf
On 5/09/2014 3:10 am, Joel Sherrill wrote:
Also I didn't see adding when we don't support any of it.
There is code here but it needs some tests and moving to libcsupport. :)
http://git.rtems.org/chrisj/rtl.git/tree/sys/mman.h
http://git.rtems.org/chrisj/rtl.git/tree/mmap.c
http://git.rtems.o
PR, I think it should go to Chris since he has a WIP on it.
On Thu, Sep 4, 2014 at 3:38 PM, Joel Sherrill wrote:
>
> On 9/4/2014 2:06 PM, Gedare Bloom wrote:
>> On Thu, Sep 4, 2014 at 1:10 PM, Joel Sherrill
>> wrote:
>>> On 9/4/2014 11:19 AM, Gedare Bloom wrote:
On Wed, Sep 3, 2014 at 11:2
On 5/09/2014 4:00 am, Joel Sherrill wrote:
Piling on... most of the information in the capture engine's task
control blocks can be logged statically on task create.
This should be done when the first reference to the task is logged. The
task may already exist.
BUT... there is also trigger i
On 04/09/14 18:16, Gedare Bloom wrote:
On Wed, Sep 3, 2014 at 11:25 AM, Joel Sherrill
wrote:
>---
> c/src/lib/libbsp/arm/csb337/startup/bspreset.c | 1 +
> c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 2 +-
> .../lib/libbsp/arm/raspberrypi/startup/bspreset.c | 35
>
On 01/09/14 13:15, Daniel Cederman wrote:
---
testsuites/smptests/smpcache01/init.c | 29 ++---
1 file changed, 26 insertions(+), 3 deletions(-)
diff --git a/testsuites/smptests/smpcache01/init.c
b/testsuites/smptests/smpcache01/init.c
index dd2f9f1..48154d4 100644
--
18 matches
Mail list logo