[PATCH 3/3] C11 threads support

2015-09-21 Thread Sebastian Huber
Import from latest FreeBSD. Move types and defines to so that it can be customized per target. newlib/ChangeLog 2015-09-21 Sebastian Huber * libc/include/threads.h: New. * libc/sys/rtems/include/machine/_threads.h: Likewise. ---

[PATCH 2/2] libstdthreads: Add C11 threads

2015-09-21 Thread Sebastian Huber
--- cpukit/Makefile.am | 1 + cpukit/configure.ac| 4 + cpukit/libstdthreads/Makefile.am | 21 + cpukit/libstdthreads/call_once.c | 6 +- cpukit/libstdthreads/cnd.c |

[PATCH 1/2] libstdthreads: Import from FreeBSD

2015-09-21 Thread Sebastian Huber
--- cpukit/libstdthreads/call_once.c | 44 ++ cpukit/libstdthreads/cnd.c | 98 ++ cpukit/libstdthreads/mtx.c | 116 +++ cpukit/libstdthreads/thrd.c | 128 +++

Re: [PATCH v4] ARMv7M: Improve exception handler routine and add comments on SP selection

2015-09-21 Thread Sebastian Huber
On 18/09/15 23:53, Martin Galvan wrote: This patch adds a brief description of how context state is saved into the SP on exception entry, and makes a few changes to _ARMV7M_Exception_default in order to make it a bit more efficient. I also removed the unused 'v7mfsz' input parameter. This

[PATCH 1/3] Add FreeBSD style changes to

2015-09-21 Thread Sebastian Huber
newlib/ChangeLog 2015-09-21 Sebastian Huber * libc/include/sys/cdefs.h: Add style changes of latest FreeBSD version. --- newlib/libc/include/sys/cdefs.h | 64 - 1 file changed, 32 insertions(+), 32

[PATCH 2/3] Synchronize with FreeBSD

2015-09-21 Thread Sebastian Huber
newlib/ChangeLog 2015-09-21 Sebastian Huber * libc/include/sys/cdefs.h: Synchronize with latest FreeBSD version. --- newlib/libc/include/sys/cdefs.h | 160 ++-- 1 file changed, 138 insertions(+), 22

Re: New BSP Advice

2015-09-21 Thread Sebastian Huber
Hello Isaac, this sounds all right in case all the files added to RTEMS provided by ST contain this header in the ZIP file distributed by ST. One commit should add all these files unmodified. A download link for this ZIP file in the commit message would be nice. -- Sebastian Huber, embedded

Re: New BSP Advice

2015-09-21 Thread Isaac Gutekunst
Hi Sebastian, The license is standard BSD. Every file includes this 3-clause header ** * @attention * * COPYRIGHT(c) 2015 STMicroelectronics * * Redistribution and use in source and binary forms, with or

Re: [PATCH v4] ARMv7M: Improve exception handler routine and add comments on SP selection

2015-09-21 Thread Gedare Bloom
Yes I think so please apply both if you like On Mon, Sep 21, 2015 at 4:05 AM, Sebastian Huber wrote: > On 18/09/15 23:53, Martin Galvan wrote: >> >> This patch adds a brief description of how context state is saved into the >> SP on exception entry, and makes

Re: About cache enabling in LWIP port of BBB in RTEMS

2015-09-21 Thread ragu nath
Hi Marcos, I upgraded the image. I cannot boot the RTEMS image using tftp. Seems there was a bug in u-boot & fixed later. It propagated to BBB image. I am having troube booting with SD card. I am working on this. In the mean time, I sent you a cache enabled RTEMS BBB image. This is based on